What does this python program print? def method1(num, lst=[]): lst.append(num) return lst print(method1(1)) print(method1(2, [])) print(method1(5))
Quantitative Analyst Interview Questions
10,156 quantitative analyst interview questions shared by candidates
1. Leetcode medium question on graphs. 2. Jupyter notebook enviroment with a request to make a simple model
Detailed queries on interest rate modelling
Do you think the current inflation will end soon?
How would you take your research findings and explain them to key stakeholders in the company?
What is something that you learned recently?
Given a cube. A ant is placed in a corner and cannot move. A spider starts from the opposite corner, and can move along cube edges in any direction (x,y,z) with probability 1/3. What is the expected number of steps for this spider to get to the ant?
Not verbatim, but, "describe a challenge you've had at work and how you dealt with it."
merge two sorted arrays basic probability question
Hacker rank EASY style questions, something on the level of find write a function to find if string is a palindrome.
Viewing 9091 - 9100 interview questions