Upload Button Icon Add office photos

Filter interviews by

CVS Health Sdet Automation Test Engineer Interview Questions and Answers

Updated 18 Jan 2024

CVS Health Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DATA base sql query, Java, Selenium, Cypress
  • Q2. AWS, Jenkins, Rest API

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding Test 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - Technical 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
Round 4 - HR 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Asked All types questions like as control wiring, plc programming, servo drive, hmi, vfd, and basic electrical
Round 2 - Aptitude Test 

Reasoning type question

Round 3 - HR 

(1 Question)

  • Q1. Backgrounds type question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basics maths and reasoning and they will give you one topic based on that you have write story with 200 words with the given time

Round 2 - Technical 

(3 Questions)

  • Q1. What is OOPS ??
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data in the form of fields (attributes) and code in the form of procedures (methods).

    • Encapsulation, inheritance, and polymorphism are key principles of OOPS.

    • Encapsulation refers to the bundling of data with the methods that operate on that data.

    • Inheritance allows...

  • Answered by AI
  • Q2. What is class and variable
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming, while a variable is a container for storing data.

    • A class defines the properties and behaviors of objects, while a variable holds a value that can be changed or manipulated.

    • Classes can be used to create multiple instances of objects with the same properties and behaviors.

    • Variables can be of different data types such as int, string, boolean, etc.

    • ...

  • Answered by AI
  • Q3. Difference between println and print
  • Ans. 

    println adds a new line after printing, while print does not

    • println adds a new line character at the end of the output

    • print does not add a new line character, so the next output will be on the same line

    • Example: println('Hello') will print 'Hello' on a new line, while print('Hello') will print 'Hello' on the same line

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Asked about jenkins
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 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. How to run your automated test case in jenkins and its configuration, How to automate DB testing, how do you perform localization testing
  • Ans. 

    To run automated test cases in Jenkins, configure DB testing, and perform localization testing

    • To run automated test cases in Jenkins, create a Jenkins job and configure it to trigger the automation test suite

    • For DB testing automation, use tools like Selenium WebDriver to interact with the database and verify data integrity

    • For localization testing, use tools like Selenium WebDriver to test the application with different...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - Coding Test 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding Test 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - Technical 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
Round 4 - HR 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Overloading and overriding
  • Q2. Smoke and sanity
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. List, lambda function, reverse string program
  • Q2. Sort the list, dictionary
Round 2 - Technical 

(1 Question)

  • Q1. OOP concept, Decorator, list to dictionary, Linux
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Core java basics, logics, arrays, programs

Round 2 - Technical 

(2 Questions)

  • Q1. Tell about your project, and frame work understanding
  • Ans. 

    I have worked on a project where I automated test cases for a web application using Selenium WebDriver and TestNG framework.

    • Used Selenium WebDriver for automating test cases

    • Implemented TestNG framework for test case management

    • Utilized Page Object Model design pattern for better code organization

  • Answered by AI
  • Q2. Rest assured API
Round 3 - HR 

(1 Question)

  • Q1. Work from office
  • Ans. 

    Yes, I am willing to work from the office as required for the role of Automation Test Engineer.

    • I am comfortable working from the office and understand the importance of collaboration with team members.

    • I believe in the benefits of face-to-face communication and quick problem-solving that comes with working in the office.

    • I am open to following any safety protocols or guidelines set by the company for working in the offic

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Long process in bg verification
  • Ans. 

    Background verification process can be lengthy due to various checks and verifications.

    • Multiple checks and verifications are conducted to ensure accuracy

    • Verification of education, employment history, criminal record, and references

    • Process may involve contacting multiple sources and waiting for responses

    • Delays can occur if information is not readily available or if discrepancies are found

  • Answered by AI

CVS Health Interview FAQs

How many rounds are there in CVS Health Sdet Automation Test Engineer interview?
CVS Health interview process usually has 1 rounds. The most common rounds in the CVS Health interview process are Technical.
What are the top questions asked in CVS Health Sdet Automation Test Engineer interview?

Some of the top questions asked at the CVS Health Sdet Automation Test Engineer interview -

  1. DATA base sql query, Java, Selenium, Cypr...read more
  2. AWS, Jenkins, Rest ...read more

Tell us how to improve this page.

CVS Health Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wipro Interview Questions
3.7
 • 5.7k Interviews
Cipla Interview Questions
4.1
 • 481 Interviews
Apollo Hospitals Interview Questions
4.1
 • 341 Interviews
Biocon Limited Interview Questions
3.9
 • 151 Interviews
Abbott Interview Questions
4.1
 • 146 Interviews
Max Healthcare Interview Questions
4.1
 • 135 Interviews
Fortis Healthcare Interview Questions
4.0
 • 126 Interviews
Himalaya Wellness Interview Questions
4.1
 • 110 Interviews
View all
Business Analyst
4 salaries
unlock blur

₹6.5 L/yr - ₹8.2 L/yr

Senior Manager
4 salaries
unlock blur

₹40 L/yr - ₹75 L/yr

Senior Data Scientist
4 salaries
unlock blur

₹40 L/yr - ₹120 L/yr

Senior Consultant
3 salaries
unlock blur

₹35 L/yr - ₹85 L/yr

Data Analyst
3 salaries
unlock blur

₹30 L/yr - ₹63 L/yr

Explore more salaries
Compare CVS Health with

Apollo Hospitals

4.1
Compare

Fortis Healthcare

4.0
Compare

Max Healthcare

4.1
Compare

Cipla

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