Upload Button Icon Add office photos

Carelon Global Solutions

Compare button icon Compare button icon Compare

Filter interviews by

Carelon Global Solutions QA Engineer Interview Questions and Answers

Updated 19 Sep 2024

9 Interview questions

A QA Engineer was asked 9mo ago
Q. What is TestNG, and how is it helpful to the project?
Ans. 

TestNG is a testing framework for Java that helps in organizing and running test cases efficiently.

  • TestNG allows for grouping of test cases, prioritizing them, and running them in parallel.

  • It provides annotations for setting up preconditions and postconditions for test cases.

  • TestNG generates detailed test reports and logs for easy debugging and analysis.

  • It supports data-driven testing using parameters and data pro...

A QA Engineer was asked
Q. Explain OOPS concepts in Java.
Ans. 

OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance: Allows a class to inherit properties and behavior from another class.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

  • Abstraction:...

QA Engineer Interview Questions Asked at Other Companies

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. There are 80 pairs of socks in a dark room, 40 black and 40 white ... read more
Q3. 100 apples are eaten in 5 consecutive days, with each day having ... read more
Q4. how to access amazon page directly directly with out using driver ... read more
Q5. If a pen's weight equals 2 kg plus half of its own weight, what i ... read more
A QA Engineer was asked
Q. What are the frameworks you have worked on?
Ans. 

I have worked on various testing frameworks such as Selenium, JUnit, TestNG, and Cucumber.

  • Selenium

  • JUnit

  • TestNG

  • Cucumber

A QA Engineer was asked
Q. Explain OOP concepts.
Ans. 

Object-oriented programming concepts focus on creating objects that interact with each other to solve complex problems.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

  • Inheritance: Allowing a new class to inherit properties and behavior from an existing class

  • Polymorphism: Objects of different classes can be treated as objects of a common superclass

  • Abstraction: Hiding the...

What people are saying about Carelon Global Solutions

View All
gabrux
Verified Icon
1w
works at
Carelon Global Solutions
Don't Let Ai Fears Get You Down!🚀
It feels like everywhere you look, there's a new headline about Al taking over jobs and changing everything as we know it. It's easy to feel a bit overwhelmed, when you hear all that talk. Al isn't just about job losses; it's about job evolution and creation too! Throughout history, new technologies have always shifted the job market, and while some roles change or get obsolete, many new and exciting opportunities emerge. Instead of focusing on the "Al is taking over" narrative, let's think about How Al can make our current jobs easier and more efficient. Imagine Al as a powerful assistant, not a replacement! * The new roles and industries that Al will create. Think about Al developers, ethicists, trainers, and specialists in countless fields. * The opportunity to learn new skills and adapt. This is our chance to grow and become even more valuable in the workforce use this moment to empower ourselves with knowledge, not fear. What are your thoughts? Share your perspective!👇
FeedCard Image
Got a question about Carelon Global Solutions?
Ask anonymously on communities.
A QA Engineer was asked
Q. How do you use request specification with REST Assured?
Ans. 

