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
Engineers Interview Questions
842,604 engineers interview questions shared by candidates
A car on a hill of constant slope accelerates from rest under gravity to a point on the hill. If you want to maximize the velocity of the car at this point, where along the length of the car (e.g. downhill or uphill) would you fix an additional mass, if (a) the finishing point is on the slope of the hill or (b) the finishing point is on a flat below the slope of the hill.
finding a missing number in a continuous number sequence.
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 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