Jobs
Interviews

o9 Solutions

o9 Solutions is a technology company providing a cloud-based platform for enterprise planning and decision-making across various industries, utilizing artificial intelligence and advanced analytics.

Interview Questions for o9 Solutions

1. What is normalization?

2. Why o9 Solutions?

3. Write an SQL query to find students with scores above a particular threshold and sort them according to their scores and then by their names.

4. Angle Calculation Between Clock Hands Given a specific time in hours and minutes, your task is to calculate the smallest possible angle between the hour hand and the minute hand of a clock. Example: Input: T = 2H = 3, M = 30H = 9, M = 45 Output: 75112 Explanation: In the first example, when the time is 3:30, the smaller angle between the hour and minute hands is 75 degrees. Constraints: 1 ≤ T ≤ 50 1 ≤ H ≤ 12 0 ≤ M ≤ 59 Time limit: 1 second Note: There are two potential angles between the clock hands, but you must return the minimum of these two angles. When computing the angle, return its floor value, e.g., for an angle of 15.2, you should return 15.Ensure your implemented function outputs the results as expected.

5. What is cannibalization?