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 for Experienced

Updated 23 Sep 2024

Swiggy Sdet Automation Test Engineer Interview Experiences for Experienced

1 interview 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 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
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.
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
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

I applied via LinkedIn and was interviewed in Apr 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

2 Questions

  • Q1. How can you reduce the delivery time of the order?
  • Ans. 

    Reducing delivery time can be achieved by optimizing the supply chain, improving communication, and automating processes.

    • Analyze the supply chain and identify bottlenecks

    • Implement automation tools to streamline processes

    • Improve communication between departments and with customers

    • Use data analytics to forecast demand and plan accordingly

    • Consider outsourcing or partnering with third-party logistics providers

    • Invest in tec...

  • Answered by AI
  • Q2. Questions based on Case Studies

Interview Preparation Tips

Interview preparation tips for other job seekers - The process consisted of two rounds. First was the business analysis kind of round which included the questions like how can you reduce the delivery time of the order? The second round was technical round where the person asked the questions on SQL and Excel

I applied via LinkedIn and was interviewed before Jul 2021.Β There were 2 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 - One-on-oneΒ 

(1 Question)

  • Q1. Knowledge about data summarisation.and some tools like Power bi and advance excel.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always speak first answer like perfect and effective answer without any hesitation...

I applied via Job Portal and was interviewed before Oct 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via Company Website and was interviewed in Sep 2020.Β There were 4 interview rounds.

Interview QuestionnaireΒ 

1 Question

  • Q1. Fibonacci series, Prime function, linked lisk value access, query

Interview Preparation Tips

Interview preparation tips for other job seekers - First a test based on amcat. Followed by two technical interview. First Tech Interview basis and overview of you concept of ds and algo will ne asked. In second Tech interview indepth concept of topics such as arrays, linked list, os,algo, etc will be asked. Prepare ds and algo concept, dbms query & concept, internet basis such as protocols, methods,etc.

Best of luck

Swiggy Interview FAQs

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

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

  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 for Experienced

based on 1 interview

Interview experience

5
Β Β 
Excellent
View more

Interview Questions from Similar Companies

Indiamart Intermesh Interview Questions
3.6
Β β€’Β 649 Interviews
Udaan Interview Questions
3.9
Β β€’Β 338 Interviews
Meesho Interview Questions
3.7
Β β€’Β 336 Interviews
Info Edge Interview Questions
3.9
Β β€’Β 327 Interviews
Lenskart Interview Questions
3.2
Β β€’Β 321 Interviews
Zepto Interview Questions
3.5
Β β€’Β 249 Interviews
BlackBuck Interview Questions
3.8
Β β€’Β 181 Interviews
Tata 1mg Interview Questions
3.6
Β β€’Β 155 Interviews
Uber Interview Questions
4.2
Β β€’Β 149 Interviews
Digit Insurance Interview Questions
3.9
Β β€’Β 147 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
877 salaries
unlock blur

β‚Ή0.4 L/yr - β‚Ή5 L/yr

Sales Manager
581 salaries
unlock blur

β‚Ή2 L/yr - β‚Ή9.5 L/yr

Fleet Manager
572 salaries
unlock blur

β‚Ή2.5 L/yr - β‚Ή6 L/yr

Assistant Manager
490 salaries
unlock blur

β‚Ή2.6 L/yr - β‚Ή13 L/yr

Assistant Store Manager
443 salaries
unlock blur

β‚Ή1.7 L/yr - β‚Ή4.2 L/yr

Explore more salaries
Compare Swiggy with

Eternal Limited

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