Most of the questions were Leetcode-style, covering key concepts like greedy algorithms (similar to Jump Game), sliding window techniques (like finding the longest subarray with a sum constraint), and dynamic programming. The problems were well-structured and tested both logic and optimization skills.
Mts 1 Interview Questions
43 mts 1 interview questions shared by candidates
Find the rank of a given word among all the permutations of that word. Find whether a cloth can be fit inside a box by holding it in half repeatedly either length wise or breadth wise.
there is a vector of n strings(words). And one integer k, You need to find the k most occurring words at each time a word is read.
They asked some concepts of graphs and system design in 2nd round
Lru cache was asked to me.
Based on Tree traversal, Linked list, maps, arrays and string operations.
Some of the questions that were asked were: 1. Find an upper bound of an element in a sorted array. 2. Generate all permutations of an array. 3. Discussion on project and work experience. 4. Some questions on CS Fundamentals mainly on OS topics like thread, process, deadlock, mutex, semaphores, socket, etc. 5. 3 to 4 famous puzzles
Beware before apprearing for the interview..they will take 5 rounds of interview and then won't contact you in any form to give you feedback.. Worst experience i had.
Valid Palindrome, design hit counter (leetcode) Distributed system question on if 3 nodes are there and 2 node stop working how will you tackle such situation(something similar on this line) Linked list question (if we don't know the length of the LinkedIn list and find the value of n node from last
How to reverse traverse a linked lists
Viewing 1 - 10 interview questions