The only technical question they asked me was about how to design a data structure that stored the dosage pattern for a patient that may have pills of different dosage amounts.
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Standard algorithm questions - just had not done enough in person practice to pass the Karat interview.
Data Structures and Algorithms (General CS Questions)
Given a number of size <= 999 billion, return its String representation (for 123, return "One Hundred Twenty Three," not "123").
4 questions. First 3 are quite easy, but forth one requires optimization. It was more like a Twosum problem for each value between 1 to N.
First 30min technical: given a list of grade move failing grades to the end of the list. 3hr technical: - Given a list of blocks with (x,y) coordinates determine if they are stacked correctly to make a tower. - Given a list of assignments and the amount of time taken to complete each assignment. What is the shortest time it would take to mark all assignments. - Shown a website screen and asked to talk about anything. You can focus on what you know...UI, backend, how the data should be stored?
create a storage based mechanism to store documents in JSON format. Add, get and delete are 3 commands available.
Interviewer asked about three tier architecture, experiences and thoughts on this type of architecture. This question was asked after a conversation on software development.
Leetcode easy/mediums. Nothing too out of the ordinary. I seemed to get questions about comparing and contrasting data structures on each interview.
Hacker Rank: remove 2 or more e's from a string.
Viewing 241 - 250 interview questions