Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Software Support Engineer Interview Questions and Answers

Updated 23 Aug 2022

Carelon Global Solutions Software Support Engineer Interview Experiences

1 interview found

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 - Technical 

(2 Questions)

  • Q1. Technical round related to your subject
  • Q2. Jcl,cobol,db2,imsdb,vsam
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical and project
  • Q2. Technical as well as project related questions
Round 4 - HR 

(2 Questions)

  • Q1. Salary & notice period related
  • Q2. Salary & notice period related.

Interview Preparation Tips

Interview preparation tips for other job seekers - good to join, but not secure the position, every year they release some amount of employee.

Interview questions from similar companies

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

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked about SQL queries

I applied via LinkedIn

Interview Questionnaire 

1 Question

  • Q1. What did you explore in your college days? aspect like did you know about any certification? Next move of your career ? Where did you find your self at present day (career wise)?

Interview Preparation Tips

Interview preparation tips for other job seekers - No knows how interviewer is but be fearless. if you more feel anxious, fear the more you loose your opportunity , be attentive , you also trick by question but you should confident about you answer if it's right or wrong leave up to front person.
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
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
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 

Very hard question and 4 qs in total

Round 3 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 4 - HR 

(1 Question)

  • Q1. Tell me about 5 years after now

I was interviewed in Nov 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops relate questions
  • Q2. Coding questions like output

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the 3rd class people (interviewer)
Beoz when ever we are appearing on interview firstly they ask what is your current CTC and what is your Expected CTC
They haven't check talent they check only CTC
HR said they don't have CTC issue
So what is reason interviewer asking salary
They having total 2 technical round
N last one it's HR discussion
In both rounds if you have performed well in interview but interviewer ask salary part then for sure you will be rejected
Before 2nd round they send you one form over email you need to fill CTC part of your current organization
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2022. 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. Questions Regarding Project
  • Q2. Explain Your Project

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Question as Compared to Experience all Related about Project it's Having Though for me

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.

I applied via Campus Placement and was interviewed in Oct 2021. 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 - Coding Test 

Coding round where questions based on arrays and strings were asked

Round 3 - Technical 

(4 Questions)

  • Q1. OOPS in Java Programming Language
  • Ans. 

    OOPS in Java is a programming paradigm that emphasizes on objects and their interactions.

    • OOPS stands for Object-Oriented Programming System

    • Java is an OOPS language that supports encapsulation, inheritance, and polymorphism

    • Encapsulation is the process of hiding data and methods within a class

    • Inheritance allows a subclass to inherit properties and methods from a superclass

    • Polymorphism allows objects to take on multiple f...

  • Answered by AI
  • Q2. Multithreading Concept in Java Programming Language
  • Ans. 

    Multithreading in Java allows multiple threads to execute concurrently within a single program.

    • Multithreading improves performance by allowing multiple tasks to run simultaneously.

    • Java provides built-in support for multithreading through the Thread class and Runnable interface.

    • Synchronization is important to prevent race conditions and ensure thread safety.

    • Examples of multithreading in Java include GUI applications, se...

  • Answered by AI
  • Q3. Collections Framework In Java Programming Language
  • Ans. 

    Collections Framework is a set of classes and interfaces that provide reusable data structures in Java.

    • It provides interfaces like List, Set, Queue, etc. for storing collections of objects.

    • It also provides classes like HashMap, TreeMap, etc. for storing key-value pairs.

    • It simplifies the process of storing and manipulating data in Java programs.

    • It improves the performance of Java programs by providing efficient data str...

  • Answered by AI
  • Q4. Exception Handling in Java Programming Language
  • Ans. 

    Exception handling is a mechanism to handle runtime errors in Java programs.

    • Exceptions are objects that are thrown at runtime when an error occurs

    • try-catch block is used to handle exceptions

    • finally block is used to execute code regardless of whether an exception is thrown or not

    • Java provides built-in exceptions like ArithmeticException, NullPointerException, etc.

    • Custom exceptions can also be created by extending the Ex

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Discussed about my java projects
  • Q2. Discussion about the role I am going to join

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in Programming language you did and do implelment basic data structures

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Aptitude Test 

General Questions were asked on probability, reasoning, logical etc

Round 3 - Coding Test 

Coding questions were easy to medium. There were 2 questions 1 was easy and other was medium. It had 45 mins as time limit

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the CS fundamentals, Have good coding skills, having some knowledge on cloud is a bonus

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Software Support Engineer interview?
Carelon Global Solutions interview process usually has 4 rounds. The most common rounds in the Carelon Global Solutions interview process are Resume Shortlist, Technical and One-on-one Round.
What are the top questions asked in Carelon Global Solutions Software Support Engineer interview?

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

  1. technical as well as project related questi...read more
  2. technical round related to your subj...read more
  3. jcl,cobol,db2,imsdb,v...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
IBM Interview Questions
4.1
 • 2.3k Interviews
View all
Carelon Global Solutions Software Support Engineer Salary
based on 4 salaries
₹9 L/yr - ₹11 L/yr
75% more than the average Software Support Engineer Salary in India
View more details
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 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