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
Engineer Interview Questions
843,597 engineer 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.
Add two numbers using half adder logic.
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?
given : [126,125,67,28, 658] expected: [9, 8, 13, 10, 19] without using a 2 loops
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 ?
Viewing 831 - 840 interview questions