Practice for the Genesys interview with these recently asked interview questions.
| Question | Topic | Difficulty |
|---|---|---|
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:
Output:
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:
Output:
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 | |
SQL | Easy | |
Machine Learning | Medium | |
Statistics | Medium | |
SQL | Hard | |
Machine Learning | Medium | |
Python | Easy | |
Deep Learning | Hard | |
SQL | Medium | |
Statistics | Easy | |
Machine Learning | Hard |
Check your skills...
How prepared are you for working at Genesys?
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