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
3.8

based on 17.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Deloitte Senior Test Engineer Interview Questions and Answers

Updated 7 Mar 2024

Deloitte Senior Test Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Programs on Strings and Opps concepts and Frameworks

Interview questions from similar companies

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

(1 Question)

  • Q1. Why you are in Qa role
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions

Senior Test Engineer Interview Questions & Answers

Ernst & Young user image Ramanjaneyulu Nelampati

posted on 18 Feb 2022

I applied via Company Website and was interviewed in Jan 2022. 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 - Technical 

(1 Question)

  • Q1. Manual Testing Java Selenium
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for Ernst & Young Senior Test Engineer interview:
  • Manual Testing
  • Java
  • Selenium WebDriver
  • Framework
Interview preparation tips for other job seekers - Learning, Practice and Experience
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to find character occurances in "Hello World"
  • Ans. 

    Program to find character occurances in 'Hello World'

    • Create a map to store character occurrences

    • Iterate through each character in the string and update the map

    • Print the character occurrences from the map

  • Answered by AI
  • Q2. What is multithreading
  • Ans. 

    Multithreading is the ability of a CPU to execute multiple threads concurrently, allowing for better performance and resource utilization.

    • Multithreading allows multiple threads to run concurrently within the same process.

    • Each thread has its own stack and shares the same memory space.

    • Multithreading can improve performance by utilizing multiple CPU cores efficiently.

    • Examples of multithreading include running multiple tas...

  • Answered by AI
  • Q3. What are the annotations used in TestNG
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test.

    • Annotations like @Test, @BeforeSuite, @AfterSuite are used to define test methods and setup/teardown methods

    • Annotations like @BeforeTest, @AfterTest are used to run setup/teardown methods before/after a test

    • Annotations like @BeforeClass, @AfterClass are used to run setup/teardown methods before/after a test...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - WORST Interviewer ever. Worst Behavior from the interviewer. She was in a bad mood already before joining. She had no respect for the candidate. Within 1 minute of coding question she was getting impatient. Seem like the person had no technical knowlegde and putting up questions from google. As you can see despite of the easy questions and an easy coding problem i failed to secure the interview. All I did was some syntax errors( as I was using an online simulator) but my logic was spot on and following the Big O Notation as well. But with her little googled knowlegde she was arguing about the process I followed to get the problem solved. She was using phrases like "Thats all?" , "I don't think you can code well as you're facing syntax error." (Clearly compliation doesn't agree to you Maa'm.). Clearly I lost my opputunity over a under performing interviewer.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Mcq test which was easy to crsck

Round 2 - Coding Test 

Automation coding in java basic level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Mcq questions from testing field

Round 2 - Technical 

(2 Questions)

  • Q1. Manual testing questions
  • Q2. Basic automation questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. All basic questions related to manual testing. Ex- regression testing,restesting,smoke testing,sanity testing, Sdlc , stlc . And more basic questions
  • Q2. Manager round - they will ask you again basic questions and last company roles and responsibilities.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well before interview. All the best in advance

Test Analyst Interview Questions & Answers

Mercer user image vikram gautam

posted on 11 Sep 2021

Interview Questionnaire 

3 Questions

  • Q1. What is white box and black box testing
  • Ans. 

    White box testing is testing the internal structure of the system while black box testing is testing the external behavior of the system.

    • White box testing is also known as clear box testing or structural testing.

    • It involves testing the code, architecture, and design of the system.

    • Examples include unit testing, integration testing, and code coverage analysis.

    • Black box testing is also known as functional testing or behav...

  • Answered by AI
  • Q2. Regression testing, bug life cycle
  • Q3. SDLC model, Waterfall model

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good and it lasted for about 35 mins .interviewer was very nice to me and test both my knwoledge and communication skills

Skills evaluated in this interview

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

(1 Question)

  • Q1. Why you are in Qa role
Round 2 - Technical 

(1 Question)

  • Q1. Technical related questions

Interview Questionnaire 

1 Question

  • Q1. 1.Why string is immutable, abstraction and interface, list and set difference, equal and == difference. Which locators is fastest. Explain framework etc
  • Ans. 

    Answering questions related to string immutability, abstraction and interface, list and set difference, equal and == difference, fastest locators, and frameworks.

    • String is immutable because it cannot be changed once created

    • Abstraction and interface are used to achieve abstraction in programming

    • List and set differ in their ability to contain duplicate elements

    • Equal compares the values of two objects while == compares th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers will look in depth concept from any of the OOPS programming language. Automation is secondary, you must master oops concepts and try practising logical programming

Skills evaluated in this interview

Deloitte Interview FAQs

How many rounds are there in Deloitte Senior Test Engineer interview?
Deloitte interview process usually has 1 rounds. The most common rounds in the Deloitte interview process are Technical.

Tell us how to improve this page.

Deloitte Senior Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Deloitte Senior Test Engineer Salary
based on 98 salaries
₹5 L/yr - ₹19.9 L/yr
5% more than the average Senior Test Engineer Salary in India
View more details

Deloitte Senior Test Engineer Reviews and Ratings

based on 7 reviews

2.9/5

Rating in categories

2.4

Skill development

3.5

Work-life balance

2.9

Salary

3.0

Job security

2.4

Company culture

1.8

Promotions

2.4

Work satisfaction

Explore 7 Reviews and Ratings
Consultant
33.1k salaries
unlock blur

₹6.2 L/yr - ₹23 L/yr

Senior Consultant
20.8k salaries
unlock blur

₹11 L/yr - ₹42 L/yr

Analyst
14.1k salaries
unlock blur

₹3.8 L/yr - ₹12.6 L/yr

Assistant Manager
10k salaries
unlock blur

₹7.8 L/yr - ₹24 L/yr

Manager
7k salaries
unlock blur

₹15.7 L/yr - ₹52 L/yr

Explore more salaries
Compare Deloitte with

Accenture

3.9
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare

Cognizant

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