Upload Button Icon Add office photos

Swiggy

Compare button icon Compare button icon Compare

Filter interviews by

Swiggy Sdet Automation Test Engineer Interview Questions and Answers

Updated 23 Sep 2024

Swiggy Sdet Automation Test Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java 2 coding questions
  • Q2. Testing related scenario based questions
Round 2 - Technical 

(4 Questions)

  • Q1. 1 easy java question
  • Q2. Work experience and project related questions.
  • Q3. Frameworks related questions
  • Q4. Scenario based Question
Round 3 - Behavioral 

(3 Questions)

  • Q1. Everything related to your resume
  • Q2. Projects you've worked on in detail
  • Q3. Behavioural Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your resume skills well
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Arrays Strings Hashmaps were asked

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

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 - Technical 

(1 Question)

  • Q1. Java and scenario based testing questions
Round 3 - Technical 

(1 Question)

  • Q1. Framework questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

One question for coding .

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview questions
  • Q2. What is sdet ?
  • Ans. 

    SDET stands for Software Development Engineer in Test. They are responsible for writing code to automate testing processes.

    • SDET is a software engineer who specializes in writing code to automate testing processes

    • They work closely with developers to ensure software quality

    • SDET roles often involve creating and maintaining test frameworks and tools

    • Examples of SDET tools include Selenium, JUnit, and TestNG

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. Locators used in automation
  • Ans. 

    Locators are used in automation testing to identify and interact with web elements on a webpage.

    • Locators are used to find elements on a webpage based on their attributes such as ID, class, name, etc.

    • Common locators include ID, class name, name, tag name, link text, partial link text, and XPath.

    • Using unique locators helps in creating stable and reliable automation scripts.

    • Examples: driver.findElement(By.id("elementId"))...

  • Answered by AI
  • Q2. Test cases for lift
  • Ans. 

    Test cases for lift functionality

    • Test the lift buttons for each floor

    • Test the emergency stop button

    • Test the door open and close functionality

    • Test the capacity limit of the lift

    • Test the response time of the lift to call buttons

  • Answered by AI
  • Q3. Core concepts of java
  • Q4. String, String buffer, String Reader
  • Q5. Final, finally, finalize
  • Q6. Coding question on String and array
  • Q7. Actions class in selenium
  • Ans. 

    Actions class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.

    • Actions class is part of the Selenium WebDriver API

    • It is used to perform advanced user interactions like drag and drop, double click, etc.

    • Actions class is used with the Actions class object to build and perform complex interactions

    • Example: Actions actions = new Actions(driver); actions.dragAndDrop(source, target

  • Answered by AI
  • Q8. Basic commands in selenium
  • Ans. 

    Basic commands in Selenium include findElement, sendKeys, click, getText, and getTitle.

    • findElement - locates a single element on the web page

    • sendKeys - enters text into an input field

    • click - simulates a mouse click on an element

    • getText - retrieves the text of an element

    • getTitle - retrieves the title of the web page

  • Answered by AI
  • Q9. Testng annotations and xml file
Round 2 - Technical 

(5 Questions)

  • Q1. Puzzles of different kinds
  • Q2. Test cases of login/signup
  • Ans. 

    Test cases for login/signup functionality

    • Verify valid credentials can successfully login

    • Verify invalid credentials cannot login

    • Verify user can sign up with valid information

    • Verify user cannot sign up with existing email

    • Verify password strength requirements during sign up

  • Answered by AI
  • Q3. Reason for for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking for opportunities to expand my skill set

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q4. Xpath creation and basic code
  • Q5. Basic java and selenium
Round 3 - HR 

(2 Questions)

  • Q1. Behaviour questions and salary negotiation
  • Q2. Reason for change
  • Ans. 

    The reason for change can be due to technological advancements, business needs, customer feedback, or process improvements.

    • Technological advancements: Updating software tools or frameworks to improve efficiency.

    • Business needs: Adapting to new market trends or regulations.

    • Customer feedback: Making changes based on user experience or satisfaction.

    • Process improvements: Streamlining workflows for better productivity.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Info Edge Sdet Automation Test Engineer interview:
  • Rest assured
  • Selenium
  • Core Java
  • Testng

Skills evaluated in this interview

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

(1 Question)

  • Q1. DSA and coding questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

DSA mid level, programming questions like password checking function, pattern question.

Round 3 - Technical 

(1 Question)

  • Q1. What is OOPS? What is multi threading?
  • Ans. 

    OOPS stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects, which can contain data and code. Multi-threading is the ability of a CPU to execute multiple threads concurrently.

    • OOPS is a programming paradigm that uses objects to design applications.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Example: Inheritance allows a class to inherit properties and methods ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. How do you describe your personality?
  • Ans. 

    I am a detail-oriented, analytical, and adaptable individual with a strong work ethic.

    • Detail-oriented - I pay close attention to small details to ensure accuracy in my work.

    • Analytical - I enjoy problem-solving and analyzing data to find solutions.

    • Adaptable - I am able to quickly adjust to new situations and challenges.

    • Strong work ethic - I am dedicated and committed to producing high-quality results.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA and be honest.

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your self
  • Ans. 

    I am a highly motivated and detail-oriented Business Analyst with a strong background in data analysis and problem-solving.

    • Experienced in conducting market research and competitor analysis

    • Proficient in using various data analysis tools such as Excel, SQL, and Tableau

    • Skilled in identifying business needs and translating them into functional requirements

    • Excellent communication and presentation skills

    • Ability to work colla...

  • Answered by AI
  • Q2. What do you want work here?
  • Ans. 

    I want to work here because of the company's reputation, growth opportunities, and alignment with my skills and interests.

    • I am impressed by the company's reputation in the industry.

    • I see great potential for growth and advancement within the company.

    • The company's values and mission align with my own.

    • I believe my skills and experience would be a valuable asset to the company.

    • I am excited about the opportunity to contribu...

  • Answered by AI
  • Q3. What makes you unique?
  • Ans. 

    I have a unique combination of technical skills and business acumen, allowing me to bridge the gap between IT and business stakeholders.

    • I have a strong background in both technology and business domains.

    • I can effectively communicate with both technical and non-technical stakeholders.

    • I have a track record of successfully translating business requirements into technical solutions.

    • I possess a deep understanding of various...

  • Answered by AI
  • Q4. What do you know about the company?
  • Ans. 

    The company is a leading technology firm specializing in software development and consulting services.

    • The company was founded in 2005 and has since grown to have a global presence.

    • They offer a wide range of services including business analysis, software development, and project management.

    • Some of their notable clients include Fortune 500 companies in various industries.

    • They have a strong focus on innovation and staying...

  • Answered by AI
  • Q5. What are your key professional strengths?
  • Ans. 

    My key professional strengths include analytical thinking, problem-solving, and effective communication.

    • Analytical thinking: I have a strong ability to analyze complex business problems and identify key insights.

    • Problem-solving: I am skilled at finding creative solutions to challenges and implementing them effectively.

    • Effective communication: I can communicate complex ideas and findings clearly and concisely to stakeho...

  • Answered by AI
  • Q6. What are your biggest weaknesses?
  • Ans. 

    My biggest weaknesses include perfectionism, overthinking, and public speaking anxiety.

    • Perfectionism: I tend to spend too much time on tasks to ensure they are flawless.

    • Overthinking: I sometimes overanalyze situations, which can lead to indecisiveness.

    • Public speaking anxiety: I get nervous when presenting in front of large audiences.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Tension free
Practice, practice, practice.

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Mainly about sql, previous job role

Swiggy Interview FAQs

How many rounds are there in Swiggy Sdet Automation Test Engineer interview?
Swiggy interview process usually has 2 rounds. The most common rounds in the Swiggy interview process are Technical, Behavioral and Coding Test.
What are the top questions asked in Swiggy Sdet Automation Test Engineer interview?

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

  1. Testing related scenario based questi...read more
  2. Basic Java 2 coding questi...read more
  3. Frameworks related questi...read more

Tell us how to improve this page.

Swiggy Sdet Automation Test Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Udaan Interview Questions
3.9
 • 334 Interviews
Meesho Interview Questions
3.7
 • 332 Interviews
Info Edge Interview Questions
3.9
 • 322 Interviews
Lenskart Interview Questions
3.2
 • 313 Interviews
Zepto Interview Questions
3.5
 • 240 Interviews
BlackBuck Interview Questions
3.8
 • 179 Interviews
Tata 1mg Interview Questions
3.6
 • 150 Interviews
Uber Interview Questions
4.2
 • 149 Interviews
Digit Insurance Interview Questions
3.9
 • 145 Interviews
View all
Swiggy Sdet Automation Test Engineer Salary
based on 12 salaries
₹12 L/yr - ₹18 L/yr
12% more than the average Sdet Automation Test Engineer Salary in India
View more details

Swiggy Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Delivery Boy
876 salaries
unlock blur

₹0.4 L/yr - ₹5 L/yr

Fleet Manager
579 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Sales Manager
567 salaries
unlock blur

₹2 L/yr - ₹9 L/yr

Assistant Manager
502 salaries
unlock blur

₹3 L/yr - ₹13.6 L/yr

Assistant Store Manager
458 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Explore more salaries
Compare Swiggy with

Zomato

3.7
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