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 Automation Test Engineer Interview Questions and Answers

Updated 16 Apr 2023

10 Interview questions

An Automation Test Engineer was asked
Q. What are the responsibilities of a Scrum Master?
Ans. 

Scrum Master is responsible for facilitating the Scrum process and ensuring the team follows Agile principles.

  • Facilitating Scrum ceremonies (daily stand-ups, sprint planning, sprint review, and retrospective)

  • Removing impediments that hinder the team's progress

  • Coaching the team on Agile principles and practices

  • Ensuring the team follows the Scrum framework

  • Facilitating communication and collaboration between team mem...

An Automation Test Engineer was asked
Q. What is the Agile Manifesto?
Ans. 

Agile Manifesto is a set of guiding values and principles for Agile software development.

  • Agile Manifesto emphasizes on individuals and interactions, working software, customer collaboration, and responding to change.

  • It values working software over comprehensive documentation.

  • It promotes adaptive planning and continuous improvement.

  • It encourages self-organizing teams and face-to-face communication.

  • Examples of Agile...

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in LTIMindtree
Q3. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap fo ... read more
asked in Capgemini
Q4. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q5. What is assertion? What is soft assertion? What is hard assertion ... read more
An Automation Test Engineer was asked
Q. Explain implicit and explicit waits.
Ans. 

Implicit wait waits for a certain amount of time before throwing an exception while explicit wait waits for a certain condition to occur before proceeding.

  • Implicit wait is set globally and is applied to all elements in the script

  • Explicit wait is set for a specific element and waits for a certain condition to be met before proceeding

  • Examples of conditions for explicit wait include element to be clickable, visible, ...

An Automation Test Engineer was asked
Q. What is the difference between a stub and a driver?
Ans. 

Stub is a fake implementation of a module while driver is a software component that interacts with the system under test.

  • Stub is used to simulate the behavior of a module that is not yet implemented or is unavailable for testing.

  • Driver is used to provide input to the system under test and to capture the output generated by it.

  • Stub is used in top-down approach while driver is used in bottom-up approach.

  • Example of s...

An Automation Test Engineer was asked
Q. What is FirefoxDriver?
Ans. 

FirefoxDriver is a class in Selenium WebDriver used to automate Firefox browser testing.

  • FirefoxDriver is a part of Selenium WebDriver library.

  • It is used to automate testing of web applications on Firefox browser.

  • It supports all the major functionalities of Firefox browser.

  • It can be used with different programming languages like Java, Python, etc.

  • Example: FirefoxDriver driver = new FirefoxDriver();

An Automation Test Engineer was asked
Q. What is performance testing?
Ans. 

Performance testing is the process of evaluating the speed, responsiveness, stability, and scalability of a software application.

  • It involves simulating real-world scenarios to measure the application's performance under different loads and stress levels.

  • Performance testing helps identify bottlenecks, memory leaks, and other issues that can affect the application's performance.

  • Examples of performance testing tools ...

An Automation Test Engineer was asked
Q. Describe a performance testing scenario for uploading a video to YouTube.
Ans. 

Performance testing scenario for uploading video to Youtube

  • Create a test plan with realistic user scenarios

  • Simulate multiple users uploading videos simultaneously

  • Measure response time, throughput, and resource utilization

  • Test with different file sizes and formats

  • Monitor server and network performance

  • Analyze results and identify bottlenecks

Are these interview questions helpful?
An Automation Test Engineer was asked
Q. Write an SQL query to find the maximum salary.
Ans. 

Retrieve the maximum salary from an employee table using SQL query.

  • Use the SQL MAX() function to find the highest salary.

  • Example query: SELECT MAX(salary) FROM employees;

  • You can also group by departments to find max salary per department.

  • Example: SELECT department, MAX(salary) FROM employees GROUP BY department;

An Automation Test Engineer was asked
Q. What are the test scenarios for uploading a video to YouTube?
Ans. 

Test scenarios for uploading videos to YouTube include various functional and non-functional tests to ensure a smooth user experience.

  • Verify file format compatibility (e.g., MP4, AVI).

  • Check maximum file size limit (e.g., 128GB).

  • Test upload speed with different internet connections.

  • Validate error messages for unsupported formats.

  • Ensure video metadata (title, description, tags) is saved correctly.

  • Test privacy settin...

An Automation Test Engineer was asked
Q. Different roles in Agile
Ans. 

Different roles in Agile include Product Owner, Scrum Master, and Development Team.

  • Product Owner is responsible for defining and prioritizing the product backlog.

  • Scrum Master facilitates the Scrum process and removes any impediments that may arise.

  • Development Team is responsible for delivering a potentially releasable product increment at the end of each sprint.

