Upload Button Icon Add office photos

Filter interviews by

Evernorth Health Services Interview Questions, Process, and Tips

Updated 9 Jan 2025

Top Evernorth Health Services Interview Questions and Answers

View all 7 questions

Evernorth Health Services Interview Experiences

Popular Designations

8 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Types of chunking methods?
  • Q2. How to optimize the RAG Pipeline?
Round 2 - One-on-one 

(2 Questions)

  • Q1. Managerial questions and few dsa questions
  • Q2. Discussion on RAG Pipeline based project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the topics mentioned in your CV and also explore recent advancements in large language models (LLMs).

Machine Learning Engineer Interview Questions asked at other Companies

Q1. Subset Sum Equal To KYou are given an array/list ‘ARR’ of ‘N’ positive integers and an integer ‘K’. Your task is to check if there exists a subset in ‘ARR’ with a sum equal to ‘K’. Note: Return true if there exists a subset with sum equal t... read more
View answer (3)

Intern Interview Questions & Answers

user image Rebekah Rose

posted on 1 Dec 2024

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

I applied via campus placement at Vardhaman College of Engineering, Mahaboobnagar and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Quants , Verbal Ability and code snippets (75 questions in total)

Round 2 - Technical 

(3 Questions)

  • Q1. In Detail Resume questions
  • Q2. Github Commands and usage
  • Ans. 

    Github commands and usage

    • Git clone - to copy a repository from Github to your local machine

    • Git add - to stage changes for commit

    • Git commit -m 'message' - to commit changes with a message

    • Git push - to push changes to a remote repository

    • Git pull - to fetch and merge changes from a remote repository

  • Answered by AI
  • Q3. Python commands and Sql Queries
Round 3 - HR 

(2 Questions)

  • Q1. Will u be going for masters (answer no if u want the job lol)
  • Q2. Tell me about your family background

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Tell me about the challenges you faced in your project.
  • Ans. 

    I faced challenges in managing stakeholder expectations and aligning project goals with business objectives.

    • Difficulty in gathering requirements from stakeholders with conflicting priorities

    • Managing scope creep and ensuring project stays on track

    • Balancing technical constraints with business needs

    • Resolving communication issues between different teams

  • Answered by AI
  • Q2. Where do you see yourself down the line in 10 years
  • Ans. 

    In 10 years, I see myself leading a team of business analysts, driving strategic initiatives, and contributing to the overall success of the organization.

    • Leading a team of business analysts

    • Driving strategic initiatives

    • Contributing to the overall success of the organization

  • Answered by AI
  • Q3. What kinds of charts and KPIs you created for the project.
  • Ans. 

    I created various charts and KPIs to track project progress and performance.

    • Created trend charts to visualize project progress over time

    • Developed KPI dashboards to monitor key metrics such as cost savings and efficiency improvements

    • Utilized pie charts to show distribution of resources or project outcomes

    • Implemented bar charts to compare performance across different teams or departments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was a chill guy, asked relevant questions and sticked to the topics.

Senior Business Analyst Interview Questions asked at other Companies

