Panda Guru LogoPanda
Guru

Myntra SDE 1 Backend | Interview Experience

Round 1

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 2

Questions:

  1. Question 1: 2 Sum Problem
    • Modified to find two numbers in the array whose difference is equal to a given diff.
  2. 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:

  1. Question 1: Peak element in an array -> Leetcode Medium
  2. Question 2: Target Sum Problem -> Leetcode Medium
  3. SQL question (asked after completing the above questions).
  4. Discussion on Resilience and circuit breaker in Spring Boot.
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 4

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 5

Questions:

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.