Technical Question: Given the meeting times of a calendar entry for a single day for an individual, find the aggregate time slots the person is busy?
Grad Interview Questions
7,382 grad interview questions shared by candidates
Make a string buffer that takes incoming strings and prints them. The first bit of the string is the size and if the string is not the required size, wait for the rest of the message.
Rotated sorted array find element
Linked list with random and next for every node
2nd Interview: 1) Given stocks and conversion ratios such as USD / INR -> 1.3, EUR/CAD -> 2.3...find the shortest conversion between any two currencies. There may not necessarily be a direct conversion between the two currencies and so multiple conversions may be required. 2) Variation of LRU Cache
Why Bloomberg. They ask this every interview.
Return a String with the characters present in the first word but not in the second word. "ab", "ab" -> "" "abc", "ca" -> "b" "a", "z" -> "a" They were looking for O(n+m).
- 2 LC medium - 1 LC hard
Generally speaking, all questions were LC easy to medium level.
Trailing zeroes in the factorial of a number, LRU cache. System Design.
Viewing 431 - 440 interview questions