Genesys Interview Questions

Genesys Interview Guides

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(71)
SQL
(58)
Machine Learning
(49)
Probability
(30)
Statistics
(20)

Genesys Interview Questions

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

QuestionTopicDifficulty
Data Structures & Algorithms
Easy

Given a list of integers, find the index at which the sum of the left half of the list is equal to the right half. If there is no index where this condition is satisfied return -1.

Note: the number that lies on the index is calculated to the left side of the list.

Example 1:

Input:

nums = [1, 7, 3, 5, 6]

Output:

equivalent_index(nums) -> 2

In this example, the sum of the elements to the left of index 2 (1 + 7) is equal to the sum of the elements to the right of index 2 (5 + 6).

Example 2:

Input:

nums = [1,3,5]

Output:

equivalent_index(nums) -> -1

In this example, there is no index where the sum of the elements to the left is equal to the sum of the elements to the right.

Query Optimization
Medium
Machine Learning
Easy
Loading pricing options

View all Genesys questions

Challenge

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

Genesys Salaries by Position

Product Manager*
$167K
$205K
Product Manager
Median: $186K
Mean (Average): $186K
Data points: 2
$75K
$160K
Software Engineer
Median: $97K
Mean (Average): $111K
Data points: 24
$76K
$144K
Business Analyst
Median: $107K
Mean (Average): $109K
Data points: 4

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

From the graph we can see that on average the Product Manager role pays the most with a $186,230 base salary while the Business Analyst role on average pays the least with a $108,510 base salary.

Discussion & Interview Experiences

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