Where do I see my self in 5 years
Software Specialist Interview Questions
1,464 software specialist interview questions shared by candidates
Are you open to Cold calling
they asked basic programming questions
What is your expected compensation?
How do you design a simulator?
Questioning my worst grade in my transcript.
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
Viewing 251 - 260 interview questions