Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Senior Software Development Engineer Interview Questions and Answers

Updated 8 May 2022

Carelon Global Solutions Senior Software Development Engineer Interview Experiences

1 interview found

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Oops concepts Advance Java Spring boot Micro services
  • Q2. Circuit design pattern Hystrix implementation Spring annotations
Round 2 - Technical 

(1 Question)

  • Q1. Project architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice. They take only have good communication and technical skills

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, technology related questions
Round 1 - Coding Test 

Easy codility test two questions

Round 2 - Technical 

(1 Question)

  • Q1. React angular .net basic and advanced concepts
Round 3 - Technical 

(1 Question)

  • Q1. .net asynchronous programming
Round 4 - Behavioral 

(1 Question)

  • Q1. Behavioral questions
Round 5 - HR 

(1 Question)

  • Q1. Expecting salary joining date

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up to latest skills and clear concepts

Interview Questionnaire 

1 Question

  • Q1. Level order traversal of a binary search tree from leaf to root? Print in a single line or Print new line for every level.
  • Ans. 

    Level order traversal of a binary search tree from leaf to root.

    • Perform a level order traversal of the binary search tree

    • Start from the leaf nodes and move towards the root

    • Print the nodes in a single line or print a new line for every level

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep in mind that the interviewer is looking at your approach to find a solution not on the syntax and actual code. Below are the few things an interviewer look for in a candidate:
1. Are you able to understand the problem?
2. Are you asking questions to make the problem clear to understand it correctly?
3. Approach to the Problem.
4. How confident you are for your solution.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell something about youself which is not included in your resume?
  • Q2. What is your day to day life, and how many application you were using on daily basis
  • Q3. What is inheritance with example?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add its own attributes and methods or override existing ones

    • Example: Class 'Animal' can be a base class with attributes like 'name' and methods like 'eat'. Class 'Dog...

  • Answered by AI
  • Q4. What is join and how many types of joins are available with example?
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column between them.

    • Types of joins: Inner Join, Left Join, Right Join, Full Join

    • Inner Join: Returns rows when there is at least one match in both tables

    • Left Join: Returns all rows from the left table and the matched rows from the right table

    • Right Join: Returns all rows from the right table and the matched rows from the left table

    • Full Join: Returns

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

(6 Questions)

  • Q1. Tell me about your experience in brief?
  • Q2. Why you choose that background which was different from last organization
  • Q3. What makes you to feel happy when you are on production floor
  • Q4. What was your team size and how you were handling the agents?
  • Q5. What is distinct
  • Ans. 

    Distinct means unique or different from others.

    • Distinct refers to something that is separate or individual

    • It can also mean standing out or being easily recognizable

    • In programming, distinct is often used in the context of removing duplicate elements from a list or array

  • Answered by AI
  • Q6. After 3 years if you will get a chance to serve as vice president what you will do?

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2023. 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 tips
Round 2 - Aptitude Test 

Apti test based on java

Round 3 - One-on-one 

(3 Questions)

  • Q1. Interviewer asked questions based on core Java, oops , collection
  • Q2. Question based on Oops concept
  • Q3. Collection related questions mainly on map , hashmap
Round 4 - HR 

(1 Question)

  • Q1. Work policies, salary and designation discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. There were 4 interview rounds.

Round 1 - Coding Test 

It is Hacker rank test ,asked 2 questions and needs to solve in 1 hour

Round 2 - Technical 

(1 Question)

  • Q1. Tested problem solving
Round 3 - Technical 

(1 Question)

  • Q1. Low level designing
Round 4 - One-on-one 

(1 Question)

  • Q1. It is managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jan 2023. There were 2 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 

(2 Questions)

  • Q1. Explain the project. What is the response for rest API?
  • Ans. 

    The project is a REST API that provides a response to client requests.

    • The project is built using a RESTful architecture.

    • It provides endpoints for clients to interact with the server.

    • The response format is typically JSON or XML.

    • Examples of endpoints include /users, /products, and /orders.

  • Answered by AI
  • Q2. How to do pagination in API.
  • Ans. 

    Pagination in API is done by setting limit and offset parameters in the request.

    • Set a limit parameter to specify the number of results per page.

    • Set an offset parameter to specify the starting point of the page.

    • Return the total number of results and the current page number in the response.

    • Example: /api/users?limit=10&offset=20

    • Example response: {"results": [...], "total": 100, "page": 3}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. The interview is easy if you know what you wrote in the cv.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Sep 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and bit of coding questions ,60 questions in 50 minutes.. Negative marks for wrong answers

Round 2 - Technical 

(1 Question)

  • Q1. They focus more on problem solving skills and coding..
Round 3 - Technical 

(1 Question)

  • Q1. Asked questions related to projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade your skills in general than upgrading skills company specifically

I applied via Job Portal and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java, Spring Boot, Microservices Question
  • Q2. All Java + Spring Boot + Microservices questions.
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round has questions: (1) 2 of the performance problems solved recently? (2) What will you do if you miss a deadline? etc....
Round 3 - HR 

(1 Question)

  • Q1. Salary that was agreed upon was negotiated and offer extended.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and humble. You need to meet the team who matches your mindset.

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Senior Software Development Engineer 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 and Technical.
What are the top questions asked in Carelon Global Solutions Senior Software Development Engineer interview?

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

  1. Oops concepts Advance Java Spring boot Micro servi...read more
  2. Circuit design pattern Hystrix implementation Spring annotati...read more
  3. Project architect...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Carelon Global Solutions interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
At par with the average Senior Software Development Engineer Salary in India
View more details

Carelon Global Solutions Senior Software Development Engineer Reviews and Ratings

based on 5 reviews

4.2/5

Rating in categories

4.6

Skill development

3.5

Work-Life balance

4.3

Salary & Benefits

4.8

Job Security

3.9

Company culture

4.4

Promotions/Appraisal

4.2

Work Satisfaction

Explore 5 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.5 L/yr

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