What is your experience and familiarity with quantitative data analysis?
Program Specialist Interview Questions
1,810 program specialist interview questions shared by candidates
where do you see your self in 10 years what are your plans after graduation
What is your dream job if money was no object
coding ques2- given a bitonic array,you have to find a element in it in log n without extra space
coding ques-Find kth Largest element in array
Binary search in array , you have to code completely
Graph Problem (Asked in Infosys Interview) Problem: Chair Game – Minimum Jumps You are given N chairs arranged in a circle, numbered from 0 to N-1. Each chair i has an associated value A[i], which represents the exact number of positions a person can jump from that chair — either to the left or to the right. Because the chairs form a circle: Jumping right from chair (i) goes to (i + A[i]) % N Jumping left from chair (i) goes to (i - A[i] + N) % N Bob starts at chair number X, and wants to reach chair number Y. Your task is to determine the minimum number of jumps Bob needs to reach from chair X to chair Y. If it is not possible, return -1.
Give me the real-time implementation of the array list and linked list.
finding primes all prime numbers below a given number.
Then, he asked the standard 2 - sum problem.
Viewing 331 - 340 interview questions