They asked me how to find the repeated digits recursively given a series of numbers. Dynamic programming with some sort of min problem. String oscillation.
Quantitative Developer Interview Questions
612 quantitative developer interview questions shared by candidates
What is time complexity in Python? What is multiple inheritance? Can you explain this? etc
The test had the following questions (easy to difficult) 1) Enter a dimension(number) and verify if it can be a 3 dimensional figure (minimum dimension is 2) Eg. if you enter 8 -> (2 x 2 x 2) -> Yes 10 -> (5x2) -> No 12 -> (2x2x3) -> Yes
Basic probability questions
1 question was based on wiggle sort, other was some dice problem.
Write a Python function to rotate the elements of an N-by-N matrix by 90, 180, or 270 degrees in either a clockwise or counterclockwise direction.
Design a class that can handle streaming prices data and implement function for get the top 5 prices and the other function for the most frequest price.
How to calculate the bond yield?
why bloomberg?
how to speed up a for loop ...
Viewing 81 - 90 interview questions