If you want to distribute a large file (gigabytes) in a large (100+ machines) park how do you do it?
Engineers Interview Questions
841,850 engineers interview questions shared by candidates
There is a notepad which accepts only four operations: 1. Character X 2. select all 3. copy 4. paste Given n number of operations, provide the sequence of choices that gives maximum characters in the notepad.
sort the array so that the odd number in front of the even number and their relative order doesn't change in O(n)
unix questions were difficult.....sql was easy....choose your skill carefully...i choose c so they asked only c questions....
how to find the closest 2 number in an array of unique positive number
You have five bottles with pills. One bottle has 9 gram pills, the others have 10 gram pills. You have a scale that can only be used once. How can you find out which bottle contains the 9 gram pills?
Pass a list of word to a function [car, rats, arc, star] and have the function group the words which are anagrams of eachother.
Output a single linked list in reverse, in linear time and constant space, and recursively
How to implement Sqrt(double k) efficiently?
Given n+1 buckets with n of them with ball inside and move(a,b) function, that moves ball from bucket a to bucket b. Each ball has a different number from [1,n] on it. Move balls, so each bucket has a ball with matching number in it.
Viewing 851 - 860 interview questions