Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Sdet Engineer Interview Questions, Process, and Tips

Updated 21 Sep 2024

Swiggy Sdet Engineer Interview Experiences

1 interview found

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Severity, Priority and criticality?
  • Ans. 

    Severity, Priority, and Criticality are different aspects of issue management in software testing.

    • Severity refers to the impact of a defect on the system's functionality.

    • Priority indicates the order in which defects should be fixed based on business needs.

    • Criticality combines severity and priority to determine the overall importance of a defect.

    • For example, a defect causing a system crash would have high severity, high...

  • Answered by AI
  • Q2. What id Equivalence partitioning?
  • Ans. 

    Equivalence partitioning is a software testing technique where input data is divided into partitions and only one value from each partition is tested.

    • Input data is divided into groups or partitions based on similar characteristics

    • One value from each partition is selected as a representative for testing

    • Helps in reducing the number of test cases while ensuring maximum coverage

    • Example: Testing a login form with valid, inv

  • Answered by AI
  • Q3. What id BackWord Compatibility?
  • Ans. 

    Backward compatibility refers to the ability of a system to accept input intended for an older version of the system.

    • Allows newer versions of software to work with data or systems from older versions

    • Ensures that changes in the software do not break compatibility with existing data or systems

    • Helps in smooth transition and adoption of new versions without disrupting existing processes

  • Answered by AI
  • Q4. What is Paradox in testing ?
  • Ans. 

    A paradox in testing refers to a situation where a test case both passes and fails at the same time.

    • Paradox in testing can occur when a test case has conflicting requirements or conditions.

    • It can also happen when there are errors in the test setup or execution that lead to unexpected results.

    • For example, a test case may pass when run individually but fail when run as part of a test suite due to dependencies.

    • Identifying...

  • Answered by AI
  • Q5. What id post put and patch?
  • Ans. 

    PUT and PATCH are HTTP methods used for updating resources in RESTful APIs.

    • PUT is used to update or replace an existing resource entirely

    • PATCH is used to partially update an existing resource

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not idempotent, meaning multiple identical requests may have different effects

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Sdet Engineer Interview Questions & Answers

Dunzo user image Saurabh Kumar

posted on 14 Aug 2023

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

Was carried problems of DP mostly

Round 2 - Technical 

(1 Question)

  • Q1. Mostly coding but some oops related questions as well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Algorithm and data structures

Round 3 - Technical 

(2 Questions)

  • Q1. Algorithm and data structures
  • Q2. How does linked list works in data structures
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a reference to the next element.

    • Each element in a linked list is called a node

    • Nodes are connected using pointers or references

    • Linked lists can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use leet code

Skills evaluated in this interview

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

DSA
1hour
Hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Resume based + oops
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java, coding , programming etc.

Round 2 - HR 

(2 Questions)

  • Q1. Personal details, hobby,life balance, attitude, work efficiency.
  • Q2. Some code and programming questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and smartly.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Online test assement

Round 3 - One-on-one 

(2 Questions)

  • Q1. General leetcode questions
  • Q2. Stack and dsa based questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Bst quation simple easy
  • Q2. Bst queation hard wast

Interview Preparation Tips

Interview preparation tips for other job seekers - nice
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

It was basically 2 ques round 1 from DP and 1 from graph

Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself in terms of your professional experience
  • Ans. 

    I am a seasoned SDET Engineer with 5+ years of experience in designing, developing, and executing automated test scripts.

    • Proficient in programming languages such as Java, Python, and C#

    • Experienced in using testing frameworks like Selenium and JUnit

    • Skilled in creating test plans, test cases, and test scripts

    • Familiar with CI/CD tools such as Jenkins and Git

    • Strong problem-solving and analytical skills

  • Answered by AI
  • Q2. Where do you see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior SDET role, leading a team of engineers, and contributing to innovative testing strategies.

    • Advancing to a senior SDET position within the company

    • Leading a team of engineers in testing projects

    • Contributing to the development of innovative testing strategies

    • Continuing to enhance my skills and knowledge in software testing

  • Answered by AI

Sdet Engineer Interview Questions & Answers

Amazon user image siva shunmuga sundaram

posted on 1 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Newspaper Ad

Round 1 - Coding Test 

Coding questions with some MCQ level medium

Round 2 - Technical 

(2 Questions)

  • Q1. Array based with medium level
  • Q2. DSA questions queue
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1hr,all basic topics

Round 2 - Coding Test 

2hrs,arrays,strings,dp,linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - read well

Swiggy Interview FAQs

How many rounds are there in Swiggy Sdet Engineer interview?
Swiggy interview process usually has 1 rounds. The most common rounds in the Swiggy interview process are Technical.
What are the top questions asked in Swiggy Sdet Engineer interview?

Some of the top questions asked at the Swiggy Sdet Engineer interview -

  1. Difference between Severity, Priority and criticali...read more
  2. What id Equivalence partitioni...read more
  3. What id BackWord Compatibili...read more

Tell us how to improve this page.

Swiggy Sdet 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
3.9
 • 1.3k Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
Info Edge Interview Questions
3.9
 • 318 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Lenskart Interview Questions
3.2
 • 308 Interviews
Zepto Interview Questions
3.5
 • 226 Interviews
View all
Swiggy Sdet Engineer Salary
based on 5 salaries
₹8 L/yr - ₹14 L/yr
22% less than the average Sdet Engineer Salary in India
View more details

Swiggy Sdet Engineer 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

4.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Delivery Boy
874 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
577 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
564 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager
510 salaries
unlock blur

₹3 L/yr - ₹13.8 L/yr

Assistant Store Manager
430 salaries
unlock blur

₹1.8 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