Leetcode level. Nothing out of league and everything was doable.
Software Engineer New Grad Interview Questions
2,971 software engineer new grad interview questions shared by candidates
Find Top 5 reviews for movie collection
questions related to data structures
Simple algorithmics (online platform), few cultural interviews, one system design interview.
Closest two points in a 2D plane.
Q. What is the time complexity of your solution?
Q. What is char **ppi ? Q. What is use of break and default in switch statement ? Q. Explain the flow of scenario where Notepad App is opened and you are typing on your keyboard ? As the whole flow from OS perspective which includes interrupts,system calls etc. Q. What is TLB ,Cache Coherency ,Memory Management Unit ? Q. Explain the flow when the page fault happens because of the page exist in secondary memory ? Q. What is the use of "probe " function does in the device driver ? Q. What is "insmod" does ? Q. How the function call happens in assembly language ? What are the instructions used ? (ARM or x86 arch) Q. Implement your own spinlock. Q. White board programming for : Input : <Mathematical Equation> (2*3-7+3) OR (2/3*6+3) .... Output: Result of the equation
Explain to me your most proud project and what you learned from it.
Given an array of integers (not sorted), find the kth largest number. Make it O(n)
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 341 - 350 interview questions