You have 16 race horses and a racetrack which only fits 4 horses at one time. Find the top 4 horses in the fewest number of races.
Developer Big Data Interview Questions
731,511 developer big data interview questions shared by candidates
Given a big image, how will you pan and zoom into the image in a way so as to focus on the important parts ot the image.
Give an example of real world scenario where you see inheritance?
Check if a string which represents a math exercise is balanced in terms of parentheses Remove spaces from a string
write a program in c++ with this pointer
What is the output of below program. var a = [1,2,3,4] for (var i=0; i<a.length; i++){ setTimeout(function(){ console.log(i) },1000) } ( My Ans : it will print 4 5 times as it will store the latest reference) Next They asked me : How can i print 1,2,3,4 by changing some code in above example
puzzle two wires of diff dimensions have been given. both of them gets completely combusted in 1 hour. you are in a pitch dark room with such two wires and a box of matches. you have to come out of the room in 45 minutes. [you cannot count seconds in your mind or else you cannot visually determine the halfway of the wires given neither do you have anything else other than a box of matches and those 2 wires]
Given an array of N integers, find the missing integer.
Consider 4 components of a color where: unsigned char red = 0x10; unsigned char green = 0xFF; unsigned char blue = 0x0F; unsigned char alpha = 0x44; Generate a packed color ARGB which is a 32 bit integer such that A is in the MSB of ARGB followed by red, green, blue ----------------- | A | R | G | B | -----------------
simple questions like printing 1 if 0 is input and vice-versa without using switch and if.
Viewing 2131 - 2140 interview questions