How would you sort an array if you had infinite RAM? Infinite memory?
Programmer Analyst Intern Interview Questions
719,780 programmer analyst intern interview questions shared by candidates
Getting the min from a stack in O(1) time
2 Coding questions, providing complete solution is the main thing they want and not the optimization.
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.
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 ?
what is add? why pdd helpful for us?
How to write an evaluator for a string like "(1+3 * ( 5 / 4)) and get a numeric result.
Viewing 2071 - 2080 interview questions