Round 1
Questions:
- Online Assessment -> 3 Questions of DSA, all were leetcode medium to hard.
- I was able to do 2 questions.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 2
Questions:
- Question 1: 2 Sum Problem
- Modified to find two numbers in the array whose difference is equal to a given
diff
.
- Modified to find two numbers in the array whose difference is equal to a given
- Question 2: Find the longest consecutive sequence.
- Modified to finding the longest Fibonacci sequence from the given array.
Candidate's Approach
- For the 2 Sum Problem, started with a brute force approach and then optimized it to a binary search solution.
- For the longest consecutive sequence, initially discussed a brute force approach and then optimized it using a set.
- For the Fibonacci sequence, provided an optimized approach using the earlier question as a reference.
Interviewer's Feedback
No feedback provided.
Round 3
Questions:
- Question 1: Peak element in an array -> Leetcode Medium
- Question 2: Target Sum Problem -> Leetcode Medium
- SQL question (asked after completing the above questions).
- Discussion on Resilience and circuit breaker in Spring Boot.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 4
Questions:
- Difference between Spring and Spring Boot.
- Advantages of Spring Boot over Spring.
- Questions about projects, servlets, autowiring, design patterns, and implementation of Singleton Design Pattern.
- Follow-up questions on Lazy Loading, Thread safety, and synchronization.
- Asked to write the whole code on paper for a design question.
- DSA question on cycle detection in a directed graph.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.
Round 5
Questions:
- General introduction.
- Why are you leaving your current organization so early?
- Why do you want to join Myntra?
- Salary expectations and current CTC.
- Feedback question.
Candidate's Approach
No approach provided.
Interviewer's Feedback
No feedback provided.