Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Interview Questions, Process, and Tips

Updated 30 Jan 2025

Top Carelon Global Solutions Interview Questions and Answers

View all 138 questions

Carelon Global Solutions Interview Experiences

Popular Designations

353 interviews found

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 

(2 Questions)

  • Q1. Technical round related to your subject
  • Q2. Jcl,cobol,db2,imsdb,vsam
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical and project
  • Q2. Technical as well as project related questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary & notice period related
  • Q2. Salary & notice period related.

Interview Preparation Tips

Interview preparation tips for other job seekers - good to join, but not secure the position, every year they release some amount of employee.

Software Support Engineer Interview Questions asked at other Companies

Q1. what is IP? what is difference in anti-virus & firewall? how to check two pc are in network?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2022. There were 4 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. They expect technical knowledge more
Round 3 - Technical 

(1 Question)

  • Q1. Work flow and functionality roles and responsibilities
Round 4 - HR 

(1 Question)

  • Q1. Package discussion and shifts and location

Top Carelon Global Solutions Software Engineer Interview Questions and Answers

Q1. Coding Question 1 - Find sum of squares of numbers in list using stream API.
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)

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

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 drop downs swap numbers between without using third variable collecti... read more
View answer (1)

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Aptitude Test 

Basic aptitude questions.

Round 2 - Coding Test 

The questions pertained to arrays.

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on my projects

Top Carelon Global Solutions Associate Software Engineer Interview Questions and Answers

Q1. If your pega certified? Who java is used in pega,define oops,what are different types of Inheritance, what are activities gives examples,some questions on ruleset
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (1)

Carelon Global Solutions interview questions for popular designations

 Claims Associate

 (64)

 Associate Software Engineer

 (48)

 Software Engineer

 (29)

 QA Engineer

 (14)

 Associate

 (11)

 Senior Software Engineer

 (10)

 Process Associate

 (8)

 Benefit Analyst

 (6)

I applied via campus placement at CVR College of Engineering, Hyderabad and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Basic aptitude basic aptitude basic aptitude basic aptitude

Round 3 - Technical 

(2 Questions)

  • Q1. What is java? oops conceps?
  • Ans. 

    Java is a high-level, object-oriented programming language used for developing desktop, web, and mobile applications.

    • Java is platform-independent and can run on any operating system with the help of JVM.

    • It follows the OOPS concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Java has a vast library of pre-built classes and APIs that make development faster and easier.

    • Java is used for developing vario...

  • Answered by AI
  • Q2. Dbms basics? project discussion?

Interview Preparation Tips

Interview preparation tips for other job seekers - basic understanding of any language and projects with basic

Skills evaluated in this interview

Top Carelon Global Solutions Associate Software Engineer Interview Questions and Answers

Q1. If your pega certified? Who java is used in pega,define oops,what are different types of Inheritance, what are activities gives examples,some questions on ruleset
View answer (1)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Carelon Global Solutions Interview Questions

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

I was interviewed before Oct 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. About Quality , Quality tools ,about previous Line of business
  • Q2. About company values and goals , reason to join for particular postion , previous performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the above mentioned questions thats enough

Quality Control Analyst Interview Questions asked at other Companies

Q1. The Principle of UV-Visible Spectroscopy is based on the absorption of ultraviolet light or visible light by chemical compounds, which results in the production of distinct spectra. Spectroscopy is based on the interaction between light and... read more
View answer (1)

Jobs at Carelon Global Solutions

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Aptitude Test 

The exam was very tough it has 45 que for 30mins time.

Round 3 - HR 

(2 Questions)

  • Q1. Prepare for basic question and have a good communication skills will get you a job.
  • Q2. Prepare for intro,about legato and basic grameer questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a great interview experience,its been a quick results coming from this company.

Top Carelon Global Solutions Claims Associate Interview Questions and Answers

Q1. What is health and why we are doing insurance?
View answer (4)

Claims Associate Interview Questions asked at other Companies

Q1. What is health and why we are doing insurance?
View answer (4)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spring boot concepts
  • Q2. Microservices concepts

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. How to measure productivity of kanban teams
  • Ans. 

    Productivity of kanban teams can be measured through cycle time, lead time, throughput, and work in progress limits.

    • Measure cycle time - the time taken for a task to move from start to finish.

    • Measure lead time - the time taken from a task being requested to its completion.

    • Calculate throughput - the number of tasks completed in a given time period.

    • Set work in progress limits - to ensure focus and efficiency.

  • Answered by AI
  • Q2. How to manage conflict resolution and external system dependencies
  • Ans. 

    Conflict resolution and managing external system dependencies are crucial for a Senior Scrum Master.

    • Encourage open communication and collaboration among team members to address conflicts early on

    • Facilitate discussions to understand different perspectives and find mutually agreeable solutions

    • Establish clear communication channels with external systems and stakeholders to manage dependencies effectively

    • Regularly review a...

  • Answered by AI
  • Q3. How to manage associate feedback process
  • Ans. 

    Associate feedback process can be managed by setting clear expectations, providing regular opportunities for feedback, and following up on action items.

    • Set clear expectations for feedback process

    • Provide regular opportunities for associates to give feedback

    • Follow up on action items from feedback sessions

  • Answered by AI

Senior Scrum Master Interview Questions asked at other Companies

Q1. What is the difference between the Agile and Waterfall model?
View answer (1)

Senior Software Engineer Interview Questions & Answers

user image Chagarlamudi Phanikumar

posted on 26 Jun 2023

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

I applied via Referral and was interviewed before Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Asking about the relevant experience on technologies
Round 3 - Technical 

(1 Question)

  • Q1. Related to roles and responsibilities and as well as domain related questions.
Round 4 - Technical 

(1 Question)

  • Q1. Related to the project level discussion
Round 5 - HR 

(1 Question)

  • Q1. One on one package discussion

Top Carelon Global Solutions Senior Software Engineer Interview Questions and Answers

Q1. What is O-Auth ? Which type of authentication/security used in ur project ?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions interview?
Carelon Global Solutions interview process usually has 2-3 rounds. The most common rounds in the Carelon Global Solutions interview process are Technical, Resume Shortlist and HR.
How to prepare for Carelon Global Solutions 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 Operations, SAN, genetics, SQL and Agile.
What are the top questions asked in Carelon Global Solutions interview?

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

  1. how to access amazon page directly directly with out using driver.get how to ...read more
  2. What is health and why we are doing insuran...read more
  3. If your pega certified? Who java is used in pega,define oops,what are differen...read more
How long is the Carelon Global Solutions interview process?

The duration of Carelon Global Solutions interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Carelon Global Solutions Interview Process

based on 256 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

Carelon Global Solutions Reviews and Ratings

based on 2.9k reviews

4.0/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.9

Salary

4.0

Job security

3.9

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 2.9k Reviews and Ratings
Carelon | Claims Associate Junior | Fresher

Bangalore / Bengaluru

0-3 Yrs

Not Disclosed

SAP BO - Tech Lead

Bangalore / Bengaluru

8-11 Yrs

₹ 15-20 LPA

RISK Adjustment - Senior Manager Solutions

Hyderabad / Secunderabad,

Bangalore / Bengaluru

7-12 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
3.3k salaries
unlock blur

₹9.3 L/yr - ₹28 L/yr

Software Engineer
3.3k salaries
unlock blur

₹4.2 L/yr - ₹15.8 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
1k salaries
unlock blur

₹2 L/yr - ₹5.6 L/yr

Explore more salaries
Compare Carelon Global Solutions with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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