Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Preparing Inconsistent Data for Dashboards

MediumSQL & Data Manipulation00:00
Practice interviewer
In session
5 left
00:00

Your question is Preparing Inconsistent Data for Dashboards. 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).

You need to log in / sign up to chat or submit.

Problem

Context

When you prepare data for HSBC dashboarding or visualization in PostgreSQL, missing values, inconsistent labels, and invalid records can distort trends and mislead stakeholders.

Question

Explain how you would handle missing or inconsistent data when preparing a dataset for visualization. Your answer should cover how you identify data quality issues, decide whether to filter, impute, or standardize values, and use SQL techniques such as CASE WHEN, COALESCE, and validation checks to produce a reliable reporting layer.

Scope guidance

You should answer at the level of a data scientist or analytics engineer working with reporting tables: discuss practical PostgreSQL patterns, trade-offs in keeping versus excluding bad records, and how your choices affect downstream charts, aggregations, and business interpretation.