Afiniti Data Scientist Interview Questions
The questions to prepare for a Afiniti Data Scientist interview. Questions from real interview reports rank first. Updated weekly.
Compute the probability that two fair six-sided dice add up to 9 by counting favorable outcomes over total outcomes.
Tests probability modeling skills for combinatorial scenarios.
Sign up to see every question
Create a free account to unlock this list and practice real interview questions.
Explain INNER, LEFT, RIGHT, FULL OUTER, CROSS, and SELF JOINs with examples and when to use each.
Explain how to handle NULLs, skewed values, and outliers when preparing an analysis dataset using SQL.
Find the second-highest distinct employee salary using PostgreSQL DISTINCT, filtering, and descending order.
Use DENSE_RANK and a department join to find employees earning the fourth-lowest distinct salary.
Use DENSE_RANK and a LEFT JOIN to return employees earning Afiniti's second-highest distinct salary.
Explain precision vs recall and when business context should push you to optimize one metric over the other.
Assesses understanding of A/B testing risks and how to avoid misleading results.
Assesses product awareness and ability to connect ML work to business context.