Skip to content
tezvyn:

Top 30 Data Interview Questions and Answers

30 multiple-choice questions on Data, drawn from 30 bites out of the 40 tagged Data on Tezvyn. Answer them here or read straight down. Every question carries the correct option, why it is correct, and a link to the bite it came from.

30 questions. Pick an answer, or open “Show the answer” to read it.

Answers are graded in your browser. Nothing is saved, and no XP or streak is earned here. The app keeps score.

  1. Question 1 of 30

    What should a well-structured metric hierarchy include when tracking engagement for a new feature?

    Show the answer

    Answer: a · One north star metric, two to three supporting KPIs, and at least one guardrail metric

    A strong measurement plan uses a tight hierarchy with one north star, supporting KPIs, and guardrails to detect unintended harm. Option B is wrong because tracking every possible action creates instrumentation sprawl without prioritization, and Option C is wrong because vanity metrics do not tie directly to the feature's success.

    Read the full bite: How do you translate increase user engagement into a technical measurement plan?

  2. Question 2 of 30

    What is the most crucial first step when translating a vague business goal like "increase engagement" into a technical measurement plan?

    Show the answer

    Answer: c · Define "engagement" with the Product Manager, specifying frequency, depth, or breadth.

    The card emphasizes that the first and most crucial step is to collaborate with the Product Manager to define what 'engagement' specifically means for the feature. Without this clarification, any technical measurement plan would be based on assumptions and might not align with the actual business goal. Identifying a high-level metric (A) is part of the next step, but only after 'engagement' itself is clearly defined.

    Read the full bite: Translate 'increase engagement' into a technical measurement plan

  3. Question 3 of 30

    What is the primary advantage of event-based analytics over traditional page-view analytics?

    Show the answer

    Answer: c · It offers granular insights into specific user interactions and behaviors within a product.

    Event-based analytics focuses on tracking specific user actions like clicks and purchases, providing a detailed understanding of how users interact with a product, unlike page-view analytics which only tracks locations. Distractors B and D are incorrect because event tracking requires developer instrumentation and does not automatically generate recommendations; distractor C describes the focus of traditional page-view analytics, not event-based.

    Read the full bite: Event-based Analytics: Tracking User Actions, Not Page Views

  4. Question 4 of 30

    According to the card, for which scenario is survey research most appropriate?

    Show the answer

    Answer: a · Quantifying the opinions and attitudes of a defined group.

    The card explicitly states, "Use survey research when you need to quantify the attitudes, opinions, or behaviors of a specific group." Options A and B are listed under "WHEN NOT TO USE IT," recommending qualitative interviews or analytics instead. Option B describes anecdotal evidence, which survey research aims to move beyond by gathering representative data.

    Read the full bite: Survey Research: How to Ask Better Questions

  5. Question 5 of 30

    Which statement best describes the primary role of data labeling in machine learning?

    Show the answer

    Answer: b · To provide a "ground truth" that allows supervised models to learn patterns from raw data.

    Data labeling creates a "ground truth" or an "answer key" that supervised machine learning models use to learn patterns from raw data, as stated in the card. Option A describes unsupervised learning, which specifically does not require data labeling.

    Read the full bite: Data Labeling: Teaching Machines What to See

  6. Question 6 of 30

    For what primary purpose is Common Crawl most effectively utilized?

    Show the answer

    Answer: b · Offering a massive, raw corpus of web content for large-scale research and model training.

    The card states Common Crawl is "the raw material for training many LLMs and for academic research on web-scale data" and is ideal for projects that "can handle the scale and messiness of raw web data." It explicitly notes it is "not a search engine" and is "famously noisy," requiring extensive cleaning, making options A, B, and D incorrect.

    Read the full bite: Common Crawl: A Free Snapshot of the Entire Web

  7. Question 7 of 30

    What is the primary distinction between a Customer Data Platform (CDP) and a Customer Relationship Management (CRM) system?

    Show the answer

    Answer: c · A CDP unifies fragmented first-party customer data for real-time personalization, whereas a CRM manages direct customer relationships and sales processes.

    The card states that a CDP unifies fragmented first-party customer data into a single profile for real-time personalization and AI-driven marketing. In contrast, a CRM's primary role is managing sales team relationships and pipelines. Option D incorrectly swaps these core functions.

    Read the full bite: Customer Data Platform (CDP): Your Customer's Single Source of Truth

  8. Question 8 of 30

    A product team observes a significant drop-off rate on a new feature's onboarding flow. To understand the *reasons* behind this user behavior, which research method is most appropriate?

    Show the answer

    Answer: d · Performing in-depth interviews with a small group of users who dropped off.

    Qualitative research, such as in-depth interviews, is specifically designed to uncover the 'why' behind user actions, motivations, and feelings, which is essential for understanding the reasons for drop-offs. While a large-scale survey (quantitative) can identify 'what' pain points exist, it is less effective at exploring the deep 'why' compared to direct conversations.

    Read the full bite: Qualitative vs. Quantitative: The 'Why' and the 'How Many'

  9. Question 9 of 30

    According to the card, in which situation would formulating a formal research hypothesis be LEAST appropriate?

    Show the answer

    Answer: c · When performing exploratory research to identify unmet user needs.

    The card states that a formal hypothesis is "less useful during early-stage, exploratory research" because the goal is discovery, not testing pre-formed assumptions. The other options describe evaluative research scenarios where a hypothesis is explicitly recommended for measuring impact.

    Read the full bite: Research Hypothesis: A Testable Bet on Reality

  10. Question 10 of 30

    A machine learning engineer uses data augmentation. What problem are they most likely trying to solve?

    Show the answer

    Answer: c · The model performs well on training data but poorly on new, unseen data.

    Data augmentation is primarily used to combat overfitting, which is characterized by high accuracy on training data but poor performance on new data. It helps the model generalize better by providing more varied examples, rather than speeding up training or handling missing values.

    Read the full bite: Data Augmentation: Getting More from Your Data

  11. Question 11 of 30

    What is the primary reason data cleansing is a crucial first step in data pipelines?

    Show the answer

    Answer: a · To ensure that analytical results and applications are built on reliable and accurate information.

    The card emphasizes that data cleansing prevents 'Garbage In, Garbage Out' by ensuring data is sound before analysis or application building. While cleansing can reduce dataset size or aid compatibility, its primary role is to ensure the reliability and accuracy of the data used for critical outcomes. Cleansing fixes existing data, it does not generate new data points.

    Read the full bite: Data Cleansing: Fixing Your Data Before It Fails You

  12. Question 12 of 30

    Which task is a Time-Series Database (TSDB) uniquely optimized to perform efficiently?

    Show the answer

    Answer: c · Aggregating and analyzing millions of sensor readings collected every second over long periods.

    The card states TSDBs are optimized for "constant, high-volume writes of timestamped records, and queries that aggregate data over time ranges," making them ideal for sensor data. Option D describes a strength of relational databases, which TSDBs are explicitly not suited for due to their lack of support for complex relationships.

    Read the full bite: Time-Series Databases: Optimized for Data Over Time

  13. Question 13 of 30

    What is the primary purpose of implementing a data catalog in an organization?

    Show the answer

    Answer: a · To provide a comprehensive, searchable inventory of data metadata, ownership, and context.

    A data catalog's core function is to act as a searchable inventory of metadata, providing context and ownership details about data assets. It does not store the actual data itself, nor is it primarily an ETL tool or an analytical platform.

    Read the full bite: Data Catalog: The Library Card for Your Data

  14. Question 14 of 30

    Which scenario best illustrates the primary purpose of data anonymization?

    Show the answer

    Answer: d · A hospital sharing patient data with researchers for public health studies.

    Data anonymization's primary purpose is to enable sharing and analysis of data while protecting individual privacy, as exemplified by hospitals sharing patient data for research. It is explicitly stated as unsuitable for operational systems like billing or customer support, which require individual identity.

    Read the full bite: Data Anonymization: Protecting Privacy by Removing PII

  15. Question 15 of 30

    Which scenario most clearly requires a company to comply with GDPR?

    Show the answer

    Answer: d · A US company with all its servers in the US, but some users are French citizens living in France.

    GDPR applies to any organization processing personal data of individuals inside the EU and EEA, regardless of the organization's location. Therefore, a US company with French users residing in France must comply. Truly anonymized data is exempt, and the location of the data subject (not their nationality) determines applicability.

    Read the full bite: GDPR: Treating User Data as a Liability, Not an Asset

  16. Question 16 of 30

    Which scenario best highlights a limitation of using a report generator for data analysis?

    Show the answer

    Answer: c · Users needing to interactively filter and drill down into sales trends to identify root causes.

    The card states that report generators are not suitable for interactive data exploration or analysis, as they produce static reports. Options A, B, and D describe capabilities or appropriate use cases for report generators, not their limitations for analysis.

    Read the full bite: Report Generation: Turning Raw Data into Human-Readable Documents

  17. Question 17 of 30

    Which task is not typically accomplished using descriptive statistics alone?

    Show the answer

    Answer: a · Predicting the likelihood of a new product's success in the general market

    Descriptive statistics summarize the characteristics of the observed sample without generalizing or making predictions about a larger population. Predicting market success requires inferential statistics, which uses probability to make generalizations beyond the sample data.

    Read the full bite: Descriptive Statistics: What Your Data Looks Like

  18. Question 18 of 30

    Which task is a Business Intelligence (BI) tool primarily designed to facilitate?

    Show the answer

    Answer: b · Enabling non-technical users to visualize and analyze pre-processed business data.

    BI tools are designed to make pre-processed business data accessible and understandable through visualizations for non-technical users, facilitating self-service analytics and decision-making. Option D is incorrect because BI tools require data to be cleaned and modeled *before* they can be effectively used, rather than performing the initial cleaning of messy, unstructured data themselves.

    Read the full bite: Business Intelligence (BI) Tools: From Raw Data to Dashboards

  19. Question 19 of 30

    Your product's Daily Active Users (DAU) metric drops 10% overnight. What is the most rigorous and appropriate first step to take?

    Show the answer

    Answer: b · Formulate a null hypothesis that there was no real change and calculate a p-value to test for statistical significance.

    The correct first step is to scientifically validate whether a real change has occurred before committing resources to a root-cause analysis. Options A and D are steps in a root-cause analysis, which should only be performed *after* confirming the drop is statistically significant and not just random noise.

    Read the full bite: DAU dropped 10% overnight. Is this a significant change?

  20. Question 20 of 30

    For which specific user group or task does the abstraction provided by a semantic layer typically become a disadvantage?

    Show the answer

    Answer: b · Data scientists conducting ad-hoc, exploratory analysis on raw, granular datasets.

    The card states that a semantic layer can be "too rigid for data scientists performing novel, exploratory analysis who need direct, high-performance access to raw data." The abstraction, while beneficial for others, hinders data scientists who require direct manipulation of raw data. Options A, B, and D describe scenarios where a semantic layer is highly advantageous.

    Read the full bite: The Semantic Layer: A Business Map for Company Data

  21. Question 21 of 30

    What is the primary reason product teams should prioritize actionable metrics over vanity metrics?

    Show the answer

    Answer: c · They provide clear insights that directly inform strategic business decisions and next steps.

    The card emphasizes that actionable metrics "tie to business goals and guide your next move" and "help you make a specific business decision." Option C accurately reflects this, while vanity metrics, though sometimes impressive, do not inform decisions.

    Read the full bite: Vanity vs. Actionable Metrics: Measure What Matters

  22. Question 22 of 30

    When planning an A/B test for a redesigned dashboard to improve 'engagement,' what is the most critical initial action to take?

    Show the answer

    Answer: a · Define 'engagement' with specific metrics and formulate a testable hypothesis.

    The most critical first step is defining what 'engagement' means in measurable terms. Without a clear hypothesis and metrics, implementation (A, D) is premature and statistical planning (B) is impossible.

    Read the full bite: How would you A/B test a redesigned dashboard?

  23. Question 23 of 30

    A user visits your site via a marketing link with UTMs, leaves, and signs up two days later. How do you attribute the signup to the original campaign?

    Show the answer

    Answer: d · Store UTMs in a cookie on the first visit. On signup, the server reads the cookie and saves the data to the user's database record.

    This is correct because it covers both client-side persistence (cookie) and server-side association (saving to the user record). Storing data in localStorage alone is a common mistake as it fails to link the anonymous data to the user's account in the database.

    Read the full bite: How would you capture UTM parameters for attribution?

  24. Question 24 of 30

    When is sampling generally considered an inappropriate method for data collection?

    Show the answer

    Answer: d · When each individual data point holds critical importance for the outcome

    The card explicitly states that sampling should be avoided 'when every single data point is critical,' as sampling provides an estimate rather than perfect accuracy. The other options describe situations where sampling is highly beneficial and appropriate due to its efficiency and ability to handle large populations.

    Read the full bite: Sampling: Estimating the Whole from a Small Part

  25. Question 25 of 30

    Why is cohort analysis generally more insightful for measuring the impact of a product change than looking at an overall aggregate retention rate?

    Show the answer

    Answer: c · It isolates the behavior of a specific user group, separating the impact of changes from the behavior of older, established users.

    Cohort analysis isolates variables by grouping users (e.g., by signup month). This allows you to see if a change impacted new user retention, an effect that would be hidden or diluted in an aggregate metric that averages new users with old, loyal ones.

    Read the full bite: Explain cohort analysis and write a retention query

  26. Question 26 of 30

    A key business metric suddenly drops 20%. According to structured diagnostic principles, what is the most effective initial step to take?

    Show the answer

    Answer: a · Segment the metric by dimensions like platform, region, or app version to scope the impact.

    The most effective initial step is to segment the drop to understand its scope (e.g., is it only on iOS?). This systematically narrows the problem space before jumping to specific technical causes like code or data pipelines.

    Read the full bite: A key metric dropped 20%. How would you investigate?

  27. Question 27 of 30

    Which scenario most strongly indicates the need for implementing a metrics layer?

    Show the answer

    Answer: b · Different departments consistently present conflicting numbers for the same KPI, like "active users" or "revenue."

    The card states a metrics layer exists to solve data chaos when "different teams define the same metric... in slightly different ways, reports conflict." It centralizes definitions to create a "single, reliable source of truth," directly addressing conflicting reports. Other options describe different data infrastructure or performance challenges.

    Read the full bite: Metrics Layer: The Dictionary for Your Data

  28. Question 28 of 30

    For an organization scaling its A/B testing efforts, what is the primary strategic advantage of implementing an Experiment Knowledge Base?

    Show the answer

    Answer: b · It centralizes past experiment data and learnings to prevent re-running failed tests and inform new hypotheses.

    The card emphasizes that an Experiment Knowledge Base prevents re-running old tests and surfaces past insights, acting as a collective memory to accelerate innovation. While an EKB helps inform better experiments, it cannot guarantee positive results, as experimentation inherently involves uncertainty and learning from both successes and failures.

    Read the full bite: Experiment Knowledge Base: Don't Repeat Failed Tests

  29. Question 29 of 30

    Why is comparing not-yet-adopters against adopters over the same period stronger evidence than a single before-and-after number?

    Show the answer

    Answer: a · It helps control for trends and confounders that affect all teams equally

    A difference-in-differences comparison nets out time trends and shared confounders, isolating the adoption effect better than a lone before-and-after figure. It strengthens but never absolutely proves causation, and normalization is still required.

    Read the full bite: Linking form-component adoption to fewer a11y bugs

  30. Question 30 of 30

    When is server-side event tracking the most crucial choice for data integrity?

    Show the answer

    Answer: a · When the event represents a critical state change or financial transaction.

    Server-side tracking is the 'source of truth' and highly reliable, making it essential for critical, state-changing events like purchases where data accuracy is paramount. Client-side tracking, while easier for UI events and good for capturing automatic context, is unreliable due to ad blockers and network issues, making it unsuitable for critical business metrics.

    Read the full bite: Client-side vs. Server-side Event Tracking: When and Why?

Could you explain these out loud?

That is what an interview actually tests. Tezvyn gives you questions like these with what the interviewer is really checking, the answer that lands, and the mistake that ends the conversation, in the four minutes before your next meeting.

The iPhone app is on the way

We are building it. Until it lands, nothing here is held back from you: every interview card, your saved cards, streaks and the job board all work in Safari, plus hundreds of free practice quizzes of thirty questions each. Sign in and it all carries over to the app the day it arrives.

Want it as an icon? Tap Share at the bottom of Safari, then Add to Home Screen. It opens full screen and the cards you have read stay available offline.

Get it on Google PlayiPhone app coming soon