Find the largest depth of a binary tree.
Software Engineer Intern Interview Questions
9,453 software engineer intern interview questions shared by candidates
Merge two sorted linked lists
In an array in which elements appear multiple times, it is guaranteed that all elements except one will appear an even number of times. Find the element that appears an odd number of times.
Write a function to merge two sorted linked lists. If you were to incorporate this functionality into the standard library, how would you implement it so as to "benefit from the OOP goodness"
Mostly coding problems based on data structures and algorithms. Questions were from topics like arrays, binary trees, graphs, binary search and hashing.
They asked me to traverse a tree and find the highest value on each level
2 leetcode questions in the technical part.
Describe a time you went above and beyond in customer facing interactions.
Suppose there is an existing codebase written in C++ language. Now to further the progress of the work you have to use python and integrate the work of the previous C++ code, how will you do it?
count number of 1 bits in an integer
Viewing 1351 - 1360 interview questions