Jobs
Interviews

Ovyo

Interview Questions for Ovyo

1. What is an algorithm?

2. Given a sorted array of integers nums and an integer target, write a function to search target in nums. If the target exists, then return its index. Otherwise, return -1.

3. Write the logic for the Fibonacci series.