InterviewStack.io LogoInterviewStack.io

Data Pipeline Monitoring and Observability Questions

Observing pipeline health: freshness, volume, schema, and distribution monitoring; lineage; alerting; and data-downtime detection. Covers instrumenting pipelines, defining SLAs/SLOs for data, and observability tooling. The operational-visibility discipline for data platforms.

MediumTechnical
24 practiced

For a real analytics table (say, an orders table or a CRM contacts table), what specific metadata fields would you put in its catalog entry? Cover technical, operational, and business categories, give at least eight concrete fields total (not just the three category names), and explain how search and filtering over them would help someone find and evaluate a dataset quickly.

HardTechnical
44 practiced

You're asked to establish a cross-functional data-governance program but you don't have formal authority over the teams whose behavior needs to change. Propose a roadmap for the first six months, the change-management tactics and incentives you'd use to drive real adoption rather than nominal compliance, and how you'd measure trust and adoption along the way.

EasyTechnical
21 practiced

When a new downstream team or dashboard wants to consume an existing shared dataset, what steps would you follow before granting access and wiring them in, so their new dependency doesn't get silently broken by a future upstream schema change and doesn't become an unofficial contract nobody knows exists?

HardSystem Design
38 practiced

Design a relevance-ranking approach for metadata catalog search, so that when an analyst searches for a business concept, the most useful datasets surface first. What signals would you use (usage frequency, recency, a data-quality score, an owner trust score, semantic match to the query), and how would you combine them into a ranking?

MediumTechnical
29 practiced

Show how row-level security and column masking would actually be implemented in a modern warehouse-plus-BI stack (for example Snowflake or BigQuery feeding Looker), including an example policy, so different users see only their own permitted rows in a dashboard built on one shared underlying table. Compare how this differs across a database-level RLS policy, BigQuery-style authorized views, and Looker's model-level access, and how you'd integrate the whole thing with SSO for user identity. Note the trade-offs for query performance and long-term maintainability.

That is every published Data Pipeline Monitoring and Observability question for Business Intelligence Analyst so far. Browse the other topics in this category, or practice this one interactively.