Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Deloitte Team. If you also belong to the team, you can get access from here

Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Automation Tester Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top Deloitte Automation Tester Interview Questions and Answers

  • Q1. There is a table of students having column status with either pass or fail. Write the syntax to show the output as some 60 pass and 40 fail.
  • Q2. There are n no. Of links having the text selenium. Write the syntax to count the text selenium from all the links
  • Q3. What are the various annotations in selenium webdriver
View all 9 questions

Deloitte Automation Tester Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Briefing about yourself
  • Q2. Explain Defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing defects in software development.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking tool with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers fix the reported defects based on the information provided.

    • Defect re...

  • Answered by AI
  • Q3. Difference between black box and white box testing
  • Ans. 

    Black box testing focuses on functionality without knowledge of internal code, while white box testing examines internal code structure.

    • Black box testing tests the functionality of a system without knowledge of its internal code

    • White box testing tests the internal code structure and logic of a system

    • Black box testing is more focused on end-user perspective

    • White box testing is more focused on developer perspective

    • Exampl...

  • Answered by AI
  • Q4. Difference between hard assert and soft assert
  • Ans. 

    Hard assert stops the execution of the test case if it fails, while soft assert continues the execution and logs the failure.

    • Hard assert is used when the failure of a particular step makes the further steps irrelevant.

    • Soft assert is used when you want to continue with the test case execution even if some steps fail.

    • Hard assert is implemented using 'assert' keyword in testing frameworks like TestNG or JUnit.

    • Soft assert ...

  • Answered by AI
  • Q5. What are the various annotations in selenium webdriver
  • Ans. 

    Annotations in Selenium WebDriver are used to provide additional information about the test methods.

    • Annotations help in organizing and managing test cases

    • Some common annotations in Selenium WebDriver are @Test, @BeforeTest, @AfterTest, @BeforeClass, @AfterClass, @BeforeMethod, @AfterMethod

    • Annotations are used to define the sequence of execution of test methods

  • Answered by AI
  • Q6. There are n no. Of links having the text selenium. Write the syntax to count the text selenium from all the links
  • Ans. 

    Use XPath to count the number of links with the text 'selenium'

    • Use XPath to locate all the links containing the text 'selenium'

    • Count the number of links found using the XPath expression

  • Answered by AI
  • Q7. There is a table of students having column status with either pass or fail. Write the syntax to show the output as some 60 pass and 40 fail.
  • Ans. 

    Use SQL query to display 60 pass and 40 fail from a table of students.

    • Use SELECT statement with COUNT function to count the number of pass and fail statuses.

    • Use WHERE clause to filter out pass and fail statuses.

    • Use GROUP BY clause to group the statuses together.

    • Use CASE statement to display the count of pass and fail statuses.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Introduce your self.
  • Q2. Why does def keyword used in selenium
  • Ans. 

    The def keyword is used in Selenium to define a function or method.

    • Used to define reusable code blocks

    • Helps in organizing code and improving readability

    • Allows for easier maintenance and updates

    • Example: def login(username, password) { //code to login }

  • Answered by AI
  • Q3. What is POM model
  • Ans. 

    POM (Page Object Model) is a design pattern used in test automation to create reusable and maintainable code by separating page objects from test scripts.

    • POM helps in improving test script readability and maintenance by keeping the page objects separate from test logic

    • Each page in the application has its own corresponding page object class, which contains all the elements and methods related to that page

    • Test scripts in...

  • Answered by AI
  • Q4. How to handle dynamic table element
  • Ans. 

    Dynamic table elements can be handled by locating the table, identifying the rows and columns, and using appropriate methods to interact with the data.

    • Locate the table element using a unique identifier such as class, id, or xpath

    • Identify the rows and columns within the table using HTML tags like and

    • Use methods like getText() or getAttribute() to retrieve data from the table cells

    • Handle dynamic changes in the table by...

  • Answered by AI

Skills evaluated in this interview

Automation Tester Interview Questions Asked at Other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing ... read more
asked in TCS
Q2. How to mouse hover an element? Write Xpath for an element? How to ... read more
Q3. How to validate that the URL loaded is correct or not?
asked in Deloitte
Q4. There is a table of students having column status with either pas ... read more
Q5. write the dynamic Xpath for the Date element in the cleartrip web ... read more

Automation Tester Jobs at Deloitte

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Coding Test 

There were Basic and intermediate programming questions in the online assessment test.

Round 2 - Technical 

(3 Questions)

  • Q1. Reverse a string using any programming language
  • Ans. 

    Reverse a string using any programming language

    • Use a loop to iterate through the string and append each character to a new string in reverse order

    • Alternatively, use built-in string reversal functions or methods depending on the programming language

    • Some languages, like Python, allow for string slicing to reverse a string

  • Answered by AI
  • Q2. Tell me about yourself
  • Q3. Basic SQL queries and theoretical questions on database management system
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Challenges faced in life

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you learn in BTech is enough. Just work harder on programming and DBMS.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.what did you perform in your previous projects?2.what are the obstacles you faced while implementing your project?3.Questions specific to my skillset.4.sql queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare as per the JD given to you.Build strong fundamentals on Sql and your primary skillset.Form a story on what you worked in your project.

Associate Interview Questions & Answers

PwC user image Anonymous

posted on 10 May 2021

I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Data Governance framework and Data Quality and Data models related all basic and adv questions
  • Q2. SQLs and PL-SQLs basic and adv question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for all the basic and adv question and be ready about your cv and work experience

I applied via Campus Placement and was interviewed before Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What was biggest achievement in life so far?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont be nervous.

I applied via Company Website and was interviewed before Mar 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical interview questions related to IFRS
  • Q2. Tell me about your self.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly for technical and behavioral questions.

Associate Interview Questions & Answers

PwC user image Anonymous

posted on 11 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 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 - Aptitude Test 

I had a tax profile so basics of Tax, accounts, excel and simple english

Round 3 - One-on-one 

(1 Question)

  • Q1. Testing your technical knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, show your communicative, and you are positive about growth and learning also exploring roles at the organization

I applied via LinkedIn and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. Technical questions related to domain
  • Q3. HR Questions and this will be the last round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well according to your domain. Senior Associates or managers will be taking your interview. The salary hike is very low but it's like a government job.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Scenario based case studies and questions

Round 2 - Case Study 

Finance related questions

Deloitte Interview FAQs

How many rounds are there in Deloitte Automation Tester interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Technical.
How to prepare for Deloitte Automation Tester interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Deloitte. The most common topics and skills that interviewers at Deloitte expect are Automation Testing, API Testing, Pipeline, Tosca Automation and Tricentis Tosca.
What are the top questions asked in Deloitte Automation Tester interview?

Some of the top questions asked at the Deloitte Automation Tester interview -

  1. There is a table of students having column status with either pass or fail. Wri...read more
  2. There are n no. Of links having the text selenium. Write the syntax to count th...read more
  3. What are the various annotations in selenium webdri...read more

Tell us how to improve this page.

Deloitte Automation Tester Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 795 Interviews
ZS Interview Questions
3.3
 • 450 Interviews
BCG Interview Questions
3.7
 • 197 Interviews
Bain & Company Interview Questions
3.8
 • 106 Interviews
WSP Interview Questions
4.2
 • 91 Interviews
Gartner Interview Questions
4.1
 • 81 Interviews
Mercer Interview Questions
3.7
 • 80 Interviews
View all
Deloitte Automation Tester Salary
based on 40 salaries
₹3.6 L/yr - ₹15.8 L/yr
55% more than the average Automation Tester Salary in India
View more details

Deloitte Automation Tester Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Tosca Automation Tester

Hyderabad / Secunderabad

6-8 Yrs

Not Disclosed

Explore more jobs
Consultant
34.1k salaries
unlock blur

₹6.4 L/yr - ₹23.5 L/yr

Senior Consultant
21.6k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.6k salaries
unlock blur

₹3.9 L/yr - ₹12.9 L/yr

Assistant Manager
10.2k salaries
unlock blur

₹7.8 L/yr - ₹28 L/yr

Manager
7.2k salaries
unlock blur

₹16 L/yr - ₹53 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview