First Question: Print all combinations from dictionary which will result in number N Input Dictionary { “flag”:4.5, “temp”:2 ,”foo”:9} N : 11 Output: “Flag”*2 + “temp”*1 “Foo”*1+”temp”*1 Second Question: Return list of root-to-leaf sum (in left to right) from given tree Input: 1 / \ 2 3 / \ 4 5 Output: [7,8,4]
Engineers Interview Questions
843,163 engineers interview questions shared by candidates
5 Python problems and 5 SQL problems at phone screen round
Given a Problem statement,had to figure out the KPI's immediately.
Given a list of persons and a function knows(I,j) which returns true if person I knows person j, find a celebrity person defined as: person doesn't know anybody else and everybody else knows him.
Add each number in an array until the sum equals the rest of the array
Algo Question: Take two binary numbers and add them
print the binary tree by level in different lines.
What have you been doing in the last year that you have been out of a job?
NDA
1) Debug some code and take logic test 2) Perform coding challenge 3) Show general knowledge of software development, code something, talk about interests
Viewing 2171 - 2180 interview questions