will cache affect memory I/O register?
Developer Advisor Interview Questions
710,975 developer advisor interview questions shared by candidates
Animate a given element using JS across any given time frame
An operation "swap" means removing an element from the array and appending it at the back of the same array. Find the minimum number of "swaps" needed to sort that array. Eg :- 3124 Output: 2 (3124->1243->1234) How to do it less than O(n^2) ?
The second ninja (coding) test was about event processing system using pulling model, which literally no one in the industry is using.
Given a list 1,0,3,5,0,0,34,5,0,36 push all the zeroes to the end. Develop an in-place algorithm
To set 'N' bits in a number efficiently , N is a variable.
How many degrees are between the hour and minute hand on a clock at 9:45?
How do you test if water is toxic without tasting it
I received two questions. The first was print out all possible strings that a phone number can produce. For instance: 2 -> A,B,C and 3 -> D,E,F. So if the input is 23, then the output should be "AD, AE, AF, BD, etc.." The second question was if you had multiple points (x,y), find the n closest points to the origin (0,0).
Move all zeroes to end of array with minimum assignment operations
Viewing 1551 - 1560 interview questions