Truveta Interview Questions

Truveta Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(46)
Machine Learning
(11)
SQL
(11)
A/B Testing
(10)
Statistics
(6)

Truveta Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Given two sorted lists, write a function to merge them into one sorted list.

Bonus: What’s the time complexity?

Example:

Input:

list1 = [1,2,5]
list2 = [2,4,6]

Output:

def merge_list(list1,list2) -> [1,2,2,4,5,6]
SQL
Medium
Data Structures & Algorithms
Easy
Loading pricing options

View all Truveta questions

Challenge

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

Truveta Salaries by Position

Software Engineer*
$130K
Software Engineer
Median: $130K
Mean (Average): $130K
Data points: 1
$121K
$130K
Data Engineer
Median: $130K
Mean (Average): $127K
Data points: 3

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 $130,000 base salary while the Data Engineer role on average pays the least with a $126,667 base salary.

Discussion & Interview Experiences

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