3. Given 1000 bottles of juice, one of them contains poison and tastes bitter. Spot the spoiled bottle in minimum sips?
10 28605There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
5 9309Tarun invited 750 persons to a party. Every person that came to the party, came by a car such that exactly six persons came in each of the three different cars and exactly seven persons came in each of the remaining cars. At the party, when every person including Tarun was seated in a group of eleven, one group fell short by four persons. If maximum possible number of persons came to the party, then out of the persons who were invited by Tarun, how many persons did not come to the party?
4 10818A character set has 1 and 2 byte characters. One byte characters have 0 as the first bit. You just keep accumulating the characters in a buffer. Suppose at some point the user types a backspace, how can you remove the character efficiently. (Note: You cant store the last character typed because the user can type in arbitrarily many backspaces)
2 5960i want to know ,If a five-digit number is input through the keyboard, write a program to calculate the sum of its digits.
2400One train leaves Los Angeles at 15mph heading for New York. Another train leaves from New York at 20mph heading for Los Angeles on the same track. If a bird, flying at 25mph, leaves from Los Angeles at the same time as the train and flies back and forth between the two trains until they collide, how far will the bird have traveled?
1 4671You have 5 jars of pills. Each pill weighs 10 gram, except for contaminated pills contained in one jar, where each pill weighs 9 gm. Given a scale, how could you tell which jar had the contaminated pills in just one measurement?
3 8064find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
2353Post New Microsoft Interview Questions
Explain turnaround time and response time?
How many devices can communicate concurrently?
What is perl I used for?
Explain about system stored procedure?
What is the bhe signal? Explain its significance?
What are the oracle built-in data types?
How will your professional help us in the banks?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
about method developement in hplc
Is there any other options to create a site definition for MOSS other than using onet.xml.
Explain what is a crest?
Define transfer function?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
In excel, how can I prevent a row from printing in a range if certain cells in a particular column equal 0. I do not want to extract the records to another section of thesheet. Is it possible to hide those rows, then print, then unhide?
What are different replication agents and what's their purpose? : sql server replication