Q. How to prioritize the features slotted for a given release.
Development Interview Questions
137,277 development interview questions shared by candidates
Know your data structures
How to detect overlapping area for two rectangles
Connect nodes at the same level in a binary tree
What is your biggest weakness
Nothing really that difficult. Pretty basic interview questions, strengths/weaknesses, how do you deal with failure, goal setting, staying motivated. They really felt like they weren't trying to catch me off guard, they just wanted me to be able to communicate clearly who I was, why I wanted to work there, and why I would be a great fit for their company culture.
Logical: You are given 2 mugs of 3l and 5l capacity and a giant water tank of unlimited water. You have to contain 4ltrs water in a 5ltr mug. You can take out water from the tank unlimited times and throw water from the mug outside an unlimited number of times.
The question was: Given a text written in some language where the alphabets are represented with 1 byte or 2 byte. But the one byte alphabets always have their MSB 1 and the 2 byte charecters always have their MSB 0. Now when at some point user presses a back space how many bytes are to be deleted to erase the alphabet?
Q: In an array that has one value for more than half of its elements, how can you find that value?
Given a linked list with three fields: a data field, a next field and a random pointer field (which is a field that points to null or to an element in the linked list) write a function to return a copy of the linked list without destructively modifying the original linked list
Viewing 501 - 510 interview questions