Project44 Interview Questions

Project44 Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(81)
SQL
(63)
Machine Learning
(58)
Probability
(31)
Product Sense & Metrics
(23)

Project44 Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Write a function minimum_change to find the minimum number of coins that make up the given amount of change cents. Assume we only have coins of value 1, 5, 10, and 25 cents.

Example:

Input:

cents = 73

Output:

def minimum_change(cents) -> 7
#(25 + 25 + 10 + 10 + 1 + 1 + 1)
Data Structures & Algorithms
Medium
SQL
Easy
Loading pricing options

View all Project44 questions

Challenge

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

Project44 Salaries by Position

Software Engineer*
$124K
Software Engineer
Median: $124K
Mean (Average): $124K
Data points: 1
Business Intelligence*
$115K
Business Intelligence
Median: $115K
Mean (Average): $115K
Data points: 1

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 $124,200 base salary while the Business Intelligence role on average pays the least with a $115,000 base salary.

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