What will be printed by this python program: class Parent: x = 0 class Child1(Parent): pass class Child2(Parent): pass Parent.x = 1 print(Parent.x, Child1.x, Child2.x) Child1.x = 2 print(Parent.x, Child1.x, Child2.x) Child2.x = 3 print(Parent.x, Child1.x, Child2.x)
Quantitative Operations Associate Interview Questions
2,051 quantitative operations associate interview questions shared by candidates
Asked complicated math questions.
1. give you 50 white and 50 black balls, two box. allocate the balls in the box, pick one ball from one of the box, what is the highest and lowest probability of getting a white one? 2. favorite course 3. time mangement
Who were your last 5 managers? How would they rate your performance on a scale of 1 to 10?
The video response are not behavioural, the one I can recall was tell me how you would plan your day. You were given a series of tasks and conditions and had to fit them into your schedule.
Standard SJT style questions but you rank them 1-5
Brain teasers and Monte Carlo Simulations
What are python data structures? Tell us about the courses you did in school. Tell us about your projects
I was asked to describe which specific techniques were used by the strategies.
standard puzzle with 25 horses, 5 lanes and minimum number of races required to find 3 fastest ones
Viewing 901 - 910 interview questions