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
3.8

based on 48k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Cognizant QA Engineer Automation QA.Selenium Interview Questions and Answers

Updated 29 Apr 2022

Cognizant QA Engineer Automation QA.Selenium Interview Experiences

3 interviews found

I applied via Company Website and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Types of waits, types of exceptions, oops concepts
  • Ans. 

    Answering types of waits, types of exceptions, and oops concepts for QA Engineer Automation QA.Selenium

    • Types of waits include implicit, explicit, and fluent waits

    • Types of exceptions include checked and unchecked exceptions

    • Oops concepts include inheritance, polymorphism, and encapsulation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics clear

Skills evaluated in this interview

I applied via Naukri.com

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 - Technical 

(1 Question)

  • Q1. CoreJava, Selenium Automation , TestNG, BDD Cucumber Framework,.

Interview Preparation Tips

Interview preparation tips for other job seekers - i immediatly Joining the Company can you please connect with the interview companies,.

QA Engineer Automation QA.Selenium Interview Questions Asked at Other Companies

asked in Cisco
Q1. 1. Write a program to find second largest in an integer array. 2. ... read more
asked in Cisco
Q2. Difference between ArrayList and LinkedList. Different ways to it ... read more
asked in Synechron
Q3. 1. Testng framework details 2. Difference btween string and strin ... read more
asked in Capgemini
Q4. Difference between abstract and interface
asked in Capgemini
Q5. Difference between overloading and overriding

Interview Questionnaire 

1 Question

  • Q1. Selenium based

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

Interview Questionnaire 

6 Questions

  • Q1. 1 tell me all locators
  • Ans. 

    There are several locators used in Selenium such as ID, Name, Class Name, Tag Name, Link Text, and Partial Link Text.

    • ID - unique identifier for an element

    • Name - name attribute of an element

    • Class Name - class attribute of an element

    • Tag Name - HTML tag name of an element

    • Link Text - exact text of a link element

    • Partial Link Text - partial text of a link element

  • Answered by AI
  • Q2. Difference between abstract and interface
  • Ans. 

    Abstract classes are partially implemented classes while interfaces are fully abstract classes.

    • Abstract classes can have both implemented and abstract methods while interfaces can only have abstract methods.

    • A class can only inherit from one abstract class but can implement multiple interfaces.

    • Abstract classes can have constructors while interfaces cannot.

    • Abstract classes can have instance variables while interfaces can...

  • Answered by AI
  • Q3. Different design techniques
  • Ans. 

    Different design techniques for QA automation

    • Data-driven testing

    • Keyword-driven testing

    • Behavior-driven development

    • Model-based testing

    • Exploratory testing

  • Answered by AI
  • Q4. TakeScreenshot in selenium- code
  • Ans. 

    TakeScreenshot method in Selenium captures a screenshot of the current web page.

    • Create an object of the TakesScreenshot interface

    • Use the getScreenshotAs() method to capture the screenshot

    • Save the screenshot to a file or display it in the console

  • Answered by AI
  • Q5. Difference between overloading and overriding
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in child class with the same name and signature as in parent class.

    • Overloading is compile-time polymorphism while overriding is runtime polymorphism

    • Overloading is used to provide different ways of calling the same method with different parameters

    • Overriding is used to provide a specific implementation of a m...

  • Answered by AI
  • Q6. Various Selenium components
  • Ans. 

    Selenium components for automation testing

    • Selenium WebDriver - main component for browser automation

    • Selenium IDE - record and playback tool for creating test cases

    • Selenium Grid - distribute tests across multiple machines

    • Selenium RC - deprecated component for browser automation

    • Selenium Server - used to run Selenium tests on remote machines

  • Answered by AI

Skills evaluated in this interview

I applied via Company Website and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Selenium automation questions
  • Q2. Basics of java
  • Q3. High level java

Interview Preparation Tips

Interview preparation tips for other job seekers - ffvfv
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me your Self introduce
  • Q2. Tell me project structure
  • Ans. 

    Project structure refers to the organization of files, folders, and resources within a software project.

    • Main folders like src (source code), test (test cases), lib (libraries), docs (documentation)

    • Subfolders for specific modules or components

    • Configuration files like pom.xml, package.json, etc.

    • Build scripts like Jenkinsfile, Dockerfile

    • Version control files like .gitignore, .gitattributes

    • README.md file for project overvi

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Skill preparation
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Where do you see yourself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Really good company
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. 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 

(3 Questions)

  • Q1. Api Testing with Rest API
  • Ans. 

    API testing with Rest API involves testing the functionality, performance, and security of API endpoints.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Test different HTTP methods like GET, POST, PUT, DELETE

    • Verify response codes, headers, and payload data

    • Perform boundary value analysis and negative testing

    • Use tools like Postman or RestAssured for automation testing

    • Validate aut...

  • Answered by AI
  • Q2. Programs on Java
  • Q3. Framework and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviwer interviewd for 1 hour and not shortlisted as I dont have a skill which I didnt mentioned anywhere in my resume.

Skills evaluated in this interview

Cognizant Interview FAQs

How many rounds are there in Cognizant QA Engineer Automation QA.Selenium interview?
Cognizant interview process usually has 2 rounds. The most common rounds in the Cognizant interview process are Resume Shortlist and Technical.
What are the top questions asked in Cognizant QA Engineer Automation QA.Selenium interview?

Some of the top questions asked at the Cognizant QA Engineer Automation QA.Selenium interview -

  1. Types of waits, types of exceptions, oops conce...read more
  2. CoreJava, Selenium Automation , TestNG, BDD Cucumber Framewor...read more
  3. Selenium ba...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
View all

Cognizant QA Engineer Automation QA.Selenium Reviews and Ratings

based on 3 reviews

3.0/5

Rating in categories

3.0

Skill development

2.3

Work-life balance

2.3

Salary

3.3

Job security

3.0

Company culture

2.3

Promotions

2.7

Work satisfaction

Explore 3 Reviews and Ratings
Associate
72.4k salaries
unlock blur

₹5.1 L/yr - ₹15.9 L/yr

Programmer Analyst
55.4k salaries
unlock blur

₹2.4 L/yr - ₹9.8 L/yr

Senior Associate
48.3k salaries
unlock blur

₹8.9 L/yr - ₹27.2 L/yr

Senior Processing Executive
28.6k salaries
unlock blur

₹1.8 L/yr - ₹9 L/yr

Technical Lead
17.6k salaries
unlock blur

₹5.9 L/yr - ₹24.2 L/yr

Explore more salaries
Compare Cognizant with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Accenture

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview