Skip to content

Skill readiness test

DATA ANALYST at AaraTechnologies Inc

6 questions, about 4 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. 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)?
2. Two tables are related on a shared key but the relationship shows a dotted line in the model view. What does that usually mean?
3. Which clause filters rows before they are grouped by GROUP BY?
4. You need each customer's most recent order. Which approach is most reliable?
5. An INNER JOIN between orders and customers drops rows where...
6. In Power BI, what is the main purpose of a DAX measure versus a calculated column?