Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Carelon Global Solutions Software Developer Interview Questions and Answers

Updated 12 Nov 2024

Carelon Global Solutions Software Developer Interview Experiences

6 interviews found

Software Developer Interview Questions & Answers

user image venkatreddy8130

posted on 12 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Salary expectations
Round 2 - One-on-one 

(1 Question)

  • Q1. Introduction self
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 Resume tips
Round 2 - Aptitude Test 

The questions were pretty easy

Round 3 - One-on-one 

(3 Questions)

  • Q1. The interviewers asked about java,opps and sql.
  • Q2. Go through your resume
  • Ans. 

    I have experience in developing web applications using Java, Spring Boot, and Angular.

    • Developed a web application for a healthcare company using Java and Spring Boot

    • Implemented RESTful APIs for the application

    • Designed and developed the front-end using Angular

    • Worked on integrating the application with third-party APIs

    • Experience in using Git for version control

  • Answered by AI
  • Q3. Practice HR questions

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Currying ,hoisting,flexBox
Round 2 - One-on-one 

(1 Question)

  • Q1. Redux,react,lifecycle hook

Interview Preparation Tips

Interview preparation tips for other job seekers - learn js very well

I applied via Approached by Company and was interviewed in Jan 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Core java , java 8 , spring boot most of the basics and restful web services, maven, git,
  • Q2. Medium level interview
  • Q3. If you know the process , how to manage MVC and microservices and basics all good
  • Ans. 

    Understanding of managing MVC and microservices is good

    • MVC is a design pattern that separates an application into three components: Model, View, and Controller

    • Microservices is an architectural style that structures an application as a collection of small, independent services

    • Understanding of RESTful APIs, containerization, and orchestration tools like Docker and Kubernetes is important

    • Experience with frameworks like Sp...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self? What is your roles and responsibilities ? Why you left last organization? Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Legato is a good company i ever seen , they have good policy for there employee , specially for pf they give without CTC part.

Skills evaluated in this interview

Carelon Global Solutions interview questions for designations

 Associate Software Developer

 (2)

 Junior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Software Engineer

 (29)

 Software Engineer2

 (2)

 Pega Developer

 (3)

 Servicenow Developer

 (2)

 Mainframe Developer

 (1)

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

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. 1. list vs tuple vs set 2. find the sum of the combination which gives target
  • Ans. 

    List, tuple, and set are data structures in Python with different characteristics. Finding the sum of combinations to reach a target involves using these data structures.

    • List: mutable, ordered collection of elements. Example: [1, 2, 3]

    • Tuple: immutable, ordered collection of elements. Example: (1, 2, 3)

    • Set: mutable, unordered collection of unique elements. Example: {1, 2, 3}

    • To find the sum of combinations that give a ta...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in May 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is cobol and jcl
  • Ans. 

    COBOL is a programming language used for business applications. JCL is a job control language used to execute mainframe jobs.

    • COBOL stands for Common Business Oriented Language

    • COBOL is used for developing business applications such as banking, insurance, and finance

    • JCL is used to specify the sequence of jobs to be executed on a mainframe computer

    • JCL is used to allocate resources such as memory and disk space for the job

  • Answered by AI
  • Q2. Cobol is application language

Interview Preparation Tips

Interview preparation tips for other job seekers - Technically round what question asking in jcl

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was an easy round which went really smooth.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1.

    Input:

    ...
  • Ans. 

    Calculate the Nth Fibonacci number efficiently using dynamic programming.

    • Use dynamic programming to store previously calculated Fibonacci numbers to avoid redundant calculations.

    • Start with base cases F(1) and F(2) as 1, then iteratively calculate F(n) using F(n-1) and F(n-2).

    • Ensure the input N is within the constraints 1 <= N <= 10000.

    • Example: For N = 5, the 5th Fibonacci number is 5 (1, 1, 2, 3, 5).

  • Answered by AI
  • Q2. 

    Prime Numbers Problem Statement

    Given a positive integer N, your task is to determine and return all prime numbers less than or equal to N.

    Input:

    N = 10

    Output:

    2 3 5 7

    Example:

    Input:
    N = 20
    Out...
  • Ans. 

    Implement a function to return all prime numbers less than or equal to a given positive integer N.

    • Create a function that takes a positive integer N as input

    • Iterate from 2 to N and check if each number is prime

    • Use a helper function to determine if a number is prime

    • Return an array of all prime numbers less than or equal to N

  • Answered by AI
  • Q3. What is a merge join in SQL?
  • Ans. 

    A merge join in SQL is a method of combining two sorted datasets by matching corresponding rows based on a specified condition.

    • Merge join is used when joining two large datasets that are already sorted.

    • It is more efficient than other join methods like nested loop join or hash join for sorted datasets.

    • The join condition must be an equality condition.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.i

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

