MMT Software Developer Interview
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)
Left Rotate Array
Given an array, perform a left rotation.
Right Rotate Array
Given an array, perform a right rotation.
Dynamic Programming Problem (Coin Change Type)
A dynamic programming question described as being similar to the classic coin change problem.
Singleton Design Pattern Question
A question related to design patterns, specifically mentioning the Singleton pattern.