Q1. Difference between annuity and pension, types of annuity and pension, actions done on a policy, policy flow, RI insurance and it’s types and difference between them. Coinsurance, what are the charges when u cancel policy in 1st year vs 3rd ... read more
View answer (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code snippet java explain details or find the error or exception
  • Ans. 

    The code snippet is missing a closing bracket for the try block.

    • The try block is missing a closing bracket which is causing a syntax error.

    • Adding a closing bracket '}' after the catch block will resolve the issue.

  • Answered by AI
  • Q2. Code snippet will be given
Round 2 - Coding Test 

Jntervierwers write code snippet you have to exllainnit

Interview Preparation Tips

Interview preparation tips for other job seekers - Joining Evernorth now may be good advantage but Company is setting up policies now so wait for few more years so that by the time you jlined everything gets settled

Skills evaluated in this interview

Application Development Analyst Interview Questions asked at other Companies

Q1. Automerge Jobs In Informatica MDM? Running Synchronization Batch Jobs After Changes To Trust Settings In Informatica MDM? Defining Trust Settings For Base Objects In Informatica MDM? How Informatica MDM Hub Handles The Data Population Proce... read more
View answer (1)

Evernorth Health Services interview questions for popular designations

 Application Development Analyst

 (1)

 Intern

 (1)

 Machine Learning Engineer

 (1)

 Senior Business Analyst

 (1)

 Senior Data Engineer

 (1)

 Senior Lead Analyst

 (1)

 Senior Software Engineer 2

 (1)

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

I applied via Approached by Company and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain your first project
  • Q2. Explanation about latest project
  • Ans. 

    Implemented a data analytics platform to track customer behavior and improve marketing strategies.

    • Developed data collection methods to gather customer information

    • Analyzed data using statistical models to identify trends and patterns

    • Generated reports to provide insights for marketing team

    • Implemented recommendations to optimize marketing campaigns

  • Answered by AI
Round 2 - Coding Test 

Was asked to write a Python code that covers basic concepts

Senior Lead Analyst Interview Questions asked at other Companies

Q1. What is the difference between charge card & credit card?
View answer (1)

Senior Data Engineer Interview Questions & Answers

user image narasimha palutla

posted on 19 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. How to read a text file as one column in pysaprk and get the word counts
  • Ans. 

    Read a text file as one column in pyspark and get word counts

    • Use SparkContext to read the text file and create a DataFrame with one column

    • Split the text column into words using split() function

    • Use groupBy() and count() functions to get the word counts

  • Answered by AI
  • Q2. Sql question to read the data between perticular range of min and max value of records

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Coding Test 

I was given a coding test that required me to write a card game. In the player interface, there are two players and a deck of 52 cards is provided. When the user clicks on a button, a card is revealed for each player. The challenging aspect is ensuring that a new card is drawn each time one is revealed, similar to an actual game.

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. What microservices patterns are you aware ? let's assume that there is a microservice based architecture and service A is calling service B which in turn service C. If service b fails, how will you manage transaction and logging ?
View answer (1)

Business Analytics Advisor Interview Questions & Answers

user image Anonymous

posted on 15 Oct 2024

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

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Challenges encountered during a project delivery and how did I overcome.
  • Ans. 

    Encountered challenges in project delivery and how they were overcome

    • Managing scope creep by clearly defining project scope and setting expectations with stakeholders

    • Dealing with resource constraints by reallocating tasks and prioritizing deliverables

    • Handling communication breakdowns by scheduling regular meetings and providing updates to all team members

    • Addressing technical issues by seeking help from subject matter e...

  • Answered by AI
  • Q2. Quality vs Speed. What do you choose and how do you choose between both?
  • Ans. 

    It depends on the situation. Quality is important for long-term success, while speed is crucial for meeting deadlines.

    • Consider the project requirements and goals to determine whether quality or speed is more important.

    • Prioritize quality when accuracy and precision are critical, such as in data analysis for decision-making.

    • Choose speed when time-sensitive decisions need to be made quickly, such as in real-time analytics...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Discussed about my various roles and responbilties.

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8

The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.

Round 2 - Technical 

(6 Questions)

  • Q1. Interviewer was himself not knowing anything as it was walkin drive he was sitting infront of me and checking questions on phone Introduction that he inturrepted in between when I was introducing myself
  • Q2. What are the features of Java 17, specifically related to sealed classes, including their syntax and necessity, along with the potential errors encountered when invoking a sealed class?
  • Ans. 

    Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.

    • Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.

    • Subclasses of a sealed class must be either final or sealed themselves.

    • Errors may occur when trying to extend a sealed class with a non-permitted subclass.

  • Answered by AI
  • Q3. Java 8 feathers stream api, functional interface, Intermittent operator ,Ternary operator, Prediction,Bi predicate. Answered all successfully
  • Q4. Draw low level design of implementation of notify me if item is back in stock in a ecommerce application
  • Ans. 

    Implementation of 'notify me if item is back in stock' feature in an ecommerce application

    • Create a database table to store user notifications for out-of-stock items

    • Implement a service to check item availability and send notifications to subscribed users

    • Provide a user interface for users to subscribe to notifications for specific items

  • Answered by AI
  • Q5. All design patterns which I know. Asked me to implement adapter pattern on paper
  • Q6. Then given a problem that concurrent way perform operation on excell to decrease the response time

Interview Preparation Tips

Interview preparation tips for other job seekers - I always suggest staying away from these companies commonly referred to as WITCH (Wipro, Infosys, TCS, Cognizant, HCL). You will rarely encounter good interviewers there unless there is an extreme necessity. Interview was judging me on the basis of syntex by seeing in his phone. How can everyone write each and everything on copy. For the low level design first time in my 6 years carrier someone asked to design without using kafka or any other library like spring boot to achieve that add in reminder list problem 😂. At first it was my bad after holding a offer of almost 27 lakh I somehow agreed for giving interview. Second thing I also know that after Even clearing they cannot afford 30LPA which I asked. I just went there because from last 6.5 year I have never attended any walking or face to face interview so was curious for it. Currently also working with somewhat premium product development company only. My experience was very bad. May be it can get vary person to person.

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time

Evernorth Health Services Interview FAQs

How many rounds are there in Evernorth Health Services interview?
Evernorth Health Services interview process usually has 1-2 rounds. The most common rounds in the Evernorth Health Services interview process are Technical, One-on-one Round and Coding Test.
How to prepare for Evernorth Health Services 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 Evernorth Health Services. The most common topics and skills that interviewers at Evernorth Health Services expect are Healthcare, Information Technology, Customer Service, Salesforce and Agile.
What are the top questions asked in Evernorth Health Services interview?

Some of the top questions asked at the Evernorth Health Services interview -

  1. Quality vs Speed. What do you choose and how do you choose between bo...read more
  2. What kinds of charts and KPIs you created for the proje...read more
  3. How to read a text file as one column in pysaprk and get the word cou...read more
How long is the Evernorth Health Services interview process?

The duration of Evernorth Health Services interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Evernorth Health Services Interview Process

based on 8 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3k Interviews
View all

Evernorth Health Services Reviews and Ratings

based on 5 reviews

3.2/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.8

Salary

3.0

Job security

3.2

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineering Advisor
4 salaries
unlock blur

₹32 L/yr - ₹52 L/yr

Business Analyst
3 salaries
unlock blur

₹13.1 L/yr - ₹14.5 L/yr

Software Engineering Senior Analyst
3 salaries
unlock blur

₹25 L/yr - ₹37 L/yr

Explore more salaries
Compare Evernorth Health Services with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

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