(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.
Programmer Analyst Intern Interview Questions
719,569 programmer analyst intern interview questions shared by candidates
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 * * * * * * * * * * * * * * * * * * * * *
Some small program in JavaScript
Viewing 1751 - 1760 interview questions