Upload Button Icon Add office photos
Engaged Employer

i

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

Snapdeal Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Snapdeal Interview Questions and Answers

Updated 20 Jan 2025
Popular Designations

107 Interview questions

A Data Scientist was asked 10mo ago
Q. What are some simple groupby questions in pandas?
Ans. 

GroupBy in pandas allows for data aggregation and transformation based on specific columns.

  • Use `df.groupby('column_name')` to group data by a specific column.

  • Apply aggregation functions like `sum()`, `mean()`, or `count()` after grouping.

  • Example: `df.groupby('category').sum()` sums values for each category.

  • You can group by multiple columns: `df.groupby(['col1', 'col2']).mean()`.

  • Use `agg()` to apply multiple functi...

View all Data Scientist interview questions
A Data Scientist was asked 10mo ago
Q. How do you use GROUP BY in SQL?
Ans. 

Group by in SQL aggregates data based on specified columns, allowing for summary statistics and analysis.

  • The GROUP BY clause groups rows that have the same values in specified columns into summary rows.

  • Common aggregate functions used with GROUP BY include COUNT(), SUM(), AVG(), MAX(), and MIN().

  • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; returns the number of employees in each departme...

View all Data Scientist interview questions
A Graduate Engineer was asked 11mo ago
Q. Given a roman numeral, convert it to an integer.
Ans. 

Convert Roman numerals to integers using a mapping of values for each symbol.

  • Create a mapping of Roman numeral symbols to their corresponding integer values.

  • Iterate through the input Roman numeral string from right to left.

  • If the current symbol's value is less than the next symbol's value, subtract it from the total. Otherwise, add it to the total.

View all Graduate Engineer interview questions
A Software Engineer was asked
Q. Given an array, find a pair of elements.
Ans. 

Find the pair element from the array

  • Iterate through the array and use a hashmap to store elements and their counts

  • Check if the current element's complement exists in the hashmap

  • Return the pair if found, otherwise return null

View all Software Engineer interview questions
A Business Analyst was asked
Q. How would you improve the health of a marketplace?
Ans. 

By analyzing data, identifying pain points, and implementing solutions to improve user experience and trust.

  • Analyze user behavior and feedback to identify areas of improvement

  • Implement measures to increase transparency and trust, such as user reviews and seller verification

  • Provide resources and support for dispute resolution

  • Encourage diversity and inclusivity in the marketplace to attract a wider range of buyers a...

View all Business Analyst interview questions
A Business Analyst was asked
Q. How would you design a new customer support system?
Ans. 

I will design a customer support system that is user-friendly, efficient, and personalized.

  • Conduct research to understand customer needs and preferences

  • Identify common customer issues and develop a knowledge base for quick resolution

  • Implement a ticketing system to track and prioritize customer inquiries

  • Integrate chatbots and AI to provide 24/7 support

  • Train support staff to provide personalized and empathetic servi...

View all Business Analyst interview questions
A Front end Engineer was asked
Q. How would you implement infinite scrolling in React.js?
Ans. 

Implement infinite scrolling in React JS using Intersection Observer API.

  • Use Intersection Observer API to detect when the user has scrolled to the bottom of the page.

  • Fetch new data and append it to the existing data using setState.

  • Use a loading spinner to indicate that new data is being fetched.

  • Add a debounce function to prevent multiple API calls while scrolling.

  • Use a key prop when rendering the list of data to a...

View all Front end Engineer interview questions
Are these interview questions helpful?
A Front end Engineer was asked
Q. Write code to determine if an input date is today or tomorrow based on the current date. If it's neither, output the number of days difference between the input date and the current date.
Ans. 

Code to find if input date is today/tomorrow or no of days difference from current date.

  • Get current date using Date() constructor

  • Convert input date to Date object

  • Compare input date with current date to check if it's today/tomorrow

  • If not, calculate the difference in days using getTime() method

  • Output the result accordingly

View all Front end Engineer interview questions
A Front end Engineer was asked
Q. What is bind in JavaScript, and can you write its polyfill?
Ans. 

Bind creates a new function with a specified 'this' value and arguments.

  • Bind returns a new function with the same body as the original function.

  • The 'this' value of the new function is bound to the first argument passed to bind().

  • The subsequent arguments are passed as arguments to the new function.

  • Polyfill for bind() can be created using call() or apply() methods.

View all Front end Engineer interview questions
A Front end Engineer was asked
Q. Tell me about Sass (Syntactically Awesome Style Sheets).
Ans. 

Saas is a CSS preprocessor that extends the functionality of CSS with variables, mixins, and more.

  • Saas stands for Syntactically Awesome Style Sheets

  • It allows for the use of variables, mixins, and functions in CSS

  • Saas code must be compiled into CSS before it can be used in a web page

  • Saas is often used in conjunction with build tools like Gulp or Webpack

View all Front end Engineer interview questions

Snapdeal Interview Experiences

75 interviews found

Analyst Interview Questions & Answers

user image Sahil kumar

posted on 13 Mar 2015

Interview Questionnaire 

