Upload Button Icon Add office photos
Engaged Employer

i

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

Ernst & Young Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ernst & Young Senior QA Consultant Interview Questions and Answers

Updated 27 Jul 2024

Ernst & Young Senior QA Consultant Interview Experiences

2 interviews found

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. String Manipulations
  • Q2. Selenium coding
  • Q3. Dynamic table handling
  • Q4. Java related questions
Round 2 - Technical 

(4 Questions)

  • Q1. Framework related
  • Q2. Cucumber related
  • Q3. API CRUD OPERATIONs
  • Q4. Response codes of API
  • Ans. 

    Response codes of API

    • Response codes are standardized status codes returned by an API to indicate the outcome of a request

    • Common response codes include 200 for successful request, 404 for not found, and 500 for server error

    • Response codes help developers understand the result of their API calls and troubleshoot issues

  • Answered by AI
Round 3 - Technical 

(6 Questions)

  • Q1. Testng order of execution
  • Ans. 

    TestNG executes test methods in alphabetical order by default, but can be customized using priority attribute or dependsOnMethods attribute.

    • TestNG executes test methods in alphabetical order by default

    • Customize execution order using priority attribute or dependsOnMethods attribute

    • Priority attribute assigns a priority to test methods, lower number runs first

    • dependsOnMethods attribute specifies which test methods should

  • Answered by AI
  • Q2. Class variables
  • Q3. Deserialization serialization pojo classes
  • Q4. Failed test cases
  • Q5. Parallel Execution
  • Q6. Excel data handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding of skills mentioned in the resume, capable to handle realtime scenario. Questions might not be typically direct

Skills evaluated in this interview

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 

It was a MCQ about selenium and Java

Round 3 - Technical 

(1 Question)

  • Q1. Oops concept , Hashmap , Xpath , SQL joins

Senior QA Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. Write a java program to remove the character which repeats in a s ... read more
asked in Bristlecone
Q2. what are scripting challenges you have come across
asked in Bristlecone
Q3. what is block system in load runner?
Q4. What is goods receipt and goods issue
asked in Capgemini
Q5. Difference between scenario and scenario outline

Interview questions from similar companies

QA Tester Interview Questions & Answers

PwC user image Bigboss Updates with Vani

posted on 9 Dec 2024

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

(5 Questions)

  • Q1. Testing methodologies
  • Q2. What modules are used
  • Q3. Integration testing
  • Q4. Regression Testing
  • Q5. Functional and non Functional
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Salary expectations.
Round 2 - Technical 

(2 Questions)

  • Q1. Basics of Python, Selenium, HTML/CSS, Locators, Testing Concepts
  • Q2. Solve a case study, based on a real-world problem
Round 3 - Technical 

(2 Questions)

  • Q1. Same as previous.
  • Q2. More difficult case study, managerial questions.
Round 4 - Behavioral 

(2 Questions)

  • Q1. Previous experience, explain the current working method, and how you can improve.
  • Q2. My expectations from the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with the programming basics like file handling, oops, functions, overloading, overriding, testing methodologies, HTML, CSS, APIs, Postman, etc.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About hooks concept in Cucumber
  • Q2. Framework design , 2nd largest in array
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Framework of previous project
  • Q2. API response codes

Interview Preparation Tips

