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 for Freshers

Updated 2 Apr 2025

Top Cognizant Automation Test Engineer Interview Questions and Answers for Freshers

View all 9 questions

Cognizant Automation Test Engineer Interview Experiences for Freshers

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(9 Questions)

  • Q1. Difference between absolute and relative Xpath
  • Ans. 

    Absolute Xpath starts from the root element, while relative Xpath starts from any node in the DOM structure.

    • Absolute Xpath starts with a single forward slash (/) and starts selection from the root node.

    • Relative Xpath starts with a double forward slash (//) and starts selection from the current node or any node in the DOM structure.

    • Absolute Xpath is more brittle and prone to breaking if the structure of the page changes...

  • Answered by AI
  • Q2. What would be return if multiple tabs are open
  • Ans. 

    The return would be the number of tabs open in the browser.

    • The return value would be an integer representing the count of open tabs.

    • For example, if there are 5 tabs open, the return value would be 5.

  • Answered by AI
  • Q3. What are the waits in selenium
  • Ans. 

    Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

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

    Exceptions in Selenium are errors that occur during test execution, disrupting the flow of the test script.

    • Exceptions are thrown when there is an unexpected behavior in the application under test or in the test script itself.

    • Common exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, and StaleElementReferenceException.

    • Handling exceptions in Selenium can be done using try-...

  • Answered by AI
  • Q5. What is feature and step definitions in cucumber BDD
  • Ans. 

    Feature files contain high-level description of the functionality to be tested, while step definitions are the implementation of the steps in the feature file using code.

    • Feature files are written in Gherkin syntax and describe the behavior of the application in plain text.

    • Step definitions are written in programming languages like Java, Ruby, etc., and map the steps in the feature file to automation code.

    • Feature files a...

  • Answered by AI
  • Q6. How to input data in cucumber
  • Ans. 

    Data can be input in Cucumber using feature files and step definitions.

    • Data can be input in feature files using scenarios and scenario outlines

    • Step definitions can be used to define the actions to be taken with the input data

    • Data tables can be used in feature files to input structured data

    • Examples keyword can be used in scenario outlines to provide multiple sets of input data

  • Answered by AI
  • Q7. Basic Java questions like access modifiers, method overloading and overriding
  • Q8. What is Test case, Test plan and Test Secenarios
  • Ans. 

    Test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements. Test plan is a document outlining the scope, approach, resources, and schedule of testing activities. Test scenarios are detailed descriptions of possible interactions with the system.

    • Test case: specific conditions to be tested, expected results, steps to execute

    • Test plan: overall strate...

  • Answered by AI
  • Q9. Hooks in Java
  • Ans. 

    Hooks in Java are methods that allow subclasses to override or extend the behavior of a superclass.

    • Hooks are commonly used in frameworks like JUnit and TestNG for test automation.

    • They are often used for setup and teardown operations before and after test methods.

    • Examples include @Before, @After, @BeforeClass, and @AfterClass annotations in JUnit.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The second round interview was quite challenging, with numerous questions focused on core Java topics such as data structures and linked lists. It felt less like a testing interview and more akin to a developer interview.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Most of the questions they asked from oops concepts.

Round 2 - Technical 

(1 Question)

  • Q1. Selenium basic questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion about package details

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good experience.

Automation Test Engineer Interview Questions Asked at Other Companies for Fresher

asked in Infosys
Q1. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
asked in Accenture
Q2. 1.types of wait, 2. Locators in selenium 3.grid vs webdriver 4.cs ... read more
asked in Globant
Q3. 1.Difference Between Const,Var,Char. 2.Oop's concept with example ... read more
asked in IAMOPS
Q4. what is selenium grid?, what frame work u use, explain?, what is ... read more
asked in Infosys
Q5. What are the challenges in selenium
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

Interview questions from similar companies

I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.In frst round they gave two programs like palindrome,leap year which is quite easy only, aptitude consists of 60qns .
  • Q2. 2.In second round which is technical round, again they gave one pgm which is lightly complicated and also questions will be asked based on our resume and branch.
  • Q3. 3.HR round based on your personal skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be perfect in basic coding and also aptitude,it is not much tough and also be bold while answering in technical round,try to do more projects......

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interfaces
  • Q2. Oop concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

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

Interview Questionnaire 

1 Question

  • Q1. They ask only basics of programming languages which are mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in communication skills and be aware of general questions.

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

Interview Questionnaire 

2 Questions

  • Q1. Asked about my btech project and about some it questions like java
  • Q2. Asked about my introduction my strengths

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident on what you say

I applied via Recruitment Consultant and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Incidents management,change management.
  • Ans. 

    Incident management is the process of identifying, analyzing, and resolving incidents to minimize their impact on business operations. Change management is the process of managing changes to IT systems to minimize disruption and ensure that changes are made in a controlled and systematic manner.

    • Incident management involves identifying and resolving incidents as quickly as possible to minimize their impact on business o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your concept, you will crack it.

Cognizant Interview FAQs

How many rounds are there in Cognizant Automation Test Engineer interview for freshers?
Cognizant interview process for freshers usually has 2 rounds. The most common rounds in the Cognizant interview process for freshers are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Cognizant Automation Test Engineer interview for freshers?
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 for freshers?

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

  1. How to identify object in Selen...read more
  2. what is feature and step definitions in cucumber ...read more
  3. What would be return if multiple tabs are o...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 for Freshers

based on 3 interviews

Interview experience

4.3
  
Good
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.4k salaries
unlock blur

₹5.1 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.2 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