Medline Industries Interview Questions

Medline Industries Interview Guides

Click or hover over a slice to explore questions for that topic.
Machine Learning
(5)
Behavioral
(5)
Data Structures & Algorithms
(3)
SQL
(2)
Statistics
(1)

Medline Industries Interview Questions

Practice for the Medline Industries interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given an array and a target integer, write a function sum_pair_indices that returns the indices of two integers in the array that add up to the target integer. If not found, just return an empty list.

Note: Can you do it on O(n)O(n) time?

Note: Even though there could be many solutions, only one needs to be returned.

Example 1:

Input:

array = [1 2 3 4] 
target = 5 

Output:

def sum_pair_indices(array, target) -> [0 3] or [1 2]

Example 2:

Input:

array = [3]
target = 6 

Output:

Do NOT return [0 0] as you can't use an index twice.
Behavioral
Medium
SQL
Easy
Loading pricing options

View all Medline Industries, Inc. questions

Challenge

Check your skills...
How prepared are you for working at Medline Industries, Inc.?

Medline Industries Salaries by Position

Software Engineer*
$132K
Software Engineer
Median: $132K
Mean (Average): $132K
Data points: 2
Data Scientist*
$131K
Data Scientist
Median: $131K
Mean (Average): $131K
Data points: 2
Data Engineer*
$125K
Data Engineer
Median: $125K
Mean (Average): $125K
Data points: 1
Business Intelligence*
$82K
Business Intelligence
Median: $82K
Mean (Average): $82K
Data points: 2
$56K
$82K
Business Analyst
Median: $82K
Mean (Average): $74K
Data points: 7

Most data science positions fall under different position titles depending on the actual role.

From the graph we can see that on average the Software Engineer role pays the most with a $132,000 base salary while the Business Analyst role on average pays the least with a $73,598 base salary.

Discussion & Interview Experiences

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