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, Process, and Tips

Updated 20 Jan 2025

Top Snapdeal Interview Questions and Answers

View all 131 questions

Snapdeal Interview Experiences

Popular Designations

75 interviews found

Interview Preparation Tips

Round: Test
Experience: Algorithmic coding test was conducted on hackerank platform. Around 60 students gave online test. There were 4-5 algo questions to be done in 90 mins duration.

Tips: Try to do at least 2 questions.

Round: Technical Interview
Experience: First Interviewer asked me to introduce myself. Then he asked me questions on data structures & Algo. He asked me about tree data structures, why it is used, time complexities of various operations on tree, balancing of tree, AVL Tree. He asked me write AVL Tree insertion, deletion, update code. Then he jumps to BTree, B+Tree and asks me write code on paper for various operations. Questions were asked on indexing, various types of indexing, how it is used in databases, etc. Then he briefly asked about the project I done in my internship.


Round: Technical Interview
Experience: Interviewer asked me how was my 1st round, I said it was great. He first asked me introduce myself. Then he asked about my projects mentioned in my resume. I done a project in machine learning on spam webpage detection. He was interested in that. He asked me what language, libraries I used to implement that project. Then he gave me real time scenario to predict whether an item is explosive or not. Then I approached this problem and asked information related to problem. He was impressed by the approach I target the problem. He asked me what machine learning model will be best and what are their pros and cons. Then he asked me question that given 100 sorted linked lists, you have to merge them and return single sorted linked list. I gave 3-4 solutions with their time & space complexities.


Round: HR Interview
Experience: Interviewer asked me common HR questions like tell me about yourself, my family background, why do you want to join the company, what impact you can make in Snapdeal, why should we hire you. After that he congratulated me for the role of SDE at Snapdeal. I was very happy at that moment.

All the 5 students cleared this round.

Skills: SQL, ML, Algorithms And Data Structures, Python, Basic C/C++
College Name: IIT Guwahati

Top Snapdeal Software Engineer Interview Questions and Answers

Q1. Find top k (or most frequent) numbers in a streamYou are given an Integer array ‘ARR’ and an Integer ‘K’. Your task is to find the ‘K’ most frequent elements in ‘ARR’. Return the elements sorted in ascending order. For Example: You are give... read more
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Software Developer Interview Questions & Answers

user image Adithya H K Upadhya

posted on 3 Dec 2015

Interview Preparation Tips

Round: Test
Experience: An aptitude test which was followed by three rounds of technical interviews and finally the HR interview.

Round: HR Interview
Experience: Snapdeal offered placements for 5 students (3 from CS and 2 from IT).

General Tips: Be extremely well prepared for any company. Research about the company's profile extensively before the company's interview. HR panel always looks for candidates who are well aware of the company in order to measure the candidate's interest. Data structures are absolutely necessary for any company. Improve coding skills through frequent participation in competitive programming arena such as codeForces, codeChef, HackerEarth etc. "Software development job profile was offered to me.
Unnecessary and irrelevant questions are to be avoided. We should raise questions only if we have some genuine questions. However any question related to job profile or location preference could be raised. "
"It was very grueling and tiring at first but the sweet taste of placement makes it all worth it.
Placements are a turning point in everybody's career."
Skill Tips: Snapdeal is more focussed on Data structures and object oriented technology.
For data structures, online materials such as GeeksforGeeks are excellent and in case of OOPS concepts, stronghold in either C++ or java programming language is necessary.
Skills:
College Name: NIT Surathkal

Top Snapdeal Software Developer Interview Questions and Answers

