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 Manual Automation Test Engineer Interview Questions and Answers

Updated 12 Mar 2024

Cognizant Manual Automation Test Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Java programs Print no. of vowels in a word String reverse Print each word only once from a sentence Indigo page - From, To - placeholder comparison validation What is STLC lifecycle Sanity vs Smoke What i...
  • Ans. 

    The question covers Java programming concepts, software testing methodologies, and test scenarios vs test cases.

    • To print the number of vowels in a word, iterate through the characters of the word and count the vowels (a, e, i, o, u).

    • To reverse a string, iterate through the characters of the string in reverse order and append them to a new string.

    • To print each word only once from a sentence, split the sentence into word...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Write a program to print reverse string? What is an array? Oops concepts Project related
  • Ans. 

    Program to print reverse string using array

    • Declare an array of characters

    • Loop through the array in reverse order

    • Print each character in the array

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why you want to join capgemini? Whats your long team goals? Whats your strength? Are you to relocate based on project. Are you flexible to work in shifts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication should be good
Be confident on what your saying
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What are assertion in selenium? And how do you handle it?
  • Ans. 

    Assertions in Selenium are used to verify the expected outcome of a test. They help in validating the correctness of the application under test.

    • Assertions are used to compare the actual and expected values in a test

    • They help in identifying if the test has passed or failed

    • Assertions can be used to validate elements, text, attributes, etc.

    • Handling assertions involves using assertion methods provided by Selenium or test f...

  • Answered by AI
  • Q2. Write a program on reverse a string
  • Ans. 

    This program reverses a given string.

    • Use a loop to iterate through each character of the string.

    • Create a new string and append each character from the original string in reverse order.

    • Return the reversed string as the output.

  • Answered by AI
  • Q3. What is functional and regression testing?
  • Ans. 

    Functional testing verifies that the software meets the specified requirements, while regression testing ensures that the existing functionality is not affected by new changes.

    • Functional testing focuses on testing the individual functions or features of the software.

    • Regression testing is performed to ensure that the existing functionality is not broken after making changes or adding new features.

    • Functional testing is u...

  • Answered by AI
  • Q4. Interface and inheritance!
  • Q5. Frameworks andstuffs

Interview Preparation Tips

Topics to prepare for Infosys Manual Automation Test Engineer interview:
  • Java
  • Selenium
  • Functional Testing
  • Agile
  • JIRA
Interview preparation tips for other job seekers - Be confident! Answer with examples which will be expected much!
Also, writing the right code doesn't matter, all you try will pays off

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

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

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

Cognizant Interview FAQs

How many rounds are there in Cognizant Manual Automation Test Engineer interview?
Cognizant interview process usually has 1 rounds. The most common rounds in the Cognizant interview process are Technical.

Tell us how to improve this page.

Cognizant Manual Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k 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
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
View all
Cognizant Manual Automation Test Engineer Salary
based on 97 salaries
₹2.5 L/yr - ₹10 L/yr
At par with the average Manual Automation Test Engineer Salary in India
View more details

Cognizant Manual Automation Test Engineer Reviews and Ratings

based on 6 reviews

3.0/5

Rating in categories

1.9

Skill development

2.6

Work-life balance

1.7

Salary

3.5

Job security

2.4

Company culture

2.6

Promotions

2.2

Work satisfaction

Explore 6 Reviews and Ratings
Associate
72.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Programmer Analyst
55.5k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
48.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Processing Executive
28.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
17.5k salaries
unlock blur

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