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 Engineer Interview Questions
32,851 software development engineer 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
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
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.
PI: Hackerank check if string is an anagram. Onsite : boogle solver 3*3. design chat service architecture. valid parentheses. find diameter of a tree Behavioral round
Given two arrays A and B, B is a subset of A. Sort B as per how elements in A occur.
There was not really technical questions asked at all.
1. Program to implement 2 stacks in a single array.
Viewing 1721 - 1730 interview questions