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 Sdet Interview Questions and Answers

Updated 4 Jun 2015

Snapdeal Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 11 May 2015

Interview Questionnaire 

6 Questions

  • Q1. Same DS, Algo questions and resume based interview.
  • Q2. Asked some advanced Java questions since I had done a project in J2EE
  • Q3. Your previous projects, interests
  • Ans. 

    I have worked on projects involving test automation, performance testing, and API testing. I am also interested in exploring new testing tools and techniques.

    • Test automation projects using Selenium and Cucumber

    • Performance testing using JMeter for load testing

    • API testing using Postman and RestAssured

    • Interest in exploring new testing tools and techniques

  • Answered by AI
  • Q4. Questions about resume
  • Q5. Why Snapdeal
  • Ans. 

    Snapdeal is a leading e-commerce platform in India, offering a wide range of products and services.

    • Snapdeal has a vast product catalog, providing customers with a wide variety of options.

    • The platform offers competitive prices and frequent discounts, making it attractive for customers.

    • Snapdeal has a user-friendly interface and a seamless shopping experience.

    • The company has a strong logistics network, ensuring timely del...

  • Answered by AI
  • Q6. Puzzles and SQL query questions

Interview Preparation Tips

Round: Test
Experience: a) Aptitude MCQ (50 questions in 12 minutes), b) Quant + 2 Coding questions (Hackerrank) (45 minutes), c) C/Java MCQ* Aptitude MCQ consists of very easy questions, speed is all what matters here. Attempt all questions (No negative marking).* Quant questions were a bit difficult and took time to solve. For some questions, we had to deduce the answer by checking all the options. Hackerrank coding questions were average.

Line intersection problem and overlapping paintings problem.

” It is important to solve atleast 1 coding problem (3 test cases atleast), to get into the next round. ”

Get familiar with Hackerrank before your interview.*C/Java MCQ questions were average. You had to choose either C or Java. Basic output questions.
Duration: 60 minutes
Total Questions: 50

Round: Technical Interview
Experience: Majority of the students were eliminated after the first round. This round consisted of questions from DS, Algo, OS and Networks. linked list, stack, queue and tree questions were their favorites. Refer geeksforgeeks for questions on these topics (LL reversal, identical trees etc). Also, the interviewer would ask you to write the code for questions on LL, trees etc., so be prepared for it. I was also asked about deadlock, process synchronization, TCP/IP.If you are unable to solve a problem, that is perfectly all right. Don’t give up. Tell the interviewer what you are thinking. The interviewer would help you to reach the final solution.

Round: Technical Interview
Tips: Please don’t write non-sense in your resume,If you have something in your resume, be prepared to back it up.Make sure you know everything about your previous projects.

Round: Technical Interview
Experience: SQL questions were difficult. Study nested queries, joins etc. Again, don’t quit. Try to reach out a solution, interact with the interviewer. They want to know your thought process. I wasn’t able to give the correct/optimal solution of queries and the puzzle, but i was able to dig deep and give a non-optimal solution. Practice popular puzzles.Round 2,3,4 may take upto 1.5 hrs each depending upon the interviewers and candidates. They would know almost everything about you after these 3 rounds.

College Name: NA

Interview questions from similar companies

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

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is clousers
  • Q2. What is promises
Round 2 - Technical 

(2 Questions)

  • Q1. Explain javascript architecture
  • Q2. What is mvvm architecture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 question of DSA (easy, medium) in 60 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. Playlist Shuffle
  • Q2. Deletion in min heap
  • Ans. 

    Deletion in min heap involves removing the root node and rearranging the heap to maintain the min heap property.

    • To delete the root node in a min heap, swap it with the last node in the heap.

    • Remove the last node and then heapify the heap starting from the root to maintain the min heap property.

    • Example: If the min heap is [10, 20, 30, 25, 40], after deletion the heap becomes [20, 25, 30, 40].

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Java interview question,coding problems,

Sde1 Interview Questions & Answers

