Open In App

Myntra Internship Interview Experience

Improve
Improve
Like Article
Like
Save
Share
Report

Myntra Intern Interview (May 2021)

I got this Internship opportunity from Myntra HackerRamp Hackathon on the Dare2Complete website. Our team was prefinalist and all the prefinalist got that opportunity. 

Basically, 2 rounds were there for internship interview:

Round 1(Based on DS Algo): 1 hour

  1. Print all the pairs that sums to given target.   https://www.geeksforgeeks.org/print-all-pairs-with-given-sum/
  2. Find the sum of all deepest node of Binary tree.https://www.geeksforgeeks.org/sum-nodes-maximum-depth-binary-tree/  https://leetcode.com/problems/deepest-leaves-sum/
  3. https://leetcode.com/problems/magnetic-force-between-two-balls/

Round 2(Based on DS Algo + Managerial): 1 hour

  1. Find all the triplets that sums to given target and triplet can be more than one and we have to find the index of that triplets. It is similar to this question.https://www.geeksforgeeks.org/find-a-triplet-that-sum-to-a-given-value/
  2. Frequency of mostly occurred element in an array.https://www.geeksforgeeks.org/frequent-element-array/
  3. How to implement hash map. In this we just have to say the data structure used for this that is array of linked list and the predefined data structure for this is map.
  4. Which data structure is used for google search?  In this, i explained the concept of Trie.

Managerial questions:

  1. What did you do in college in the last 3 years apart from academics?
  2. Just brief about projects.

I just suggest answering the coding question very sequentially like 1st brute force approach and then an optimized solution.


Last Updated : 28 May, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads