Upload Button Icon Add office photos
Engaged Employer

i

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

e-Zest Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

e-Zest Senior Automation Test Engineer Interview Questions, Process, and Tips

Updated 15 Jun 2024

e-Zest Senior Automation Test Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Explain your roles and responsibilities in day to day activities carried out in Agile project model?
  • Q2. Explain difference between smoke, sanity and regression testing?
  • Ans. 

    Smoke testing is a quick test to check if the build is stable, sanity testing is a subset of regression testing focusing on specific areas, and regression testing is a comprehensive test to ensure no new bugs are introduced.

    • Smoke testing is a preliminary test to check if the critical functionalities work without major issues after a build is deployed.

    • Sanity testing is a subset of regression testing that focuses on spec...

  • Answered by AI
  • Q3. Explain the status codes used in API testing?
  • Ans. 

    Status codes in API testing indicate the outcome of the request made to the API.

    • 200 - OK: Request was successful

    • 201 - Created: Request resulted in a new resource being created

    • 400 - Bad Request: Request was invalid

    • 401 - Unauthorized: Request requires authentication

    • 404 - Not Found: Resource not found

    • 500 - Internal Server Error: Server encountered an error

  • Answered by AI
  • Q4. What are the types of Authentication and authorization used in API testing?
  • Ans. 

    Types of Authentication and authorization in API testing

    • Basic Authentication

    • OAuth

    • API Keys

    • JWT (JSON Web Tokens)

    • Digest Authentication

  • Answered by AI
  • Q5. Write SQL queries to fetch some records based on some conditions
  • Ans. 

    Use SQL queries to fetch records based on conditions

    • Use SELECT statement to fetch records

    • Add WHERE clause to specify conditions

    • Use operators like =, >, <, etc. to define conditions

    • Consider using JOIN for fetching records from multiple tables

  • Answered by AI
  • Q6. Scenario based questions on Testing

Interview Preparation Tips

Topics to prepare for e-Zest Senior Automation Test Engineer interview:
  • Functional Testing
  • Test Scenarios
  • API Testing
  • SQL
Interview preparation tips for other job seekers - Multiple rescheduling interview timings
Be patient
Speak with confidence and good communication skills
Prepare on scenario based questions
API Testing
SQL

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Core java, Selenium, Restassured

Interview Questionnaire 

2 Questions

  • Q1. 1. My interview it has been scheduled by one consultancy. I interviewed with ITC Infotech on June 9th 2018.
  • Q2. Interviewer was very cool and supportive guy. I maximum tried gave an answers for below questions.. 1. Interviewer asked me about SD. 2. About roles and responsibilities as a Senior automation test enginee...

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on selenium, Rest Api, Java ,Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to the Job description mentioned in the mail

I applied via Naukri.com and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about automation project you worked on
  • Q2. Wap in java to reverse string, exceptional handling, waits in selenium,
  • Ans. 

    Java code to reverse a string with exception handling and waits in Selenium

    • Use StringBuilder to reverse the string

    • Use try-catch block for exception handling

    • Use implicit or explicit waits in Selenium for synchronization

    • Example: String originalString = "hello"; StringBuilder reversedString = new StringBuilder(originalString).reverse();

    • Example: try { // code that may throw exception } catch (Exception e) { // handle excep

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Day to day activities, explain any challenging task you faced
Round 3 - HR 

(1 Question)

  • Q1. Nothing much than salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on selenium topics and manual testing topics and little bit of java knowledge is enough

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2023. 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 - Technical 

(2 Questions)

  • Q1. 1. Tell me about yourself 2. About project and skills that i have 3. Based the above, they are asking the questions 4. most of them are not direct questions, example they didn't asked what is interface and...
  • Q2. Tell me yourself, about automation role that you are playing in your company, framework related questions, CI CD tools exposure

Interview Preparation Tips

Topics to prepare for Mphasis Senior Automation Test Engineer interview:
  • All java concepts
  • java programs
  • selenium concepts
Interview preparation tips for other job seekers - Preparation and practice is key mantra to crack the interview.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Java OOPS concepts Selenium questions
  • Q2. Difference between abstract class and Interface
  • Ans. 

    Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface is a collection of abstract methods and constants.

    • Abstract class can have constructors while interface cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract class can have instance variables while interface cannot

    • Abstract class is used for code reusability w...

  • Answered by AI
  • Q3. How do you handel windows,frames in selenium
  • Ans. 

    Windows and frames can be handled in Selenium using switchTo() method.

    • Use driver.switchTo().window() to switch between windows.

    • Use driver.switchTo().frame() to switch between frames.

    • To switch back to the default content, use driver.switchTo().defaultContent().

  • Answered by AI
  • Q4. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution.

    • Selenium throws exceptions when it encounters errors during test execution

    • Common exceptions include NoSuchElementException, TimeoutException, and StaleElementReferenceException

    • Handling exceptions is important for creating stable and reliable test scripts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics of java & selenium

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic selenium questions like wait types,handling dropdown,assert&verify difference, limitations of selenium,what framework have been used,xpath types

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm& present confidently what you know
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sort a list without using built in function
selenium based question

Round 2 - Technical 

(1 Question)

  • Q1. Exception handling decorator with example oops concept roles and responsibilities in current project CI/CD Scrum

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I attended interview on TOSCA Automation tool. Interviewer was very cool.. He asked basic questions about tosca tool usage but questions are some what tricky.. If we prepare like some interview questions f...

Interview Preparation Tips

Interview preparation tips for other job seekers - On any tool ur attending interview meanz you shoudl be having some handson usage otherwise it js very difficult to crack the interview

e-Zest Interview FAQs

How many rounds are there in e-Zest Senior Automation Test Engineer interview?
e-Zest interview process usually has 1 rounds. The most common rounds in the e-Zest interview process are Technical.
How to prepare for e-Zest Senior Automation Test Engineer 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 e-Zest. The most common topics and skills that interviewers at e-Zest expect are Cypress, Playwright and SDET.
What are the top questions asked in e-Zest Senior Automation Test Engineer interview?

Some of the top questions asked at the e-Zest Senior Automation Test Engineer interview -

  1. What are the types of Authentication and authorization used in API testi...read more
  2. Write SQL queries to fetch some records based on some conditi...read more
  3. Explain difference between smoke, sanity and regression testi...read more

Tell us how to improve this page.

e-Zest Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
e-Zest Senior Automation Test Engineer Salary
based on 4 salaries
₹17 L/yr - ₹22 L/yr
34% more than the average Senior Automation Test Engineer Salary in India
View more details
Softwaretest Engineer
561 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
304 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
220 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Quality Analyst
139 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare e-Zest with

Persistent Systems

3.5
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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