Interview had DSA question about simulating probability distributions
Sr Data Scientist Interview Questions
3,367 sr data scientist interview questions shared by candidates
If orders growth started trending downwards how would you investigate?
How would you query for orders that have an hour delivery to order variance
What is regularization in machine learning?
Given a table named employees which contains columns employee_id, last_name, first_name, salary, department and another table, employees_projects, with columns employee_id and project_id, with a query to select the top two employees alphabetically per project, where alphabetically means ordered by last_name and then first_name.
Dice A with four 9's and two 0's Dice B with four 3's and two 11's If you are allowed first to choose the dice which dice you will choose so that the probability of you winning in the first roll
What projects have you done in the previous work?
LeetCode "704. Binary Search". Given an array of integers nums which is sorted in ascending order, and an integer target, write a function to search target in nums. If target exists, then return its index. Otherwise, return -1. You must write an algorithm with O(log n) runtime complexity.
1. write a python code foo(x) where foo(4) =3 and foo(3)=4 2. How would you design a google calendar-like app. 3. Given a jupyter notebook, find what was done wrong. Try going over model assumptions, accurate metrics for imbalanced data etc... They give you the data in advance so try going over it and predict what they might ask about it
How driven are you compared to others you know? a) I'm the most driven person I know b) I'm in the top X% (10-25%... forget exact number) of people I know c) I'm as driven as most d) less driven than most
Viewing 301 - 310 interview questions