I applied through a recruiter. The process took 7 months. I interviewed at Bloomberg (New York, NY) in Jan 2024
Interview
First round interview was a 60 minute zoom call comprised of the first 15 minutes being behavioral and the last 45 minutes being a technical. On my technical, I received the balanced delimiters question (stack implementation). They really want you to focus on edge cases, I thought that the only delimiters were ( { [ but the interviewer wanted me to use a hashmap to store all possible theoretical "delimiters" which is where I messed up.
Interview questions [1]
Question 1
I received the balanced delimiters question (stack implementation). They really want you to focus on edge cases, I thought that the only delimiters were ( { [ but the interviewer wanted me to use a hashmap to store all possible theoretical "delimiters" which is where I messed up.
I applied online. The process took 4 weeks. I interviewed at Bloomberg (Accra) in Sep 2022
Interview
The interviewer was helpful and gave lots of hints. Apparently, i did not know they have 2 technical rounds and i spent all the time on one question.
The question was quite simple but not getting to all the round basically disqualifies you
Interview questions [1]
Question 1
I implemented a hashset without any inbuilt functions
First round: one interviewer, focused on correct, clean, production ready code. Second round: there were two interviewers during the call. Started with some behavioral. One of the questions asked was array type question. The other question was string manipulation.