Courseiva

CCNA Product Questions

38 questions · Product · All types, answers revealed

1
Multi-Selectmedium

Which THREE are common pitfalls in product backlog management?

Select 3 answers
A.Having a backlog that is too large to navigate.
B.Involving the team in the planning process.
C.Failing to refine the backlog regularly.
D.Having a clear and prioritized backlog.
E.Ignoring technical debt until it causes failure.
AnswersA, C, E

Organization is required for effective management.

Why this answer

Neglecting to refine, ignoring technical debt, and having a messy backlog are common issues.

2
MCQeasy

Which of the following describes the 'INVEST' model for user stories?

A.Independent, Negotiable, Valuable, Estimable, Small, Testable.
B.Important, Notable, Validated, Explicit, Scalable, Technical.
C.Internal, New, Visible, Executable, Simple, Thorough.
D.Integrated, Necessary, Verified, Efficient, Structured, Tactical.
AnswerA

These are the six characteristics of a well-formed user story.

Why this answer

INVEST is a mnemonic for criteria that make a user story high-quality.

3
Multi-Selectmedium

Which TWO of the following are characteristics of a good product vision?

Select 2 answers
A.It includes a complete list of all product features.
B.It is concise and easy to understand.
C.It is written in a detailed technical specification.
D.It is updated daily by the Scrum Master.
E.It inspires the team and stakeholders.
AnswersB, E

Simplicity helps maintain alignment across the team.

Why this answer

A good vision is concise and inspirational, focusing on the future state.

4
Multi-Selecthard

Which THREE items should be in the Definition of Done (DoD)?

Select 3 answers
A.Code reviewed by a peer.
B.The team has been rewarded with a bonus.
C.The CEO has signed off on the code.
D.Passing all automated tests.
E.Documentation updated for the feature.
AnswersA, D, E

Peer review is a standard quality practice.

Why this answer

DoD ensures that stories meet quality standards before being considered 'done'.

5
Multi-Selecthard

Which TWO of the following help ensure stakeholder alignment?

Select 2 answers
A.Ignoring stakeholder requests until the project is finished.
B.Keeping stakeholders isolated from the development team.
C.Frequent demonstrations of working software.
D.Sending lengthy weekly status reports that no one reads.
E.Maintaining an open and transparent product roadmap.
AnswersC, E

Demos allow stakeholders to see progress and provide feedback.

Why this answer

Regular feedback loops and clear communication are key to alignment.

6
MCQeasy

During a sprint, a team member discovers a small bug. Where should this task be added?

A.To the personal notepad of the Scrum Master.
B.To the product backlog.
C.To a separate bug-tracking document outside of the product tool.
D.To the project charter.
AnswerB

All work, including bug fixes, should be tracked in the product backlog.

Why this answer

The backlog is where all items, including bugs, are managed.

7
MCQmedium

A user story is written as: 'As a user, I want to use the login page so that I can see my profile.' What is missing from this story?

A.The acceptance criteria.
B.The technical architecture.
C.The user role.
D.The development team's estimate.
E.The role.
AnswerA

While the benefit is present, the specific acceptance criteria defining success are missing.

Why this answer

The 'so that' clause provides the business value or benefit of the story.

8
MCQmedium

A product owner is refining the backlog. What is the best way to handle 'Technical Debt' items?

A.Keep them hidden from stakeholders to avoid concern.
B.Incorporate them into the backlog and prioritize them alongside features.
C.Ignore them until they cause a system crash.
D.Assign them to a separate 'technical' team only.
AnswerB

Managing debt as backlog items ensures it is addressed before it becomes a bottleneck.

Why this answer

Technical debt must be treated as a first-class citizen in the backlog to ensure sustainability.

9
MCQeasy

What is the primary function of the 'Product Vision'?

A.To list every feature to be built in the product.
B.To define the long-term purpose and goal of the product.
C.To track the budget spent on the development team.
D.To provide the specific daily meeting agenda.
AnswerB

The vision aligns stakeholders and teams on the destination.

Why this answer

The vision provides the 'why' behind the work.

10
Multi-Selectmedium

Which THREE of the following are essential for a good user story?

