Me postulé en línea. Acudí a una entrevista en Drawbridge en oct 2018
Entrevista
I applied online and within one week I received a coding challenge. Only one twist was there that the portal will click your pictures in between you are giving the test. Next Day I received an invite for next round of interview. Which was technical with one coding question.
Preguntas de entrevista [1]
Pregunta 1
Find the number of groups given the friendship matrix.
Me postulé en línea. El proceso tomó 5 semanas. Acudí a una entrevista en Drawbridge en may 2019
Entrevista
I am very frustrated, since I was given a high hope for it.
There are three rounds of interview. First round is online coding on HackerRank with video recording. Second round is a person-to-person interview with online video meeting and coding on website board. Third round is talking to the team lead, which has no coding but behavior questions.
After three rounds, HR followed up by asking me question such as salary and starting time in the 2nd day. HR somehow congrats me and said they like me, which makes the outcome more like a tragedy...
After two weeks waiting, I sent HR email asking the progress. HR replied the email in second and rejected the application (with a template).
Preguntas de entrevista [1]
Pregunta 1
Q: Given the inputs and outputs, coding the algorithms. input1: thiisiisgoodd output1: i i o d
input2: thiiisiisgoodd output2: i input3: this output3: t h
Me postulé en línea. El proceso tomó 1 semana. Acudí a una entrevista en Drawbridge (San Mateo, CA) en abr 2019
Entrevista
I received an email for a HackerRank challenge approximately two weeks after applying online. The challenge is a 60-min, two-problem coding practice. The email specifically indicated that the problems would not be "brain teasers" or "unsolvable" which they exactly were, especially the second one. It took me a while just to understand what they wanted me to solve. I think these type of questions would be more appropriate for a white board interview where you can talk over your thought process, but not for an online challenge with limited time where you have to get code running.
Preguntas de entrevista [2]
Pregunta 1
You will be provided with N lines of what are possibly IP addresses. You need to detect if the text contained in each of the lines represents an (a)IPv4 address (b)IPv6 address or (c)None of these.
Given a non-empty integer array of size n, find the minimum number of moves required to make all array elements equal, where a move is incrementing n - 1 elements by 1.