I applied online. The process took 3 months. I interviewed at Bloomberg (London, England) in Nov 2022
Interview
Technical coding interview after the CV screen with some behavioural questions. The next round is a virtual onsite day divided into 3 separate interviews with technical (coding) and behavioural rounds. HR is terrible at communicating with applicants. They put too many applicants in the interview pipeline and can't manage them. One of my interviews was postponed by 2 weeks just 2 hours before it was supposed to take place, and I wasn't invited to the next round of interviews despite receiving positive feedback as they didn't have enough slots. They treat their applicants like numbers, which feels very disrespectful
Interview questions [1]
Question 1
Leetcode medium questions and simple behavioural questions asking about your technical background and "Why Bloomberg". The interviewer also briefly discusses a project from your resume
I applied through other source. The process took 3 months. I interviewed at Bloomberg (New York, NY) in Mar 2023
Interview
The interviewers are very poor communicators, prejudice and biased. The interviewers are extremely binary in that they have one "optimal" solution in front of them while you're coding and push aggressively for you to code exactly that. Anything you code differently "is wrong" in their eyes. Whether or not it compiles and the runtime is optimal makes no difference. I was given an easy leetcode problem, "Merge Two Sorted Arrays In Place" with one array having empty spaces. I coded a working solution that compiled just fine. Then I just given a question to create a class with a "steps_from" method that takes an integer and if its even divide n by 2 (n/2) and if its odd (3*n)-1 until n = 1, and return the number of steps required until you hit one.
Interview questions [1]
Question 1
Merge Two Sorted Arrays In Place" with one array having empty spaces. create a class with a "steps_from" method that takes an integer and if its even divide n by 2 (n/2) and if its odd (3*n)-1 until n = 1, and return the number of steps required until you hit one.
I applied through an employee referral. The process took 2 weeks. I interviewed at Bloomberg in Jan 2023
Interview
first and second rounds were technical interviews with questions similar to leetcode. Recruiter said rest of the process was: 3rd round would be with HR and last rounds would be with a senior engineer
Interview questions [1]
Question 1
Decode a string: input - 3[a]2[b3[c]] output - aaabcccbccc