Skip to content

Skill readiness test

Data Scientist at MANTECH

9 questions, about 6 minutes. This is a diagnostic, not a certification — it estimates your skill readiness, it does not guarantee you are qualified for or will be hired into this role.

1. You need each customer's most recent order. Which approach is most reliable?
2. What does `df.groupby('region')['sales'].sum()` return?
3. Which measure of central tendency is least affected by extreme outliers?
4. Which AWS service is primarily used for scalable object storage?
5. A p-value of 0.03 from a hypothesis test at a 0.05 significance threshold suggests:
6. Which clause filters rows before they are grouped by GROUP BY?
7. An INNER JOIN between orders and customers drops rows where...
8. A query aggregates revenue by region but SELECT also lists an ungrouped column. What happens on strict SQL engines (e.g. MySQL with ONLY_FULL_GROUP_BY, or PostgreSQL)?
9. Which library is most commonly used for tabular data manipulation in Python?