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

Updated 5 Jan 2025

Cognizant Senior Test Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Program on strings and Array
  • Ans. 

    Program to manipulate an array of strings

    • Use string manipulation functions like substring, concat, etc.

    • Iterate through the array using loops

    • Consider sorting or searching algorithms if needed

  • Answered by AI

Senior Test Engineer Interview Questions & Answers

user image NAUREEN NUZHAT

posted on 30 Oct 2023

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 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 

(3 Questions)

  • Q1. Some java questions
  • Q2. Programming question
  • Q3. Binary to decimal conversion
Round 3 - Technical 

(1 Question)

  • Q1. Mostly related to automation testing and java oops concepts

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in CGI Group
Q5. What is the difference between CHAR and VARCHAR2 data types in SQ ... read more
Round 1 - Technical 

(2 Questions)

  • Q1. How you compare 2 tables without MINUS keyword
  • Ans. 

    Comparing tables without MINUS keyword

    • Use JOIN clause to combine the tables and compare the columns

    • Use UNION ALL to combine the tables and GROUP BY to compare the columns

    • Use EXISTS clause to check if a record exists in both tables

    • Use NOT EXISTS clause to check if a record exists in one table but not in the other

  • Answered by AI
  • Q2. What is SCD and explain the types.
  • Ans. 

    SCD stands for Slowly Changing Dimensions, which are used in data warehousing to track changes in data over time.

    • SCD is used to maintain historical data in a data warehouse

    • There are three types of SCD: Type 1, Type 2, and Type 3

    • Type 1 SCD overwrites old data with new data

    • Type 2 SCD creates a new record for each change and maintains a history of changes

    • Type 3 SCD adds new columns to the existing record to track changes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident about answers and always you Explain with examples, and explain your projects you worked on in neatly.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to java, program to write in bdd framework and selenium related questions

Cognizant interview questions for designations

 Test Engineer

 (18)

 Senior Automation Test Engineer

 (3)

 Senior Test Analyst

 (1)

 Automation Test Engineer

 (26)

 Performance Test Engineer

 (10)

 Functional Test Engineer

 (3)

 Quality Test Engineer

 (2)

 ETL Test Engineer

 (2)

I applied via Recruitment Consultant and was interviewed in Dec 2017. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. About your self 2. About the previous project worked 3. About XML 4. what is WSDL 5. Some basics on selenium 6. Defect life cycle 7. what is xpath, explain it 8. Basics of Mongo DB 9. SQL joins 10. Ask...

Interview Preparation Tips

General Tips: - Be confident
- show them that you are willing to learn new things
- bit strong which is mentioned in the profile
Skills: SOAP, REST API, Selenium, SQL, Basics of Mongo DB, HP ALM , QC,, Communication
Duration: 1-4 weeks

Interview questions from similar companies

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

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. In and out of project. How bucketing concept works. Data localisation in Hadoop. Persistence in spark.

Interview Preparation Tips

Interview preparation tips for other job seekers - Project should be explained well and basic concepts should be cleared.

Cognizant Interview FAQs

How many rounds are there in Cognizant Senior Test Engineer interview?
Cognizant interview process usually has 1-2 rounds. The most common rounds in the Cognizant interview process are One-on-one Round, Technical and Resume Shortlist.
What are the top questions asked in Cognizant Senior Test Engineer interview?

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

  1. How you compare 2 tables without MINUS keyw...read more
  2. What is SCD and explain the typ...read more
  3. Program on strings and Ar...read more

Tell us how to improve this page.

Cognizant Senior Test Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Cognizant Senior Test Engineer Salary
based on 518 salaries
₹5.1 L/yr - ₹19.7 L/yr
9% more than the average Senior Test Engineer Salary in India
View more details

Cognizant Senior Test Engineer Reviews and Ratings

based on 33 reviews

4.1/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.6

Salary

4.1

Job security

3.9

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 33 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.2k 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