System design: Design an employee timesheet system that allows workers to update their status (working, on break, not working) and view the hours worked in a day/week. Provide the database tables for this and the RESTful API for this application. Show how the developer would pass information to the RESTful APIs
New Grad Engineer Interview Questions
3,249 new grad engineer interview questions shared by candidates
Resume questions Describe a time when... type of behavioral questions
given a nested python dictionary, transform to json format given a string of json format -> python dictionary I use Python, basically it is like "map" -> "json" examples ditc{"a": "apple", "b": "banana", "c": {"c1": "cat", "c2": "cup"}} ---> "{a:apple,b:banana,c:{c1:cat,c2:cup}}"
iPod playlist
Graphs, DFS, Matrix related questions
in a text file of directories find the most deeply nested jpg file
Have you come into a dilemma, how do you solve it?
Queue type Leetcode questions in relation to company situations
What's your favorite data structure and algorithm and why?
Tell me about a time when you took a risk, and whether or not it paid off.
Viewing 941 - 950 interview questions