Topics to prepare for Guidehouse QA Engineer interview:
  • Selenium
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing to check if the basic functionalities of a software application are working fine.

    • Smoke testing is a subset of regression testing.

    • It is performed to ensure that critical functionalities are working before proceeding with further testing.

    • Smoke tests are usually quick and do not involve detailed testing.

    • Example: Checking if the login functionality of a website is working after a new

  • Answered by AI
  • Q2. How to convert integer to string
  • Ans. 

    Use the toString() method to convert an integer to a string in JavaScript.

    • Use the toString() method on the integer variable

    • Pass the base as an argument to toString() if needed (e.g. 10 for decimal)

    • Store the converted string in a variable for further use

  • Answered by AI
  • Q3. What are git command you have used
  • Ans. 

    I have used git commands for version control and collaboration in software development.

    • git clone: to clone a repository from a remote server

    • git add: to stage changes for commit

    • git commit: to save changes to the local repository

    • git push: to push changes to a remote repository

    • git pull: to fetch and merge changes from a remote repository

    • git branch: to create, list, delete, or switch branches

    • git merge: to merge changes fro...

  • Answered by AI
  • Q4. How to select key in selenium
  • Ans. 

    Keys in Selenium can be selected using the Keys class provided by Selenium WebDriver.

    • Use the Keys class to send special keys like Enter, Tab, Arrow keys, etc.

    • Keys can be used for keyboard actions like pressing Enter after entering text in a field.

    • Keys can also be used for keyboard shortcuts like Ctrl+A for selecting all text in a field.

  • Answered by AI
  • Q5. What is difference between XSSFand HSSF for read data from Xcel.
  • Ans. 

    XSSF is for reading data from Excel files in XML format, while HSSF is for reading data from Excel files in binary format.

    • XSSF is part of Apache POI library and is used for reading data from Excel files in XML format

    • HSSF is also part of Apache POI library and is used for reading data from Excel files in binary format

    • XSSF is preferred for reading newer Excel file formats like .xlsx, while HSSF is used for older formats

  • Answered by AI

Skills evaluated in this interview

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. Tell me about ypurself
Round 3 - Technical 

(1 Question)

  • Q1. What framework do u use?
  • Ans. 

    I primarily use Selenium WebDriver framework for automated testing.

    • Selenium WebDriver is a popular framework for automating web application testing.

    • It supports multiple programming languages such as Java, Python, and C#.

    • Selenium WebDriver allows for cross-browser testing and parallel test execution.

    • It integrates well with test management tools like TestNG and JUnit.

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Expected salary
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - Aptitude Test 

Regarding Journal knowledge about all the Subjects and Business prospective and And how is the IQ is is there in that person..how smart enough..etc

Round 3 - HR 

(1 Question)

  • Q1. About our salary Disscustion and shift timings everything

Interview Preparation Tips

Interview preparation tips for other job seekers - It was really nice and Good know about our knowledge how we learnt from the process knowledge
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test was there where basic selenium questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. What are the key aspects of Selenium, including hooks, BDD, Page Factory, dropdown handling, TestNG annotations, methods for running failed test cases using TestNG, and handling API responses?
Round 3 - HR 

(1 Question)

  • Q1. Could you explain the manual testing process, the Software Testing Life Cycle (STLC), and how you log bugs along with their priority and severity?

Interview Preparation Tips

Topics to prepare for Gartner QA Engineer interview:
  • Selenium
  • Java
  • restAssured

Ernst & Young Interview FAQs

How many rounds are there in Ernst & Young Senior QA Consultant interview?
Ernst & Young interview process usually has 3 rounds. The most common rounds in the Ernst & Young interview process are Technical, Resume Shortlist and Coding Test.
What are the top questions asked in Ernst & Young Senior QA Consultant interview?

Some of the top questions asked at the Ernst & Young Senior QA Consultant interview -

  1. Response codes of ...read more
  2. Testng order of execut...read more
  3. Deserialization serialization pojo clas...read more

Tell us how to improve this page.

Ernst & Young Senior QA Consultant Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
KPMG India Interview Questions
3.5
 • 804 Interviews
ZS Interview Questions
3.4
 • 484 Interviews
BCG Interview Questions
3.8
 • 196 Interviews
View all
Ernst & Young Senior QA Consultant Salary
based on 14 salaries
₹16 L/yr - ₹23 L/yr
41% more than the average Senior QA Consultant Salary in India
View more details

Ernst & Young Senior QA Consultant 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

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Senior Consultant
15.8k salaries
unlock blur

₹9 L/yr - ₹33.8 L/yr

Consultant
12k salaries
unlock blur

₹6.5 L/yr - ₹20.3 L/yr

Manager
7.6k salaries
unlock blur

₹12 L/yr - ₹51.2 L/yr

Assistant Manager
6.4k salaries
unlock blur

₹9.5 L/yr - ₹28.9 L/yr

Associate Consultant
3.9k salaries
unlock blur

₹3.3 L/yr - ₹12 L/yr

Explore more salaries
Compare Ernst & Young with

Deloitte

3.8
Compare

PwC

3.4
Compare

EY Global Delivery Services ( EY GDS)

3.6
Compare

Accenture

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