Q. What projects you have done? Q. What value you add?
Senior Scientist Interview Questions
5,952 senior scientist interview questions shared by candidates
Describe a situation where you made a mistake.
How do you see yourself growning business in the future?
Python data manipulation
personal experience, AB testing, why do you want to work for Linkedin, some business acumen testing
Newton's method: f(x) = x^2. What's x after the second iteration of Newton's method when solving for the roots of f(x)?
Categorizing an optimization problem: min_{x, y} 1^T y s.t. x - My <= 0; c^T x > 100; x<24; x is real 10-dimensional; y is binary 10-dimensional Select all that is true: a> Convex b> MIP c> quadratic d> Can be solved using simplex
Tell me about you, your strengths and your weaknesses
No difficult question asked
1. In the HR screening, I was asked about my experience and why do I want to leave my current role? Also, I was told about the salary, the company, and the job description. 2. In the managerial round, the manager asked me about my most proud project and how I managed to get it done. 3. In the coding round, I was asked a question from data structure and algorithm which was following: You are given a list of integers, e.g.: [1, 2, 3, 4, 5, 6] called "l". You are given an integer w. Write a function that calculates the moving average of window size = w over l. Moving average = average of the previous w elements, including the current element Input: w = 3 l = [1, 2, 3, 4, 5, 6] Output:, [1, 1.5, 2, 3, 4, 5] Then I was asked to optimize the same.
Viewing 421 - 430 interview questions