Find 2 or more missing numbers in a set of 100 natural numbers
Software Interview Questions
550,693 software interview questions shared by candidates
You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will find out which box has the defective balls?
Write C code to check if an integer is a power of 2 or not in a single line?
some basic string searching or reversing linked list. finding maximum sum in a row in the interger array (contains minus) - incorrect solution approach I made here
You have 7 Identical marbles but one is slightly heavier than the others. You also have a balance scale. Identify which marble is heavier only using the scale twice
Write a program takes in a string and a delimiter, and uses that delimiter to split a string and then will reverse the characters in every word (or jumble of characters between the delimiters), stuffing them back into a string when finished. ('The dog walks' becomes..... 'ehT god sklaw')
Why is a manhole cover round?
finding a missing number in a continuous number sequence.
Two trains, each moving at 20 miles per hour towards each other, are initially 60 miles apart. A bee starts at the front of one train, flies to the other train, then back to the first train, and so on. If the bee always flies at 30 miles per hour, how far does the bee fly before the trains collide?
Hoe verwijder je herhaalde waarden uit een Int Array en geef je de resulterende array terug in dezelfde volgorde als het origineel?
Viewing 731 - 740 interview questions