given an unordered list of numbers find all pairs that add up to x
Software Engineer Interview Questions
467,266 software engineer interview questions shared by candidates
1) circular linked list 2)adding index 0 to till same array {2,4,4,3,1} so ans is 2+4 = 6 3) adding positive and negative number [array] 4) put user defind value passng arguments to the define function and solving the math problem.
Reverse the string
To implement a binary tree which has back traversing support
There is an array of 100 elements where one element is repeated. What is the complexity of finding the element?
Use single loop instead of two loops to print a K-shaped pattern.
Nothing was out of the norm.
Where do you see yourself in 5 years?
Can't tell based on confidentiality
Online Programming (1) Total pairs in an array that whose sum give a given value. Example: Array = {1,4,7,-2,8,11,5} Sum = 9 Output = 3. (1,8) ,(4,5) , (11,-2)
Viewing 1771 - 1780 interview questions