Design a delivery system from scratch. What components would you include, and how would they interact? How would you handle data storage and retrieval for the system? How would you ensure the system is scalable and can handle increased load?
Student Programmer Interview Questions
970 student programmer interview questions shared by candidates
implement a data structure that support set, remove, setAll. all methods should be O(1) time complexity.
Mine was to implement data structure with O(1) complexity for insert, delete, get_random.
Explain the event loop of JS
OPP question about Elevator system , write on a board and then develop on the computer in Java
1. check if a given string is palindrome 2. given a string, check if it is a permutation of a palindrome 3. complex string matching question
Build a data structure with key value that perform get(), put() and getAll() with O(1). Find a circle in linkedList. The test at their office was the hardest. Write a system in Golang that manages taxies on airport. The request need to come from the server.
It was like an arrays leat code question
What area of Computer Science are you interested in?
given an array of scores, array of lower limits, and array of upper limits: return for each pair (lower[i],upper[i]) of how many scores are in their range.
Viewing 271 - 280 interview questions