How would you design a system that can scale efficiently to handle a very large number of users?
Mts Interview Questions
501 mts interview questions shared by candidates
DSA problem on Prefix & Suffix and one was of greedy
Data structures, Python coding problems and lot more
- Coding and design patterns : using abstract class.
1) In round 1, they asked 2 coding question on Hackerank platform. Around, 1 hr 15 minutes were given which was sufficient to solve them. The first problem was based on maths and implementation. The other one was based on dynamic programming and strings. 2) In this round, they shared a pseudo code of a critical section problem and we have to debug it. They personally monitored us using zoom meeting. 3) The third and fourth round were technical round. In third round, they asked us to solve a coding question based on binary tree. The problem consist of two sub problem. The first part involves coloring and the second involves counting the different colors in a subtree. Both were query based problems. Once, we arrived at optimal solution they asked us to write a function corresponding to the designed algorithm. The fourth round was the last round. It was based on system design. It was more a kind of interactive one. Both of these round was held on codepair.
Selenium question. Quick sort java concept few Algo
Array, patterns,sorting and basic DSA questions
What are the different types of virtualization?
I had to debug a code based on Linked List.
1.Consecutive ones in array. 2.Max in array, provide solution using thread if a system has 4 cores available. then max should be computed using all the 4 cores instead of running only on one core. 3. Find shortest path to reach at end of the row, in a 2D matrix containing ones and zeros. Ones are the cells can be traversed and Zeros can't be jumped. 4. Convert a max heap to min heap
Viewing 461 - 470 interview questions