Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions QA Engineer Interview Questions, Process, and Tips

Updated 19 Sep 2024

Top Carelon Global Solutions QA Engineer Interview Questions and Answers

  • 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 ...read more
  • Q2. What is Testng and how it is helpful to the project
  • Q3. How to use request specification using rest assured
View all 9 questions

Carelon Global Solutions QA Engineer Interview Experiences

14 interviews found

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

What people are saying about Carelon Global Solutions

View All
xgabru
Verified Icon
5d
works at
Carelon Global Solutions
What do you think 🤔
FeedCard Image
Got a question about Carelon Global Solutions?
Ask anonymously on communities.

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

Carelon Global Solutions interview questions for designations

 Senior QA Engineer

 (6)

 QA

 (1)

 Senior QA Analyst

 (1)

 QA Engineer Automation QA.Selenium

 (1)

 Software Engineer

 (28)

 System Engineer

 (2)

 Data Engineer

 (1)

 Associate Engineer Trainee

 (1)

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?

Skills evaluated in this interview

Get interview-ready with Top Carelon Global Solutions Interview Questions

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:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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 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

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.

QA Engineer Interview Questions & Answers

user image Rakesh hr

posted on 19 May 2022

I applied via Naukri.com and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of SQL, joins, Inner query, sub query, character functions almost all the functions and asking output.
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round few technical with General Question why you want join why you left etc..,

Interview Preparation Tips

Interview preparation tips for other job seekers - For ETL tester be strong in SQL and DWH concepts is more enough

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.

Carelon Global Solutions QA Engineer Interview Process

based on 4 interviews in last 1 year

2 Interview rounds

  • Technical Round
  • HR Round
View more

People are getting interviews through

based on 9 Carelon Global Solutions interviews
Job Portal
Referral
Recruitment Consultant
67%
22%
11%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 41 Interviews
IBM QA Engineer Interview Questions
4.1
 • 10 Interviews
View all
Carelon Global Solutions QA Engineer Salary
based on 848 salaries
₹5.2 L/yr - ₹16 L/yr
75% more than the average QA Engineer Salary in India
View more details

Carelon Global Solutions QA Engineer Reviews and Ratings

based on 81 reviews

4.3/5

Rating in categories

3.8

Skill development

4.3

Work-Life balance

4.2

Salary & Benefits

4.3

Job Security

4.2

Company culture

3.7

Promotions/Appraisal

4.1

Work Satisfaction

Explore 81 Reviews and Ratings
Senior Software Engineer
3.3k salaries
unlock blur

₹9.2 L/yr - ₹28 L/yr

Software Engineer
3.2k salaries
unlock blur

₹5 L/yr - ₹18.1 L/yr

Claims Associate
2.3k salaries
unlock blur

₹1.5 L/yr - ₹4.8 L/yr

Associate Software Engineer
1.3k salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Associate
996 salaries
unlock blur

₹2 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Carelon Global Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview