Product Owner Flashcards
What are the desirable characteristics of a product owner (5)?
a product manager is supposed to be
- a visionary and doer
- a leader and team player
- a communicator and negotiator
- empowered and committed
- available and qualified
(source: agile product management with scrum, p. 3ff)
What does primus inter pares mean in regards to the product owner?
first among peers
it means he/she is part of the scrum team, but is the person who takes on responsibility (for the end result, the product)
(source: agile product management with scrum, p. 4)
Who needs to be satisfied in order for a product to be successful?
customer and user
“Only if enough customers buy the product and the users find it beneficial will the product be a success in the marketplace.”
(source: agile product management with scrum, p. 10)
Which factors decide how many teams a product owner can support?
- product’s newness
- product’s complexity
- domain knowledge of the teams
(source: agile product management with scrum, p. 12)
Explain the difference between feature teams and component teams. What is the preferred setup in a company?
FEATURE teams create features, vertical slices that cut through different layers of the software architecture. A feature team is organized around a product backlog. This is the preferred setup, because it’s easier to handle.
COMPONENT teams create components or subsystems and are organized around the software architecture. They might need more technical specifications than user stories can provide. There will most likely be a lot of hand offs between the components.
(source: agile product management with scrum, p. 15f)
Whats “death by committee”?
“Death by committee” happens when there is no hierarchy and no one is in charge of making decisions. It means that a group of people can get lost in discussions, fighting each other and progress stalls.
(source: agile product management with scrum, p. 20)
What are the desirable qualities of the product vision (3)?
- shared and unifying
- broad and engaging
- short and sweet (elevator pitch)
(source: agile product management with scrum, p. 25ff)
What are MVP and MMP?
minimal viable product
- smallest part of the product that delivers a value (this can be internal and for example also market research)
minimal marketable product
- part of the product that delivers minimum functionality for the customers needs
(source: agile product management with scrum, p. 27f)
What’s the principle of Ockham’s Razor?
simplicity - the simplest design (solution) should be selected
(source: agile product management with scrum, p. 31)
What’s the difference between functional and nonfunctional product attributes?
FUNCTIONAL ones are features in that sense, visible attributes of the product.
NONFUNCTIONAL attributes include performance, robustness, style, design, usability and scalability.
(source: agile product management with scrum, p. 33)
Name 6 techniques for creating a product vision.
- prototypes and mock-ups
- personas and scenarios
- use cases and user stories
- sequences and storyboards
- vision boxes and reviews
- Kano Model (and relative weighting)
(source: agile product management with scrum, p. 37ff)
What is spiking/what are spikes?
- type of research or prototyping
- writing code without coding standards –> testing a new idea or technology
- code is deleted afterwards
(source: scrum handbook, p. 86/agile product management with scrum, p. 37)
Explain the Kano analysis and relative weighting.
KANO: - customer questioning
- How would you feel with the presence of the feature? / How would you feel with the absence of the feature?
- split into exciters & delighters, performance/linear and must-have/mandatory
WEIGHTING: assessed by experts (lead by PO)
(source: Agile Estimating and Planning, Chapter 11)
For how long should you pre-plan a product roadmap?
6-12 months
source: agile product management with scrum, p. 42
What are the 5 common mistakes when creating a product vision?
- no vision
- prophecy vision
- analysis paralysis
- we know best what is good for our customers
- big is beautiful
(source: agile product management with scrum, p. 43ff)
What is a “feature soup” and how is it caused?
It’s a product with a lot of features, requested by customers, without any consideration of a connection. It is caused by the lack of a vision (no vision).
(source: agile product management with scrum, p. 43)
Explain the acronym DEEP and what must be DEEP.
the whole product backlog
Detailed (appropriately)
Estimated
Emergent (dynamic/evolving)
Prioritized
(source: scrum handbook, p. 82/agile product management with scrum, p. 48f)
How much of the teams time should be allocated for grooming/refinement?
up to 10%
source: agile product management with scrum, p. 50
What are the 4 steps of the grooming process?
- discovering and describing items
- prioritizing the backlog
- getting ready for sprint planning
- sizing items
(source: agile product management with scrum, p. 51-68)
What are the 6 factors when prioritizing the backlog?
- value
- knowledge
- uncertainty
- risk
- releasability
- dependencies
(source: agile product management with scrum, p. 55)
What should a PO do, if there are two user stories that are dependent on each other?
combine the items and split them differently
(source: agile product management with scrum, p. 58)
there’s an example in the book