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

Filter interviews by

Cognizant Senior QA Tester Interview Questions and Answers

Updated 25 Mar 2025

8 Interview questions

A Senior QA Tester was asked 2mo ago
Q. How are API POJO classes implemented in Rest Assured API testing?
Ans. 

API POJO classes in Rest Assured facilitate structured data handling for API testing, enhancing readability and maintainability.

  • POJO Definition: POJO stands for Plain Old Java Object, which is a simple Java object that doesn't adhere to any special restrictions and is used to represent data.

  • Data Mapping: POJO classes are used to map JSON responses to Java objects, making it easier to work with the data in a struct...

A Senior QA Tester was asked 2mo ago
Q. Describe your experience using frameworks for automation.
Ans. 

Automation frameworks streamline testing processes, enhance reusability, and improve test maintenance.

  • Modular Framework: Breaks tests into smaller, reusable components. Example: Page Object Model (POM) in Selenium.

  • Data-Driven Framework: Separates test logic from test data. Example: Using Excel or CSV files to drive test inputs.

  • Keyword-Driven Framework: Uses keywords to represent actions. Example: A keyword like 'L...

Senior QA Tester Interview Questions Asked at Other Companies

asked in Ediiie
Q1. What is Bug life cycle? What are bug types?
asked in Ediiie
Q2. What is a bug and what are its types?
asked in Ediiie
Q3. What is a Collider? Where is it used?
asked in Ediiie
Q4. What is VR? What is Metaverse?
Q5. What is the difference between a high-priority low-risk bug and a ... read more
A Senior QA Tester was asked
Q. Tell me about different types of exceptions.
Ans. 

Different types of exceptions in software testing

  • ArithmeticException - occurs when an arithmetic operation fails

  • NullPointerException - occurs when a null reference is used

  • ArrayIndexOutOfBoundsException - occurs when accessing an array with an invalid index

  • FileNotFoundException - occurs when a required file is not found

  • TimeoutException - occurs when an operation exceeds the specified time limit

A Senior QA Tester was asked
Q. Where have you used maps and sets in your projects?
Ans. 

Map and set are used in projects for efficient data storage and retrieval.

  • Map is used to store key-value pairs, allowing quick access to values based on their keys.

  • Set is used to store unique values, ensuring that each value is only stored once.

  • Map and set are commonly used in data processing, caching, and indexing operations.

  • Example: In a project, a map can be used to store user preferences with keys representing...

What people are saying about Cognizant

View All
schedule2
Verified Icon
2w
works at
Cognizant
Salary expectation
I have 5+ years of experience in springboot microservices, currently working in CTS and having 10L CTC , wanted to switch in Infosys or Accenture like companies, how much should I ask for 15L-18L ? Just worried if I ask more they can reject my application, please help me with some numbers
Got a question about Cognizant?
Ask anonymously on communities.
A Senior QA Tester was asked
Q. Can you explain XPath and CSS selectors in more detail?
Ans. 

XPath and CSS are both locator strategies used in web testing to identify elements on a webpage.

  • XPath is a language used to navigate XML documents and is commonly used in web testing to locate elements based on their attributes or structure.

  • CSS selectors are used to select elements based on their attributes, classes, or IDs.

  • XPath is more powerful and flexible than CSS selectors, but can be slower.

  • CSS selectors are...

A Senior QA Tester was asked
Q. What are the different types of locators?
Ans. 

Different locators are used in software testing to identify and interact with elements on a web page or application.

  • XPath: Uses path expressions to navigate through elements in an XML document

  • CSS Selector: Selects elements based on their attributes, classes, or IDs

  • ID: Locates elements by their unique identifier

  • Name: Finds elements by their name attribute

  • Class Name: Identifies elements by their class attribute

  • Tag N...

A Senior QA Tester was asked
Q. What is the sequence of testing annotations?
Ans. 

The sequence of TestNG annotations is @BeforeSuite, @BeforeTest, @BeforeClass, @BeforeMethod, @Test, @AfterMethod, @AfterClass, @AfterTest, @AfterSuite.

  • @BeforeSuite - Executed before the test suite starts.

  • @BeforeTest - Executed before each test tag in the testng.xml file.

  • @BeforeClass - Executed before the first test method in the current class.

  • @BeforeMethod - Executed before each test method.

  • @Test - Represents a t...

Are these interview questions helpful?
🔥 Asked by recruiter 2 times
A Senior QA Tester was asked
Q. What challenges have you faced in automation?
Ans. 

One challenge faced in automation is handling dynamic elements on web pages.

  • Identifying and handling dynamic elements that change their attributes or positions on the page.

  • Using techniques like wait conditions, dynamic locators, or regular expressions to handle dynamic elements.

  • Ensuring the stability and reliability of automated tests when dealing with dynamic elements.

  • Adapting automation scripts to handle changes...

