Tell me about yourself. Some question about one of my job experiences. Coding question - building entire class, writing two functions for that class, adding any fields that are needed. Then there were optimizing follow-up questions.
Software Engineer New Grad Interview Questions
3,069 software engineer new grad interview questions shared by candidates
Can't say specific interview questions because of NDA.
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).
Viewing 351 - 360 interview questions