5 Questions

  • Q1. Cube with six colors how many different cubes can be obtained?
  • Ans. 

    There are 6 colors, so 6^3 = 216 different cubes can be obtained.

    • The cube has 6 faces, each of which can be one of 6 colors.

    • Therefore, there are 6 options for the first face, 6 for the second, and 6 for the third.

    • To find the total number of possible cubes, we multiply these options together: 6 x 6 x 6 = 216.

  • Answered by AI
  • Q2. Mean median mode, why median is best
  • Ans. 

    Median is best because it is not affected by outliers and gives a better representation of central tendency.

    • Median is the middle value in a dataset, which makes it less affected by extreme values or outliers.

    • It gives a better representation of central tendency as compared to mean, which can be skewed by outliers.

    • Mode is not always useful as it may not exist or may not be unique in a dataset.

    • For example, in a dataset of...

  • Answered by AI
  • Q3. Whether 899 is prime or not??
  • Ans. 

    No, 899 is not a prime number.

    • A prime number is a positive integer greater than 1 that has no positive integer divisors other than 1 and itself.

    • 899 can be divided by 29 and 31, so it is not a prime number.

  • Answered by AI
  • Q4. Guess the amount of water used in the college?
  • Ans. 

    The amount of water used in the college depends on various factors such as the number of students, staff, and facilities.

    • The amount of water used in the college varies depending on the size of the college.

    • The number of students, staff, and facilities also play a significant role in determining the amount of water used.

    • The college may have water-saving measures in place to reduce water usage.

    • The amount of water used may...

  • Answered by AI
  • Q5. Calculate what single cut bookmyshow should charge from the customers depending on the various factor..... Ans. List the factors like movie of superstar, festival occasion etc.
  • Ans. 

    BookMyShow should charge different prices based on factors like movie of superstar, festival occasion, etc.

    • Consider the popularity of the movie star

    • Take into account the demand for tickets during festival occasions

    • Analyze the competition and market trends

    • Offer discounts for bulk bookings or loyalty programs

    • Consider the cost of production and distribution

    • Adjust prices based on the time of day or week

    • Use dynamic pricing ...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was a speed Test. Question including all the aptitude areas English, Calculations, Mental Ability etc.
Tips: Be a human calculator, you shouldn't do calculations manually. Everything should be done in your mind.
Duration: 20 minutes
Total Questions: 50

Round: Group Discussion
Experience: It was GD of 20 students at a time so you can guess there was no time for everybody to speak their mind. But still in the end everyone was a given chance so that they can speak. I was given the chance to speak in the end and I utilized every bit of it. I used snapdeal (the company in which I was appearing) in the illustrations and some good management keywords which make my impression very good in-front of the Invigilator.
Tips: You don't need to be mind blowing in English, all you need is the content. Don't speak in layman language, try you use some big words and always say all the good things for that company in illustrations. Try to avoid using competitor of the company.
Duration: 10min. minutes

General Tips: 1. Dont take written test lightly. Prepare as much as you can.
2. Join any CAT preparation websites or coaching.
3. Prepare for GDs with groups other than yours regularly.
Skills: Aptitude, Puzzle solving, SQL, R language
College Name: Indian Institute of Technology, Roorkee
Motivation: Big Package
Good profile, the one I was looking to enter into.
Had a great internship their, so kind of PPO
Funny Moments: How I was almost out of the process??  First they announced a cut off 41 out of 50 in their written test. About 259 students were shortlisted. Just before the GDs were to be held in the evening of Day 2, a notice appears that cut off has been revised and new cut off is 47. Only 58 students were there in the new shortlist. Imagine other 200 students, all suited with preparations done, were asked to leave the scene !! I was very serious about working in an e-commerce company. Guess what, I had 42 marks in the test.We were walking back to the hostel, clicked some pics thinking at-least wore the suit for first time and abusing the company blah blah blah.But then came the news just half an hour after that and Luckily some guys convinced the Snapdeal's Placement coordinator and yes we were back in the race, actually won the race :D
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Simple groupby questions in pandas?
  • Ans. 

    GroupBy in pandas allows for data aggregation and transformation based on specific columns.

    • Use `df.groupby('column_name')` to group data by a specific column.

    • Apply aggregation functions like `sum()`, `mean()`, or `count()` after grouping.

    • Example: `df.groupby('category').sum()` sums values for each category.

    • You can group by multiple columns: `df.groupby(['col1', 'col2']).mean()`.

    • Use `agg()` to apply multiple functions: ...

  • Answered by AI
  • Q2. Group by questions in SQL?
  • Ans. 

    Group by in SQL aggregates data based on specified columns, allowing for summary statistics and analysis.

    • The GROUP BY clause groups rows that have the same values in specified columns into summary rows.

    • Common aggregate functions used with GROUP BY include COUNT(), SUM(), AVG(), MAX(), and MIN().

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department; returns the number of employees in each department.

    • Yo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Lot of opportunity for learning within the company

Interview Questions & Answers

user image Danish Nazir

posted on 3 Feb 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Why you want to do this job?
  • Q2. What was your yesterday's schedule?
  • Q3. What is your short term goal?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Reverse a stack without using extra space

