Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Swiggy Quality Executive Interview Questions and Answers

Updated 18 Oct 2022

Swiggy Quality Executive Interview Experiences

1 interview found

I applied via Referral and was interviewed before Oct 2021. There were 2 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 Resume tips
Round 2 - Tele round 

(2 Questions)

  • Q1. Asked about previous job profile
  • Q2. Milk quality Process And asked my skills Payslips Expecting Package

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no suitable jobs for me.
Is there any reference to you then you will get the job easily. If you not then we are suffer only.

HCL Healthcare

Rated 4.5 for Work-Life Balance by our employees on AmbitionBox

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Quality Executive Jobs at Swiggy

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Mixer grinder safety test, and as per BIS standard.
  • Q2. What type of safety use in mixer.
  • Ans. 

    Safety features in mixers include locking mechanisms, splash guards, and emergency stop buttons.

    • Locking mechanisms prevent accidental operation of the mixer.

    • Splash guards help contain ingredients and prevent splattering.

    • Emergency stop buttons allow for quick shutdown in case of an emergency.

    • Some mixers also have overload protection to prevent motor burnout.

    • Mixers may have safety interlocks to ensure the bowl is properl

  • Answered by AI
  • Q3. Daily tests as per BIS
  • Q4. Motor working principle
  • Ans. 

    The motor working principle involves converting electrical energy into mechanical energy through the interaction of magnetic fields.

    • Electric current flows through a coil of wire, creating a magnetic field.

    • The magnetic field interacts with a permanent magnet, causing the coil to rotate.

    • This rotation is used to drive mechanical components, such as a fan or a pump.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why left previous company, salary related.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the Kaizenn
  • Ans. 

    Kaizen is a Japanese business philosophy of continuous improvement involving all employees.

    • Kaizen focuses on making small, incremental changes to processes to improve efficiency and quality.

    • It involves all employees in the organization, from top management to frontline workers.

    • Kaizen promotes a culture of continuous improvement and innovation.

    • Examples of Kaizen practices include daily team meetings to discuss improveme...

  • Answered by AI
  • Q2. How to reduces the losses in supply chain.
  • Ans. 

    Reducing losses in the supply chain involves improving visibility, communication, and efficiency.

    • Improve visibility by implementing tracking systems for inventory and shipments.

    • Enhance communication between all parties involved in the supply chain to prevent delays and errors.

    • Increase efficiency by optimizing processes and reducing waste.

    • Implement risk management strategies to mitigate potential disruptions.

    • Regularly r...

  • Answered by AI

I applied via AmbitionBox and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Group Discussion 

INVENTORY

Round 3 - HR 