The round went excellent. I really enjoyed it. Just be confident about whatever you answer

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALarsen & Toubro Infotech (LTI) interview preparation:Topics to prepare for the interview - Database, Basic C/C++, Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round went well. Interview depends on your basic knowledge of C/C++.

  • Q1. 

    Matrix Multiplication Task

    Given two sparse matrices MAT1 and MAT2 of integers with dimensions 'N' x 'M' and 'M' x 'P' respectively, the goal is to determine the resulting matrix produced by their multipl...

  • Ans. 

    Implement a function to multiply two sparse matrices and return the resulting matrix.

    • Create a function that takes two sparse matrices as input and returns the resulting matrix after multiplication

    • Iterate through the non-zero elements of the matrices to perform the multiplication efficiently

    • Handle the edge cases such as empty matrices or matrices with all zero elements

    • Ensure the dimensions of the matrices are compatible

  • Answered by AI
  • Q2. 

    Problem: Count Even or Odd in Array

    Tanmay and Rohit are best buddies. Tanmay gives Rohit a challenge involving an array of N natural numbers. The task is to perform and answer a series of queries on the ...

  • Ans. 

    Count the number of even or odd numbers in a range of an array based on given queries.

    • Create an array to store the input numbers.

    • Iterate through the queries and update or count even/odd numbers based on the query type.

    • Output the count of even or odd numbers for each query of type 1 or 2.

  • Answered by AI
Round 2 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPALarsen & Toubro Infotech (LTI) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed before Sep 2016.

Interview Preparation Tips

Round: Group Discussion
Experience: Interview was scheduled in Grab Job consultancy. In that, a class room, where we all asked to sit and interviewer was sitting in front and asked to speak one by one on the topic traffic situation in Hyderabad.
Tips: Just speak once two to three lines. Don't rush to speak. Take ur time and don't try speak repeatedly.
Duration: 35 minutes

Round: Technical Interview
Experience: System based test. Easy question from java , c, data structure.

Round: HR Interview
Experience: Not held because already we got too late.

Skills: Proficiency In English, Basic Coding
College Name: Medak College of engineering
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 Developer interview?
Carelon Global Solutions interview process usually has 2 rounds. The most common rounds in the Carelon Global Solutions interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for Carelon Global Solutions Software Developer 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 Backend, Billing, Clearcase, Medical Insurance and Operations.
What are the top questions asked in Carelon Global Solutions Software Developer interview?

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

  1. If you know the process , how to manage MVC and microservices and basics all go...read more
  2. 1. list vs tuple vs set 2. find the sum of the combination which gives tar...read more
  3. What is cobol and ...read more

Recently Viewed

INTERVIEWS

HPCL-Mittal Energy Limited

No Interviews

INTERVIEWS

Indian Oil Corporation

No Interviews

INTERVIEWS

HPCL-Mittal Energy Limited

No Interviews

INTERVIEWS

Aurobindo Pharma

No Interviews

INTERVIEWS

BPL Medical Technologies

No Interviews

SALARIES

HPCL-Mittal Energy Limited

INTERVIEWS

Indian Oil Corporation

No Interviews

REVIEWS

HPCL-Mittal Energy Limited

No Reviews

INTERVIEWS

Futures First info Services

No Interviews

SALARIES

Futures First info Services

Tell us how to improve this page.

Carelon Global Solutions Software Developer Interview Process

based on 5 interviews

Interview experience

4.4
  
Good
View more
Carelon Global Solutions Software Developer Salary
based on 331 salaries
₹4.9 L/yr - ₹16.9 L/yr
39% more than the average Software Developer Salary in India
View more details

Carelon Global Solutions Software Developer Reviews and Ratings

based on 26 reviews

4.3/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

4.1

Salary

4.1

Job security

4.2

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 26 Reviews and Ratings
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