Jobs
Interviews

Anchanto

Interview Questions for Anchanto

1. What is the difference between multithreading and asynchronous programming?

2. What is a test plan?

3. Explain STLC.

4. Given a sorted array that is rotated at some unknown pivot, and a target value, find the index of the target value in the rotated array. If the target value is not found, return -1. Implement Binary Search to solve this problem.

5. How do you use a type field in a table for polymorphism?