The background questions are based on your resume. The behaviour questions are about how did you cooperate with your teammates or co-workers. 2 technical questions are from LeetCode.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Of the technical interviews, the first 2 parts were easier. The onsite questions were a bit harder. Lots of questions about teamwork
Given the names of business. Give back k result sorted according to the index value of a given search term. The constraint was that the search term is in beginning of a given word in a string and so you have to sort according to the index of the word that starts with search term
Implement a cache (had growing requirements, such as a limit on how many things could be stored in it, and should return the most recently placed record). The interviewer didn't seem to care that I was correct, but more how I approached it.
What is the difference between one dollar today and tomorrow
Given a 2D array, how do you print "spirally"?
Query by Example JSON document store
Very basic questions
Given an array of integers (not sorted), find the kth largest number. Make it O(n)
Describe about your internship.
Viewing 331 - 340 interview questions