If I have infinite supply of water and have 5 gallons and 3 gallons of water basket, how would I measure 4 gallons of water?
Software Development Interview Questions
37,027 software development interview questions shared by candidates
most of them were from CtCi
insert an element at the end of a circular linked list in which you have just the pointer to the head
The questions were easy on my understanding. If i have to rank the questions, then the most difficult among them was, to write a program to generate Roman numerals from the decimal numbers.
Given a list of integers, return the longest contiguous subsequence that adds up to the largest value.
You are given an array of integers 'A' and a number 'x'. Find the largest values in 'A' such that it is smaller than 'x'.
I faced a simple but interesting question. In a for loop condition statement, how can u invert the logic by changing a single character.
All of the questions are fairly easy. Be prepared for communication skills and big oh analysis.
Problem solving question: You have a list of numbers from 1 to 1000000 and one number is missing, but you don't know what it is. If you can only go through the numbers once, how do you find the missing number.
reverse a sentance
Viewing 3471 - 3480 interview questions