where do you see your self in 10 years what are your plans after graduation
Program Specialist Interview Questions
1,809 program specialist interview questions shared by candidates
finding primes all prime numbers below a given number.
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.
explain cpu scheduling and types of course scheduling
String based questions -easy Priority queue - medium Graph
Give me the real-time implementation of the array list and linked list.
Smallest path joining islands and coming back
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
Viewing 331 - 340 interview questions