As a Fortune 40 company, Humana stands at the forefront of enhancing health and well-being, driven by a dedicated workforce passionate about delivering exceptional care. Recognized nationally as a leading health benefits company, Humana’s commitment extends beyond traditional healthcare, embracing technological innovation and data-driven insights.
In a data-driven company, there is a persistent need for data professionals. You might need to know a few things to score a job in your next Humana interview.
Initial contact: The first step usually involves an initial contact via email or phone from Human Resources explaining the recruitment process.
Video call Interviews: The first significant step of the interview process involves one or more thirty-minute-long video call interviews focused on your experience and behavioral questions. These interviews are designed to confirm your experience and gauge your suitability for the team.
Pre-recorded Phone Interview: The next step is a pre-recorded phone interview. The HR tool provides the questions, and you must record your answers. The questions are reasonably straightforward; don’t hesitate to repeat the question if needed.
Telephone Technical Interview: This step involves a telephone technical interview, where you will be asked about your technical knowledge and how you applied it in your past role(s) and projects.
Behavioral Questions: Get ready for behavioral questions that seek to gauge your response to challenges, team collaboration, and similar real-life scenarios. Don’t forget to detail how you overcame the challenges.
Technical In-depth Interview: If you proceed beyond these steps, be ready for an in-depth technical interview that usually involves meeting multiple people - about 6 to 8 at once. Here, candidates would need to answer more complex technical and statistical questions relating to their project experiences, as mentioned in their resumes.
At Humana, coding prowess is critical, especially for roles that delve deep into software development, data analysis, and data science. The statistics reveal that coding questions are a staple in Humana’s interview process, with a staggering 97% of software engineer interviews featuring them. Similarly, data analysts and data scientists are frequently tested on their coding abilities. Here are some representative coding questions to give you a glimpse of what to expect:
Given a list of numbers nums
and an integer window_size
, write a function moving_window
to find the moving window average. Provide examples of your function in action.
Write a Python function that adds together all combinations of adjacent integers of a given string of integers named int_str
. Provide examples of your function in action.
Given a list of strings, write a function that returns their longest common prefix. If the list of strings has no common prefix, return an empty string. Provide examples of your function in action.
To practice Algorithms interview questions, consider using the Python learning path or the full list of Algorithms questions in our database. You may also check out this article for basic Python interview questions.
Data is the lifeblood of modern organizations, and Humana is no exception. With a significant portion of their decision-making process being data-driven, SQL skills are highly sought after, especially for roles like data analysts and data scientists. The interview statistics underscore the importance of SQL in Humana’s recruitment process. Here are some SQL questions to help you get a sense of the challenges:
annual_payments
table?We have an annual_payments
table. Write SQL queries to answer the following questions:
"paid"
have an amount greater or equal to 100?"paid"
status)You work at an advertising firm and have a table of users’ impressions of ad campaigns over time. Each impression_id
consists of user engagement values specified by Excited
, OK
, and Bored
. Write a query to find all users that are currently “Excited” and have never been “Bored” with a campaign.
You work at Costco, which has a users
table with user information, including their registration date, and a purchases
table with the entire item purchase history for those users. Write a query to get the total amount spent on each item in the ‘purchases’ table by users registered in 2022.
To continue practicing, try the SQL learning path and the full list of SQL questions and solutions in our interview questions database.
Probability and statistics form the backbone of many analytical roles at Humana. These mathematical tools help make informed decisions, understand trends, and predict future outcomes. As such, candidates for data-centric roles at Humana are often evaluated on their grasp of these concepts. Here’s a snapshot of the kind of questions you might face:
You flip a coin 10 times, and it comes up tails 8 times and heads twice. Based on this outcome, would you consider this coin to be fair?
Explain the difference between covariance and correlation. Please provide an example to illustrate your explanation.
Given that X and Y are independent random variables with normal distributions, calculate the mean and variance of the distribution of 2X - Y. The corresponding distributions are X ~ N(3, 4) and Y ~ N(1, 4).
Note that this analysis was based on the covariance of random variables, equivalent to population covariance analysis. The same logic still applies for sample covariance since the sample covariance is also an inner product (on the vector space of R^n).
The logistic and softmax functions are real-valued functions that output values in the interval (0,1). Start by explaining the logistic function.
To prepare for Probability & Statistics questions, consider using the statistics and A/B testing learning path and the probability learning path. These resources cover various topics, from basic statistics to advanced probability concepts.
Most data science positions fall under different position titles depending on the actual role.
From the graph we can see that on average the Machine Learning Engineer role pays the most with a $172,000 base salary while the Data Analyst role on average pays the least with a $73,222 base salary.
Practice for the Humana interview with these recently asked interview questions.