Candidatei-me online. O processo levou 4 semanas. Fui entrevistado pela Bloomberg em mar. de 2016
Entrevista
I applied through career page and got reply through mail for discussion about my internship project and final year project.
After that they scheduled phonic interview for 45 mins (1:1) on hackerrank codepair .
After successfully passing this round had to go though video conference interview (2:1) with live coding on hackkerank.
Again they scheduled third round as video conference (2:1) , again live coding on hackkerank .
Minor mistake caused me rejection .
Perguntas de entrevista [3]
Pergunta 1
1. some function was there had to find error .
2. given an array and integer m , had to find average of m groups in O(n) .
Ex : A[]={1,2,3,4,5} ,m=3
ans : avg(1,2,3) , avg(2,3,4),avg(3,4,5)
3.givean an array and target , had to find all pairs whose sum is equal to target.
6. two string are given had to find the missing string
Ex - String one - "This is an example"
String two - "is example"
ans - This , an
7. given pair of range had to merge
Ex - (2,3) ,(5,10) ,(9,14)
ans - (2,3) ,(5,14)