Request specification in Rest Assured is used to define the request details like base URI, path, headers, etc.

  • Create a RequestSpecification object using given() method

  • Set base URI using baseUri() method

  • Set path using basePath() method

  • Add headers using header() method

  • Add query parameters using queryParam() method

  • Example: given().baseUri("https://api.example.com").basePath("/users").header("Authorization", "Bearer t...

A QA Engineer was asked
Q. Explain serialization and deserialization in API automation.
Ans. 

Serialisation is the process of converting an object into a format that can be easily stored or transmitted, while deserialisation is the reverse process.

  • Serialisation is used to convert complex data structures into a string format that can be sent over a network or stored in a file.

  • De-serialisation is the process of converting the serialized data back into its original form.

  • In API automation, serialisation is oft...

A QA Engineer was asked
Q. Write a program to reverse a string without using any built-in string functions.
Ans. 

Program to reverse a string without using string functions

  • Create a function that takes a string as input

  • Initialize an empty string to store the reversed string

  • Iterate through the input string in reverse order and append each character to the new string

  • Return the reversed string

Are these interview questions helpful?
A QA Engineer was asked
Q. Explain a couple of best practices you have implemented.
Ans. 

Implemented automated testing and code reviews for better quality assurance

  • Implemented automated testing using Selenium for regression testing

  • Introduced code reviews to catch bugs early in the development process

  • Utilized continuous integration tools like Jenkins to automate testing processes

A QA Engineer was asked
Q. How to access amazon page directly directly with out using driver.get how to get the last secong window in selenium (get window handles) how to select mulptiple values in drop downs swap numbers between wit...
Ans. 

A list of questions asked in a QA Engineer interview covering topics such as Selenium, Java, and TestNG.

  • Accessing Amazon page without using driver.get

  • Getting the last second window in Selenium using getWindowHandles()

  • Selecting multiple values in drop downs

  • Swapping numbers without using a third variable

  • Working with collections and strings

  • Removing spaces in a string

  • Printing words in a sentence on separate lines

  • Under...

Carelon Global Solutions QA Engineer Interview Experiences

14 interviews found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is Testng and how it is helpful to the project
  • Ans. 

    TestNG is a testing framework for Java that helps in organizing and running test cases efficiently.

    • TestNG allows for grouping of test cases, prioritizing them, and running them in parallel.

    • It provides annotations for setting up preconditions and postconditions for test cases.

    • TestNG generates detailed test reports and logs for easy debugging and analysis.

    • It supports data-driven testing using parameters and data provider...

  • Answered by AI
  • Q2. Java related questions
Round 2 - Coding Test 

Selenium related questions

Round 3 - HR 

(1 Question)

  • Q1. Related to job and QA

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Harsh jha

posted on 15 Apr 2024

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

Mostly Java questions based on output type

Round 2 - Technical 

(1 Question)

  • Q1. Interview level was average and questions were on sorting Java OOPS

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. About Healthcare Claims
Round 3 - One-on-one 

(1 Question)

  • Q1. About Healthcare Basics
Round 4 - HR 

(1 Question)

  • Q1. Are you willing to Relocate

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 3 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Write a program to reverse a string with using any string functions
  • Ans. 

    Program to reverse a string without using string functions

    • Create a function that takes a string as input

    • Initialize an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Explain OOps concepts
  • Ans. 

    Object-oriented programming concepts focus on creating objects that interact with each other to solve complex problems.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: Allowing a new class to inherit properties and behavior from an existing class

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass

    • Abstraction: Hiding the comp...

  • Answered by AI
  • Q3. How to use request specification using rest assured
  • Ans. 

    Request specification in Rest Assured is used to define the request details like base URI, path, headers, etc.

    • Create a RequestSpecification object using given() method

    • Set base URI using baseUri() method

    • Set path using basePath() method

    • Add headers using header() method

    • Add query parameters using queryParam() method

    • Example: given().baseUri("https://api.example.com").basePath("/users").header("Authorization", "Bearer token"...

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

(2 Questions)

  • Q1. Explain serialisation and de serialisation in API automation
  • Ans. 

    Serialisation is the process of converting an object into a format that can be easily stored or transmitted, while deserialisation is the reverse process.

    • Serialisation is used to convert complex data structures into a string format that can be sent over a network or stored in a file.

    • De-serialisation is the process of converting the serialized data back into its original form.

    • In API automation, serialisation is often us...

  • Answered by AI
  • Q2. Explain couple of best practices you have implemented
  • Ans. 

    Implemented automated testing and code reviews for better quality assurance

    • Implemented automated testing using Selenium for regression testing

    • Introduced code reviews to catch bugs early in the development process

    • Utilized continuous integration tools like Jenkins to automate testing processes

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why are you interested in our organisation?
  • Q2. What is your expectations from this role?

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 19 May 2024

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

I applied via Referral and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain OOPS Concepts in java?
  • Ans. 

    OOPS concepts in Java refer to the principles of Object-Oriented Programming such as Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Abstraction: Hidi...

  • Answered by AI
  • Q2. What are the frameworks you have worked on?
  • Ans. 

    I have worked on various testing frameworks such as Selenium, JUnit, TestNG, and Cucumber.

    • Selenium

    • JUnit

    • TestNG

    • Cucumber

  • Answered by AI
Round 2 - Coding Test 

Write program to reverse a string without any string functions?

Round 3 - HR 

(1 Question)

  • Q1. Why are choosing our organization?

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Apr 2023

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

I applied via Naukri.com and was interviewed before Apr 2022. 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 - Technical 

(1 Question)

  • Q1. Sql, unix and real time scenarios
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round that contains real time scenarios

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2021

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

Interview Questionnaire 

1 Question

  • Q1. How to access amazon page directly directly with out using driver.get how to get the last secong window in selenium (get window handles) how to select mulptiple values in drop downs swap numbers betw...
  • Ans. 

    A list of questions asked in a QA Engineer interview covering topics such as Selenium, Java, and TestNG.

    • Accessing Amazon page without using driver.get

    • Getting the last second window in Selenium using getWindowHandles()

    • Selecting multiple values in drop downs

    • Swapping numbers without using a third variable

    • Working with collections and strings

    • Removing spaces in a string

    • Printing words in a sentence on separate lines

    • Understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Went Very Well. Very organised and HR is very supportive.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Aug 2021

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Please mention all the technologies u have worked on in your CV and also tell it to the interviewer during the interview
  • Ans. 

    I have experience in various QA technologies, including automation tools, testing frameworks, and CI/CD practices.

    • Selenium WebDriver for automated browser testing.

    • JUnit and TestNG for unit and integration testing in Java applications.

    • Postman for API testing and validation.

    • JIRA for issue tracking and project management.

    • Git for version control and collaboration.

    • Jenkins for continuous integration and deployment.

    • Cucumber f...

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Sowmya Nehru

posted on 12 Oct 2021

Interview Questionnaire 

1 Question

  • Q1. Questions reg previous project and mainframe domain

Interview Preparation Tips

Interview preparation tips for other job seekers - The process was good and had technical round then HR round.

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 25 May 2021

Interview Questionnaire 

1 Question

  • Q1. Questions were asked on Salesforce and QA process and Project experience as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics are really important for any interview. So that's where i have excelled and my project experience helped me a lot in getting through this interview. 2 technical rounds and 1 hr round. Interview process was smooth, only thing is how strong we are on the technology and process followed.

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions QA Engineer interview?
Carelon Global Solutions interview process usually has 2-3 rounds. The most common rounds in the Carelon Global Solutions interview process are Technical, One-on-one Round and HR.
How to prepare for Carelon Global Solutions QA Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Carelon Global Solutions. The most common topics and skills that interviewers at Carelon Global Solutions expect are SAN, Regression Testing, SQL, Test Cases and Troubleshooting.
What are the top questions asked in Carelon Global Solutions QA Engineer interview?

Some of the top questions asked at the Carelon Global Solutions QA Engineer interview -

  1. how to access amazon page directly directly with out using driver.get how to ...read more
  2. What is Testng and how it is helpful to the proj...read more
  3. How to use request specification using rest assu...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 8 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Carelon Global Solutions QA Engineer Salary
based on 873 salaries
₹8.3 L/yr - ₹14.7 L/yr
86% more than the average QA Engineer Salary in India
View more details

Carelon Global Solutions QA Engineer Reviews and Ratings

based on 98 reviews

4.2/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

4.1

Salary

4.3

Job security

4.2

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 98 Reviews and Ratings
Software Engineer
3.3k salaries
unlock blur

₹6.4 L/yr - ₹16.3 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹14.8 L/yr - ₹24.9 L/yr

Claims Associate
2.6k salaries
unlock blur

₹2.2 L/yr - ₹5 L/yr

Associate Software Engineer
1.5k salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Associate
1.1k salaries
unlock blur

₹2.3 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Carelon Global Solutions with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

KPIT Technologies

3.3
Compare
write
Share an Interview