How to implement division without using /.
Software Development Engineer Intern Interview Questions
2,288 software development engineer intern interview questions shared by candidates
I was really taken off guard by the depth of which my last interviewer went into with questions related to algorithms. The questions seemed to be less about design and best practices and more about theory. Needless to say I wasn't prepared and this part didn't go so well.
they askes me a puzzle of bouncing ball and 100 buildings problem
Smallest element in a Queue in O(1) time
Questions were straightforward.
Second question required one to use a data structure to solve problem. Ordering a list of objects.
I chose C and Questions related to array sorting, pointers were asked
Data structure about tree, graph, LinkedList, Vector etc.
Most Challenging project?
Given a N * 2 array, the first column is an employee of the company, the second column is the manager of that employee. Print out the hierarchy of the company.
Viewing 1011 - 1020 interview questions