Select 3 answers
A.It is written in complex technical jargon.
B.It is independent of other stories.
C.It is thousands of pages long.
D.It provides clear value to the user.
E.It is small enough to be completed in one sprint.
AnswersB, D, E

Independence allows for flexible sequencing.

Why this answer

Stories must be independent, small enough to finish, and valuable.

11
MCQmedium

A product owner needs to show the long-term product roadmap to the board. What is the most appropriate format?

A.A detailed Gantt chart with fixed dates for every task.
B.A list of all team members and their assignments.
C.A high-level view showing themes and time horizons.
D.A printout of the entire product backlog.
AnswerC

Roadmaps should communicate goals and progression, not rigid commitments.

Why this answer

A roadmap should focus on outcomes and time horizons, not fixed dates.

12
MCQeasy

In the context of the product roadmap, what is the primary purpose of a release plan?

A.To replace the need for sprint planning.
B.To dictate the exact daily tasks for each developer.
C.To provide a high-level view of when features will be available.
D.To guarantee that all features will be completed on time.
AnswerC

Release plans communicate expectations to stakeholders about delivery milestones.

Why this answer

Release planning maps the backlog to a timeline to set expectations.

13
Multi-Selecthard

Which THREE factors should influence the priority of a product backlog item?

Select 3 answers
A.The personal preference of the developers.
B.The font size of the story description.
C.Business value to the customer.
D.Cost of development.
E.Technical risk or uncertainty.
AnswersC, D, E

Delivering value is the main goal of the product.

Why this answer

Value, cost, and risk are the primary drivers for prioritization.

14
MCQhard

An agile team is consistently failing to deliver the 'must-have' features by the release deadline. What should the Product Owner do?

A.Remove the Scrum Master for not pushing the team harder.
B.Mandate mandatory weekend work for the team.
C.Collaborate with stakeholders to re-negotiate scope or the release date.
D.Lower the quality standards to get it done faster.
AnswerC

Transparency about the impossibility of the plan is the correct professional action.

Why this answer

When scope is fixed and time is fixed, quality or the release date must give. The PO must involve stakeholders.

15
MCQhard

A team is struggling to prioritize value because stakeholders have conflicting perspectives on what is most critical. Which technique best facilitates alignment?

A.Simply follow the highest-paid person's opinion.
B.Prioritize based on whichever stakeholder screams the loudest.
C.Average the rankings provided by all stakeholders.
D.Weighted Shortest Job First (WSJF).
AnswerD

WSJF provides a data-driven way to prioritize based on cost of delay and job size.

Why this answer

WSJF uses cost of delay to provide objective data for decision-making.

16
MCQhard

An agile team is using 'Story Points' for estimation. Why is this preferred over 'Hours' for backlog items?

A.It is required by the project management office.
B.It makes it easier to track individual performance.
C.It accounts for complexity, effort, and uncertainty without needing precise time forecasting.
D.It ensures that every story takes exactly the same amount of time.
AnswerC

Story points are relative measures that help teams plan better over time.

Why this answer

Story points account for complexity and effort uncertainty better than absolute time units.

17
MCQmedium

A product vision has become outdated due to market shifts. How should the Product Owner proceed?

A.Allow developers to decide the new vision.
B.Collaborate with stakeholders to revise the product vision.
C.Wait until the end of the project to change the vision.
D.Ignore the shift and continue with the original plan.
AnswerB

Updating the vision ensures the product roadmap remains relevant.

Why this answer

The product vision must remain aligned with current organizational and market goals.

18
MCQhard

A customer feedback session reveals a major flaw in the current product design. What is the first thing the Product Owner should do?

A.Ignore the feedback if the project budget is depleted.
B.Blame the development team for the flaw.
C.Immediately delete the feature from the product.
D.Analyze the feedback and update the backlog to address the issue.
AnswerD

The Product Owner must synthesize the feedback to inform the next steps.

Why this answer

Understanding the problem is the first step before updating the backlog.

19
MCQhard

A team has high velocity but the customer reports the product is not meeting their needs. What is the most likely cause?

A.The product backlog is not prioritized based on customer value.
B.The sprint duration is too short.
C.The team is lacking a project manager.
D.The team is not using enough automated tests.
AnswerA

The product owner is likely prioritizing technical tasks or low-value features over customer needs.

