There is a 1000 storeyed building. Design lift system for it.
Mts Interview Questions
501 mts interview questions shared by candidates
First round - Implementing a solution in a pythonic way. Using zip to be precise. Second round - Many questions around Python methods and classes. Concepts of OOPs in Python.
Finding middle node of a linked list Bit masking
Solid principles in OOPS. Merge 2 sorted arrays
Asked about a question on monotonic stack
What is the difference between virtual vs pure virtual?
Divide a square into 8 equal parts using exactly 5 straight lines.
WAP to reverse a singly linked list
-> Given a string, output an encoded string such that repeat letters are compressed to the character and count. Example: abccaddeeeeeaa => abc2d3e5a2 -> Given an absolute path for a Unix-style file system, which begins with a slash/, transform this path into its simplified canonical path. In Unix styl file system context, a single period signifies the current directory, a double period denotes moving up one directory level, and multiple slashes such as "//" are interpreted as a single slash Example: Input path = "/./a/./b//c./d/." Output: "/b/d" Given an absolute path for a Unix-style file system, which begins with a slash'/, transform this path into its simplified canonical path. In Unix style file system context, a single period signifies the current directory, a double period * denotes moving up one directory level, and multiple slashes such as "I/" are interpreted as a single slash Example: Iput path ="|/a///./d/." Output. ...b/d Write a basic program to print odd and even number sequentially using two threads. Later modify function a lil by making the index counter to be global for both function. Binary search for findjng a number Find the largest next number in the sequence. I answered all questions correctly but dont know why i got rejected ! I was really confident with the interview process. One rude thing was the HR told that he will get back with the results to schedule Managerial round in few hours but he didn’t! And just blocked my number . This really got me pissed off and thats why writing this review. HR s please communicate !!! Dont hesitate to do so because until we get the results we are restless and eager to know the results.
Cannot disclose because of NDA but mostly algos and project discussion
Viewing 151 - 160 interview questions