Your question is Variance Analysis in SQL Reporting. Take a moment with it on the right.
Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).
Variance analysis is a common analytics task in finance, operations, and product reporting. Interviewers ask this to see whether you can turn a business question like “why did performance change?” into a structured SQL workflow.
Explain how you would approach variance analysis using SQL. Your answer should cover:
The interviewer is not looking for a single query only. They want a practical explanation of the analysis process, the SQL patterns you would use, common pitfalls such as nulls or divide-by-zero, and how you would communicate findings from the output.