Data structures and algorithms.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
linked lists
1. Two City Scheduling 2. All paths from source to target 3. Matrix grid problem. Some cells have 1's and the rest have zeros. Every day all cells adjacent to the 1 cells turn into ones. Write a function to return number of days it takes for the whole grid to turn to 1's
Why do you want to work here?
Leetcode style question. System design
1. Given a list of non-unique integers and a target value, return the count of how many pairs of integers sum to the target value 2. Write a square root function (without using a built-in or library square root function) 3. Given a sorted linked list, remove all duplicate nodes 4. Implement a class that uses entry/exit swipe information (card, swipe, station) to answer queries of average transit time between pairs of stations. (design and implement api)
Why do you want to work for Bloomberg?
LeetCode medium - DFS through a graph
Time bases key value cache
The first interview was a leetcode easy, and the second was a leetcode medium graph traversal
Viewing 2171 - 2180 interview questions