Blinkit user image Anonymous

posted on 14 Jan 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Coding Test 

Hackerrank - 3 questions 2 hrs

Sde1 Interview Questions & Answers

Meesho user image Anonymous

posted on 2 Jul 2024

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Hackerrank test with medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Machine coding round to design a shopping cart

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for machine coding well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Path and query parameter in api testing
  • Ans. 

    Path and query parameters are essential in API testing for specifying resource paths and filtering data.

    • Path parameters are part of the endpoint URL and are used to identify a specific resource.

    • Query parameters are added to the URL after a '?' and are used for filtering, sorting, or pagination.

    • Example: Path parameter - /users/{id}, Query parameter - /users?role=admin

    • Testing path parameters involves verifying that the c...

  • Answered by AI
  • Q2. Error codes in api testing
  • Ans. 

    Error codes in API testing are used to identify and communicate specific issues or problems that occur during the testing process.

    • Error codes help testers understand the root cause of failures in API calls

    • They provide a standardized way to communicate errors to developers and stakeholders

    • Examples of error codes include 400 Bad Request, 401 Unauthorized, 404 Not Found, etc.

  • Answered by AI
  • Q3. Tyews of testing, SDLC, STLC, Daily work
Round 2 - One-on-one 

(3 Questions)

  • Q1. Few basic SQL Queries
  • Q2. Difference between mobile and web app testing
  • Ans. 

    Mobile app testing involves testing applications on mobile devices, while web app testing involves testing applications on web browsers.

    • Mobile app testing includes testing on various mobile devices with different screen sizes and operating systems.

    • Web app testing focuses on compatibility with different web browsers and screen resolutions.

    • Mobile app testing may involve testing for offline functionality and push notifica...

  • Answered by AI
  • Q3. Negative test cases for money transaction
  • Ans. 

    Negative test cases for money transaction

    • Transaction amount exceeds account balance

    • Invalid account number provided

    • Transaction fails due to network issues

    • Transaction is blocked due to suspicious activity

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ShareChat Senior QA Engineer interview:
  • API Testing
  • Mobile Application Testing
  • negative tesst scenarios
  • Backend Testing
  • Manual testing types techniques

Skills evaluated in this interview

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

I was interviewed before Nov 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Stake holder management
  • Q2. Prioritise multiple tasks
  • Ans. 

    Prioritizing multiple tasks involves assessing urgency, importance, and deadlines to determine the order of completion.

    • Evaluate the urgency and importance of each task

    • Consider deadlines and time constraints

    • Use tools like to-do lists or project management software to organize tasks

    • Communicate with stakeholders to clarify priorities

    • Adjust priorities as needed based on changing circumstances

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep the hope and give your best

QA Engineer Interview Questions & Answers

FirstCry user image Vishwabhanu Kumar Sinha

posted on 13 Feb 2023

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

I applied via LinkedIn and was interviewed in Aug 2022. There were 4 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 

(2 Questions)

  • Q1. Normal interview Questions Regarding Software Testing and salary Discussion.
  • Q2. Sdlc,stlc,bug life cycle, Regression Testing,Test Case.
Round 3 - Aptitude Test 

Normal Aptitude Test Questions.

Round 4 - One-on-one 

(1 Question)

  • Q1. Basic Software Testing interview Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - HR Round, Discussion about salary and Regarding joining date.

Snapdeal Interview FAQs

What are the top questions asked in Snapdeal Sdet interview?

Some of the top questions asked at the Snapdeal Sdet interview -

  1. why Snapd...read more
  2. Asked some advanced Java questions since I had done a project in J...read more
  3. Same DS, Algo questions and resume based intervi...read more

Tell us how to improve this page.

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
 • 438 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Myntra Interview Questions
4.0
 • 216 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
Spinny Interview Questions
3.7
 • 168 Interviews
FirstCry Interview Questions
3.7
 • 167 Interviews
View all
Assistant Manager
104 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Category Manager
94 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