Skip to content
tezvyn:

📊Product Management

Product strategy, growth, and delivery

1004 bites

Test yourself: Top 30 Product Management interview questionsMultiple choice, with the correct answer and why it is correct on every question. Free, no sign-in.

Interview questions in Product Management, page 5

intermediate1 min read

Technically analyzing a competitor's product

Probe their stack, performance, APIs, and architecture via public signals and ethical inspection, identify gaps and parity needs, feed differentiation and risk into the…

How do you track events and calculate funnel drop-off?
easy2 min read

How do you track events and calculate funnel drop-off?

Tests event mapping and funnel math. Answer: one event per step (page view, email submit, profile done); compute relative step conversion and overall rate from top; deduplicate users. Red flag: raw pageviews instead of uniques.

Design client-side event batching and prevent unload data loss
advanced2 min read

Design client-side event batching and prevent unload data loss

It tests balancing network efficiency and data reliability in browser analytics. Strong answers cover in-memory batching with size or time triggers, sendBeacon or fetch keepalive on visibilitychange, and a retry queue.

easy2 min read

Describe the Daily Scrum's purpose, audience, and intended outcome.

Say it's a Sprint event for Developers to inspect progress toward agreed goals and adapt their plan.

Design a Client-Side Event Batching System
advanced2 min read

Design a Client-Side Event Batching System

Tests your grasp of client-side performance, network optimization, and data loss edge cases. A great answer batches events in memory, sends them with fetch(), and uses navigator.sendBeacon() on pagehide to reliably send the final batch.

easy2 min read

Describe the purpose of the Daily Scrum

Tests if you know the Daily Scrum is a planning event for Developers, not a status report. A good answer states it's a 15-min meeting to inspect progress toward the Sprint Goal and adapt the Sprint Backlog.

Design a client-side event batching system for a high-traffic app
advanced2 min read

Design a client-side event batching system for a high-traffic app

This tests your grasp of frontend performance and data reliability. Outline a batching strategy (timer/size), then explain using visibilitychange with navigator.sendBeacon() to prevent data loss on unload. A red flag is suggesting synchronous XHR.

easy2 min read

What is the purpose of the Daily Scrum?

This tests if you know the Daily Scrum is a planning event for Developers, not a status report. A great answer states it's a 15-min meeting for Developers to inspect progress toward the Sprint Goal and adapt their plan.

easy2 min read

Sprint Review vs Retrospective: purpose, focus, and audience

Review inspects the Increment with stakeholders to adapt the backlog; Retrospective inspects process to improve ways of working.

How do you frame monolith vs microservices trade-offs under market uncertainty?
advanced2 min read

How do you frame monolith vs microservices trade-offs under market uncertainty?

Connecting architecture to business strategy under uncertainty. Strong answers say monoliths offer cheap optionality when markets are unknown, but winner-take-all makes speed existential; microservices are a post-PMF scaling tax.

Describe the SQL and data model for weekly cohort retention
intermediate2 min read

Describe the SQL and data model for weekly cohort retention

Join users and activity, compute week offset per user, group by cohort and offset for retention.

How do you guarantee at-least-once event delivery for a financial transaction?
advanced2 min read

How do you guarantee at-least-once event delivery for a financial transaction?

Write events to a DB outbox in the same transaction as the biz update; a relay polls and publishes to analytics.

Guarantee at-least-once delivery for a critical analytics event?
advanced2 min read

Guarantee at-least-once delivery for a critical analytics event?

Tests reliable messaging patterns to avoid dual-write issues. Propose the Transactional Outbox pattern: atomically write business data and the event to a DB outbox table. A separate relay process then sends the event.

easy2 min read

What is the purpose of Sprint Review vs. Sprint Retrospective?

This tests your grasp of Scrum's distinct feedback loops. The Review inspects the product Increment with stakeholders to adapt the Product Backlog. The Retrospective inspects the team's process with the Scrum Team only.

Guarantee at-least-once delivery for a critical event?
advanced2 min read

Guarantee at-least-once delivery for a critical event?

This tests your grasp of atomicity without 2PC. A great answer outlines the Transactional Outbox pattern: write the event to a DB table in the same transaction as the business logic, then use a relay process. A red flag is relying on simple try/catch blocks.

easy2 min read

Sprint Review vs. Sprint Retrospective: Purpose and Audience

This tests your grasp of Scrum's dual feedback loops. A great answer defines Review as inspecting the *product* with stakeholders to adapt the backlog, and Retrospective as inspecting the *process* with the team to improve the next Sprint.

How do user personas and stories inform technical design and edge cases?
easy2 min read

How do user personas and stories inform technical design and edge cases?

Tests if you translate product requirements into technical constraints and failure modes. Strong answers map persona pain points to architecture, derive unhappy paths from preconditions, and validate edge cases through vertical slices.

Propose a strategy to enforce a consistent analytics event schema
intermediate2 min read

Propose a strategy to enforce a consistent analytics event schema

Schema registry with CI validation, typed SDK wrappers blocking bad builds, plus ingestion-time rejection.

Differences between ETL and ELT, and when to choose each
easy2 min read

Differences between ETL and ELT, and when to choose each

ETL transforms before loading for structured data; ELT loads raw first and transforms in the warehouse for scale.

intermediate2 min read

How do items flow between the Product Backlog, Sprint Backlog, and Increment?

Tests whether you understand Scrum's three artifacts as commitments to value, not just task lists. A strong answer describes ordering, selection, and the Definition of Done. Red flag: calling the Sprint Backlog a task list owned by the Product Owner.

We are hiring for this. Every open role lists the topics its interview covers, so you can prepare for the real thing rather than guessing.

See open roles