How does malloc work in C? How does deadlock prevention work in operating systems?
Intern Software Engineer Interview Questions
9,357 intern software engineer interview questions shared by candidates
Design a complex car from the ground up.
Linked list based question
There wasn't any question of very high difficulty
Given a set of integers, produce its power set (the set of all subsets of the original set)
Group input strings by permutations and output as a set. For example, if your input is: "abc, acb, bce, dce, cde" then your output is: "(abc, acb) (bce) (dce, cde)". Assume all input strings are of the same size. Didn't actually have to write the code for this one, but rather gave an in-depth step-by-step explanation using data structures and time and space complexity.
Implement a double-ended queue with random access capability
Find the fifth largest number in an array Find the intersection of two arrays Also know some stuff about Java like visibility of methods
1. Find the second biggest number in an array of int. 2. implement a stack using an array. 3. Everything you do they will ask whats the complexity and ask if you can do it in a better way.
You have matrix,how will reach a point by covering minimum distance.
Viewing 7011 - 7020 interview questions