Given n boxes find the minimum number of stacks the n boxes can be collapsed to.
Software Developer New Grad Interview Questions
3,049 software developer new grad interview questions shared by candidates
Spreadsheet - print n rows & solve dependencies for columns
Insert, Delete, GetRandom O(1) Leetcode medium question but in Hackerrank
1/ Basically keeping track of the kth element while inserting and deleting elements from a list. Optimal solution was supposed to be O(logn) retrieval and insertion (assumption given was equal number of inserts and retrievals) 2/ Then asked simple algorithm problem, unique strings in a list. 3/ Then talked about a simple distributed systems/concurrent systems problem. Two simultaneous requests to a web server and it crashes, how does one debug this?
Given a word that consists of two words such as "aman" give all the combination of valid two words. You are given a dictionary to test against. Example: aman--> a man, am an. watermelon--> water melon
A follow up on the main question was how can we "scale" that algorithm ?
When would you want to use a hash table over a binary search tree? What are the Big O's?
1. a median-level sliding window question. 2. median level array 3. hard level array 4. hard level HashMap 5 Hard-level distributed system 6. median-level tree
Can't disclose actual questions due to NDA, but they consist of the following: 1. Medium - Hard Leetcode style questions 2. Linux debugging 3. Storage System 4. Test plan style questions
What language would you like to conduct the technical phone interview?
Viewing 481 - 490 interview questions