personal experience, AB testing, why do you want to work for Linkedin, some business acumen testing
Senior Scientist Interview Questions
5,826 senior scientist interview questions shared by candidates
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
I had a two-stage interview, one technical coding level with some SQL and Python conceptual/coding questions. The second step was interviewing two people. Problems with the interview:
Let p be a primal number. Show that there are no more than 2 numbers m,n that satisfy m^2 + n^2 = p
how many joins in sQL
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.
What is protein amount needs to be for pet food.
Viewing 421 - 430 interview questions