How will you test a search engine
Software Development Interview Questions
37,005 software development interview questions shared by candidates
Reversal of letters in each word of a sentence in the most efficient way
array of +ve nums, find pairs that add up to a given value
- Given an array of integers (of any value, from MIN_INT to MAX_INT), how would you find the consecutive integers with the largest sum, and return their sum?
given value is 9876. print nine thousand eight hunder seventy six
Delete n-th element from linked list. Note, you don't have a pointer to the Head of the list.
Given the definition of a Fibonacci sequence, write a function to give the n-th term of the sequence.
How can u measure the temperature outside when you stay inside?
Count no. of words in a string
Reverse all the characters in a string before you encounter an 'x'. abcdxdd - > dcbaxdd
Viewing 951 - 960 interview questions