Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 3 settimane. Ho sostenuto un colloquio presso Bloomberg (New York, NY) nel mese di apr 2014
Colloquio
One hour on-campus interview, followed by three-hour on-site interview. Took about three weeks. The process was expedited by the fact that my university is very well regarded by the company. The questions were very straightforward, but as a sophomore in college, my experience was rather limited and I couldn't quite make it.
Domande di colloquio [1]
Domanda 1
Some questions on C++ and dynamic programmming. Given a matrix of positive integers, find the shortest path from one corner of the matrix to another.
Ho sostenuto un colloquio presso Bloomberg (New York, NY)
Colloquio
First round was a phone interview with a developer in the company. I was asked to login to a web app which was a programming environment. The screen was shared as the phone was on speakerphone. .
Domande di colloquio [1]
Domanda 1
Output the each digit of the number "356243234" backwards and individually without using the string library.
Ho presentato la mia candidatura tramite un selezionatore. La procedura ha richiesto una settimana. Ho sostenuto un colloquio presso Bloomberg nel mese di ott 2015
Colloquio
Pretty straightforward. A technical phone interview followed by an on-site interview. For technical phone interview: Brush up algorithms, data structures. Practicing on HackerRank or similar sites (InterviewCake, Codility) may also help.
Domande di colloquio [2]
Domanda 1
Q: Asked about my background, experience, interests... past two internships, If I'm a backend/frontend developer.
Q: For the technical round, the question was how do you validate a string is valid/has parenthesis balanced? For example, "{}", "{}(){}[]", "[{(abcbc)}]", "abcd" are all balanced strings, whereas "{a", "{(})", "{a]", etc. are not.
Ho presentato la mia candidatura online. La procedura ha richiesto 4 settimane. Ho sostenuto un colloquio presso Bloomberg (New York, NY) nel mese di gen 2015
Colloquio
I began the application process by first submitting my resume online. Afterwards, a recruiter reached out to me to setup a quick technical phone call. The call asked some general technical questions about data structures and then a longer programming problem. I then got a follow-up email, asking if I'd be free on a given day to come into the office for some additional interviewing. This half-day interview on-site consisted of two interviews, back-to-back. Asked technical question.
Domande di colloquio [1]
Domanda 1
Given the heads of two linked lists that eventually merge, how can you determine at which node they merge