Upload Button Icon Add office photos

Filter interviews by

Clear (1)

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

Updated 19 Jan 2025

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.
  • Q2. Coding Question 2 - Searching in 2D sorted array row wise and column wise.
  • Q3. explain about data scrapping,computer vision,agile methodologies,change request,testing methods
View all 7 questions

Carelon Global Solutions Software Engineer Interview Experiences

29 interviews found

I applied via Recruitment Consultant and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About previous projects
  • Q2. Angular basic to medium level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from basic to medium level questions

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

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

Interview Questionnaire 

1 Question

  • Q1. Scenerio based SQL and informatica related Questions were asked for ETL developer position

Interview Preparation Tips

Interview preparation tips for other job seekers - 2 technical interview and questions asked from basic to current update on tools

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. First technical round, second managerial technical round, and final hr discussion

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 4 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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding mainframe technology
Round 3 - Technical 

(1 Question)

  • Q1. Questions regarding COBOL JCL DB2 SQL VSAM IMSDB
Round 4 - HR 

(1 Question)

  • Q1. Regarding salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare in mainframe technology like JCL Cobol DB2 CICS and IMSDB related questions

Carelon Global Solutions interview questions for designations

 Associate Software Engineer

 (49)

 Senior Software Engineer

 (11)

 Software Support Engineer

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer III

 (1)

 Senior Software Engineer Testing

 (1)

 Senior Software Development Engineer

 (1)

 Senior Software Engineer 2

 (1)

I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Java 8 features - Stream API, Functional interface (Predicate, Binary Operators, Function), Permgen V/s Metaspace, Date and Time API
  • Q2. Spring boot annotations - @SpringBootApplication, @RestController, @GetMapping, @PostMapping, @Service, @Repository
  • Q3. Coding Question 1 - Find sum of squares of numbers in list using stream API.
  • Ans. 

    Find sum of squares of numbers in list using stream API.

    • Use mapToInt() to convert list of integers to IntStream

    • Use map() to square each element of IntStream

    • Use sum() to get the sum of squares

  • Answered by AI
  • Q4. Coding Question 2 - Searching in 2D sorted array row wise and column wise.
  • Ans. 

    Searching in 2D sorted array row wise and column wise.

    • Start from the top right corner or bottom left corner

    • Compare the target with the current element

    • Move left or down if target is smaller or move right or up if target is larger

    • Repeat until target is found or out of bounds

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and also do lots of hands on coding.

Skills evaluated in this interview

Get interview-ready with Top Carelon Global Solutions Interview Questions

Interview Questionnaire 

1 Question

  • Q1. Technical questions were asked

Software Engineer Jobs at Carelon Global Solutions

View all

I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Explain about data scrapping,computer vision,agile methodologies,change request,testing methods
  • Ans. 

    Data scraping, computer vision, agile methodologies, change request, and testing methods are all important aspects of software engineering.

    • Data scraping involves extracting data from websites or other sources.

    • Computer vision involves using algorithms to interpret and analyze visual data.

    • Agile methodologies are a set of principles for software development that prioritize flexibility and collaboration.

    • Change requests are...

  • Answered by AI
  • Q2. Explain about project i worked in

Interview Preparation Tips

Interview preparation tips for other job seekers - interviewer was very friendly and i had good experience.2 technical rounds one client round and one HR round

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Qurstions on work experience, html, css, javascript and react. Js

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident when you don't know the answer be truthful and prepare well on your domain.

I applied via Naukri.com and was interviewed in Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical and work related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a 2 round interview. First one was technical and second one was techno cum managerial round.
In first round, you will be asked about your technology/skill.....questions will be average but not tough. Interviewer will try to see whether you are technically strong.

After one day HR team will call you and will ask for scheduling a meeting with manager/delivery manager/delivery head
This round will be some what tougher than first round.
You will be asked many scenario based questions which include technical and HR type. If you are able to convince the manager....you are selected

Later you will get call from HR regarding the salary discussion
Contribute & help others!
anonymous
You can choose to be anonymous

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Software 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, HR and Resume Shortlist.
How to prepare for Carelon Global Solutions Software 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 Operations, SAN, genetics, SQL and Wellness.
What are the top questions asked in Carelon Global Solutions Software Engineer interview?

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

  1. Coding Question 1 - Find sum of squares of numbers in list using stream A...read more
  2. Coding Question 2 - Searching in 2D sorted array row wise and column wi...read more
  3. explain about data scrapping,computer vision,agile methodologies,change request...read more
How long is the Carelon Global Solutions Software Engineer interview process?

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

Recently Viewed

INTERVIEWS

Accenture

No Interviews

INTERVIEWS

Carelon Global Solutions

No Interviews

INTERVIEWS

HGS

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Infosys

No Interviews

INTERVIEWS

Vaishali Honda

No Interviews

INTERVIEWS

Bureau Veritas

No Interviews

INTERVIEWS

Apollo Pharmacy

No Interviews

INTERVIEWS

Carelon Global Solutions

100 top interview questions

SALARIES

HGS

Tell us how to improve this page.

Carelon Global Solutions Software Engineer Interview Process

based on 26 interviews

4 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
  • Personal Interview1 Round
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Carelon Global Solutions Software Engineer Salary
based on 3.2k salaries
₹5 L/yr - ₹16 L/yr
34% more than the average Software Engineer Salary in India
View more details

Carelon Global Solutions Software Engineer Reviews and Ratings

based on 298 reviews

4.0/5

Rating in categories

3.7

Skill development

4.0

Work-life balance

4.0

Salary

4.1

Job security

4.0

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 298 Reviews and Ratings
Software Engineer

Hyderabad / Secunderabad

1-7 Yrs

Not Disclosed

Appian Developer - Software Engineer

Gurgaon / Gurugram,

Bangalore / Bengaluru

3-6 Yrs

₹ 3.6-16 LPA

Full Stack App Developer- Software Engineer

Bangalore / Bengaluru

3-7 Yrs

₹ 4.05-14.6 LPA

Explore more jobs
Senior Software Engineer
3.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Claims Associate
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
1k salaries
unlock blur

₹0 L/yr - ₹0 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent