Problem solving # 1 : (9 marks) Input is [1,34,3,98,9,76,45,4] and the output should be 998764543431
Engineer Software Interview Questions
512,496 engineer software interview questions shared by candidates
A file contains a billion integers, try to find any one integer that is not in the file.
You've a singly linked list where every node in the list has a field "random" which points to other node in the same list. Write a function to clone this list (create a new copy of the same). Don't use extra space (just the pointer variables are fine).
How many gas stations are there in California?
Find a duplicate integer in a list of length K with integers 1...K-1 and one duplicate. Do so in O(n) time with constant space.
How to would you find out whether a substring occurs in a given string?
Write a function to turn a string into an integer and test it
Q: Describe some real life applications of machine learning
Logic based questions. Scenarios. Code reviews
Find if given number matched sum of two elements in sorted array.
Viewing 2361 - 2370 interview questions