Upload Button Icon Add office photos
Engaged Employer

i

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

Zensar Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zensar Technologies Senior Automation Engineer Interview Questions and Answers

Updated 6 May 2024

Zensar Technologies Senior Automation Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. All the selenium with java questions asked
  • Q2. How to handle multiple window
  • Ans. 

    Handle multiple windows by using window handles and switching between them.

    • Use getWindowHandles() method to get all window handles

    • Switch between windows using switchTo().window(handle)

    • Perform actions on the desired window

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. All scenario based questions asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in whatever you answer

Skills evaluated in this interview

Senior Automation Engineer Jobs at Zensar Technologies

View all

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java oops concepts, selenium coding
Round 2 - Technical 

(1 Question)

  • Q1. Selenium test script, Rest assured questions

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

Interview Questionnaire 

7 Questions

  • Q1. What is Set?
  • Ans. 

    Set is a collection of unique elements with no specific order.

    • A set can be created using curly braces {} or the set() function.

    • Sets can only contain immutable objects like strings, numbers, and tuples.

    • Sets are useful for removing duplicates and performing mathematical operations like union and intersection.

    • Example: my_set = {1, 2, 3} or my_set = set([1, 2, 3])

  • Answered by AI
  • Q2. What is Map?
  • Ans. 

    Map is a data structure that stores key-value pairs and allows fast retrieval of values based on their keys.

    • Maps are also known as dictionaries or associative arrays.

    • Keys in a map must be unique, but values can be duplicated.

    • Maps are commonly used in programming for tasks such as caching, memoization, and indexing.

    • Examples of programming languages that have built-in support for maps include Python, Java, and JavaScript

  • Answered by AI
  • Q3. Difference between driver.get() and navigate().to()?
  • Ans. 

    driver.get() loads a new page while navigate().to() loads a new page or refreshes the current page.

    • driver.get() is a method of WebDriver interface that loads a new web page in the current browser window.

    • navigate().to() is a method of Navigation interface that loads a new web page or refreshes the current page.

    • driver.get() waits for the page to load completely before returning control to the script.

    • navigate().to() does ...

  • Answered by AI
  • Q4. Write a program to reverse a string, remove duplicates from a string, String s="Test$123.QA", output should be Test 123 QA
  • Ans. 

    Program to reverse a string and remove duplicates from it.

    • Create a function to reverse the string using a loop or built-in function

    • Create a function to remove duplicates using a loop or built-in function

    • Split the string by the delimiter and join it with space

  • Answered by AI
  • Q5. What will be your approach if you have to develop a framework from scratch?
  • Ans. 

    My approach would be to first understand the project requirements, identify the tools and technologies needed, and then design a modular and scalable framework.

    • Understand project requirements

    • Identify tools and technologies needed

    • Design a modular and scalable framework

    • Create a folder structure for the framework

    • Define coding standards and guidelines

    • Implement reusable functions and libraries

    • Integrate with version control ...

  • Answered by AI
  • Q6. Some sql questions, difference between inner join & left join
  • Q7. What task do u perform as automation testing activity?
  • Ans. 

    As an automation testing activity, I perform tasks such as creating and executing automated test scripts, analyzing test results, and reporting defects.

    • Creating and maintaining automated test scripts using tools like Selenium, Appium, or TestComplete

    • Executing automated test scripts and analyzing test results to identify defects

    • Reporting defects and working with developers to resolve them

    • Integrating automated tests into...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the basics, not very advanced level

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 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 - One-on-one 

