Write a program to find all divisor of a number?
Desarrollador Python Junior Interview Questions
717,263 desarrollador python junior interview questions shared by candidates
Verify a BST
How do you find the next highest element in a binary search tree?
1) Problem-solving which includes pattern matching. 2) Greedy algorithm two dimensions array question of hard level which was impossible to complete in 75 mins 3) Finding complexity ( Multiple choose question ) 4) HashMap easy ( Multiple choose question ) I all most did all the question and I got rejected. I don't know on what criteria they rejected me.
C++ comprehension question
Two parachutist are dropped in a dense forest. A railroad is in the middle of the forest. What instructions would you give to the parachutists so that they may meet each other?
Basically questions asked are on the coding round what you have done in 2nd round.
They had a bunch of brain teaser type questions like if you are in a lake on a boat with a rock and you throw the rock in the water, what will happen to the water level.
How will you prevent unauthorized access to your website if someone tries to directly open the homepage following the login page via the url?
Analzying the following code and answer the complexity of this algorithm public String getString() String s= ""; for(int i =0 ; i < LARGE_NUMBER ; i++) { s += "a"; } return s; }
Viewing 1851 - 1860 interview questions