Giving a data stream, implement void add(int num) method to add one number, implement double calculate() method to return the mean of 10 most recently added numbers.
Software Development Interview Questions
37,007 software development interview questions shared by candidates
// Make a simple function that returns the minimum value of 0 or more integers. Without using builtins such as Math.min(), etc. // example: [6, 2, 33, -3, 3, 6, 10, -1] should return -3
What techniques have you used ensure code quality stays high in a high pressure fast paced development environment
In the technical interview, I was asked: Using [example], please explain in as much detail as you can the processes that occur to render the application in your browser window
The difference between URL and UNC.
Implement a sorting algorithm
Pair-wise multiply two arrays of integers. If they have different length, the shorter one needs to wrap around.
Entrevista practica (presentacion de un assigmen) donde se te evalua como tester manual y como tester en automation, seguide de entrevista teorica.
Real Time Scenarios
Create the specified Graph, Print its nodes and edge values, then Print its nodes and edge values summed.
Viewing 1961 - 1970 interview questions