Q1. Closest Pair of PointsYou are given an array containing 'N' points in the plane. The task is to find out the distance of the closest points. Note : Where distance between two points (x1, y1) and (x2, y2) is calculated as [(x1 - x2) ^ 2] + [... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Developer Interview Questions & Answers

user image Anmol Vijaywargiya

posted on 2 Dec 2015

Interview Preparation Tips

Round: Test
Experience: The first one was an aptitude round. It had 22 MCQs and 3 Coding Questions.Total time given was an hour. A total of 33 students were shortlisted for the next round.

Round: Technical Interview
Experience: The second round was a technical one. 19 students were asked to leave i.e. they were rejected.

Round: coding round
Experience: Then there was the pen and paper round where the rest of the 14 students were given 3 questions each and an hours time to write a fully functional code for as many questions possible.

Round: Technical Interview
Experience: 10 students went through to the final technical round. All the 10 students had to undergo both the technical as well as the HR round. After the technical round was done, the student was immediately sent to the HR round wherein after the interview his/her result was announced to him/her by the HR A total of 5 students were hired and I was glad to be one among them.

General Tips: "It was challenging, rewarding as well as exhausting.
This was a super dream company and because I was already placed, I didn't have the pressure of not getting the job.
I guess it was my day and hence everything went on smoothly"
Skill Tips: Stay calm and focused. All you need to do is believe in yourself and keep telling yourself that the job is yours to take and you are going to bag it.
Be thorough with the algorithmic concepts. Do not panic during the interview; the interviewer will help you if you stuck at some problem.
"I was offered a position of a software developer.
You can always ask them questions about how they find it working at the particular company."

Skills:
College Name: NIT Surathkal

Top Snapdeal Software Developer Interview Questions and Answers

Q1. Closest Pair of PointsYou are given an array containing 'N' points in the plane. The task is to find out the distance of the closest points. Note : Where distance between two points (x1, y1) and (x2, y2) is calculated as [(x1 - x2) ^ 2] + [... read more
View answer (3)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Aug 2015

Interview Preparation Tips

Round: Technical Interview
Experience: Interviews were driven to know the candidate better and their capabilities. They also didn’t waste much time asking students who they were sure not to recruit and conducting reasonably long interviews.

General Tips: Do’s :
1. Start preparing with the start of the summers.
2. Concentrate on your own preparation and not on what others are doing.
3. Keep the preparation time of HR to maximum 20 hours because HR accounts for just 20% weightage in your selection procedure.
4. Have patience.
5. Prepare every point written in the resume such that you are able to speak for at least 3 min on the subject. You might gain bonus points if you are aware of some latest developments or strategic changes in the field.

Don’ts :
1. Never bog down when you are either not shortlisted in the company who have been aiming for or when even after practice you are not getting the correct way.
2. Do not form very large groups for the preparation. Try making the preparation time that you spend with the group as efficient as possible with the least of bulla sessions.

College Name: IIT Kanpur

Top Snapdeal Analyst Interview Questions and Answers

Q1. Cube with six colors how many different cubes can be obtained?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Snapdeal interview questions for popular designations

 Software Developer

 (11)

 Analyst

 (8)

 Business Analyst

 (6)

 Software Engineer

 (5)

 Associate Category Manager

 (2)

 Data Scientist

 (2)

 Senior Manager

 (2)

 Area Manager

 (1)

Analyst Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2015

Interview Preparation Tips

Round: Test
Experience: 10 candidates shortlisted through aptitude test (50 ques in 12 min, cut off was 50).
Duration: 12 minutes minutes
Total Questions: 50

Round: Technical Interview
Experience: 1st interview was technical with some general HR questions. I related the work done in internships to the work being done in the snapdeal company. I was asked if I had any other interview to which I replied flipkart. He then asked me why snapdeal and not flipkart. I had studied everything about the 2 companies and was thus able to defend my choice. Next he gave me some puzzles, I did all with little inputs from him. I was asked to wait for 2nd interview and not go to Flipkart GD but I went anyway.

Round: Technical Interview
Experience: This interview round was again technical. This time there were 2 panellists and they again gave me 4-5 puzzles, which I did successfully. I was asked to wait for a HR interview.

Round: HR Interview
Experience: The HR interview was just a formality, he explained me my responsibilities in the organization and made me a spot offer.

General Tips: 1. Pre placement preparation is very important. Begin early and try to distribute time to all the areas especially your shortcomings.
2. Try to remain calm and confident in the interview.
3. Do not cram up the answers to hr questions or puzzles.
4. There are plenty of companies with handsome compensation. Just give your best in preparations and interviews.

College Name: IIT Kanpur

Top Snapdeal Analyst Interview Questions and Answers

Q1. Cube with six colors how many different cubes can be obtained?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Get interview-ready with Top Snapdeal Interview Questions

Analyst Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2015

Interview Preparation Tips

Round: Test
Experience: Aptitude Test - 50 simple questions - 12 minutes.
Tips: Shortlisted candidates were given coding questions (C/C++/Java) - few MCQ's and 3 coding questions.
Duration: 12 minutes
Total Questions: 50

Round: Technical Interview
Experience: Two interviews -Technical and HR.

Technical interview had basic questions about Algos and their implementation as well as a few puzzles thrown in here and there.

Round: HR Interview
Experience: In the HR interview, they scrutinized the resume thoroughly.
Tips: Preparation : Read about a lot of Startups. Learn about the company and business mode. Expected to have a good understanding of the components of Analytics-quant and data interpretation. Coursera courses about Analytics are useful

College Name: IIT MADRAS
Motivation: Snapdeal is an online marketplace, New Delhi, India. The company was started by Kunal
Bahl, a Wharton graduate and Rohit Bansal, an alumnus of IIT Delhi in February 2010 , as
part of the dual degree M&T Engineering and Business program at Penn.

Top Snapdeal Analyst Interview Questions and Answers

Q1. Cube with six colors how many different cubes can be obtained?
View answer (1)

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)

Jobs at Snapdeal

View all

Interview Preparation Tips

Round: Group Discussion
Experience: GD was conducted for shortlisted candidates and candidates were divided into groups of 6 people.There were 3 topics and each topic was discussed for 2 minutes.No specific rules,like each person needs to speak,are to be followed during the GD.Anyone can initiate,intervene,etc. Finally we were asked to link all three topics and this discussion went on for another 2 minutes.

Round: HR Interview
Experience: Only a single round lasting about 40-45 minutes.There were only 4 people in the panel and technical as well as HR questions were asked. First I was asked to go through my own resume, “Introduce/Tell us about yourself?".  E.g.:“Where have you shown leadership qualities?Have you led a
team?Size of team? What new initiatives did you take?”.Core questions starting form basics like “How does an airplane fly?” to specific questions about the different types of engines used in airplanes,their specifications, etc. were asked. HR questions were put up like"What was the most difficult decision in your life?" and grilled on my internship for 15-20 minutes which I did in Transocean. (Another oil field services company).

General Tips: You need to be very good in the basics of your
core courses and if you have done an internship in the oil industry,
you will definitely be grilled on that.Questions will be asked in quick succession.
Skill Tips: Highlight any intern in Oil industry or anything related to that in your resume.Any POR or any sport activity which shows your leadership qualities should me mentioned in your resume.
Skills: Leadership qualities, Athletic, Quick thinking, presence of mind
College Name: IIT MADRAS

Top Snapdeal Software Engineer Interview Questions and Answers

Q1. Find top k (or most frequent) numbers in a streamYou are given an Integer array ‘ARR’ and an Integer ‘K’. Your task is to find the ‘K’ most frequent elements in ‘ARR’. Return the elements sorted in ascending order. For Example: You are give... read more
View answer (4)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Interview Questions & Answers

user image Anonymous

posted on 21 May 2015

Interview Questionnaire 

4 Questions

  • Q1. Fibonacci series (both recursion and memoisation and why memoisation solution is better than than recursion).Tree traversals and write the codes for inorder and postorder WITHOUT RECURSION
  • Q2. Your strengths and weaknesses.
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses include a tendency to overthink and difficulty saying no.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weaknesses: tendency to overthink

    • Weaknesses: difficulty saying no

  • Answered by AI
  • Q3. If your colleague is slow in catching up and deadline is fast approaching, what will you do?
  • Q4. Your manager from the beginning has set high expectations on you and you’ve proved your worth to him. But one time, he assigned you something which no matter how much you try you just can’t understand and ...

Interview Preparation Tips

Round: Test
Experience: 25 questions of which 22 MCQs (puzzles, P&C, coding..basically all those genres you expect from any standard Software Developer profile test) and 3 coding questions
Duration: 60 minutes
Total Questions: 25

Round: HR Interview
Experience: It’ll range from the very very basics of programming to the toughest of DPs. In between questions were being popped up on your projects. If you’ve some worth-discussing developement projects in your resume (like I’ve my BTP and an Android game), substantial amount of time goes in discussing that. The questions I was asked were :fibonacci series (both recursion and memoisation and why memoisation solution is better than than recursion).Tree traversals and write the codes for inorder and postorder WITHOUT RECURSION (prepare very well for this without recursion solution as many companies ask).simple 0,1 – knapsack DPhttp://www.geeksforgeeks.org/largest-rectangle-under-histogram/ (I managed a O(n2) solution there)Propose a datastructure which you’ll use to implement the swipe feature in today’s keyboards (came with a decent enough solution though the complexity was bad)The last two questions were almost unanswerable from my side, but the key thing is DON’T GIVE UP. They’re looking for people who don’t give up a fight. And at the end, if interview went decent enought, ASK for the solutions of the unsolved questions.

Round: HR INTERVIEW
Experience: Director (search) had come along with the recruitment team this time. So, he was only taking the rounds for all the candidates in this round. Summary, two questions, one I managed somehow other one way beyond my comprehension.You’ve a universe of infinite pointsm seperated by finite measurable distances. Give me the most efficient solution to find a pair of points that have the minimum distance in the entire universe. (I proposed Flloyd Warshell, but these are inifinte points, not finite)I’ve to find a point in a 2D matrix which is sorted row-wise left to right and column-wise top-bottom. This has to be done in O(n + n) complexity. This is a standard question, but I just couldn’t remember the procedure. And since he was sitting in front of me all the time, pressurized, I came up with some solution using Binary search.After these two, he asked me if I’d any questions for him. I asked about the work culture and what kind of people he was looking for. It’ll give you an idea whether you’re selected or not. Be eager to hear the answer he gives and feel attracted to the prospects he puts forward about the company! AGAIN IMPORTANT, DON’T GIVE UP ANY QUESTION. UNTIL HE DECIDES TO MOVE ON TO THE NEXT. If you’re not able to come up with a solution. Don’t panic. Show your fighting spirit.

Round: HR Interview
Tips: MOST IMPORTANT here is DO NOT FAKE your personality here. They’re HR guys, they’re trained to catch the FAKE ones. So, be genuine and APNI DIL KI BAAT BOLNA!BEST OF LUCK!

College Name: NA

Interview Questions & Answers

user image Anonymous

posted on 20 May 2015

Interview Questionnaire 

20 Questions

  • Q1. How will you decide what data structure should use?
  • Q2. Circular linkList meeting point and proof
  • Ans. 

    Circular linked list meeting point and proof

    • To find the meeting point in a circular linked list, use Floyd's Tortoise and Hare algorithm

    • Start with two pointers, one moving at twice the speed of the other

    • When they meet, reset one pointer to the head and move both at the same speed until they meet again

    • The meeting point is the start of the loop in the linked list

  • Answered by AI
  • Q3. Reverse link list of given chunk k
  • Ans. 

    Reverse a linked list in chunks of k nodes

    • Break the linked list into chunks of size k

    • Reverse each chunk individually

    • Connect the reversed chunks back together

  • Answered by AI
  • Q4. Print Left view of tree
  • Ans. 

    Printing the left view of a tree involves printing the leftmost nodes at each level of the tree.

    • Traverse the tree level by level using BFS or DFS

    • At each level, print the first node encountered

    • Continue this process until all levels are covered

  • Answered by AI
  • Q5. Explanation of Opps Concepts
  • Q6. Why HTTPs
  • Q7. About Cookie
  • Q8. You are receiving 0/1 in the left side of previous number dynamically and for each insert you have to print whether decimal of new generated number is divisible by 3. Print “YES” or “NO” accordingly
  • Ans. 

    Check if the decimal of a dynamically generated number is divisible by 3 based on the left side of the previous number.

    • Generate new number by adding 0 or 1 to the left side of previous number

    • Check if the decimal of the new number is divisible by 3

    • Print 'YES' if divisible by 3, 'NO' otherwise

  • Answered by AI
  • Q9. Same above question if you are receiving number from right
  • Q10. Binary Search in Rotated sorted array. i.e. 567891234
  • Ans. 

    Binary search in rotated sorted array involves finding a target element efficiently.

    • Identify the pivot point where the array is rotated

    • Determine which half of the array the target element lies in

    • Apply binary search in the appropriate half

  • Answered by AI
  • Q11. Binary Search in Biotonic sorted array. i.e. 12345XXXXX2
  • Ans. 

    Binary search in a biotonic sorted array involves finding a target value in an array that first increases and then decreases.

    • Start by finding the peak element in the array to determine the increasing and decreasing halves.

    • Perform binary search on both halves separately to find the target value.

    • Example: Array 12345XXXXX2, target value 2. Peak element is 5, search left half (12345) and then right half (5432) for the targ

  • Answered by AI
  • Q12. You have given two arrays, all the elements of first array is same as second array except 1, You have to find out distinct pair
  • Ans. 

    Find the distinct pair in two arrays where all elements are same except one.

    • Iterate through both arrays and compare elements at each index.

    • If elements are not equal, those are the distinct pair.

    • Handle edge cases like empty arrays or arrays with different lengths.

  • Answered by AI
  • Q13. Introduction
  • Q14. Coin change problem of DP
  • Ans. 

    The coin change problem in dynamic programming involves finding the minimum number of coins needed to make a certain amount of change.

    • Start by defining the problem - given a set of coin denominations and a target amount, find the minimum number of coins needed to make the target amount.

    • Use dynamic programming to build up solutions for smaller subproblems and eventually solve the main problem.

    • Consider the base case wher...

  • Answered by AI
  • Q15. Write query for second max salary, then asked to optimize it
  • Q16. Concept of group by and having in SQL
  • Ans. 

    Group by is used to group rows that have the same values into summary rows. Having is used to filter groups based on a specified condition.

    • Group by is used with aggregate functions like COUNT, SUM, AVG, etc.

    • Having is used to filter groups based on conditions after the grouping has been done.

    • Example: SELECT department, COUNT(*) FROM employees GROUP BY department HAVING COUNT(*) > 5;

  • Answered by AI
  • Q17. Asked about Git, what? why? and some git commands
  • Q18. About selenium
  • Q19. About access specifiers
  • Q20. About previous projects

Interview Preparation Tips

General Tips: Note: In each round :1. They were asking runnable code and were checking each and every corner case by dry run.2. They were asking multiple solutions for a single problem. i.e. they were asking for a better solution until you drop.3. They were giving more then enough time to write the code.
College Name: NA

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 20 May 2015

Interview Preparation Tips

Round: Test
Experience: Written Test:The first round was the written test. There were 8 theoretical questions asked in the paper. The questions were either in the form of puzzles or probability based questions. The first three questions in the paper were compulsory questions and needed to be answered correctly for the rest of your paper to be evaluated; if a particular candidate answered any one of these questions incorrectly then he was rejected then and there. Apart from these 3 questions solving 2 more questions would have assured a candidate’s chance of getting selected for the next round. The duration of the test was of around 40 minutes.
For the written test nearly 200 people appeared out of which 30-40 were shortlisted for the interviews.
Tips: I am extending the helping hand to all my Juniors Hope the present 4rth years[passing out this year] will also do the same and participate in a better and bigger cause.I consulted my seniors for preparation of my resume. I believe that seniors provide the best provide you with the best possible insights in this regards.

Round: PERSONAL INTERVIEW ROUNDS.
Experience: Interview:
The second round were the personal interview rounds. Before the interview we were handed over a form wherein we were asked to fill in our preference of profile. I filled in both as my preferred profile.1st PI :::
It was a interview round. This round had no definite pattern. Some candidates were asked puzzles and estimation questions (like estimate number of street lamps in your college). Some candidates were asked HR questions based on their resume. For some candidates interview was a mixture of puzzles , estimation questions and HR questions.Interview duration was about 20 minutes.
My questions were ::There are 3 couples (each couple consists of a man and a woman: husband and wife pair) who want to cross a particular river with only one boat available for the voyage. At a time the boat can carry a maximum of 2 people and a woman cannot stay in presence of other male in absence of her husband. All three couples want to cross the river, what are the ways in which this could be done?
There are 2 ropes which burn in 60 minutes. How to measure 45 minutes without cutting any of the ropes?
In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms. In one of the questions they gave me a binary number and asked me to write down the algorithm to calculate the number of one’s in the binary number.[remember all these cause i have my personal blog . P.S. will let u all know later]2nd PI :::It was also a interview round. In this round candidates were asked some puzzles which you can find in book "How would you move mount Fuji". Candidates were also asked to explain about their summer training project. Major part of interview consisted on questions based on resume and HR questions like Why Snapdeal, Where do you see yourself in next five years, What is your dream job, what is your ultimate goal in life, What is your passion etc. For software profile some technical questions were also asked. Interview duration was about 45 minutes.In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest. Some of the questions asked were:What are tree traversals?
What is pre-order and post-order?
If you have an array of ‘n+m’ elements and have these ‘n’ elements separately and you have to transfer these n elements in the n+m element slot which already contains the m elements. The transfer has to be done in such a way that all the m+n elements are sorted.
I was asked some puzzles as well. For instance in one of the puzzles, I was given a square consisting of 9 dots on its periphery; I was asked to join those 9 dots using 4 lines without lifting the pencil.
Tips: Final : we had to wait long before the apple fell on us uups just like Isaac Newton .. I got Selected along with some of my mates . smile emoticon smile emoticon . Hope u people also do well in your future . Best of Luck

College Name: BITS MESRA

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, Java and Content Writing.
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. There is a file which contains ip addresses and corresponding url. Example 192....read more
  3. How are you suppose to deal with a customer who is already pissed off with the ...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.

Snapdeal Interview Process

based on 31 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 436 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Myntra Interview Questions
4.0
 • 216 Interviews
eBay Interview Questions
3.8
 • 20 Interviews
Shopclues Interview Questions
3.9
 • 9 Interviews
Paytm Mall Interview Questions
3.6
 • 7 Interviews
Alibaba Group Interview Questions
4.1
 • 7 Interviews
Shopify Interview Questions
4.0
 • 3 Interviews
View all

Snapdeal Reviews and Ratings

based on 644 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 644 Reviews and Ratings
MIS Executive (Ginesys Software) @Gurgaon

Gurgaon / Gurugram

1-6 Yrs

₹ 2-4.5 LPA

Management Trainee - Human Resources (6 Months)

Gurgaon / Gurugram

0-1 Yrs

Not Disclosed

Explore more jobs
Assistant Manager
104 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Category Manager
93 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Senior Executive
89 salaries
unlock blur

₹2.8 L/yr - ₹6.6 L/yr

Deputy Manager
59 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

Associate Category Manager
50 salaries
unlock blur

₹5.8 L/yr - ₹17.6 L/yr

Explore more salaries
Compare Snapdeal with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Meesho

3.7
Compare

eBay

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