Candidatei-me por meio de uma faculdade ou universidade. O processo levou 4 semanas. Fui entrevistado pela Bloomberg (New York, NY) em nov. de 2011
Entrevista
Had two on-campus interviews that mainly consisted of logic questions and pseudo computer code questions. Following on-campus interviews I was flown to New York for an on-site interview that consisted of two back-to-back 1:1 interviews. The first was with a hiring manager and the second was with an HR representative. I was asked additional logic questions and another pseudo computer code question. Overall they were much more interested in logic questions than actually getting to know me. I was asked very few behavioral questions or other questions at all.
Perguntas de entrevista [2]
Pergunta 1
Using a computer programming script, how would you solve for the square root of an integer which was input by the program user?
Given 8 pennies, 7 of which weigh the same, and one of which is slightly heavier than all the others - state the minimum number of times you could use a balance scale to determine which penny was the heavier one.
Candidatei-me online. O processo levou 1 semana. Fui entrevistado pela Bloomberg em mar. de 2014
Entrevista
Applied in mid February. After a few weeks, received an email asking to set up a phone interview. I was re-scheduled for interview a week later. Then got a call from one of the software developers. Interviewer was very nice, kind and understanding. Asked questions about my prior software developing experience, basic C++ questions, etc.
Perguntas de entrevista [1]
Pergunta 1
Average interview. Interviewer asked when do we use BST and hash table? What is the complexity of search or insertion for BST?
Candidatei-me online. O processo levou 2 meses. Fiz uma entrevista na empresa Bloomberg.
Entrevista
Applied online, got a phone interview. They had a lot of applicants; I believe the job is currently filled (2014).
Phone interview had only tech questions. Interviewee picked at my resume and posed in depth questions about SQL that I used for a project. I was stumped on some questions that I thought were unfair. (e.g. I was asked how I would implement a Foreign key constraint if I were designing that algorithm)
I was then asked for a sorting algorithm and Big O. Then how I would sort the array if I knew the range of integers.
Didn't know data structures/algorithms for interview and it hurt my interview...didn't receive an offer and I wasn't surprised.
Perguntas de entrevista [1]
Pergunta 1
How would you implement a Foreign key constraint if you were to design it?
Candidatei-me online. Fui entrevistado pela Bloomberg (New York, NY) em jan. de 2014
Entrevista
For the phone interview, I was asked for basic concepts about vector, array, linked list and their difference. Another question is given you a book, there is a function that you can get a word every time, how to find out the five words appear most frequent ?
Got the invitation for onsite interview the second day. There were four rounds, the first two were technical interview, the third round I saw HR, the last round was a manager.
1. There are consecutive numbers from 0 to 100, one is missing, find out which one? And improve the algorithm. How about using math method?
2. Search and sort question and improve accuracy.
3. Given you lots of left and right bracelets, how to test if the bracelets make pairs.
4. Delete a node in linked list.