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, Process, and Tips

Updated 16 Apr 2023

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
  • 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
  • Q12. Joint query , what is left and right join

Skills evaluated in this interview

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.

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 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 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 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 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 before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain datawindow in powerbuilder
  • Ans. 

    DataWindow is a GUI control in PowerBuilder used to display and manipulate data from a database.

    • DataWindow can be used to retrieve data from a database, display it in a tabular format, and allow users to edit the data.

    • It supports various data sources such as SQL, ODBC, and XML.

    • DataWindow can also be used to create reports and graphs.

    • It provides various features such as sorting, filtering, grouping, and computed columns...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - say basics concepts about the datawindow in powerbuilder. As datawindow is the base of powerbuilder candidate should prepare well

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. IOS Basics , iPhone programming

Interview Preparation Tips

Interview preparation tips for other job seekers - When you tried a lot to get good company if you have no option then go for it ,Make this to last of your joining preferences.You will be deadlocked in the bond think twice before Join.

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. What is FirefoxDri...read more
  3. What is Agile Manife...read more

Tell us how to improve this page.

e-Zest Automation Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 337 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
3i Infotech Interview Questions
3.5
 • 144 Interviews
Microland Interview Questions
3.4
 • 129 Interviews
Sify Technologies Interview Questions
3.8
 • 123 Interviews
Mastek Interview Questions
3.5
 • 120 Interviews
Maveric Systems Interview Questions
3.5
 • 118 Interviews
View all
e-Zest Automation Test Engineer Salary
based on 45 salaries
₹3 L/yr - ₹6.7 L/yr
36% less than the average Automation Test Engineer Salary in India
View more details
Softwaretest Engineer
556 salaries
unlock blur

₹2.5 L/yr - ₹6 L/yr

Software Engineer
293 salaries
unlock blur

₹2.7 L/yr - ₹17 L/yr

Senior Software Engineer
221 salaries
unlock blur

₹8.8 L/yr - ₹31.7 L/yr

Software Quality Analyst
139 salaries
unlock blur

₹3.4 L/yr - ₹5.8 L/yr

Software Developer
114 salaries
unlock blur

₹3.8 L/yr - ₹21.7 L/yr

Explore more salaries
Compare e-Zest with

ITC Infotech

3.6
Compare

3i Infotech

3.5
Compare

Sify Technologies

3.8
Compare

Microland

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