Find the longest subarray which consists of numbers that can be arranged in a continuous sequence. For ex- {4,5,1,5,7,6,8,4,1} output-{5,7,6,8,4}.Find the longest.
Engineers Interview Questions
842,604 engineers interview questions shared by candidates
Coding Challenge 2) You will be given N number of points as an array (CPPoint class). CPPoint class will have x and y coordinate. Find the closest k number of points from the origin.
Debugging section consists of basic algorithm and data structures while analytical sections consists of analogy based questions.
How to count occurrences of a word in a sentence [python]
You have seven stones and a weighing scale. Six of the stones are equal in weight and one is lighter. How will you figure out which one is lighter ? Minimum tries required to do so ?
Is batman a super hero?
how to test a toaster?
I have three water jugs, one with 10 liters another with 5 and another with 6, how do i get 8 liters on the first one?
How to reverse a space-delimited-string word by word
how many zeros are there in 100!
Viewing 961 - 970 interview questions