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 Testing Interview Questions and Answers

Updated 4 Nov 2022

Cognizant Automation Testing Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

Testing interstate related Questions

Round 3 - Technical 

(2 Questions)

  • Q1. Use testing methods
  • Ans. 

    Testing methods include manual testing, automated testing, exploratory testing, regression testing, and acceptance testing.

    • Manual testing involves manually executing test cases and recording results.

    • Automated testing involves using software tools to execute tests and compare actual results with expected results.

    • Exploratory testing involves exploring the software to find defects and issues.

    • Regression testing involves re...

  • Answered by AI
  • Q2. Different types of testing
  • Ans. 

    Different types of testing include unit, integration, system, acceptance, regression, performance, and security testing.

    • Unit testing: testing individual units or components of the software

    • Integration testing: testing how different units or components work together

    • System testing: testing the entire system as a whole

    • Acceptance testing: testing to ensure the software meets the requirements and is ready for release

    • Regressi...

  • Answered by AI
Round 4 - Coding Test 

Java, selenium automation testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Your any more than Question but my skills working in a job.Thank you for all.

Skills evaluated in this interview

I applied via Referral and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me little about yourself why should hire you what do u think strengths and weakness why do u want to work at our company
  • Q2. I am sainath studying sphn engineeering course btech b ranch cse accrecated wih 61 percent if u hire me i had done great work among ur decision i am quick learner my strenght is selfconfident to do any wo...

Interview Preparation Tips

Topics to prepare for Cognizant Automation Testing interview:
  • auomaion tesing
Interview preparation tips for other job seekers - concentrate on work to achive goals

Automation Testing Interview Questions Asked at Other Companies

asked in HCLTech
Q1. Have you ever faced synchronization problem ? How did you overcom ... read more
asked in HCLTech
Q2. What is framework ? Explain the frameworks you worked on in your ... read more
asked in HCLTech
Q3. What is the deference between methods and constructors
asked in HCLTech
Q4. What are the exceptions handled other than NosuchElementException
asked in Capgemini
Q5. Is tocollect , analyse and finalize purpose of performance testin ... read more

Automation Testing Jobs at Cognizant

View all

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is the deference between methods and constructors
  • Q2. What is interface
  • Q3. Where we can use final keyboard
  • Q4. What is polymorphism
  • Q5. What is inheritance and types of inheritance
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. What do you mean by NRI gatherings and testing tools
  • Ans. 

    NRI gatherings refer to Non-Resident Indian events where testing tools can be used for automation testing.

    • NRI gatherings are events organized for Non-Resident Indians to come together and celebrate their culture.

    • Testing tools are software applications used to automate the testing process of software applications.

    • Automation testing in NRI gatherings can involve testing event registration websites, mobile apps for event

  • Answered by AI
  • Q2. Say about some scripts to debug the issue
  • Ans. 

    To debug issues in automation testing, scripts can be used to identify and resolve the root cause of the problem.

    • Use logging statements to track the flow of the script and identify where the issue occurs

    • Implement error handling mechanisms to catch and handle exceptions gracefully

    • Utilize debugging tools provided by the automation testing framework to step through the script and pinpoint the problem

    • Add assertions in the ...

  • Answered by AI
  • Q3. Is tocollect , analyse and finalize purpose of performance testing
  • Ans. 

    Performance testing is conducted to collect, analyze, and finalize the purpose of testing the performance of a system.

    • Collect data on system performance under different conditions

    • Analyze the data to identify bottlenecks and areas for improvement

    • Finalize the purpose of performance testing based on analysis results

  • Answered by AI

Skills evaluated in this interview

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

I applied via Site and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python , java, c, c++, c sharp, azure

Round 2 - Aptitude Test 

Arithmetic , reasoning, english, logical, puzzle,

Interview Preparation Tips

Interview preparation tips for other job seekers - More work on aptitude and codeing part
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How do agile methodologies function in B2B projects?
  • Ans. 

    Agile methodologies in B2B projects involve frequent communication, adaptability, and collaboration with stakeholders.

    • Agile methodologies in B2B projects prioritize customer collaboration and responding to change over following a strict plan.

    • Regular feedback from stakeholders helps in adjusting project scope and priorities in real-time.

    • Cross-functional teams work together closely to deliver incremental value to the B2B...

  • Answered by AI
  • Q2. What is your experience with barcode scanners?
  • Ans. 

    I have extensive experience working with barcode scanners in various automation projects.

    • Implemented barcode scanning functionality in warehouse management system to track inventory

    • Integrated barcode scanners with automated testing tools for regression testing

    • Utilized barcode scanners in manufacturing processes to improve efficiency and accuracy

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Hard assert
  • Ans. 

    Hard assert is a type of assertion in test automation that stops the test execution immediately when a failure occurs.

    • Hard assert is used to validate the expected outcome of a test case

    • If the assertion fails, the test execution is halted and marked as failed

    • It is commonly used in automated test scripts to ensure the correctness of the application under test

  • Answered by AI
  • Q2. What is soft assert
  • Ans. 

    Soft assert is a way to continue the execution of a test case even after an assertion failure.

    • Soft assert does not stop the execution of the test case when an assertion fails.

    • It is useful when you want to log the failure but continue with the remaining test steps.

    • Soft assert is commonly used in test automation frameworks like TestNG in Java.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked some questions on selenium, sql query and java programming

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. Find the second non repetitive character
  • Ans. 

    The second non-repetitive character is to be found in a given array of strings.

    • Iterate through each character in the strings and count their occurrences

    • Identify the characters that occur only once

    • Return the second non-repetitive character

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Why atos? Coding skills required
  • Ans. 

    Atos is a leading global IT services company with a strong focus on automation and coding skills.

    • Atos is a well-established global IT services company known for its expertise in automation and coding.

    • They have a strong reputation for delivering innovative solutions to clients using cutting-edge technologies.

    • Working at Atos will provide opportunities to enhance coding skills and work on challenging automation projects.

    • A...

  • Answered by AI

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant Automation Testing interview?
Cognizant interview process usually has 2-3 rounds. The most common rounds in the Cognizant interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Cognizant Automation Testing 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 Automation Testing, Java, Selenium, Cucumber and API.
What are the top questions asked in Cognizant Automation Testing interview?

Some of the top questions asked at the Cognizant Automation Testing interview -

  1. Use testing meth...read more
  2. Different types of test...read more
  3. i am sainath studying sphn engineeering course btech b ranch cse accrecated wi...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Cognizant Automation Testing Salary
based on 6 salaries
₹3 L/yr - ₹9.8 L/yr
13% more than the average Automation Testing Salary in India
View more details

Cognizant Automation Testing Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.5

Salary

5.0

Job security

5.0

Company culture

3.9

Promotions

5.0

Work satisfaction

Explore 2 Reviews and Ratings
Automation Testing

Chennai,

Coimbatore

+1

5-8 Yrs

₹ 10-14 LPA

Cypress JavaScript Automation Testing

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Cypress JavaScript Automation Testing

Hyderabad / Secunderabad,

Chennai

+1

3-6 Yrs

Not Disclosed

Explore more jobs
Associate
72.2k salaries
unlock blur

₹5.1 L/yr - ₹16 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹2.4 L/yr - ₹9.5 L/yr

Senior Associate
48.6k salaries
unlock blur

₹8.9 L/yr - ₹27.4 L/yr

Senior Processing Executive
28.9k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.5 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