HealthTap Interview Questions

HealthTap Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(15)
Machine Learning
(13)
A/B Testing
(4)
Statistics
(4)
Analytics
(4)

HealthTap Interview Questions

Practice for the HealthTap interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Given a string, write a function recurring_char to find its first recurring character. Return None if there is no recurring character.

Treat upper and lower case letters as distinct characters.

You may assume the input string includes no spaces.

Example 1:

Input:

input = "interviewquery"

Output:

output = "i"

Example 2:

Input:

input = "interv"

Output:

output = None
SQL
Easy
A/B Testing
Medium
Loading pricing options

View all Healthtap questions

Challenge

Check your skills...
How prepared are you for working at Healthtap?

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.

Discussion & Interview Experiences

There are no comments yet. Start the conversation by leaving a comment.

Jump to Discussion