Asked to design a FIFO "trading system" which was a Python class with 3 methods. Had a method to get the minimum value in the internal stack in O(1), required a monotonic stack. Asked to get k minimum values after, used a heap.
Graduate Software Engineer Interview Questions
3,306 graduate software engineer interview questions shared by candidates
Medium questions leetcode questions mostly from the popular LC questions asked by them. You can find them easily online
Find cycle in an array
lot of linux
What do you know about the company? Why do you want to work for us?
Tell us a little about your background
What would your colleagues say about you?
Walk me through an algorithm you wrote in the past?
- Why Bloomberg? - Tell me about a project you enjoyed working on.
Q: If you receive a string of text such as AABBBCC, write a function that will remove any groups of three or more neighbouring identical letters. Examples: Input: AABBBCC Output: AACC Input AABBBACC Output: CC (Since it becomes AAACC after removing BBB)
Viewing 2971 - 2980 interview questions