HealthCrowd Interview Questions

HealthCrowd Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(86)
SQL
(62)
Machine Learning
(56)
Probability
(31)
Statistics
(23)

HealthCrowd Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Find all sets of 3 indexes of an array so that the three indexed elements add up to 0.

Note: You may assume the input array is sorted in ascending order.

Example

For example, if the input array is:

array = [-2, -1, 1, 1, 3]

The result should be:

result = [{0,1,2}, {2,3,4}]
SQL
Easy
SQL
Easy
Loading pricing options

View all Healthcrowd questions

Challenge

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

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