Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Associate Engineer Interview Questions and Answers

Updated 21 Oct 2023

Carelon Global Solutions Associate Engineer Interview Experiences

2 interviews found

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

I applied via Campus Placement 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 

Aptitude MCQ based. There was one and half hour exam.

Round 3 - Coding Test 

In technical round there was only one question based on string

Round 4 - HR 

(5 Questions)

  • Q1. It was HR and technical both
  • Q2. Tell me about yourself
  • Q3. Tell me your strength
  • Q4. Oops concepts like polymorphism, inheritance and so on
  • Q5. DBMS questions like SQL commands

I applied via Campus Placement and was interviewed in Sep 2022. There were 5 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 

Given with aptitude MCQ question which coverd topies like number pattern,alphabet patterns,distance Speed and time, and few basic questions.

Round 3 - Coding Test 

Given with a coding question which is medium level .if you understand the question properly and good at coding you can do it 8n 5-10 minutes.
10 MCQ question which coverd important topics in data structures and algorithms like linkedlists,stacks, queue,trees and also few basic question of SQL

Round 4 - Technical 

(1 Question)

  • Q1. What is a process? What is a thread? What are string? Why are strings immutable? What is JDK and JRE? What is synchronisation? What are opps concepts? What is data base? What is a query?
  • Ans. 

    A set of technical questions related to software engineering concepts.

    • Process: an instance of a program that is being executed by the operating system.

    • Thread: a lightweight process that can run concurrently with other threads within a process.

    • String: a sequence of characters.

    • Strings are immutable to ensure their values cannot be changed once created.

    • JDK: Java Development Kit, a software development environment for buil...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. 1.Tell me something about your native place? 2.Do you think that you will get this job?

Interview Preparation Tips

Topics to prepare for Carelon Global Solutions Associate Engineer interview:
  • JAVA
  • SQL
  • Networking
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Learn all core concepts in Java like opps,exceptions,multithreading,strings,collections.
Learn basic concepts in MySQL
Learn basic definitions in Networking like process,thread, synchronisation,deadlocks,different types of operating systems,,.........

Associate Engineer Interview Questions Asked at Other Companies

asked in Nagarro
Q1. Count Ways To Reach The N-th Stair Problem Statement You are give ... read more
asked in Nagarro
Q2. Trailing Zeros in Factorial Problem Find the number of trailing z ... read more
asked in Nagarro
Q3. Convert First Letter to Upper Case Given a string STR, transform ... read more
asked in Tata Steel
Q4. What are the test done during maintenance of a power transformer?
asked in Tata Steel
Q5. how to control the speed of an EOT crane without VFD?

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic C questions and 2 c programs to find wrong in code.
  • Q2. Prepare all UART, SPI, CAN, I2C timing digrams their frame format.
  • Ans. 

    Explanation of UART, SPI, CAN, I2C timing diagrams and frame formats.

    • UART: asynchronous serial communication, start and stop bits, baud rate

    • SPI: synchronous serial communication, master-slave architecture, clock polarity and phase

    • CAN: differential serial communication, arbitration, error detection and correction

    • I2C: synchronous serial communication, master-slave architecture, addressing, clock stretching

  • Answered by AI
  • Q3. Matlab knowledge is advantage

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and cofident

Skills evaluated in this interview

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. About previous projects, C programming basics, Autosar related basic questions. Indetailed understanding about the previous projects required whichever area worked un.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not so hard.

I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is difference between abstract class and interface?
  • Ans. 

    Abstract class can have implementation while interface cannot. Classes can implement multiple interfaces but only one abstract class.

    • Abstract class can have constructors while interface cannot.

    • Abstract class can have non-abstract methods while interface cannot.

    • Interfaces are used for full abstraction while abstract classes are used for partial abstraction.

    • Example: Abstract class - Animal with method eat() and subclass ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about java and object oriented programming programming.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript fundamentals and output questions Angular - routing, component, directive etc Sass

Interview Preparation Tips

Interview preparation tips for other job seekers - Positive experience

Interview Questionnaire 

1 Question

  • Q1. Computer networking, oops, programming

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. They asked to calculate time complexity of any algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice is the only silver bullet to crack any interview!
Do coding of problem on notepad. Refer DS, ALGO related problem from GeeksOfGeeks site.

And 1 more thing coding is an art and please do not mug up the code, just try to understand the tricks, logic and solution and use those tricks and solution to solve any coding problem.

Do practice, Do practice and Do practice....nothing else

Interview Questionnaire 

1 Question

  • Q1. Implement serialization of tree
  • Ans. 

    Serialize a tree data structure

    • Use pre-order traversal to serialize the tree

    • Store null values as a special character

    • Use a delimiter to separate nodes

    • Example: 1,2,null,null,3,4,null,null,5,null,null

    • Deserialize by splitting the string and using a queue

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Reverse linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for sql and coding

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Associate Engineer interview?
Carelon Global Solutions interview process usually has 4-5 rounds. The most common rounds in the Carelon Global Solutions interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Carelon Global Solutions Associate Engineer interview?

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

  1. What is a process? What is a thread? What are string? Why are strings immutable...read more
  2. Oops concepts like polymorphism, inheritance and so...read more
  3. DBMS questions like SQL comma...read more

Tell us how to improve this page.

Carelon Global Solutions Associate Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Carelon Global Solutions Associate Engineer Salary
based on 19 salaries
₹4 L/yr - ₹5.5 L/yr
18% less than the average Associate Engineer Salary in India
View more details

Carelon Global Solutions Associate Engineer Reviews and Ratings

based on 3 reviews

4.1/5

Rating in categories

4.3

Skill development

4.3

Work-life balance

4.1

Salary

4.6

Job security

4.5

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
3.3k salaries
unlock blur

₹5 L/yr - ₹16.3 L/yr

Senior Software Engineer
3.3k salaries
unlock blur

₹9.5 L/yr - ₹28 L/yr

Claims Associate
2.4k salaries
unlock blur

₹1.7 L/yr - ₹4.8 L/yr

Associate Software Engineer
1.4k salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Associate
1k salaries
unlock blur

₹1.9 L/yr - ₹6 L/yr

Explore more salaries
Compare Carelon Global Solutions with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview