Can't say specific interview questions because of NDA.
New Grad Software Engineer Interview Questions
2,906 new grad software engineer interview questions shared by candidates
Very basic questions
Given an array of integers (not sorted), find the kth largest number. Make it O(n)
Leetcode level. Nothing out of league and everything was doable.
questions related to data structures
Simple algorithmics (online platform), few cultural interviews, one system design interview.
Closest two points in a 2D plane.
You have 9 coins, all in the same weight but one that is lighter then the others. you have a weight and you can use it 2 times. how you will define who is the lighter?
Implement a function to merge 2 sorted arrays into a third array. Followup, to do in-place considering one array can contain all the elements. Third problem was to reverse a linked list. First problems I coded in java for the third he wanted to use C/C++ (to see how I do with pointers).
Standard data structure, system design questions.
Viewing 341 - 350 interview questions