(7 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Tell me about yourself.
  • Q6. Why are you looking for a change?
  • Q7. All hr policies review
  • Ans. 

    Reviewing HR policies is an important task for an Assistant Manager.

    • Review all HR policies to ensure they are up-to-date and compliant with laws and regulations.

    • Identify any gaps or areas for improvement in the existing policies.

    • Consult with HR team and management to gather feedback and suggestions for policy enhancements.

    • Consider industry best practices and benchmark against competitors' policies.

    • Ensure policies are c...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Giving the best aporchunity in people management and Restaurant Foodcost

I was interviewed in Jun 2022.

Round 1 - Aptitude Test 

Mental ability, logical reasoning

Round 2 - Assignment 

Write on essay on current issue

Round 3 - Group Discussion 

Discussion of topic given

Round 4 - HR 

(2 Questions)

  • Q1. Bio data of the person
  • Q2. Job related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Observe the persons behaviour and communication skills in group discussion and HR round

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

This was MCQ+Coding round.

  • Q1. How can you check if two strings are anagrams of each other?
  • Ans. 

    Check if two strings are anagrams by comparing the sorted versions of the strings.

    • Sort both strings and compare if they are equal.

    • Use a hashmap to store the frequency of characters in each string and compare the maps.

    • Ignore spaces and punctuation when comparing the strings.

  • Answered by AI
Round 2 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Round 3 - Face to Face 

Round duration - 90 minutes
Round difficulty - Easy

This was face to face interview round.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from National Institute Of Technology, Silchar, Assam. I applied for the job as SDE - 1 in SiddharthnagarEligibility criteria6 CGPAAmazon interview preparation:Topics to prepare for the interview - Basic Computer Science backgroundTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Participate in live contests on websites like Codechef, Codeforces etc as much as possible.
Tip 2 : Practice previous interview questions from LeetCode, GeeksForGeeks.
Tip 3 : Revise Computer Science subjects like DBMS, OOPS thoroughly.

Application resume tips for other job seekers

Add projects and Internships if you have done any and add only those things which you really know.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 Minutes
Round difficulty - Medium

Interview started at 11:00 am. It was an online round. During the coding round I submitted optimized solution and got full acceptance of the solutions.

  • Q1. 

    Detect Cycle in a Directed Graph

    You are provided with a directed graph composed of 'N' nodes. You have a matrix called 'EDGES' with dimensions M x 2, which specifies the 'M' edges in the graph. Each edge...

  • Ans. 

    Detect cycle in a directed graph using depth-first search (DFS) algorithm.

    • Use DFS to traverse the graph and detect back edges indicating a cycle.

    • Maintain a visited array to keep track of visited nodes during traversal.

    • If a node is visited again during traversal and it is not the parent node, then a cycle exists.

    • Return true if a cycle is detected, false otherwise.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 10:00 am. Interview went well, I was able to connect with the interviewer and enjoyed the whole interview

  • Q1. 

    Next Smallest Palindrome Problem Statement

    Find the next smallest palindrome strictly greater than a given number 'N' represented as a string 'S'.

    Explanation:

    You are given a number in string format, a...

  • Ans. 

    Find the next smallest palindrome greater than a given number represented as a string.

    • Convert the string to an integer, find the next greater palindrome, and convert it back to a string.

    • Handle cases where the number is a palindrome or has all digits as '9'.

    • Consider both odd and even length numbers when finding the next palindrome.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 80 Minutes
Round difficulty - Medium

Interview started at 11:00 am. Interview went well.

  • Q1. 

    Boundary Traversal of a Binary Tree

    Given a binary tree of integers, your task is to return the boundary nodes of the tree in Anti-Clockwise direction starting from the root node.

    Input:

    The first line ...
  • Ans. 

    Return the boundary nodes of a binary tree in Anti-Clockwise direction starting from the root node.

    • Traverse the left boundary nodes in a top-down manner

    • Traverse the leaf nodes from left to right

    • Traverse the right boundary nodes in a bottom-up manner

    • Handle cases where duplicates occur in the boundary nodes

    • Implement the function without printing as printing is already managed

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaGood knowledge of Data Structures, Some great projects which are used by the usersAmazon interview preparation:Topics to prepare for the interview - Data Structures, Web development, System Design, Algorithms, Dynamic Programming, Database, OS, Networking, OOPS, DevOpsTime required to prepare for the interview - 8 monthsInterview preparation tips for other job seekers

Tip 1 : For Data Structures number of questions doesn't matter. Try to understand the logic behind them and try to apply them in creating multiple scenario's. Learn them by heart. 
Tip 2 : For Web.Development Try to learn full stack development. See which part interests you more, Increase your knowledge horizon, Always try to build a system a system considering It will be served to millions of customers. By doing this 1-2 projects will increase and cover all the major things which one should learn in their career/college.

Application resume tips for other job seekers

Tip 1 : Always try to make it a single page 
Tip 2 : Always make resume company specific. eg. Data Structures part more if you are applying for MNC's eg. Amazon, Google, DE Shaw, browserstack.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. HR 1st round logical question
  • Q2. HR Second round logical question and excel basic

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare logical question

I was interviewed in Aug 2017.

Interview Questionnaire 

7 Questions

  • Q1. Implement Merge Sort.
  • Ans. 

    Merge Sort is a divide and conquer algorithm that sorts an array by dividing it into two halves, sorting them separately, and then merging the sorted halves.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

  • Answered by AI
  • Q2. Given a BST containing distinct integers, and a number ‘X’, find all pairs of integers in the BST whose sum is equal to ‘X’.
  • Ans. 

    Find pairs of integers in a BST whose sum is equal to a given number.

    • Traverse the BST and store the values in a hash set.

    • For each node, check if (X - node.value) exists in the hash set.

    • If yes, add the pair (node.value, X - node.value) to the result.

    • Continue traversal until all nodes are processed.

  • Answered by AI
  • Q3. Given a set of time intervals in any order, merge all overlapping intervals into one and output the result which should have only mutually exclusive intervals.
  • Ans. 

    Merge overlapping time intervals into mutually exclusive intervals.

    • Sort the intervals based on their start time.

    • Iterate through the intervals and merge overlapping intervals.

    • Output the mutually exclusive intervals.

    • Example: [(1,3), (2,6), (8,10), (15,18)] -> [(1,6), (8,10), (15,18)]

  • Answered by AI
  • Q4. What are the different types of hashing? Suggest an alternative and a better way for Linear Chaining.
  • Ans. 

    Different types of hashing and alternative for Linear Chaining

    • Different types of hashing include division, multiplication, and universal hashing

    • Alternative for Linear Chaining is Open Addressing

    • Open Addressing includes Linear Probing, Quadratic Probing, and Double Hashing

  • Answered by AI
  • Q5. Implement AVL Tree.
  • Ans. 

    An AVL tree is a self-balancing binary search tree where the heights of the left and right subtrees differ by at most one.

    • AVL tree is a binary search tree with additional balance factor for each node.

    • The balance factor is the difference between the heights of the left and right subtrees.

    • Insertion and deletion operations in AVL tree maintain the balance factor to ensure the tree remains balanced.

    • Rotations are performed ...

  • Answered by AI
  • Q6. Minimum number of squares whose sum equals to given number n.
  • Ans. 

    Find the minimum number of squares whose sum equals to a given number n.

    • Use dynamic programming to solve the problem efficiently.

    • Start with finding the square root of n and check if it is a perfect square.

    • If not, then try to find the minimum number of squares required for the remaining number.

    • Repeat the process until the remaining number becomes 0.

    • Return the minimum number of squares required for the given number n.

  • Answered by AI
  • Q7. Insertion sort for a singly linked list.
  • Ans. 

    Insertion sort for a singly linked list.

    • Traverse the list and compare each node with the previous nodes

    • If the current node is smaller, swap it with the previous node

    • Repeat until the end of the list is reached

    • Time complexity is O(n^2)

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were 2 coding questions (no penalty for wrong submission) and 20 Multiple Choice Questions(with negative marking). We were given 90 minutes to solve them. MCQs were based on Data Structures, OS, CN, C outputs, OOP etc.
Tips: Experience in Competitive Programming might help in solving coding questions. No constraints were mentioned and detailed Instructions related to problem were stated vaguely. So code carefully.
Duration: 1 hour 30 minutes
Total Questions: 22

Round: Technical Interview
Experience: The interviewer asked me to introduce myself and a brief introduction of the projects that I have done. She first asked me questions related to my project. After that she moved on to the data structures part.
Tips: Take your time to approach the problems and if the question is not clear ask the interviewer to explain it again.

Round: Technical Interview
Experience: The interviewer asked me about how my previous round went. After that, he asked me to introduce myself and a brief introduction of the projects that I have done. He first asked me a few questions related to my project. Then he moved on to the data structures part. In this round the interviewer gave me strict time limit for coding the solution on paper for each problem and as soon as I was done coding he gave me 2-3 minutes every time to find errors and debug my code.
Tips: Do not panic even if the interviewer sets time limit while solving problems. If the question is not clear ask the interviewer to explain it again.

College Name: The LNM Institute Of Information Technology, Jaipur

Skills evaluated in this interview

I applied via Company Website and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL, Business cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with examples for each of the 14 principles
Contribute & help others!
anonymous
You can choose to be anonymous

Swiggy Interview FAQs

How many rounds are there in Swiggy Quality Executive interview?
Swiggy interview process usually has 2 rounds. The most common rounds in the Swiggy interview process are Resume Shortlist.
How to prepare for Swiggy Quality Executive 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 Swiggy. The most common topics and skills that interviewers at Swiggy expect are Food Safety Management System, GMP, HACCP, ISO Documentation and Orcale.

Recently Viewed

SALARIES

BigBasket

REVIEWS

GlobalLogic

No Reviews

JOBS

VMware Software

No Jobs

JOBS

Sampoorna feeds

No Jobs

JOBS

Weikfield Foods

No Jobs

REVIEWS

Firstsource Solutions

No Reviews

REVIEWS

GlobalLogic

No Reviews

JOBS

Core Edge Solutions

No Jobs

JOBS

Auxein Medical

No Jobs

REVIEWS

Firstsource Solutions

No Reviews

Tell us how to improve this page.

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 358 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 316 Interviews
Zomato Interview Questions
3.8
 • 311 Interviews
Lenskart Interview Questions
3.2
 • 304 Interviews
Zepto Interview Questions
3.5
 • 207 Interviews
View all
Swiggy Quality Executive Salary
based on 52 salaries
₹3 L/yr - ₹4.5 L/yr
At par with the average Quality Executive Salary in India
View more details

Swiggy Quality Executive Reviews and Ratings

based on 12 reviews

4.0/5

Rating in categories

3.8

Skill development

3.5

Work-life balance

3.8

Salary

2.1

Job security

3.5

Company culture

2.4

Promotions

3.6

Work satisfaction

Explore 12 Reviews and Ratings
Quality Executive

Bangalore / Bengaluru,

Delhi/Ncr

+1

2-3 Yrs

₹ 3.3-3.6 LPA

Explore more jobs
Delivery Boy
869 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Fleet Manager
580 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Sales Manager
519 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
497 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Store Manager
450 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.8
Compare

Dunzo

3.4
Compare

FoodPanda

3.7
Compare

Rapido

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