How would you sort an array if you had infinite RAM? Infinite memory?
Programmer Analyst Ii Interview Questions
716,610 programmer analyst ii interview questions shared by candidates
Given a database, where we know some portion of data (e.g. say 20%) is accessed more than the other portion of the database by the client. We have a frontend that client requests data from. Design a data structure that will increase the efficiency of access of objects. And we know that we can only hold on to n elements in memory.
Find the maximum product of 3 numbers in a list.
SQL query to find department wise count
Given an array of numbers, e.g. [5,0,9,2,5,5,5] - return all the consecutive numbers that add up to N.
Write a.SQL.query for selecting the second top most salary of an employee from employee table.
What do you know about embedded system? at which stage the var x is stored in the memory ?
Given an array of N integers, find the missing integer.
Consider 4 components of a color where: unsigned char red = 0x10; unsigned char green = 0xFF; unsigned char blue = 0x0F; unsigned char alpha = 0x44; Generate a packed color ARGB which is a 32 bit integer such that A is in the MSB of ARGB followed by red, green, blue ----------------- | A | R | G | B | -----------------
simple questions like printing 1 if 0 is input and vice-versa without using switch and if.
Viewing 2081 - 2090 interview questions