Jobs
Interviews

DeltaX

Interview Questions for DeltaX

1. Design Zomato's dish rating feature.

2. There are n stones on the direct line. You are given an array stones of length n where stones[i] is the position of the ith stone. Initially, the frog is on the first stone and wants to reach the last stone. In one step, the frog can jump to the next stone. More formally, if the frog is at stones[i], it can jump to stones[j] where i < j. However, there is a limitation on the frog's jump. Let maxJump be the maximum jump the frog has made so far. The frog can only jump to stones[i] if stones[j] - stones[i] <= 2 * maxJump. Return the minimum possible value of maxJump to reach the last stone starting from the first stone.

3. How do you feel you would fit into a high-sales environment?

4. How do you retrieve query parameters?

5. How can AI and machine learning be leveraged in digital marketing strategies?