given : [126,125,67,28, 658] expected: [9, 8, 13, 10, 19] without using a 2 loops
Engineers Interview Questions
841,850 engineers interview questions shared by candidates
What can you do to a method in a parent class so that it's not overriden by a method in child class with same name?
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')
finding a missing number in a continuous number sequence.
Why Syntel ?
1. Find vowels from the given string in the first round. 2. They provided small small c# programs for each sessions
10 Gbytes of 32-bit numbers on a magnetic tape, all there from 0 to 10G in random order. You have 64 32 bit words of memory available: design an algorithm to check that each number from 0 to 10G occurs once and only once on the tape, with minimum passes of the tape by a read head connected to your algorithm.
write a script to be able to expand this regular expression and print out the results host0[000-100].foo.yahoo.com should return host0000.foo.yahoo.com ... host0100.foo.yahoo.com
You have a 10x10x10 rubix cube. You paint the outside. How many cubes have paint on them?
Viewing 891 - 900 interview questions