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
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.
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 questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The round1 was aptitude test it was average level neither easy nor hard

Round 2 - Technical 

(3 Questions)

  • Q1. What is shortest path algo
  • Ans. 

    Shortest path algo is a method to find the most efficient route between two points in a graph or network.

    • Shortest path algorithms are used in various applications such as GPS navigation systems, network routing, and logistics planning.

    • Examples of shortest path algorithms include Dijkstra's algorithm, Bellman-Ford algorithm, and Floyd-Warshall algorithm.

    • These algorithms calculate the shortest path based on different cri...

  • Answered by AI
  • Q2. What is diff b/w compiler and interpreter
  • Ans. 

    Compiler translates entire code into machine code before execution, while interpreter translates code line by line during execution.

    • Compiler converts entire code into machine code before execution

    • Interpreter translates code line by line during execution

    • Compiler generates intermediate object code or executable file

    • Interpreter does not generate intermediate object code

    • Examples: C, C++ compilers vs Python, Ruby interprete

  • Answered by AI
  • Q3. What are 4 pillars of oops
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components within a class, protecting the data.

    • Abstraction hides the complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about the company
  • Q2. What is your hobby

Interview Preparation Tips

Interview preparation tips for other job seekers - The process is easy the interviewers were friendy overall the hiring process was smooth but took a lot of time for LOI and haven't received offer letter yet

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Java oops questions
  • Q2. Sql and data structure
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Online Assessment 

(1 Question)

  • Q1. Technical MCQs 30 questions, 2 code fixing questions, 2 coding questions (100 mins)
Round 2 - English communication Assessment 

(1 Question)

  • Q1. It test your writing, reading, listening and speaking skills
Round 3 - Technical 

(1 Question)

  • Q1. Self Intro, About project, Skills mentioned in resume, Basic programming questions (No coding questions and no DSA questions)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Basic aptitude questions

Round 2 - Coding Test 

Coding questions like array related

Round 3 - One-on-one 

(2 Questions)

  • Q1. Had 1:1 round asked question based on your cv
  • Q2. Python, MySql, array, OOPS
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

The test consists of questions from each and every domain ranging from general aptitude to essay writing as well as ASL-based questions. In the end, there are two questions related to coding which are easy - medium in difficulty and each section has a separate time limit with no negative marking.

Round 3 - Technical 

(5 Questions)

  • Q1. Tell me something about yourself.
  • Q2. What was your role in the project you created?
  • Q3. Why Java and Javascript?
  • Ans. 

    Java and JavaScript are essential programming languages for web and software development.

    • Java is a versatile language used for building enterprise applications, Android apps, and server-side development.

    • JavaScript is a crucial language for front-end web development, adding interactivity to websites and web applications.

    • Both languages have a large community support, extensive libraries, and frameworks for developers to

  • Answered by AI
  • Q4. Difference between Java and C++?
  • Ans. 

    Java is a high-level, object-oriented programming language with automatic memory management, while C++ is a lower-level language with manual memory management.

    • Java is platform-independent, while C++ is platform-dependent.

    • Java uses automatic garbage collection, while C++ requires manual memory management.

    • Java does not support pointers, while C++ does.

    • Java is more secure due to its strong type checking, while C++ allows ...

  • Answered by AI
  • Q5. Why not python instead of using Java?
  • Ans. 

    Java is preferred for its performance, scalability, and strong typing compared to Python.

    • Java is statically typed, which helps catch errors at compile time, while Python is dynamically typed.

    • Java is faster in terms of execution speed compared to Python.

    • Java is preferred for large-scale enterprise applications due to its scalability and performance.

    • Java has a strong ecosystem and support for multi-threading, making it s

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume as they will ask most of the questions from your resume only and make sure to communicate with fluency as it holds a major impact on the interviewer.

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online test was easy with basics

Round 2 - Technical 

(2 Questions)

  • Q1. Basic string manipulation
  • Q2. Data structures
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 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 - Technical 

(1 Question)

  • Q1. Joined as fresher so basic oops and data structure and some questions on SQL.
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts Sql querys Searching and sorting Projects in resume
  • Q2. What is oops and it's four pillars?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Inheritance: Allowing a class to inherit properties and behavior from another class.

    • Polymorphism: The ability for objects to be treated as instances of their parent class.

    • Abstraction: Hiding the complex implementation ...

  • Answered by AI
  • Q3. What is copy constructor?
  • Ans. 

    Copy constructor is a special type of constructor which creates a new object as a copy of an existing object.

    • Copy constructor is used to initialize a new object as a copy of an existing object.

    • It takes an object of the same class as a parameter.

    • It is called when a new object is created from an existing object.

    • Example: class MyClass { public: MyClass(const MyClass& obj) { // copy constructor logic } };

  • Answered by AI

Skills evaluated in this interview

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.3 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.2k salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Associate
991 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.6
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