e-Zest Automation Test Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed before Apr 2022. 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 

(12 Questions)

  • Q1. What is FirefoxDriver
  • Ans. 

    FirefoxDriver is a class in Selenium WebDriver used to automate Firefox browser testing.

    • FirefoxDriver is a part of Selenium WebDriver library.

    • It is used to automate testing of web applications on Firefox browser.

    • It supports all the major functionalities of Firefox browser.

    • It can be used with different programming languages like Java, Python, etc.

    • Example: FirefoxDriver driver = new FirefoxDriver();

  • Answered by AI
  • Q2. Implicit and explicit wait explanation
  • Ans. 

    Implicit wait waits for a certain amount of time before throwing an exception while explicit wait waits for a certain condition to occur before proceeding.

    • Implicit wait is set globally and is applied to all elements in the script

    • Explicit wait is set for a specific element and waits for a certain condition to be met before proceeding

    • Examples of conditions for explicit wait include element to be clickable, visible, or pr...

  • Answered by AI
  • Q3. What is performance testing
  • Ans. 

    Performance testing is the process of evaluating the speed, responsiveness, stability, and scalability of a software application.

    • It involves simulating real-world scenarios to measure the application's performance under different loads and stress levels.

    • Performance testing helps identify bottlenecks, memory leaks, and other issues that can affect the application's performance.

    • Examples of performance testing tools inclu...

  • Answered by AI
  • Q4. Different roles in Agile
  • Ans. 

    Different roles in Agile include Product Owner, Scrum Master, and Development Team.

    • Product Owner is responsible for defining and prioritizing the product backlog.

    • Scrum Master facilitates the Scrum process and removes any impediments that may arise.

    • Development Team is responsible for delivering a potentially releasable product increment at the end of each sprint.

  • Answered by AI
  • Q5. What is Agile Manifesto
  • Ans. 

    Agile Manifesto is a set of guiding values and principles for Agile software development.

    • Agile Manifesto emphasizes on individuals and interactions, working software, customer collaboration, and responding to change.

    • It values working software over comprehensive documentation.

    • It promotes adaptive planning and continuous improvement.

    • It encourages self-organizing teams and face-to-face communication.

    • Examples of Agile meth...

  • Answered by AI
  • Q6. Responsibilities of Scrum Master
  • Ans. 

    Scrum Master is responsible for facilitating the Scrum process and ensuring the team follows Agile principles.

    • Facilitating Scrum ceremonies (daily stand-ups, sprint planning, sprint review, and retrospective)

    • Removing impediments that hinder the team's progress

    • Coaching the team on Agile principles and practices

    • Ensuring the team follows the Scrum framework

    • Facilitating communication and collaboration between team members ...

  • Answered by AI
  • Q7. Test Scentarios for uploading video to Youtube
  • Ans. 

    Test scenarios for uploading videos to YouTube include various functional and non-functional tests to ensure a smooth user experience.

    • Verify file format compatibility (e.g., MP4, AVI).

    • Check maximum file size limit (e.g., 128GB).

    • Test upload speed with different internet connections.

    • Validate error messages for unsupported formats.

    • Ensure video metadata (title, description, tags) is saved correctly.

    • Test privacy settings (p...

  • Answered by AI
  • Q8. Performance Testing scenario for uploading video to Youtube
  • Ans. 

    Performance testing scenario for uploading video to Youtube

    • Create a test plan with realistic user scenarios

    • Simulate multiple users uploading videos simultaneously

    • Measure response time, throughput, and resource utilization

    • Test with different file sizes and formats

    • Monitor server and network performance

    • Analyze results and identify bottlenecks

  • Answered by AI
  • Q9. Stub and driver difference
  • Ans. 

    Stub is a fake implementation of a module while driver is a software component that interacts with the system under test.

    • Stub is used to simulate the behavior of a module that is not yet implemented or is unavailable for testing.

    • Driver is used to provide input to the system under test and to capture the output generated by it.

    • Stub is used in top-down approach while driver is used in bottom-up approach.

    • Example of stub i...

  • Answered by AI
  • Q10. Defect life cycle
  • Q11. Max salary query-sql
  • Ans. 

    Retrieve the maximum salary from an employee table using SQL query.

    • Use the SQL MAX() function to find the highest salary.

    • Example query: SELECT MAX(salary) FROM employees;

    • You can also group by departments to find max salary per department.

    • Example: SELECT department, MAX(salary) FROM employees GROUP BY department;

  • Answered by AI
  • Q12. Joint query , what is left and right join

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about e-Zest?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Basic Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Had appeared for Java developer role, basic Java questions were asked.

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in LTIMindtree
Q3. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap fo ... read more
asked in Capgemini
Q4. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q5. What is assertion? What is soft assertion? What is hard assertion ... read more

I applied via Walk-in and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. How to compile all Java files inside a folder using Cmd
  • Ans. 

    To compile all Java files inside a folder using Cmd, navigate to the folder and run 'javac *.java'

    • Open Command Prompt and navigate to the folder containing the Java files

    • Run the command 'javac *.java' to compile all Java files in the folder

    • Check for any errors or warnings in the output

  • Answered by AI
  • Q2. Internal working of Hashmap and Concurrent Hashmap
  • Ans. 

    Hashmap is a data structure that stores key-value pairs. Concurrent Hashmap is a thread-safe version of Hashmap.

    • Hashmap uses hashing to store and retrieve elements based on their keys.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently.

    • Hashmap has a load factor that determines when the map needs to be resized.

    • Concurrent Hashmap uses a technique called lock striping to allow concurrent a...

  • Answered by AI
  • Q3. Servlet : Listeners, Filters related questions
  • Q4. Java 8 features

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on Core Java Concepts

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I appeared for an interview in Sep 2017.

Interview Questionnaire 

4 Questions

  • Q1. Technical interview take by client technical person actually they are hiring for another client so they took total 3 technical round and final will HR round
  • Q2. Asking about life cycle of Dot net mvc contols entity frame work and SQL queries
  • Q3. Problem based on oops and SQL queries outputs
  • Q4. Basic questions about my self ,salary discussion basic formalities form I have to fill up

Interview Preparation Tips

Round: Test
Experience: There were around 15 objective question that includes mvc, c#.net and SQL server. It was very simple question like different types of filters,Acton results in mvc. Basic oops concept and dot net web page regarding

Round: Resume Shortlist
Experience: After completing test round another was technical round discussed maily for mvc and SQL server questions. Around 30 mint discussion. After qualify this round another round will start from client technical staff.

General Tips: It was for 2-3 year experience person very simple to crack but focus on you which profile you are looking for study interview questions from net
Skills: Dot net mve oops concept jQuery and SQL server

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

Interview Questionnaire 

1 Question

  • Q1. What's my teammates count.

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite and smooth easy way thanks to Praveen (B.O). Prepare your resume instead outside stuff 😅.

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Joins in SQL
  • Ans. 

    Joins are used in SQL to combine data from two or more tables based on a related column.

    • Types of joins include inner join, left join, right join, and full outer join.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns ...

  • Answered by AI
  • Q2. Web applications, mobile applications, Hybrid applications

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up the basics of Java and Mysql

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was easy with basic ques and then pymetrics tesy

Round 2 - Coding Test 

Coding test had basic questions on Java core

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare theoritical concept of SQL and Java well

I applied via Walk-in and was interviewed before Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java. Spring MVC flow, collections, projects that you've worked on

Interview Preparation Tips

Interview preparation tips for other job seekers - This is a easy discussion. Just portray your strong points and just indirectly force them to ask you're question related to the same.

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, Jboss Directory structure, some basics of java and things you write in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good.
I had to crack and MCQ/output based technical test of a good level.
Then face to face round where difficulty level was moderate.
Although you might face late response issue with them. Rest went well

e-Zest Interview FAQs

How many rounds are there in e-Zest Automation Test Engineer interview?
e-Zest interview process usually has 2 rounds. The most common rounds in the e-Zest interview process are Resume Shortlist and Technical.
How to prepare for e-Zest 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 Automation Testing, Selenium, Automation, Java and Maven.
What are the top questions asked in e-Zest Automation Test Engineer interview?

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

  1. Performance Testing scenario for uploading video to Yout...read more
  2. Test Scentarios for uploading video to Yout...read more
  3. What is Agile Manife...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
e-Zest Automation Test Engineer Salary
based on 40 salaries
₹3.5 L/yr - ₹6.7 L/yr
39% less than the average Automation Test Engineer Salary in India
View more details
Softwaretest Engineer
582 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Software Engineer
286 salaries
unlock blur

₹2.4 L/yr - ₹14.9 L/yr

Senior Software Engineer
207 salaries
unlock blur

₹14.9 L/yr - ₹27.8 L/yr

Software Quality Analyst
137 salaries
unlock blur

₹3.4 L/yr - ₹5.8 L/yr

Software Developer
102 salaries
unlock blur

₹7.4 L/yr - ₹16.1 L/yr

Explore more salaries
Compare e-Zest with

ITC Infotech

3.7
Compare

3i Infotech

3.4
Compare

Sify Technologies

3.8
Compare

Microland

3.5
Compare
write
Share an Interview