Why this answer

High velocity is irrelevant if the team is building the wrong things.

20
Multi-Selecteasy

Which TWO methods are effective for gathering stakeholder feedback?

Select 2 answers
A.Observing users while they use the product.
B.Ignoring feedback to prevent scope creep.
C.Asking only one stakeholder for their opinion.
D.Conducting sprint reviews with stakeholders.
E.Sending a survey and never looking at the results.
AnswersA, D

Observation reveals actual usage patterns.

Why this answer

Direct demos and user testing are the most reliable feedback methods.

21
MCQhard

A project is mid-way, and stakeholders want to add a feature that was not in the original product roadmap. What is the appropriate response?

A.Evaluate the feature's value and impact on the backlog priority.
B.Reject the request because it was not in the roadmap.
C.Immediately add the feature to the current sprint.
D.Refer the request to the project manager for approval.
AnswerA

The Product Owner must re-prioritize the backlog based on the new value added.

Why this answer

Agile embraces change but requires the Product Owner to evaluate the impact on value.

22
MCQmedium

A team has too many competing priorities. Which framework helps them focus?

A.First-come, first-served based on email timestamps.
B.MoSCoW prioritization.
C.Random selection of tasks.
D.The 80/20 rule of project management.
AnswerB

MoSCoW helps classify features by priority to ensure value focus.

Why this answer

