Upload Button Icon Add office photos
Engaged Employer

i

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

Cognizant Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant Automation Test Engineer Interview Questions, Process, and Tips

Updated 2 Apr 2025

Top Cognizant Automation Test Engineer Interview Questions and Answers

View all 36 questions

Cognizant Automation Test Engineer Interview Experiences

26 interviews found

Interview Questionnaire 

2 Questions

  • Q1. Learn manual testing, Selenium, Java, postman, sql, TestNG, Github Git, Maven, jira.
  • Q2. Should have experience in automation....

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn completely. Confident, gi deep into subject learning do practical....java programs must and should learn.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 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. Very Basic Selenium Question , what is we driver ? How to identify object in Selenium
  • Q2. How to identify object in Selenium
  • Ans. 

    To identify objects in Selenium, we use locators such as ID, Name, Class Name, XPath, CSS Selector, etc.

    • Locators are used to identify web elements on a page

    • ID and Name are the most commonly used locators

    • XPath and CSS Selector are more powerful but slower

    • Class Name is useful for identifying multiple elements with the same class

    • Locators can be used with findElement() and findElements() methods

    • Example: driver.findElement(

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn Automation Testing basic and Test cycle

Skills evaluated in this interview

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 Capgemini
Q3. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
asked in Capgemini
Q4. What is assertion? What is soft assertion? What is hard assertion ... read more
Q5. What is Automation? what is selenium?what is xpath? what is regre ... read more

I applied via Referral and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Difference between implicit and explicit
  • Ans. 

    Implicit and explicit are two types of waits in Selenium.

    • Implicit wait is set globally and applied to all elements, while explicit wait is set for a specific element or condition.

    • Implicit wait waits for a certain amount of time before throwing an exception if the element is not found, while explicit wait waits for a specific condition to occur before proceeding.

    • Implicit wait is set using the 'driver.manage().timeouts()...

  • Answered by AI
  • Q2. Api methods
  • Ans. 

    API methods are functions that allow communication between different software systems.

    • API methods can be used to retrieve data from a server or send data to a server.

    • API methods can be RESTful or SOAP-based.

    • Examples of API methods include GET, POST, PUT, and DELETE.

    • API methods can be tested using tools like Postman or SoapUI.

  • Answered by AI
  • Q3. Status code of api
  • Ans. 

    Status code of an API is a numerical code that indicates the success or failure of a request.

    • Status codes range from 100 to 599

    • 2xx codes indicate success

    • 4xx codes indicate client errors

    • 5xx codes indicate server errors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Answers should be precise and confidence.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Tecnical and theoretical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - it was really good they gave some time to think .

Cognizant interview questions for designations

 Senior Automation Test Engineer

 (3)

 Manual Automation Test Engineer

 (1)

 Automation Test Lead

 (1)

 Sdet Automation Test Engineer

 (3)

 Tosca Automation Test Engineer

 (1)

 Test Engineer

 (18)

 Senior Automation Engineer

 (3)

 QA Automation Engineer

 (2)

I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.

Round 1 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all topics , be strong in your coding language

Get interview-ready with Top Cognizant Interview Questions

Interview Questionnaire 

6 Questions

  • Q1. If you preparing for Automation job with selenium java then brush up your concept on below:.
  • Q2. 1. Java OOPS concept like interface , inheritance, Encapsulation and Polymorphism and where you have used in your project one example
  • Q3. 2. TestNg and it's annotations and order of execution.
  • Ans. 

    TestNG is a testing framework for Java. Annotations like @Test, @BeforeMethod, @AfterMethod, etc. are used to define test cases and their order of execution.

    • @Test annotation is used to define a test case.

    • @BeforeMethod and @AfterMethod annotations are used to define pre and post conditions for each test case.

    • Test cases can be grouped using @Test annotation with 'groups' parameter.

    • Test cases can be prioritized using @Tes...

  • Answered by AI
  • Q4. 3. Selenium and it's method and different commands used.
  • Ans. 

    Selenium is a popular automation testing tool used for web applications. It has various methods and commands for testing.

    • Selenium WebDriver is used for automating web applications

    • findElement() method is used to locate an element on the web page

    • sendKeys() method is used to enter text into a text field

    • click() method is used to click on an element

    • getTitle() method is used to get the title of the web page

    • getText() method i...

  • Answered by AI
  • Q5. 4. Read about maven how to execute project using maven commands.
  • Q6. 5. Git repository . How to push and pull code.
  • Ans. 

    Git is a version control system. Push code to upload changes to a remote repository. Pull code to download changes from a remote repository.

    • To push code, use the command 'git push '. For example, 'git push origin master'.

    • To pull code, use the command 'git pull '. For example, 'git pull origin master'.

    • Make sure to commit changes before pushing code using the command 'git commit -m '.

    • Use 'git status' to check the statu...

  • Answered by AI

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Automation Test Engineer interview?
Cognizant interview process usually has 1-2 rounds. The most common rounds in the Cognizant interview process are Technical, One-on-one Round and HR.
How to prepare for Cognizant 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 Cognizant. The most common topics and skills that interviewers at Cognizant expect are Selenium, Java, Automation Testing, Cucumber and API.
What are the top questions asked in Cognizant Automation Test Engineer interview?

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

  1. 5. Git repository . How to push and pull co...read more
  2. 2. TestNg and it's annotations and order of executi...read more
  3. Mention some popular tools used for automation testi...read more
How long is the Cognizant Automation Test Engineer interview process?

The duration of Cognizant Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Cognizant Automation Test Engineer Interview Process

based on 20 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
Cognizant Automation Test Engineer Salary
based on 1.9k salaries
₹2.2 L/yr - ₹12.7 L/yr
At par with the average Automation Test Engineer Salary in India
View more details

Cognizant Automation Test Engineer Reviews and Ratings

based on 115 reviews

3.8/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.0

Salary

3.5

Job security

3.6

Company culture

2.8

Promotions

3.5

Work satisfaction

Explore 115 Reviews and Ratings
Associate
72.3k salaries
unlock blur

₹5.2 L/yr - ₹16 L/yr

Programmer Analyst
55.6k salaries
unlock blur

₹2.4 L/yr - ₹9.3 L/yr

Senior Associate
50.3k salaries
unlock blur

₹9 L/yr - ₹28.6 L/yr

Senior Processing Executive
29.1k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.7k salaries
unlock blur

₹6 L/yr - ₹25 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

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