1st Round: Consider an array of 5 elements. You must create a new array such that at a given position 'i', the number should be product of all elements of original array except the 'i'th element. You have to solve this in least number of iterations possible.
Junior Software Interview Questions
23,142 junior software interview questions shared by candidates
Q: Find the sum of the largest and second largest number in a array
Questions are similar to what everybody posted earlier so study those and you will be fine.
Asked questions based on previous projects and work from last job / college. They had resumes in front of them to use for reference.
if given string is like aaaabbbaaccccc then output must be a4b3a2c5
Name some of the primitive datatypes used in C#.
3.Find the minimum missing positive integer from given array {2,3,4,-1,7,6,0} expected 1 {1,2,3,4,-1,7,9,0} expected 5 {-2,-1,0,1,2,4,5,6,11} expected 3 in O(n) complexity
About project
All stupid questions which can't be expected to be answered by a junior engineer.
Write a program to check if the given array is palindrome or not ??
Viewing 61 - 70 interview questions