Find two numbers of the array whose result to given number.
Software Specialist Interview Questions
1,464 software specialist interview questions shared by candidates
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.
Fully based on Data Strucyure
Why should we hire you
A graph colouring problem and There is a rectangular brick wall in front of you with n rows of bricks. The ith row has some number of bricks each of the same height (i.e., one unit) but they can be of different widths. The total width of each row is the same.
Viewing 1151 - 1160 interview questions