Given an array of 1001 elements, consists all numbers from 1-1000. Only one number is repeated. Write a function that returns the repeated number.
Engineers Interview Questions
842,634 engineers interview questions shared by candidates
how do you define ur own function in matlab and save it in the list of predefined functions.
Describe a circuit that implements the following truth table using only NAND gates. A B OUT 0 0 1 0 1 1 1 0 0 1 1 1
will cache affect memory I/O register?
In what case miller compensation does not work?
Calculate fifo depth for following data rate Writing Data = 80 DATA/100 Clock (Randomization of 20 Data’s) Outgoing Data= 8 DATA/10 Clock. Burst size = 160
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.
To set 'N' bits in a number efficiently , N is a variable.
Viewing 1721 - 1730 interview questions