You are given a glass bottle which will be broken if thrown from a particular flat of 100 story building. What's the efficient way to find that flat.
Engineer Software Interview Questions
512,578 engineer software interview questions shared by candidates
given map entries (a,1)(b, 2)(c12, 3). Resolve {c{a}{b}} => 3
counting sort, binary tree preorder traversal, binary tree inorder traversal, keys and boxes (leetcode 1298)
Given a MxN matrix where each element can either be 0 or 1. We need to find the shortest path between a given source cell to a destination cell.
write a code to find largest odd number from the given array
What is the single point of matches we(Accenture) have with mother Teresa?
"Technical challenge" - with two anxious interviewers staring at you across a table provide code / pseudo code of how to reverse a linked list in five minutes or less with them showing visible frustration if you weren't ready for this. No other questions about C or C++, just do you remember data structures class from 20 years ago which you haven't had reason to use since.
what is singleton class
you are driving a car with uniform speed after travelling certain distance you see a sign board with two digit no after1 hour you see a sign board with same two digits in reverse order after another 1 hour you see a sign board with same two digits in but zero in between find relative speed ??
Find Common elements from two same sized Integer Arrays(Unsorted) in O(n) without sorting either of them.
Viewing 2521 - 2530 interview questions