Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Myntra Team. If you also belong to the team, you can get access from here

Myntra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Myntra Floor Supervisor Interview Questions and Answers

Updated 3 Oct 2023

Myntra Floor Supervisor Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Fleet work experience working
  • Ans. 

    I have extensive fleet work experience, including managing vehicle maintenance schedules, coordinating driver schedules, and optimizing routes for efficiency.

    • Managed vehicle maintenance schedules to ensure fleet readiness

    • Coordinated driver schedules to meet delivery deadlines

    • Optimized routes to reduce fuel costs and improve efficiency

  • Answered by AI
  • Q2. FLEET work at the time
  • Q3. Question paper of inland world logistics private limited delhi
  • Q4. Share Happy work
  • Ans. 

    Creating a positive and enjoyable work environment for employees.

    • Encourage open communication and collaboration among team members

    • Recognize and appreciate employees' hard work and achievements

    • Organize team-building activities and events to boost morale

    • Provide opportunities for professional growth and development

    • Celebrate successes and milestones as a team

  • Answered by AI
  • Q5. FLEET attach question
Round 3 - Assignment 

Ok ok ok ok ok ok ok ok ok

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Apna Jobs and was interviewed in Jun 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Asking about background work experience

Round 2 - Technical 

(3 Questions)

  • Q1. Asking about work in which the candidate have well knowledge and well idea
  • Q2. Which types of work you will do without any help
  • Q3. Candidate will answer as they want and have knowledge

I applied via LinkedIn and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions were from SQL, Python, Statistics & Business Case Studies/Metrics in the form of 4-5 rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - So Key Takeaway is You have to be good with your Technical Knowledge (SQL Expert, Python, Overall Stats Knowledge) and That is not really enough. What differs a Business Analyst from other Developers/Statisticians etc. is Business acumen, Problem Solving Skills etc. To have a Business Knowledge and Understanding such that you find the problems/solutions/ Metrics and then solve them using the Technology.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

I applied via Recruitment Consultant and was interviewed before Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. No relevant questions to the job
  • Q2. Basic English tests

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are qualified above graduation, this is not the job you should be looking for.

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why we hire you, explain about your self?
  • Q2. What is you know about warehouse operations?
  • Ans. 

    Warehouse operations involve the management of inventory, storage, and movement of goods within a warehouse.

    • Warehouse operations include receiving, storing, and shipping goods

    • Inventory management is a crucial aspect of warehouse operations

    • Warehouse layout and design can impact efficiency and productivity

    • Technology such as barcode scanning and automation can improve warehouse operations

    • Safety protocols and training are

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive to express yourself..

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Online aptitude test with general aptitude questions.

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic js, ES6 features, Angular Questions, Node.js Lifecycle, event loop, mongodb questions, some HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what you are going to appear for, means technologies!

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    0/1 Knapsack Problem Statement

    A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...

  • Ans. 

    Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).

    • Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.

    • Iterate through each item and update the array based on whether including the item would increase the total value.

    • The final value in the array at index W will be the maximum value that can be stolen.

  • Answered by AI
  • Q2. 

    Find the Second Largest Element

    Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.

    If a second largest element does not exist, return -1.

    Example:

    Input:
    ARR = [2,...
  • Ans. 

    Find the second largest element in an array of integers.

    • Iterate through the array to find the largest and second largest elements.

    • Handle cases where all elements are identical.

    • Return -1 if a second largest element does not exist.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

System Design Round

  • Q1. Design a system for Twitter, discussing its architecture, key components, and scalability considerations.
  • Ans. 

    Design a scalable system for Twitter with key components and architecture.

    • Use microservices architecture for scalability and fault isolation.

    • Key components include user service, tweet service, timeline service, and notification service.

    • Use a distributed database like Cassandra for storing tweets and user data.

    • Implement a message queue like Kafka for handling real-time updates and notifications.

    • Use a caching layer like ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

It is just a formality

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaResume shortlistingSwiggy interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Core Java, Algorithms, DBMS, SQL,Time required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.

Application resume tips for other job seekers

Tip 1 : Mention what you know 
Tip 2 : Good previous work to showcase

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Y r u choosing this job only??
  • Ans. Because I want to share my ideas and innovative to others and to develop our company in good manner.
  • Answered Anonymously
  • Q2. What's your dream?
  • Q3. My dream is to got a job
  • Q4. How much salary will you expected??

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is to be positive at any situation and be active .
Don't get feared .
Your dressing is shown ur attitude.
Give respect to the others don't forget these things.

Myntra Interview FAQs

How many rounds are there in Myntra Floor Supervisor interview?
Myntra interview process usually has 3 rounds. The most common rounds in the Myntra interview process are Resume Shortlist, Technical and Assignment.
How to prepare for Myntra Floor Supervisor interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Myntra. The most common topics and skills that interviewers at Myntra expect are Knowledge Management, Management Skills, Operations, Spoken English and Time Management.
What are the top questions asked in Myntra Floor Supervisor interview?

Some of the top questions asked at the Myntra Floor Supervisor interview -

  1. Fleet work experience work...read more
  2. Share Happy w...read more
  3. Question paper of inland world logistics private limited de...read more

Tell us how to improve this page.

Myntra Floor Supervisor Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
Udaan Interview Questions
3.9
 • 336 Interviews
Meesho Interview Questions
3.7
 • 335 Interviews
Blinkit Interview Questions
3.7
 • 194 Interviews
BlackBuck Interview Questions
3.8
 • 180 Interviews
FirstCry Interview Questions
3.6
 • 172 Interviews
Spinny Interview Questions
3.7
 • 171 Interviews
Tata 1mg Interview Questions
3.6
 • 153 Interviews
Digit Insurance Interview Questions
3.9
 • 146 Interviews
Paisabazaar.com Interview Questions
3.4
 • 142 Interviews
View all
Myntra Floor Supervisor Salary
based on 8 salaries
₹1.6 L/yr - ₹5.2 L/yr
12% less than the average Floor Supervisor Salary in India
View more details

Myntra Floor Supervisor Reviews and Ratings

based on 6 reviews

4.0/5

Rating in categories

3.9

Skill development

4.4

Work-life balance

3.5

Salary

3.4

Job security

4.3

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 6 Reviews and Ratings
Data Analyst
260 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Manager
197 salaries
unlock blur

₹6.5 L/yr - ₹26 L/yr

Senior Manager
188 salaries
unlock blur

₹13.2 L/yr - ₹35.5 L/yr

Senior Assistant
184 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Senior Officer
166 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Myntra with

Flipkart

3.9
Compare

Amazon

4.0
Compare

Meesho

3.7
Compare

LimeRoad

2.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview