WebMD Interview Questions

WebMD Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(42)
Machine Learning
(32)
SQL
(17)
Statistics
(10)
Business Case
(9)

WebMD Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

You are given a string that represents some floating-point number. Write a function, digit_accumulator, that returns the sum of every digit in the string.

Example:

Input:

s = "123.0045"

Output:

def digit_accumulator(s) -> 15

Since 
1 + 2 + 3 + 0 + 0 + 4 + 5 = 15
A/B Testing
Medium
Machine Learning
Easy
Loading pricing options

View all Webmd questions

Challenge

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

Discussion & Interview Experiences

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