Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Associate Software Developer Interview Questions, Process, and Tips

Updated 16 Oct 2023

Top Carelon Global Solutions Associate Software Developer Interview Questions and Answers

Carelon Global Solutions Associate Software Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Nitte Meenakshi Institute of Technology, Bangalore and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions on time speed ratio proportion

Round 2 - Group Discussion 

Group discussion on

Women empowerment

Round 3 - Technical 

(5 Questions)

  • Q1. Questions based on resume Oop concepts Dbms
  • Q2. What is Abstraction?
  • Ans. 

    Abstraction is the concept of hiding complex details and showing only the essential features of an object or system.

    • Abstraction allows us to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency

    • For example, in programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q3. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method of its parent class, providing different functi

  • Answered by AI
  • Q4. Diff between polymorphism abstraction
  • Ans. 

    Polymorphism allows objects of different classes to be treated as objects of a common superclass. Abstraction hides the implementation details and only shows the necessary features of an object.

    • Polymorphism enables a single interface to be used for different data types or classes. For example, a superclass Animal can have subclasses like Dog and Cat, and a method speak() can be called on any object of Animal type.

    • Abstr...

  • Answered by AI
  • Q5. Real world example for oop
  • Ans. 

    Real world example of OOP is modeling a car as an object with properties and methods.

    • Objects represent real-world entities

    • Classes define the blueprint for objects

    • Encapsulation hides internal implementation details

    • Inheritance allows for code reuse

    • Polymorphism enables objects to take on multiple forms

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Amity University and was interviewed in Apr 2023. There were 2 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 - HR 

(3 Questions)

  • Q1. Walk me through your resume.
  • Q2. I had done some NGO work. They asked me about my work and experience there.
  • Q3. They asked some questions from SQL too. How many types of joins are there in MySql and write down two queries demonstrating each join.

Associate Software Developer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) ... read more
asked in Xoriant
Q2. Tell me some of the data types that are used in python?
asked in Xoriant
Q3. What are joins in SQL? Explain each with the real life example?
asked in Xoriant
Q4. How will you delete a file in python module using a python code?
asked in Xoriant
Q5. Do python has any destructor? If yes then what is that destructor ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Arrays, Strings - HackerRank

Round 2 - Technical 

(2 Questions)

  • Q1. Explain Inheritance, Polymorphism in Oops?
  • Ans. 

    Inheritance allows a class to inherit properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Inheritance: Child class inherits properties and behaviors from a parent class.

    • Polymorphism: Objects of different classes can be treated as objects of a common superclass.

    • Example: Animal is a superclass with methods like eat(). Dog and Cat ar...

  • Answered by AI
  • Q2. Sorting algorithms differences.
  • Ans. 

    Sorting algorithms differ in their time complexity, space complexity, stability, and adaptability.

    • Different sorting algorithms have different time complexities - some are more efficient than others.

    • Some sorting algorithms require additional space for temporary storage, impacting their space complexity.

    • Stability refers to whether the algorithm maintains the relative order of equal elements.

    • Adaptability refers to how the...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude test, comprising of Quantative questions, Logical Reasoning and basic Verbal Ability.

Round 2 - Coding Test 

The test asked 2 programming questions on any of the languages that we were comfortable in.

Round 3 - One-on-one 

(2 Questions)

  • Q1. How will you print all the Armstrong numbers between 10 to 250
  • Ans. 

    Armstrong numbers are numbers that are equal to the sum of their own digits raised to the power of the number of digits.

    • Iterate through numbers from 10 to 250

    • Calculate the sum of each digit raised to the power of the number of digits

    • Check if the sum is equal to the original number, if yes, it is an Armstrong number

  • Answered by AI
  • Q2. How will you implement Method overrriding and overloading in C++
  • Ans. 

    Method overriding is achieved by creating a function in a derived class with the same signature as a function in the base class. Method overloading is achieved by creating multiple functions with the same name but different parameters.

    • Method overriding: Create a function in a derived class with the same name and signature as a function in the base class. Example: virtual void display() in base class and void display() ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KPIT Technologies Associate Software Developer interview:
  • Programming
  • Aptitude
  • Communication Skills
  • OOPS
Interview preparation tips for other job seekers - Prepare well and in advance. You'll surely clear it with all your hardwork.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

It is combined with both apti and coding

Round 2 - Coding Test 

6 questions were given and atleast 3 want to be solved

Round 3 - One-on-one 

(1 Question)

  • Q1. Self introduction and technical and project
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 - Coding Test 

2 coding questions are given

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions are asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 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 - Aptitude Test 

Basics of mathematics and core related topics

Round 3 - Technical 

(2 Questions)

  • Q1. Based on resume and more about project work
  • Q2. Sql query,phython,oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with basic knowledge you have kept on resume so you can easily crack the interview 😜😜
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 4 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 

Mental Ability and Programming

Round 3 - Technical 

(1 Question)

  • Q1. Overall Skills are checked
Round 4 - Assignment 

English Comprehension

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

I applied via campus placement at National Institute of Technology (NIT), Jamshedpur and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Coding Test 

Basic dsa question which you will be able to solve easily

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Associate Software Developer interview?
Carelon Global Solutions interview process usually has 3 rounds. The most common rounds in the Carelon Global Solutions interview process are Resume Shortlist, Aptitude Test and Group Discussion.
What are the top questions asked in Carelon Global Solutions Associate Software Developer interview?

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

  1. What is Abstracti...read more
  2. Diff between polymorphism abstract...read more
  3. What is polymorph...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Carelon Global Solutions interviews
Campus Placement
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Carelon Global Solutions Associate Software Developer Salary
based on 17 salaries
₹4 L/yr - ₹6.7 L/yr
18% less than the average Associate Software Developer Salary in India
View more details
Senior Software Engineer
3.3k salaries
unlock blur

₹9.2 L/yr - ₹24 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
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