Why do you want to work for our company?
Developer Interview Questions
269,106 developer interview questions shared by candidates
write a c# method to bring pairs of integers that sum up to 10 from an array of integers.
If a computer is unplugged and it won't turn on, what do you do?
Find total number of occurence's of each number in a given array
If you have an unsorted array of 1,000,000 elements, how would you sort this array?
Write a program to print all even numbers one below the other followed by odd numbers between 1 to 100 using only one 'for' loop. Output should look like this: 2 4 6 ...... 98 1 3 5 ...... 99 Is it possible to write a program for above output given the condition stated above
Reverse Of a Linked List recursively
write a sql query that eliminates duplicated. there is no unique index/identifier of any kind that is present
in an array with 10, 22, 13 . output 10, 32, 45,
2.1. Print number from 1 to 100 without using loop.
Viewing 741 - 750 interview questions