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
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
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.
1 question was based on wiggle sort, other was some dice problem.
What is time complexity in Python? What is multiple inheritance? Can you explain this? etc
First round - 2 coding questions 2nd question: Asks you to compute the stock price averaged over time.
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