Phone : Given (parent, child): {1, 3}, {2, 3}, {3, 6}, {5, 6}, {5, 7}, {4, 5}, {4, 8}, {8, 10} } findNodesWithZeroAndOneParents
Senior Software Engineer C Interview Questions
95,640 senior software engineer c interview questions shared by candidates
1) Difference between List and Set (other than uniqueness)
Coding questions involving functional concepts (relevant to this particular role)
A sentence is given with no spaces between words of the sentence. For example, "applepenpine". and a dictionary of words which are available,[apple, applepen, pen, pine]. You need to write a program to return the string with spaces inserted in between words. If it can not be done, then return some error string. Basically wordbreak.
Write a program to find the second largest number in a tree.
given a number n, how many ways you can create a BST, for eg for n=2, o/p = 2,n = 3 , o/p is 5.
with Java, can we use pointer in function arguments as we do in C++?
Core JS
Given a stream of numbers and get rank for a given number? Search and replace node in a given array list.
Viewing 551 - 560 interview questions