Q1
Write a SQL query to find the top 5 products by revenue in the last quarter, excluding returns and cancelled orders. Walk us through your approach.
Why they ask this:* They're assessing your SQL proficiency, ability to filter data accurately, and whether you can write queries that reflect real business logic.
Q2
Explain the difference between INNER JOIN, LEFT JOIN, and RIGHT JOIN. When would you use each one in a data analysis scenario?
Why they ask this:* This tests foundational SQL knowledge and your understanding of how to combine datasets correctly—a core responsibility of data analysts.
Q3
You have a dataset with missing values in a key column. How would you handle this in Python or R, and what are the trade-offs of each approach?
Why they ask this:* They want to know if you understand data cleaning techniques, can think through consequences of different methods, and have hands-on experience with analytical programming languages.
Q4
Describe how you would design a dashboard to track KPIs for an e-commerce business. What metrics would you include and why?