Tell us about your Final Year Project
Program Specialist Interview Questions
1,809 program specialist interview questions shared by candidates
1. Tell me about yourself 2. Three DSA question i.e. 2 easy level and 1 hard
Which is your favourite Sorting Algorithm?
Find two numbers of the array whose result to given number.
Problems: 1. Two sum problem 2. Merge two sorted arrays and its variations 3. Quick sort logic 4. Balanced parentheses
Explain OSI model and all the layers.
What is CAP theorem (from DBMS)?
It was a binary tree related question and we need to find the sum form l to r of n query .No hr question asked
Q: Given two sorted arrays: Sample Input: A = [1, 5, 9, 11, 13] B = [3,6,7,10,12, , , , , ,] (contains space to accommodate array A elements) Sample Output: B = [1,3,5,6,7,9,10,11,12,13] Write a function that accepts two arrays (A&B) and returns a single merged sorted array B without using Arrays. sort or Collection. sort. Assume that Array B will always have additional space to accommodate Array A elements.
SQL Tables for e-commerce website.
Viewing 1431 - 1440 interview questions