Cognizant Senior QA Tester Interview Experiences

2 interviews found

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

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. Tell me about yourself?
  • Q2. Where you use map and set in project?
  • Ans. 

    Map and set are used in projects for efficient data storage and retrieval.

    • Map is used to store key-value pairs, allowing quick access to values based on their keys.

    • Set is used to store unique values, ensuring that each value is only stored once.

    • Map and set are commonly used in data processing, caching, and indexing operations.

    • Example: In a project, a map can be used to store user preferences with keys representing the ...

  • Answered by AI
  • Q3. Sequence of testng annotations?
  • Ans. 

    The sequence of TestNG annotations is @BeforeSuite, @BeforeTest, @BeforeClass, @BeforeMethod, @Test, @AfterMethod, @AfterClass, @AfterTest, @AfterSuite.

    • @BeforeSuite - Executed before the test suite starts.

    • @BeforeTest - Executed before each test tag in the testng.xml file.

    • @BeforeClass - Executed before the first test method in the current class.

    • @BeforeMethod - Executed before each test method.

    • @Test - Represents a test m...

  • Answered by AI
  • Q4. Challenge faced in automatiio?
  • Ans. 

    One challenge faced in automation is handling dynamic elements on web pages.

    • Identifying and handling dynamic elements that change their attributes or positions on the page.

    • Using techniques like wait conditions, dynamic locators, or regular expressions to handle dynamic elements.

    • Ensuring the stability and reliability of automated tests when dealing with dynamic elements.

    • Adapting automation scripts to handle changes in d...

  • Answered by AI
  • Q5. Tell me different exception?
  • Ans. 

    Different types of exceptions in software testing

    • ArithmeticException - occurs when an arithmetic operation fails

    • NullPointerException - occurs when a null reference is used

    • ArrayIndexOutOfBoundsException - occurs when accessing an array with an invalid index

    • FileNotFoundException - occurs when a required file is not found

    • TimeoutException - occurs when an operation exceeds the specified time limit

  • Answered by AI
  • Q6. Different locators?
  • Ans. 

    Different locators are used in software testing to identify and interact with elements on a web page or application.

    • XPath: Uses path expressions to navigate through elements in an XML document

    • CSS Selector: Selects elements based on their attributes, classes, or IDs

    • ID: Locates elements by their unique identifier

    • Name: Finds elements by their name attribute

    • Class Name: Identifies elements by their class attribute

    • Tag Name: ...

  • Answered by AI
  • Q7. Explain more about xpath css?
  • Ans. 

    XPath and CSS are both locator strategies used in web testing to identify elements on a webpage.

    • XPath is a language used to navigate XML documents and is commonly used in web testing to locate elements based on their attributes or structure.

    • CSS selectors are used to select elements based on their attributes, classes, or IDs.

    • XPath is more powerful and flexible than CSS selectors, but can be slower.

    • CSS selectors are gene...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Describe the framework usage in automation
  • Ans. 

    Automation frameworks streamline testing processes, enhance reusability, and improve test maintenance.

    • Modular Framework: Breaks tests into smaller, reusable components. Example: Page Object Model (POM) in Selenium.

    • Data-Driven Framework: Separates test logic from test data. Example: Using Excel or CSV files to drive test inputs.

    • Keyword-Driven Framework: Uses keywords to represent actions. Example: A keyword like 'Login'...

  • Answered by AI
  • Q2. How API Pojo classes implemented in Rest Assured api testing
  • Ans. 

    API POJO classes in Rest Assured facilitate structured data handling for API testing, enhancing readability and maintainability.

    • POJO Definition: POJO stands for Plain Old Java Object, which is a simple Java object that doesn't adhere to any special restrictions and is used to represent data.

    • Data Mapping: POJO classes are used to map JSON responses to Java objects, making it easier to work with the data in a structured ...

  • Answered by AI

Interview questions from similar companies

I applied via Referral and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is the difference between System drive and Boot drive
  • Ans. 

    System drive and Boot drive are different in terms of their functionality and purpose.

    • System drive contains the operating system files and other system-related files.

    • Boot drive is the drive from which the computer boots up.

    • System drive can be different from the Boot drive.

    • For example, in a dual-boot system, each operating system may have its own system and boot drives.

  • Answered by AI
  • Q2. Azure does It support AD LDAP?
  • Ans. 

    Yes, Azure supports AD LDAP.

    • Azure Active Directory Domain Services provides LDAP support

    • Allows applications to authenticate and authorize users

    • Can be used to manage on-premises AD from Azure

    • Supports LDAPS (LDAP over SSL/TLS) for secure communication

  • Answered by AI
  • Q3. Azure does not support LDAP in MS Azure.The workaround is to setup Azure AD Domain services.Setup Security groups in Indentity and Accounts Management , then configure to LDAP connect.
  • Ans. 

    Azure does not support LDAP. Workaround is to setup Azure AD Domain services and configure LDAP connect.

    • Azure AD Domain services can be used as a workaround for LDAP.

    • Security groups can be set up in Identity and Accounts Management.

    • LDAP connect can be configured after setting up Azure AD Domain services.

    • Azure AD Domain services provides managed domain services such as domain join, group policy, LDAP, and Kerberos/NTLM ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Azure MS Azure as a cloud solution to anwer the above.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Nov 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Regarding my previous experience
  • Q2. A long lengthy order management questionnaire was given and we were asked to write 5 emails based on the order management.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, let the interviewer know your area of expertise.

