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

Clear (1)

Snapdeal Graduate Engineer Interview Questions and Answers

Updated 6 Jul 2024

Snapdeal Graduate Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Round 1 - Technical 

(1 Question)

  • Q1. What is actual rule is using to sale more products in this company
  • Ans. 

    The actual rule for selling more products in this company is to focus on customer needs and provide excellent customer service.

    • Focus on customer needs and preferences

    • Provide excellent customer service

    • Offer promotions and discounts

    • Maintain high product quality

    • Stay up-to-date with market trends

    • Build strong relationships with customers

    • Encourage customer feedback and use it to improve

    • Train sales staff to be knowledgeable a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing is hard work may take bow in life
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is AI ?
  • Ans. 

    AI stands for Artificial Intelligence, which is the simulation of human intelligence processes by machines, especially computer systems.

    • AI involves the development of algorithms that can perform tasks that typically require human intelligence.

    • Examples of AI include speech recognition, image recognition, natural language processing, and autonomous vehicles.

    • AI can be categorized into narrow AI (focused on a specific task...

  • Answered by AI
  • Q2. Tell me about machine learning
  • Ans. 

    Machine learning is a branch of artificial intelligence that involves developing algorithms and models that can learn from and make predictions or decisions based on data.

    • Machine learning uses algorithms to analyze data, learn from it, and make predictions or decisions.

    • It is used in various fields such as healthcare, finance, marketing, and more.

    • Examples of machine learning applications include recommendation systems, ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic array question
Round 2 - Technical 

(1 Question)

  • Q1. Find the first circular tour that visits all petrol pumps
  • Ans. 

    The first circular tour that visits all petrol pumps can be found using the concept of a circular linked list.

    • Create a circular linked list with each node representing a petrol pump

    • Calculate the difference between petrol available at each pump and the distance to the next pump

    • Start from a pump where the sum of differences is positive and traverse the circular linked list until completing the tour

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Just a go thru life and career
  • Q2. What are 3 weaknesses
  • Ans. 

    Three weaknesses include lack of experience in a specific technology, difficulty with time management, and tendency to overthink solutions.

    • Lack of experience in a specific technology (e.g. not familiar with a certain programming language or framework)

    • Difficulty with time management (e.g. struggling to prioritize tasks effectively)

    • Tendency to overthink solutions (e.g. spending too much time analyzing a problem before ta

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: There were around 10 MCQ questions and 3 coding questions. Quantitative ability was tested in MCQs and programming and algorithmic skills were tested in coding questions.
Tips: Don’t try to over-optimize your algorithms if time doesn’t permit. First write a pretty decent algorithm. You will get through the written test. After that, try to optimize your algorithm only if time permits.
Total Questions: 13

Round: Technical Interview
Experience: Questions on basic data structures of Computer Science. Basic tree algorithms with coding. Some analytical questions.
Tips: In all the interviews, try to be as confident as possible. Sometimes they will just see your confidence and they will take you through that round. So be confident and be happy.

Skill Tips: CGPA > 7.5, decent algorithmic skills and coding skills, good analytical skills. No computer science in-depth knowledge is required. They didn’t consider any extra-academic involvement. Maths ability such as probability was required. Quantitative ability was required in Written Test. Proficiency with any programming language was enough. You should be able to explain your BTP project in full details. For internship, apart from project related technical knowledge, you should have an idea of the business relevance of the project. Try to prepare with people giving CAT. This will help enormously.
Skills: Coding
College Name: IIT KHARAGPUR

Interview Questionnaire 

1 Question

  • Q1. General coding-related questions

Interview Preparation Tips

Round: Technical Interview
Experience: The interview mainly focused on coding of which I had very less preparation and was out of my curriculum. I also interviewed with Samsung and got selected there.

College Name: IIT KANPUR

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.For any software company in general, do mention all software projects you have done and languages/software packages you know.

Round: Test
Experience: The first round of the selection process was a written test which comprised of two sections. The first section had aptitude based/puzzle based problems. Questions were tricky and didn’t require any calculation. Some of the questions were
(1) Form all numbers from 1 to 10 using four 4’s and the basic arithmetic operations +,–  ,* and /(2) Pick the odd one out from a given series.(3) Complete the series (a series with the starting alphabet of days in a week was given).(4) How many knights can you place on a standard chess board so that no piece can attack any other piece?Subjective answers had to be given with proper explanation for the same.The second section was based on C/C++ programming. There were three questions. The first one required the candidate to write the output of a given program. The next question was based on simple if-else statements while the last question was based on circular queues. All questions in this section were easy if the candidate has decent enough programming skills.

Total time for both the sections was 1 hour. There was no marking scheme and short listing was done based on the overall response of the candidate. Some particular questions or parts of questions, however, were considered more important by the company, and candidates answering those questions and a few others correctly, were shortlisted for the next round.

Round: HR Interview
Experience: The first round was a 1 to 1 interview wherein the interviewer tried to put me under pressure by pointing out mistakes in my answers to written test and making me solve the questions which I had not attempted in the written test. He also asked me about my family background, why I think I should be shortlisted for the next round etc.

Round: Technical Interview
Experience: The next interview was a purely technical interview. The interviewer asked me about the programming languages I had worked on. No question was asked from languages other than those I mentioned. There were some standard questions about data structures and their implementation using C++. As I had worked on a couple of websites, the interviewer asked me questions related to HTML/CSS/PHP/MySQL/JavaScript. I was also asked to show one of the websites I had designed on the internet and the interviewer asked me a few questions about it. Except for a few, questions were very basic and easy for someone with good programming skills.

Round: HR Interview
Experience: The final interview mostly had HR questions. The interviewer talked at length about my interest in sports, my favourite sportsman and why. He also questioned me regarding the websites I had worked on, other extracurricular activities and what did I learn from them, what do I know about eBay and how would I be able to contribute to it if I am selected.
Tips: Revise programming concepts. Do not panic even if the interviewer tries to put you under pressure.

College Name: IIT ROORKEE
Motivation: eBay is a renowned company. I didn't have much idea about the job profile on offer. However I did know that it was in the field of website and software development. I also found a lot of information about the company through the company’s Wikipedia page.

Interview Preparation Tips

College Name: IIT ROORKEE

Interview Questionnaire 

1 Question

  • Q1. Why do you want to join eBay?
  • Ans. 

    I want to join eBay because of its global reach, innovative technology, and strong company culture.

    • Global reach: eBay operates in multiple countries, allowing me to work on projects with a global impact.

    • Innovative technology: eBay is known for its cutting-edge technology and continuous innovation, which excites me as a software engineer.

    • Strong company culture: eBay values diversity, collaboration, and personal growth, ...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms. eBay interviewers were not much concerned about the resume but they would surely browse through it and ask you questions from it. So it’s better to write genuine stuff rather than bluffing about things you have not actually done.

Round: Test
Experience: The first round was the written test. The test consisted of two sections one dedicated to the programming questions and the other to the logical reasoning questions. The paper was tough or so to say very unique. The programming questions were based on stacks and queues. One question was asked on circular queue. In logical section one of the questions that I remember was to derive numbers from 1 to 10 using only 4 four’s with the help of any of the mathematical operations. Other logical questions were more or less similar to this. There was also a general aptitude section which was comparatively simpler.

Round: HR Interview
Experience: This round was an H.R. interview round.He reviewed my resume and asked me some questions based on that. It was sort of a stress round as the interviewer was pushing me for answers.

Round: Technical Interview
Experience: In this they tested my programming and data structure knowledge. In data structure I was asked that, if there was a duplicate entry in a given link list then how would I find it. He also asked about the virtual functions and exception handling. He also inquired about the project that I had worked upon – I walked of a coding project in which I had used some unconventional algorithms.
Tips: Good knowledge of data structure and database management may prove helpful. They are more concerned about your knowledge. If you are good at web coding then it is always an added advantage.

College Name: IIT ROORKEE
Contribute & help others!
anonymous
You can choose to be anonymous

Snapdeal Interview FAQs

How many rounds are there in Snapdeal Graduate Engineer interview?
Snapdeal interview process usually has 2 rounds. The most common rounds in the Snapdeal interview process are Coding Test and Technical.

Recently Viewed

REVIEWS

Godrej Industries Group

No Reviews

INTERVIEWS

Moglix

No Interviews

DESIGNATION

INTERVIEWS

Spinny

No Interviews

INTERVIEWS

Zetwerk

No Interviews

REVIEWS

Schlumberger

No Reviews

INTERVIEWS

Zetwerk

No Interviews

INTERVIEWS

Spinny

No Interviews

INTERVIEWS

Zetwerk

No Interviews

INTERVIEWS

Snapdeal

No Interviews

Tell us how to improve this page.

Snapdeal Graduate Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Spinny Interview Questions
3.7
 • 169 Interviews
FirstCry Interview Questions
3.7
 • 168 Interviews
View all
Assistant Manager
103 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Category Manager
93 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Executive
89 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Manager
59 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
49 salaries
unlock blur

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