One of the interviews involved coding a question on BFS. The Managerial round was a good mix of technical questions where I was grilled on networking questions, design problems and a DS question on Graph.
Graduate Developer Interview Questions
5,185 graduate developer interview questions shared by candidates
Tell us about your current projects.
1. Difference between C++ and Python. Given an operation (integer + string), how would the output looks like in C++ and Python. 2. Given a list of tuple, each represents a range, e.g. (1,5) is from 1 to 5; the task was to merge the overlapping ranges, like (1, 3), (2, 4), (0,3), (5, 7) should be merged to (0.4), (5,7)
Merge all overlapping intervals and return an array of the non-overlapping intervals
Syntax questions, how to work with pointers in C. Implement a singly linked list in C Traverse a binary tree -Candidate picks the language
What do you know about Bloomberg?
tell me about your background and future career plans
These questions were slight variation: Round 1: Design underground (leetcode med), * Tell me about your project * What did you do at your previous internship (what project did you worked on) Round 2: * Number Island (leetcode med), implemented DFS. Then was asked how to implement via BFS * Tell me about your project * Python - Why can you use a tuple as a key for dictionary, but you cannot use list * How does the internal of hashmap works?
Why Software Engineering
Calculate time complexity of your algorithm
Viewing 1111 - 1120 interview questions