Upload Button Icon Add office photos

Filter interviews by

Carelon Global Solutions Senior Software Engineer Interview Questions, Process, and Tips

Updated 2 Apr 2024

Top Carelon Global Solutions Senior Software Engineer Interview Questions and Answers

View all 6 questions

Carelon Global Solutions Senior Software Engineer Interview Experiences

10 interviews found

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

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

(1 Question)

  • Q1. Asked Basic question about the Asset management process.
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round to check communication & approach towards work.
Round 4 - Client Interview 

(2 Questions)

  • Q1. Only formal connect with Client Leadership to confirm the hiring.
  • Q2. Basic questions about your past experiences.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is not upto the mark. Please get all the queries clarified about the position before joining.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(1 Question)

  • Q1. C#, dotnet core, azure and tech interview
Round 3 - One-on-one 

(1 Question)

  • Q1. Tech interview and work experience questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Design patterns tech interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Senior Software Engineer Interview Questions & Answers

user image Chagarlamudi Phanikumar

posted on 26 Jun 2023

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

I applied via Referral and was interviewed before Jun 2022. There were 5 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 - HR 

(1 Question)

  • Q1. Asking about the relevant experience on technologies
Round 3 - Technical 

(1 Question)

  • Q1. Related to roles and responsibilities and as well as domain related questions.
Round 4 - Technical 

(1 Question)

  • Q1. Related to the project level discussion
Round 5 - HR 

(1 Question)

  • Q1. One on one package discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Project and skills you have
Round 2 - Behavioral 

(2 Questions)

  • Q1. Project details
  • Q2. All i have explained in detail
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions

Carelon Global Solutions interview questions for designations

 Senior Software Engineer Testing

 (1)

 Senior Software Engineer 2

 (1)

 Senior Software Development Engineer

 (1)

 Software Engineer

 (29)

 Associate Software Engineer

 (48)

 Software Engineer Trainee

 (1)

 Software Support Engineer

 (1)

 Software Engineer III

 (1)

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

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic tech stack related questions
Round 2 - Technical 

(1 Question)

  • Q1. Some advanced architecture level questions

Get interview-ready with Top Carelon Global Solutions Interview Questions

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

I applied via LinkedIn and was interviewed before Mar 2022. There were 2 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 - Technical 

(6 Questions)

  • Q1. Reflextions concept in c# ?
  • Ans. 

    Reflections in C# allow for runtime inspection and modification of types, objects, and assemblies.

    • Reflections can be used to dynamically load assemblies and types at runtime.

    • Reflections can be used to inspect and modify properties, fields, and methods of objects.

    • Reflections can be used to create new instances of types and invoke their methods.

    • Reflections can be used to generate code dynamically using System.Reflection....

  • Answered by AI
  • Q2. How to implemented dependency injection in ur projects ?
  • Ans. 

    Dependency injection is implemented by creating interfaces for dependencies and injecting them into the class constructor.

    • Identify dependencies and create interfaces for them

    • Create a class constructor that accepts the interfaces as parameters

    • Use a dependency injection framework like Spring or Guice

    • Avoid using static methods or singletons to access dependencies

  • Answered by AI
  • Q3. Exception handling in realtime ?
  • Ans. 

    Realtime exception handling requires quick identification, logging, and resolution of errors.

    • Use try-catch blocks to handle exceptions in real-time

    • Log exceptions with detailed information to aid in debugging

    • Implement automated error reporting to quickly identify and resolve issues

    • Use monitoring tools to detect and alert on errors in real-time

    • Ensure error messages are clear and actionable for developers and end-users

  • Answered by AI
  • Q4. What is O-Auth ? Which type of authentication/security used in ur project ?
  • Ans. 

    O-Auth is an open standard for authorization. Our project uses token-based authentication for security.

    • O-Auth is used to allow users to grant access to their resources without sharing their credentials.

    • It uses tokens for authentication instead of passwords.

    • Our project uses token-based authentication for security purposes.

    • Token-based authentication involves generating a unique token for each user that is used to authent

  • Answered by AI
  • Q5. State management techniques in realtime ? How to use them??
  • Ans. 

    Realtime state management techniques include WebSockets, Server-Sent Events, and GraphQL Subscriptions.

    • WebSockets allow bidirectional communication between client and server, enabling real-time updates.

    • Server-Sent Events allow the server to push updates to the client without the client having to request them.

    • GraphQL Subscriptions allow clients to subscribe to specific data and receive updates when that data changes.

    • Oth...

  • Answered by AI
  • Q6. What is tuple? In c#
  • Ans. 

    Tuple is an ordered set of values of different types in C#.

    • Tuples are immutable and can be used to return multiple values from a method.

    • Tuple can be created using the Tuple class or by using the tuple syntax.

    • Example: Tuple tuple = new Tuple(1, "hello");

    • Example: var tuple = (1, "hello");

    • Tuple elements can be accessed using Item1, Item2, etc. properties or by deconstructing the tuple.

    • Example: in...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First know about ur current projects .
Which technology? How we will handling security,state management , exceptions, loggers, routing, configurations-environments….etc

Skills evaluated in this interview

Senior Software Engineer Jobs at Carelon Global Solutions

View all

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What will you bring to the team if we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for the JD before you go up for the interview, It will be really helpful to crack any interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Overall Experience, Project Details and Situation based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I

Interview Questionnaire 

1 Question

  • Q1. Skillset, experience, about myself

Interview Questionnaire 

1 Question

  • Q1. Technical questions from data warehousing and ETL Concept , SQL Queries and Unix

Carelon Global Solutions Interview FAQs

How many rounds are there in Carelon Global Solutions Senior Software Engineer interview?
Carelon Global Solutions interview process usually has 3-4 rounds. The most common rounds in the Carelon Global Solutions interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Carelon Global Solutions Senior Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Carelon Global Solutions. The most common topics and skills that interviewers at Carelon Global Solutions expect are Operations, SAN, genetics, Agile and SQL.
What are the top questions asked in Carelon Global Solutions Senior Software Engineer interview?

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

  1. What is O-Auth ? Which type of authentication/security used in ur projec...read more
  2. How to implemented dependency injection in ur project...read more
  3. State management techniques in realtime ? How to use the...read more

Tell us how to improve this page.

Carelon Global Solutions Senior Software Engineer Interview Process

based on 8 interviews

2 Interview rounds

  • Resume Shortlist Round
  • HR Round
View more
Carelon Global Solutions Senior Software Engineer Salary
based on 3.3k salaries
₹9.4 L/yr - ₹28 L/yr
24% more than the average Senior Software Engineer Salary in India
View more details

Carelon Global Solutions Senior Software Engineer Reviews and Ratings

based on 247 reviews

4.0/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

4.0

Salary

4.0

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 247 Reviews and Ratings
GCP-Senior Software Engineer-GR-38979-64411-JR137816

Hyderabad / Secunderabad,

Gurgaon / Gurugram

+1

5-10 Yrs

₹ 6.5-27 LPA

Senior Software Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

4-6 Yrs

₹ 9.8-24.5 LPA

Explore more jobs
Senior Software Engineer
3.3k salaries
unlock blur

₹9.4 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
1k salaries
unlock blur

₹2 L/yr - ₹5.6 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
Did you find this page helpful?
Yes No
write
Share an Interview