Round 2 - Technical 

(2 Questions)

  • Q1. Convert Roman to Integer
  • Ans. 

    Convert Roman numerals to integers using a mapping of values for each symbol.

    • Create a mapping of Roman numeral symbols to their corresponding integer values.

    • Iterate through the input Roman numeral string from right to left.

    • If the current symbol's value is less than the next symbol's value, subtract it from the total. Otherwise, add it to the total.

  • Answered by AI
  • Q2. Mid of linked list

Skills evaluated in this interview

Intern Interview Questions & Answers

user image Anonymous

posted on 23 Jan 2024

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

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Basic SQL question.
  • Q2. Order of execution
  • Ans. 

    The order of execution refers to the sequence in which instructions or operations are executed in a program.

    • The order of execution is determined by the programming language and the specific code being executed.

    • Generally, code is executed line by line from top to bottom.

    • However, there are exceptions such as loops, conditionals, and function calls that can alter the order of execution.

    • In some programming languages, there...

  • Answered by AI
  • Q3. Window functions
  • Q4. Aggregate functions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Group Discussion 

Fast growth of population

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Prior work experience
  • Ans. 

    I have 5 years of experience in project management, leading cross-functional teams to successful project completion.

    • Led cross-functional teams to complete projects on time and within budget

    • Managed project timelines, resources, and deliverables

    • Collaborated with stakeholders to ensure project goals were met

    • Implemented project management best practices to improve efficiency

    • Experience in creating and executing project plan...

  • Answered by AI

SDE Interview Questions & Answers

user image Anonymous

posted on 23 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

2 medium level leet code question.

Round 2 - Technical 

(1 Question)

  • Q1. Face to face interview, 2 medium-level dsa questions, some java and OS basic fundamentals.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Level order tree traversal
  • Q2. Find the pair element from the array
  • Ans. 

    Find the pair element from the array

    • Iterate through the array and use a hashmap to store elements and their counts

    • Check if the current element's complement exists in the hashmap

    • Return the pair if found, otherwise return null

  • Answered by AI

Skills evaluated in this interview

Data Engineer Interview Questions & Answers

user image Kishor Kunal

posted on 18 Jan 2025

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

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Simple sql and python basic questions was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basic sql and python interview questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 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 - Group Discussion 

How to work working timing work process salary

Round 3 - HR 

(4 Questions)

  • Q1. Working details
  • Q2. Basic Salary work details timing
  • Q3. Company details
  • Q4. Company working process
  • Ans. 

    The company follows a systematic working process to ensure efficient operations.

    • The company has defined workflows and procedures for each department.

    • Tasks are assigned to employees based on their skills and expertise.

    • There is a clear hierarchy and reporting structure in place.

    • Regular communication and collaboration among team members.

    • The company may use software or tools to streamline data entry processes.

    • Quality check...

  • Answered by AI

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Snapdeal?
Ask anonymously on communities.

Snapdeal Interview FAQs

How many rounds are there in Snapdeal interview?
Snapdeal interview process usually has 2-3 rounds. The most common rounds in the Snapdeal interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Snapdeal 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 Snapdeal. The most common topics and skills that interviewers at Snapdeal expect are Excel, SQL, Communication Skills, Content Writing and Java.
What are the top questions asked in Snapdeal interview?

Some of the top questions asked at the Snapdeal interview -

  1. You have a deck of 10 cards.You take one card out and put it on table and put n...read more
  2. Given an array of elements. We can perform following operation only- Increase a...read more
  3. There is a file which contains ip addresses and corresponding url. Example 192....read more
How long is the Snapdeal interview process?

The duration of Snapdeal interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 33 interview experiences

Difficulty level

Easy 17%
Moderate 83%

Duration

Less than 2 weeks 82%
2-4 weeks 9%
4-6 weeks 9%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 465 Interviews
Meesho Interview Questions
3.7
 • 363 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Blinkit Interview Questions
3.7
 • 231 Interviews
Oyo Rooms Interview Questions
3.3
 • 227 Interviews
Myntra Interview Questions
3.9
 • 227 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
FirstCry Interview Questions
3.6
 • 186 Interviews
Spinny Interview Questions
3.7
 • 181 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
View all

Snapdeal Reviews and Ratings

based on 660 reviews

3.8/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.5

Salary

3.0

Job security

4.0

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 660 Reviews and Ratings
Content Writer Intern

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

Business Development Associate

Gurgaon / Gurugram

2-6 Yrs

Not Disclosed

Data Engineer

Gurgaon / Gurugram

2-4 Yrs

₹ 7-23 LPA

Explore more jobs
Assistant Manager
93 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Senior Executive
84 salaries
unlock blur

₹2.8 L/yr - ₹5.8 L/yr

Category Manager
82 salaries
unlock blur

₹6.9 L/yr - ₹23 L/yr

Deputy Manager
56 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹12 L/yr - ₹29.5 L/yr

Explore more salaries
Compare Snapdeal with

Flipkart

3.9
Compare

Amazon

4.0
Compare

Meesho

3.7
Compare

eBay

4.0
Compare
write
Share an Interview