Given a map of integer as key and String as a value, how to efficiently get all the keys whose value consists of certain given input string as a sub-string.
Software Developer New Grad Interview Questions
711,602 software developer new grad interview questions shared by candidates
(i) Explain virtual memory from application level all the way to chip level. (ii) Merging 2 sorted list of elements. (iiI) Given N knights and N targets, what are the minimum moves needed for the knights to reach the targets.
Q. Two arrays, a and b of arbitrary size containing more than 1 lakh entries which are unsorted. Print common elements in both arrays without sorting and complexity less than O(n^2)
Given a character array, calculate the minimum no. of jumps from 1st alphabet to reach the last alphabet. CRITERION: From a given character, you can either: 1. Jump to the adjacent character 2. Jump to the same character positioned in a different place
Write a log paser
Was a simple exercise with little complexity.
What does memcpy return?
1.) Sum of digits of a number 2.) Reverse a string 3.) sum of largest sequence number in an array list.
What is your degree score?
print a pattern with * to form a square like structure along with diagonals * * * * * * * * * * * * * * * * * * * * *
Viewing 1751 - 1760 interview questions