What people are saying about Cognizant

View All
schedule2
Verified Icon
2w
works at
Cognizant
Salary expectation
I have 5+ years of experience in springboot microservices, currently working in CTS and having 10L CTC , wanted to switch in Infosys or Accenture like companies, how much should I ask for 15L-18L ? Just worried if I ask more they can reject my application, please help me with some numbers
Got a question about Cognizant?
Ask anonymously on communities.

Interview Questionnaire 

1 Question

  • Q1. About urself...Previous experince

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Normal Accounts related question like describe Depreciation, ammortization, and what do you mean by Reporting (RTR Activity).
  • Q2. Some interviewer may ask what do you mean by EBITDA as in my case be prepared for this type of bouncers as well .
  • Ans. 

    EBITDA stands for Earnings Before Interest, Taxes, Depreciation, and Amortization, a key financial metric for assessing profitability.

    • EBITDA measures a company's overall financial performance and profitability.

    • It excludes non-operational expenses like interest and taxes, providing a clearer view of operational efficiency.

    • For example, if a company has $1M in revenue, $600K in operating expenses, and $100K in depreciatio...

  • Answered by AI
  • Q3. Then they will ask you your previous work related question. In my case they ask if there is GL to SL mismatch what will you do to solve it.
  • Q4. Then why do we do depreciation of companies what is the need for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be confident remember it's not that the interviewer knows everything but be convincing don't say blah blah if you don't know anything .
Read the basics and if you are experienced be sure to explain every detail of how you used to do work.
Best of luck.

Interview Questionnaire 

1 Question

  • Q1. Tell me something about your self, your hobbies, why you want to join this organization.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher. You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Are these interview questions helpful?

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous work related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepares office and sap

I applied via Walk-in and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About my details, are you ok with this job? How many year's you will be here?
  • Ans. I said am ok with the job and i gve commitment for 3years successfully near to three years.
  • Answered by Niveditha P

Interview Preparation Tips

Topics to prepare for Wipro Senior Associate interview:
  • About Hyderabad, Charminar
  • About your first trip
  • Your favourite novel
Interview preparation tips for other job seekers - No need to get tense in the interview. Be confident what you are saying nothing is right or wrong. If you add anything extra in resume they will ask questions about that, so better keep the points what you know.

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

Interview Questionnaire 

1 Question

  • Q1. Why u want to change company? What is R2R? Journal entry for Bed debt. Journal entry for Bed debt recovery. What is accumulated depreciation. What is accrual accounting. What is cost and profit cente...
  • Ans. 

    A comprehensive overview of key accounting concepts and practices relevant for a Senior Associate role.

    • Changing companies can provide new challenges, growth opportunities, and a chance to expand professional networks.

    • R2R (Record to Report) is a finance and accounting management process that involves collecting, processing, and delivering relevant, timely, and accurate information.

    • Journal entry for Bad Debt: Debit Bad D...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all Basic.

Cognizant Interview FAQs

How many rounds are there in Cognizant Senior QA Tester interview?
Cognizant interview process usually has 1 rounds. The most common rounds in the Cognizant interview process are Technical.
What are the top questions asked in Cognizant Senior QA Tester interview?

Some of the top questions asked at the Cognizant Senior QA Tester interview -

  1. How API Pojo classes implemented in Rest Assured api test...read more
  2. Where you use map and set in proje...read more
  3. Describe the framework usage in automat...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
IBM Interview Questions
3.9
 • 2.5k Interviews
DXC Technology Interview Questions
3.6
 • 842 Interviews
View all
Cognizant Senior QA Tester Salary
based on 15 salaries
₹6.3 L/yr - ₹11.9 L/yr
14% less than the average Senior QA Tester Salary in India
View more details
Associate
73.1k salaries
unlock blur

₹5.3 L/yr - ₹12.5 L/yr

Programmer Analyst
56.1k salaries
unlock blur

₹3.5 L/yr - ₹7.3 L/yr

Senior Associate
55.1k salaries
unlock blur

₹9.8 L/yr - ₹23.5 L/yr

Senior Processing Executive
29.9k salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Technical Lead
18.5k salaries
unlock blur

₹6 L/yr - ₹21.3 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.6
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Accenture

3.7
Compare
write
Share an Interview