Pagaya Interview Questions

Pagaya Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(70)
Machine Learning
(36)
Probability
(28)
SQL
(23)
A/B Testing
(19)

Pagaya Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Medium

Given a binary array consisting of only 0s and 1s, create a Python function, equal_subarray, that returns the maximum length of a contiguous subarray with an equal number of 0 and 1.

Example 1:

Input:

arr = [0, 1]

Output:

def equal_subarray(arr) -> 2

Example 2:

Input:

arr = [0, 1, 0, 1, 1]

Output:

def equal_subarray(arr) -> 4
Data Structures & Algorithms
Medium
SQL
Easy
Loading pricing options

View all Pagaya questions

Challenge

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

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