Nifty 50, sensex, speed mathematics, purpose to join
Quantitative Developer Interview Questions
10,163 quantitative developer interview questions shared by candidates
Do you know any model that could be used to predict distribution?
past project, algorithm question
linear regression extreme points' influence on results.
What is your biggest strength, and how do you leverage that?
1. online assessment, some simple calculation. most questions are about what you would do in a certain circumstance 2. job simulation assessment, ask for time arrangement, replying emails etc. still waiting for the next procedure (i.e. AC)
Tell me about ridge regression
What will this python program print: f = False n = 0 l = [] if (f, n and l): print("A") else: print("B")
What will this python program print: def thing(): nums = [1, 2, 3, 4, 5, 6, 7] output = [x % 2 == 0 for x in nums] print (output) thing()
We have an integer and a list of integers. The task is to write an algorithms that looks for two elements of the list such that their sum equals the considered integer.
Viewing 2211 - 2220 interview questions