MoSCoW (Must, Should, Could, Won't) is a standard prioritization technique.

23
Multi-Selecteasy

Which TWO of the following are benefits of maintaining a prioritized product backlog?

Select 2 answers
A.It allows the team to avoid all technical debt.
B.It guarantees that the project will finish on time.
C.It ensures the highest value items are addressed early.
D.It provides transparency to stakeholders on current priorities.
E.It eliminates the need for sprint planning.
AnswersC, D

Focusing on the highest value maximizes ROI.

Why this answer

Prioritization ensures that the most valuable work is completed first and provides transparency to stakeholders.

24
MCQmedium

A stakeholder demands that a feature be completed by next week. The team identifies this as a high-risk task. What should the Product Owner do?

A.Discuss the risks with the stakeholder and negotiate the timeline or scope.
B.Force the team to work overtime to ensure completion.
C.Delegate the task to a junior developer to save costs.
D.Agree to the request to satisfy the stakeholder.
AnswerA

Transparency regarding risk is key to managing stakeholder expectations.

Why this answer

The Product Owner must balance the request with the team's reality and risk profile.

25
Multi-Selectmedium

Which THREE activities are part of product backlog refinement?

Select 3 answers
A.Conducting the daily stand-up meeting.
B.Re-ordering items based on current priorities.
C.Defining the product's annual budget.
D.Estimating the size of backlog items.
E.Adding detail to user stories.
AnswersB, D, E

Backlogs must evolve with business value.

Why this answer

Refinement involves clarifying, estimating, and ordering items for the future.

26
MCQhard

A team is struggling to keep their backlog refined. What is a sign of poor backlog refinement?

A.The team finishes all stories in the sprint.
B.The backlog is sorted by priority.
C.The product owner is involved in refinement.
D.The team frequently asks for clarification during the sprint.
AnswerD

This indicates that the stories were not sufficiently refined beforehand.

Why this answer

If items lack enough information for the team to start, the refinement process is failing.

27
Multi-Selecteasy

Which THREE items are typically included in a user story?

Select 3 answers
A.Business value/benefit.
B.User role.
C.Complete database schema.
D.Desired functionality.
E.The full source code of the feature.
AnswersA, B, D

Defines why the user needs it.

Why this answer

A standard user story contains the role, the desired action, and the business benefit.

28
MCQmedium

A user story lacks specific acceptance criteria. What is the risk to the development team?

A.The team will not know when the story meets requirements.
B.The sprint will end earlier than expected.
C.The velocity will artificially increase.
D.The story will be too small to estimate.
AnswerA

Acceptance criteria define the boundaries and quality of the story.

Why this answer

Ambiguous stories lead to rework and misunderstandings about the 'done' state.

29
MCQeasy

Which persona is primarily responsible for ensuring the product backlog reflects the needs of the stakeholders and customers?

A.The Project Sponsor.
B.The Scrum Master.
C.The Product Owner.
D.The Lead Developer.
AnswerC

The Product Owner is solely responsible for backlog management and value prioritization.

Why this answer

The Product Owner is the bridge between stakeholders and the development team.

30
MCQmedium

During a sprint planning session, the team realizes a user story is too large to complete in one sprint. What is the most effective approach to handle this?

A.Decompose the story into smaller, independently deliverable user stories.
B.Mark the story as blocked and move to the next sprint.
C.Extend the sprint duration to accommodate the story size.
D.Ask the developers to work overtime to finish it.
AnswerA

This ensures the team can deliver value within the sprint cadence.

Why this answer

Splitting stories maintains flow and allows for iterative delivery.

31
MCQhard

A team is working on a legacy product. How should the Product Owner balance new feature requests with maintenance?

A.Devote 100% of capacity to new features.
B.Allocate a fixed percentage of capacity to maintenance and technical debt.
C.Only perform maintenance during the weekends.
D.Only prioritize maintenance when the system fails.
AnswerB

This 'capacity allocation' approach ensures long-term system health.

Why this answer

A balanced backlog approach ensures both growth and stability.

32
MCQeasy

When writing user stories, which criteria ensure the story is ready for the development team to estimate?

A.The story must be at least 10 pages long.
B.The story must meet the Definition of Ready.
C.The story must be approved by the CEO.
D.The story must be assigned to a specific developer.
AnswerB

The DoR ensures clarity, testability, and feasibility before development.

Why this answer

The Definition of Ready (DoR) is the standard for ensuring stories are actionable.

33
MCQmedium

Which of the following is an effective technique for eliciting requirements from stakeholders?

A.Building the entire product first and asking for feedback later.
B.Guessing the requirements based on past projects.
C.Waiting for the stakeholders to send an email.
D.Conducting user interviews or focus groups.
AnswerD

Direct interaction with users reveals true pain points and needs.

Why this answer

User interviews are a direct and effective way to understand user needs.

34
Multi-Selecteasy

Which TWO of the following are primary goals of a Product Roadmap?

Select 2 answers
A.To communicate the product's strategic direction.
B.To replace the need for daily team communication.
C.To provide a timeline of planned releases.
D.To act as a contract that cannot be changed.
E.To provide a list of every single line of code.
AnswersA, C

The roadmap explains the product journey.

Why this answer

Roadmaps communicate the strategy and the time-based plan to stakeholders.

35
MCQeasy

Which document acts as the single source of truth for all work to be performed by the development team?

A.The sprint burndown chart.
B.The communication plan.
C.The project charter.
D.The product backlog.
AnswerD

The product backlog contains all the requirements, features, and fixes for the product.

Why this answer

The product backlog is the definitive list of work required for the product.

36
MCQeasy

A Product Owner notices that the product backlog has grown significantly, making it difficult to find relevant work items. Which action should the Product Owner take to improve visibility?

A.Group related user stories under larger epics.
B.Archive the entire backlog and start a new one.
C.Increase the number of items per page in the tool.
D.Delete all old user stories to clear the clutter.
AnswerA

Epics provide a hierarchical structure that improves manageability of large backlogs.

Why this answer

Using epics to group related user stories is the standard way to manage backlog bloat.

37
MCQeasy

What is the primary role of the 'Definition of Done' (DoD)?

A.To list the team members on the project.
B.To describe the user's requirements for the product.
C.To define the budget limit for the project.
D.To ensure a common understanding of quality and completeness for all work items.
AnswerD

The DoD prevents ambiguity about whether a story is truly finished.

Why this answer

The DoD ensures a common understanding of quality at the end of every task.

38
MCQhard

An organization is transitioning from project-based funding to product-based funding. How does this impact the Product Owner's role?

A.The Product Owner is now responsible for the annual budget.
B.The Product Owner no longer manages the backlog.
C.The Product Owner focuses on long-term product value rather than project milestones.
D.The Product Owner now reports to the finance department.
AnswerC

Product funding encourages sustained investment based on outcomes.

Why this answer

Product-based funding allows for long-term value focus rather than project completion.

Ready to test yourself?

Try a timed practice session using only Product questions.