Tell me about yourself.
Give a 60–90 second professional summary: what you do now, the most relevant experience you bring, two or three strengths that match the role, and why this opportunity is the logical next step. Do not retell your entire CV.
Technical interviews rarely test syntax alone. Employers also want to see how you clarify a problem, validate data, communicate trade-offs and respond when something goes wrong. Use this guide alongside the practical interview sections in each Learning Library guide.
A technically correct answer is stronger when the interviewer can see that you understand the data and can defend the approach.
A useful live-test sentence: “Before I write the final query, I’d like to confirm the grain of the table and whether this key is unique. I’ll build the result in steps and then reconcile the row count and totals.”
Do not begin with a long textbook definition. A strong interview answer usually has four parts.
Example — “What is a CTE?”
“A CTE is a named result set defined with WITH and available to the statement that follows. I mainly use it to make a complex query easier to read or for recursive logic. Unlike a temporary table, it is not normally created as a separate stored object that I can reuse across several statements.”
Each guide now contains common practical tests, worked answers and an explanation of what the interviewer is testing.
Behavioural questions use past evidence to understand how you are likely to work in future. STAR keeps your answer structured, but the Action should normally be the longest part because it shows what you personally did.
Useful balance: Situation 10–15%, Task 10%, Action 55–65%, Result and learning 15–25%.
Avoid: spending two minutes describing the background and only one sentence on what you actually did.
Prepare several genuine examples that can be adapted across these themes rather than memorising fifteen separate speeches.
Give a 60–90 second professional summary: what you do now, the most relevant experience you bring, two or three strengths that match the role, and why this opportunity is the logical next step. Do not retell your entire CV.
Connect three things: the work in the job description, evidence that you can do it, and what you genuinely want to develop or contribute. Make the answer specific to the role.
Use STAR. Explain what made it difficult—poor data quality, unclear requirements, time pressure or technical constraints—then focus on how you diagnosed the problem, prioritised risks, communicated and delivered a reliable result.
Choose a real but recoverable mistake. Explain how you detected it, corrected the impact, informed the right people and changed the process so the same error was less likely to recur.
Show respectful challenge. Explain how you clarified the real need, used evidence, offered options and reached a decision. The aim is not to prove that you won.
Start with the decision or question, remove unnecessary technical detail, use plain language and an appropriate visual, state limitations, and check that the audience understands the implication.
Show how you reassessed urgency and impact, clarified the new priority, renegotiated deadlines where needed, protected critical quality checks and kept affected people informed.
Take ownership. Explain the cause without blaming others, what you communicated, how you recovered the work, and what changed in your planning, estimation or escalation afterwards.
State the original problem and cost, describe the improvement you introduced, how you tested or gained buy-in, and quantify the result where possible: time saved, errors reduced or turnaround improved.
Explain how you profiled the data, identified missing or invalid values and duplicates, traced likely causes, agreed treatment rules, documented assumptions and added QA checks.
Clarify the decision the analysis needs to support, identify users and definitions, write down assumptions, show an early prototype, confirm acceptance criteria and keep a record of changes.
Explain how you built credibility with evidence, understood the other person's constraints, presented a practical recommendation and gained agreement without relying on hierarchy.
Choose a genuine development area that is not a core requirement you cannot perform. Explain what you are doing to manage it and give evidence of progress.
Stay constructive. Focus on the type of responsibility, environment or development you are moving towards. Avoid criticising your current employer or colleagues.
Summarise the strongest match between the role and your evidence: technical capability, domain understanding, delivery experience and communication. Finish with the value you expect to add.
One strong project can answer several questions when you change the emphasis.
Worked STAR example — “Tell me about a time you found a data-quality problem.”
Situation: “I was preparing a recurring performance report and noticed that one organisation’s response count had changed much more than expected.”
Task: “I needed to establish whether the change was genuine before the report went to stakeholders.”
Action: “I reconciled the total row count against the source, checked duplicate keys and unmatched joins, then traced the difference to a mapping issue introduced in the latest file. I corrected the mapping, reran the affected outputs and added an automated QA check comparing source and reported totals so the same problem would be flagged earlier in future.”
Result: “The corrected report was issued with accurate figures, and the additional check became part of the routine process. The important lesson for me was to reconcile key totals before relying on downstream visuals.”
The question themes were expanded after reviewing recent interview-preparation material from Indeed UK and Robert Half, including data-analyst, SQL, Excel, Python/pandas and Power BI interview guidance. SQL and Power BI technical definitions were checked against Microsoft Learn documentation. The explanations and worked answers in this library are written specifically for this resource.