The interview questions were challenging and interesting at the same time. General DS and algorithm coding questions.
Full Stack Engineer Interview Questions
18,297 full stack engineer interview questions shared by candidates
How can you prevent endless loop
Implement a utility that finds the minimal relation level between two people. The utility should have the following functions: void Init(Person[] people) - Initialization of the utility with person instances. int FindMinRelationLevel(Person personA, Person personB)- Returns the minimal level of relation between personA and personB. If they are not related, return -1.
Implement a utility that will use java reflection APIs to print “simple” objects. “Simple” objects are defined as follows: They have only public properties Each property can be of the following types: ● Object – assume that that object is also a "simple" object ● Primitive (e.g. int), or string one hour and after that asked questions about the code I wrote
Print users from a stream.
The very same one you answer in the form in their website
Entretien à distance : Merge 2 sorted arrays Merge k sorted arrays Entretien présentiel : Merge 2 sorted arrays mais inplace en O(N1 + N2)
Questions on problem solving. We can choose our preferred programming language and solve the problems.
output of following '3' - 1
What is cross-site request forgery? How can you avoid it?
Viewing 1621 - 1630 interview questions