I applied online. The process took 2 months. I interviewed at Bloomberg (Londra, Inghilterra) in Oct 2016
Interview
I applied for Software Engineer at Bloomberg L.P. London. I got an interview on the phone and I was writing code on HackerRank. The interviewer was nice and he helped me through the process. I was invited on-site for a second round technical interview. I had to choose the programming language before the interview so they could assign me the right interviewer.
Questions were easy: fill an array b with the product of th numbers from a, without the one from the current position.
Interview questions [1]
Question 1
Questions about a project from my resume.
2 programming questions which I was asked to improve.
He really wanted to see how you think and what you'll use, not to write correct code.
I applied through college or university. The process took 2 days. I interviewed at Bloomberg in Oct 2016
Interview
Applied through college fair. Got an email later for an On Campus Interview and got a callback for a second round. Most of the questions were in C++/Java. They also wanted me to know everything about my Resume.
Interview questions [1]
Question 1
Number of ways to get from one corner of a grid to the opposite corner.
Second round was a data structures question.
I applied online. The process took 1 day. I interviewed at Bloomberg
Interview
I first submitted my resume online and i also went to the career fair on campus. Most of my friends got a in person interview but i only got a phone interview. Since I am only a sophomore, the interviewer only asked basic stuff like linked list and stack. The interviewer was pretty nice.
Interview questions [1]
Question 1
the first question is to write a factorial function, both iteratively and recursively. the second was to implement a linked list from scratch and then use that linked list to implement a stack. Then i was asked to reverse my linked list.