Implement Queue using two stacks Given an array of strings, you had to report all the strings which were prefixes of some other string in the array. (Hint: Use Tries)
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
* Design a Parking lot system (Code on IDE) * Find Triplet in an array with a given sum * two number a, b given. divide the a/b and tell whether the result is a repeating number or not repeating. e.g 1/3 = 0.33333 which is repeating. or 4/22=0.1818181 . this is a repeating number also. * Design Movie Ticket Booking system (Low level design, entities, database, services)
The online round had medium difficulty level questions. In the first coding round, I was asked a question related to topological sort. And in the second coding round the question was related to parsing minified HTML to form a tree. Post that there were some queries performed on this tree. For each query, given a path of the tree, return a string containing containing concatenated values in the subtree rooted at end of the path.
There were two coding problems in aptitude one is rain trapped and other on was simple math
There were several algorithmic questions in the technical sessions. I do not recall a specific one
Write code to print all permutations of an array of unique integers.
NA
Design Distributed Cache system / DS ALGO array based question
How do you test an elevator? What is the process you use to debug if a website is down
Least common ancestor without using recursion
Viewing 1091 - 1100 interview questions