Panda Guru LogoPanda
Guru

Myntra Interview experience

Round 1: Online Assessment (OA)

Questions: This round involved 5 coding problems, and a total of 200 students participated. Candidates who successfully solved 3 problems completely and partially solved 1 additional problem were shortlisted for the interview rounds.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 2: Problem-Solving and Coding (Online Interview)

Questions:

  1. Problem 1: Count the number of substrings in a string that contain specific characters.
    Example: Given the string s = "absdabc" and characters char = ["a", "b", "c"], the output should be 6.

  2. Problem 2: Find pairs in an array whose sum is divisible by a given integer k.

Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.


Round 3: Data Structures (Most Crucial Round)

Questions:

  1. Problem 1: Course Scheduling - Determining the correct order of courses based on given prerequisites.
  2. Problem 2: Generate all valid IP addresses from a given string.
Candidate's Approach

No approach provided.

Interviewer's Feedback

No feedback provided.