(2 Questions)

  • Q1. Selenium Basic, Core Java, API
  • Q2. Process, DB, Manual Testing scenario based question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared at-least one e2e framework scenario, So it will easy to explain.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. Current Project
  • Ans. 

    Currently working on developing automated test scripts for a web application

    • Creating test cases using Selenium WebDriver

    • Implementing test automation frameworks like TestNG

    • Performing regression testing on new features

    • Collaborating with developers to identify and fix bugs

  • Answered by AI
  • Q2. Framework Structure
  • Q3. Code for sorting an array
  • Ans. 

    Code for sorting an array of strings

    • Use built-in sort function in programming language (e.g. sort() in Python)

    • Specify the comparison function to sort strings alphabetically

    • Handle uppercase and lowercase letters properly

    • Example: ['apple', 'banana', 'cherry'] should be sorted as ['apple', 'banana', 'cherry']

  • Answered by AI
  • Q4. Create Xpath
  • Ans. 

    Creating Xpath for locating elements in web pages

    • Use unique attributes like id, class, name to create Xpath

    • Avoid using indexes in Xpath as they can be brittle

    • Use functions like contains(), starts-with() for dynamic attributes

    • Consider using axes like ancestor, following-sibling for complex Xpath

  • Answered by AI
  • Q5. Few Appium related questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Few scenario based questions
  • Q2. Why GlobalLogic
  • Ans. 

    GlobalLogic offers a diverse range of projects, cutting-edge technologies, and a collaborative work environment.

    • GlobalLogic provides opportunities to work on a variety of projects, allowing for professional growth and skill development.

    • The company is known for its use of cutting-edge technologies, providing exposure to the latest tools and trends in the industry.

    • GlobalLogic fosters a collaborative work environment, enc...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Project related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap code logic
  • Q2. Propertiy file , xpath ,excel file code
Round 2 - Behavioral 

(2 Questions)

  • Q1. Resume based question
  • Q2. Ci cd jenkin question

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain Wrapper classes, Single Class, and Core Java questions
  • Q2. Questions on API response codes and API negative testing
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium framework, exceptions, how to right click double click,
  • Q2. Rest assured, serialization , how to send POST request
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. April 2024 Pune Location 1.Explain BDD in details 2.Why BDD 3.Explain Framework in details, with Project 4.How to handle dynamic element 5.If in a page you see button that is enabled only when you fill 5 m...
  • Ans. 

    BDD is a software development process that encourages collaboration between developers, QA, and non-technical stakeholders.

    • BDD stands for Behavior-Driven Development

    • It focuses on defining the behavior of the system through examples in plain text

    • Uses a common language (Gherkin syntax) to describe requirements and tests

    • Helps in improving communication and understanding between team members

    • Popular BDD tools include Cucumb

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have 6+ exp please prepare scenario based question

Skills evaluated in this interview

Zensar Technologies Interview FAQs

How many rounds are there in Zensar Technologies Senior Automation Engineer interview?
Zensar Technologies interview process usually has 2 rounds. The most common rounds in the Zensar Technologies interview process are Technical and Behavioral.
How to prepare for Zensar Technologies Senior Automation 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 Zensar Technologies. The most common topics and skills that interviewers at Zensar Technologies expect are API Testing, Automation Testing, Cucumber Testing, Java and Manual Testing.
What are the top questions asked in Zensar Technologies Senior Automation Engineer interview?

Some of the top questions asked at the Zensar Technologies Senior Automation Engineer interview -

  1. How to handle multiple win...read more
  2. All the selenium with java questions as...read more
  3. all scenario based questions as...read more

Tell us how to improve this page.

Zensar Technologies Senior Automation Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Zensar Technologies Senior Automation Engineer Salary
based on 12 salaries
₹13 L/yr - ₹28.4 L/yr
20% more than the average Senior Automation Engineer Salary in India
View more details
Senior Software Engineer
3.8k salaries
unlock blur

₹6 L/yr - ₹23 L/yr

Software Engineer
3.8k salaries
unlock blur

₹2 L/yr - ₹10.4 L/yr

Technical Specialist
1.5k salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

Softwaretest Engineer
826 salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Senior Technical Specialist
720 salaries
unlock blur

₹11.5 L/yr - ₹40.2 L/yr

Explore more salaries
Compare Zensar Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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