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]
Softwareentwickler Backend Interview Questions
512,856 softwareentwickler backend interview questions shared by candidates
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.
Algo Question: Take two binary numbers and add them
print the binary tree by level in different lines.
If a lilypad doubles in size every day and fills a lake in 50 days, how long will it take to fill half the lake?
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
Print last n nodes of a linked list you only have pointer to Head
longest substring palindrome
How do you find the fifth last element of the linked list using only one traversal
Viewing 1691 - 1700 interview questions