General questions about C++, templates, some logic based riddles. i.e. Using just a single weight scale and having 9 marbles of equal mass apart from one, which is heavier, how many times do you need to use the weight scale to find the heavier marble?
Sr Engineer Interview Questions
138,139 sr engineer interview questions shared by candidates
Do you know any programming skills?
String str1="abc"; String str2="abc"; String str3=new String ("abc"); String str4=str1; How many memory allocation will be there.
Q: If you have two click events, one inside a parent and one inside a child div, which one comes first?
Balanced Paranthesis problem
draw on the wall a recent project you have been working on
Describe in detail what occurs after you enter a website in a browser?
Very easy - 2 puzzles , finding socks pair, hat problem . 1. given an array of positive and negative numbers form an arrray with alternate +ve and -ves 2. replace every element in an array with multiplication of all others without using division operator
Given a seesaw and 8 identical looking balls, find the one heavier ball. Improve your solution as much as possible. Once at the optimal solution, how many balls does this work with?
Design an image file retrieval API.
Viewing 1141 - 1150 interview questions