Mmt
Quick Navigation
Summary
I interviewed for a Software Developer role at MMT with 1.5 years of experience. The process involved two technical rounds covering DSA, Java, experience-based questions, and design patterns, ultimately resulting in a rejection.
Full Experience
Experience
1.5 year
Rounds
- First Technical
- Second Technical
First Round
DSA question
- left rotate the array
- Right rotate the array
Questions related to experience and Java
Second Round
- Dynamic programming Question similar to a coin change
- Design Patterns question like Singleton pattern
Experience related question, Java and oops.
I got stuck in design patterns and some deep questions related to past experience.
Verdict: Rejected
Interview Questions (4)
Q1
Left Rotate Array
Data Structures & Algorithms
Given an array, perform a left rotation.
Q2
Right Rotate Array
Data Structures & Algorithms
Given an array, perform a right rotation.
Q3
Dynamic Programming Problem (Coin Change Type)
Data Structures & Algorithms
A dynamic programming question described as being similar to the classic coin change problem.
Q4
Singleton Design Pattern Question
System Design
A question related to design patterns, specifically mentioning the Singleton pattern.