Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Sales Interview Questions and Answers

Updated 22 May 2023

Swiggy Sales Interview Experiences

1 interview found

Sales Interview Questions & Answers

user image Anonymous

posted on 22 May 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2022. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why you want to join my company
  • Q2. What was your CTC
  • Ans. 

    My current CTC is confidential, but I am open to discussing my salary expectations for this role.

    • Politely decline to disclose current CTC

    • Express openness to discussing salary expectations for the new role

    • Provide a salary range based on research and industry standards

  • Answered by AI
Round 2 - Aptitude Test 

There was multiple questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Interview questions from similar companies

Sales Interview Questions & Answers

Info Edge user image Manisha Jain

posted on 19 Jan 2018

I applied via Campus Placement

Interview Questionnaire 

4 Questions

  • Q1. Why you are looking forward to get into sales role?
  • Ans. 

    I am excited about the opportunity to use my communication skills and passion for helping others to drive results and build relationships.

    • Enjoy interacting with people and building relationships

    • Passionate about helping others find solutions to their needs

    • Excited about the challenge of meeting sales targets

    • Thrives in fast-paced and dynamic environments

  • Answered by AI
  • Q2. Please show some sales skills by selling the water bottle of kenley
  • Ans. 

    The Kenley water bottle is a high-quality, durable and stylish bottle that keeps your water cool for hours.

    • Highlight the features and benefits of the Kenley water bottle, such as its insulation properties and sleek design.

    • Emphasize the value and convenience it brings to the customer's daily life.

    • Address any potential concerns or objections the customer may have, such as the price or availability of similar products.

    • Off...

  • Answered by AI
  • Q3. Tell the difference between sales and marketing
  • Ans. 

    Sales focuses on selling products or services, while marketing focuses on promoting and creating demand for those products or services.

    • Sales involves direct interaction with customers to close deals.

    • Marketing involves creating strategies to reach and engage potential customers.

    • Sales focuses on individual transactions, while marketing focuses on long-term customer relationships.

    • Sales is more tactical and immediate, whil...

  • Answered by AI
  • Q4. Do the marketing of your file folder
  • Ans. 

    Our file folders are designed to keep your documents organized and easily accessible.

    • Highlight the durability and quality of our file folders

    • Emphasize the various sizes and designs available to suit different needs

    • Mention the benefits of using file folders for efficient document management

    • Discuss any special features or materials used in our file folders

    • Provide examples of how our file folders have helped customers sta

  • Answered by AI

Interview Preparation Tips

Round: Group Discussion
Experience: GD topic was PRONS AND CONS OF MTV shows, the more you speak the more you get the attention of HRs so you should put you views and points very strongly.


General Tips: My story was little different from the general one, as being the cordinator of placement cell, my HRs has already decided to take me with them begore any interview round. However, it is quite imporatant to take responsibilities and lead from the front.

Skills: Attitude, Confidence, Communication, Body Language
Duration: <1 week
College Name: TMU

I applied via Referral and was interviewed in Feb 2022. 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 tips
Round 2 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - I am very happy getting jod indiamart.

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

Interview Questionnaire 

3 Questions

  • Q1. What is your greatest achievement
  • Q2. What is difference between hardware and software
  • Ans. 

    Hardware refers to physical components of a computer system, while software refers to programs and data that run on the hardware.

    • Hardware includes devices like the CPU, memory, and hard drive, while software includes operating systems, applications, and data.

    • Hardware is tangible and can be touched, while software is intangible and cannot be physically touched.

    • Hardware provides the platform for software to run on, while...

  • Answered by AI
  • Q3. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi good evening everyone first of all thankyou for giving this Apportunity it is very important to introducing

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2022. 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 tips
Round 2 - Behavioral 

(3 Questions)

  • Q1. Ahmedabad Naranpura Bad Culture Bad place to work
  • Q2. Very bad Culture don't joined
  • Q3. You will be tired in this job

Interview Preparation Tips

Interview preparation tips for other job seekers - Froud company for employees not growth no job secured third party payroll

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jul 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Knowledge about data summarisation.and some tools like Power bi and advance excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak first answer like perfect and effective answer without any hesitation...

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via LinkedIn and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel

I applied via Naukri.com and was interviewed before Feb 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 tips
Round 2 - Case Study 

It was very learning interview, you can find your ability

Interview Preparation Tips

Interview preparation tips for other job seekers - All good just be confident and tell about what you are and what is your expertise

Swiggy Interview FAQs

How many rounds are there in Swiggy Sales interview?
Swiggy interview process usually has 3 rounds. The most common rounds in the Swiggy interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for Swiggy Sales 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 Agile, Analytical, Customer Experience, E-commerce and Management.

Tell us how to improve this page.

Swiggy Sales Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
3.9
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Info Edge Interview Questions
3.9
 • 317 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Lenskart Interview Questions
3.2
 • 308 Interviews
Zepto Interview Questions
3.5
 • 221 Interviews
View all
Swiggy Sales Salary
based on 4 salaries
₹2.1 L/yr - ₹8 L/yr
24% more than the average Sales Salary in India
View more details

Swiggy Sales Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Delivery Boy
876 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
580 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
564 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager
489 salaries
unlock blur

₹5.6 L/yr - ₹14 L/yr

Assistant Store Manager
450 salaries
unlock blur

₹1.5 L/yr - ₹4 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