1What is a key characteristic of Agile project management?
Introduction to Agile and Jira interface
Easy
A.Changes are avoided after planning
B.Work is delivered in small iterations
C.Testing occurs only at project completion
D.Work begins only after full documentation
Correct Answer: Work is delivered in small iterations
Explanation:
Agile delivers work incrementally through short iterations and encourages regular feedback.
Incorrect! Try again.
2What does a Jira board primarily display?
Introduction to Agile and Jira interface
Easy
A.Issues organized by workflow status
B.Invoices organized by payment date
C.Employee attendance records
D.Source code organized by language
Correct Answer: Issues organized by workflow status
Explanation:
A Jira board displays issues in workflow columns such as To Do, In Progress, and Done.
Incorrect! Try again.
3What is an issue in Jira?
Introduction to Agile and Jira interface
Easy
A.A team meeting schedule
B.A software installation package
C.A project billing statement
D.A trackable unit of work
Correct Answer: A trackable unit of work
Explanation:
A Jira issue represents a trackable item such as a story, task, or bug.
Incorrect! Try again.
4Which Agile framework organizes work into fixed-length sprints?
Creating Scrum or Kanban projects
Easy
A.Scrum
B.Waterfall
C.Critical Path
D.Kanban
Correct Answer: Scrum
Explanation:
Scrum organizes planned work into fixed-length iterations called sprints.
Incorrect! Try again.
5Which approach commonly supports a continuous flow of work without fixed sprints?
Creating Scrum or Kanban projects
Easy
A.Waterfall
B.Kanban
C.Spiral
D.Scrum
Correct Answer: Kanban
Explanation:
Kanban focuses on continuous flow and typically controls work using work-in-progress limits.
Incorrect! Try again.
6What should a team consider when choosing between a Scrum and Kanban project?
Creating Scrum or Kanban projects
Easy
A.The number of email accounts
B.The office seating arrangement
C.The required workflow style
D.The preferred programming language
Correct Answer: The required workflow style
Explanation:
The choice depends mainly on whether the team needs sprint-based planning or continuous work flow.
Incorrect! Try again.
7What does an epic represent in Jira?
Creating epics, user stories, and tasks
Easy
A.A single workflow transition
B.A personal notification setting
C.A large body of related work
D.A completed daily meeting
Correct Answer: A large body of related work
Explanation:
An epic groups a large feature or objective that can be divided into smaller issues.
Incorrect! Try again.
8What does a user story usually describe?
Creating epics, user stories, and tasks
Easy
A.A user's desired feature or benefit
B.A manager's project expense report
C.A developer's monthly attendance record
D.A server's hardware configuration
Correct Answer: A user's desired feature or benefit
Explanation:
A user story describes functionality from the user's perspective and the value it provides.
Incorrect! Try again.
9Which Jira issue type is commonly used for a specific piece of work that must be completed?
Creating epics, user stories, and tasks
Easy
A.Epic
B.Version
C.Task
D.Dashboard
Correct Answer: Task
Explanation:
A task represents a specific unit of work assigned to a team member or team.
Incorrect! Try again.
10What is a product backlog?
Backlog management and sprint planning
Easy
A.An ordered list of planned work
B.A list of completed employee reviews
C.A register of software licenses
D.A collection of deleted project files
Correct Answer: An ordered list of planned work
Explanation:
The product backlog contains ordered work items that may be selected for future sprints.
Incorrect! Try again.
11What is the main purpose of sprint planning?
Backlog management and sprint planning
Easy
A.To replace all project team members
B.To archive every completed project
C.To publish the final product invoice
D.To choose work for the upcoming sprint
Correct Answer: To choose work for the upcoming sprint
Explanation:
During sprint planning, the team selects backlog items and defines the sprint goal.
Incorrect! Try again.
12How are high-priority backlog items usually positioned?
Backlog management and sprint planning
Easy
A.Near the top of the backlog
B.Near the bottom of the backlog
C.Inside the completed sprint
D.Outside the Jira project
Correct Answer: Near the top of the backlog
Explanation:
Higher-priority items are generally placed near the top so they can be considered earlier.
Incorrect! Try again.
13What should happen to a Jira issue when work begins on it?
Sprint execution and issue tracking
Easy
A.Its history should be removed
B.Its type should change to Epic
C.Its project should be deleted
D.Its status should move to In Progress
Correct Answer: Its status should move to In Progress
Explanation:
Moving the issue to In Progress shows that active work has started.
Incorrect! Try again.
14What does the assignee field identify in a Jira issue?
Sprint execution and issue tracking
Easy
A.The report used by the manager
B.The person responsible for the issue
C.The date when the project started
D.The customer paying for the project
Correct Answer: The person responsible for the issue
Explanation:
The assignee is the person currently responsible for working on the issue.
Incorrect! Try again.
15Which status normally indicates that work on an issue has been completed?
Sprint execution and issue tracking
Easy
A.In Progress
B.To Do
C.Done
D.Reopened
Correct Answer: Done
Explanation:
Done normally indicates that the issue meets the team's completion criteria.
Incorrect! Try again.
16What is a bug in software project management?
Bug tracking and change management
Easy
A.A software defect or error
B.A planned product feature
C.A completed project milestone
D.A team communication channel
Correct Answer: A software defect or error
Explanation:
A bug is a defect that causes software to behave incorrectly or unexpectedly.
Incorrect! Try again.
17Which Jira field helps indicate how urgently an issue should be handled?
Bug tracking and change management
Easy
A.Priority
B.Reporter
C.Attachment
D.Component
Correct Answer: Priority
Explanation:
The priority field indicates the relative urgency or importance of an issue.
Incorrect! Try again.
18What does a burndown chart show during a sprint?
Dashboards and reports: burndown chart, velocity chart, sprint report
Easy
A.Customer accounts over time
B.Team membership over time
C.Project expenses over time
D.Remaining work over time
Correct Answer: Remaining work over time
Explanation:
A burndown chart tracks how much work remains as the sprint progresses.
Incorrect! Try again.
19What does a velocity chart help a Scrum team understand?
Dashboards and reports: burndown chart, velocity chart, sprint report
Easy
A.Files stored in one repository
B.Bugs assigned to one developer
C.Work completed across multiple sprints
D.Meetings scheduled for one day
Correct Answer: Work completed across multiple sprints
Explanation:
A velocity chart compares the amount of work completed in several sprints.
Incorrect! Try again.
20What information is commonly provided by a sprint report?
Dashboards and reports: burndown chart, velocity chart, sprint report
Easy
A.Employee salaries and annual bonuses
B.Completed and incomplete sprint issues
C.Server passwords and access codes
D.Customer addresses and phone numbers
Correct Answer: Completed and incomplete sprint issues
Explanation:
A sprint report summarizes which issues were completed and which remained incomplete during the sprint.
Incorrect! Try again.
21A product owner needs to review, prioritize, and refine work intended for future sprints. Which Jira view is most appropriate?
Introduction to Agile and Jira interface
Medium
A.Backlog view
B.Project dashboard
C.Issue history
D.Active sprint board
Correct Answer: Backlog view
Explanation:
The backlog view is designed for ordering, refining, estimating, and assigning future work to sprints.
Incorrect! Try again.
22A team frequently starts new issues while many existing issues remain unfinished. Which Agile practice would best address this problem?
Introduction to Agile and Jira interface
Medium
A.Increase sprint duration
B.Limit work in progress
C.Create additional epics
D.Add more issue types
Correct Answer: Limit work in progress
Explanation:
Limiting work in progress encourages the team to finish existing work before starting more, improving flow and reducing delays.
Incorrect! Try again.
23A development team releases a tested increment every two weeks and wants to plan work in fixed iterations. Which Jira project approach is most suitable?
Creating Scrum or Kanban projects
Medium
A.Kanban project
B.A Kanban project configured with several independent boards, unrestricted work intake, and no iteration boundaries
C.Service project
D.Scrum project
Correct Answer: Scrum project
Explanation:
Scrum supports fixed-length sprints, sprint planning, and delivery of increments at regular intervals.
Incorrect! Try again.
24A maintenance team receives requests continuously and deploys each completed request without waiting for an iteration to end. Which project type best fits this workflow?
Creating Scrum or Kanban projects
Medium
A.Scrum project with parallel sprints
B.Scrum project with monthly sprints
C.Kanban project with fixed releases
D.Kanban project with WIP limits
Correct Answer: Kanban project with WIP limits
Explanation:
Kanban supports continuous flow, while WIP limits help control how many maintenance requests are handled simultaneously.
Incorrect! Try again.
25A team is developing an online payment capability that includes card payments, refunds, transaction history, and payment notifications. How should the overall capability be represented in Jira?
Creating epics, user stories, and tasks
Medium
A.As an epic
B.As a sprint
C.As a subtask
D.As a single bug
Correct Answer: As an epic
Explanation:
An epic represents a large body of work that can be divided into multiple related stories or tasks.
Incorrect! Try again.
26Which issue description is the best example of a user story?
Creating epics, user stories, and tasks
Medium
A.Implement the password reset database table before the next deployment.
B.As a customer, I want to reset my password so that I can recover account access.
C.Password recovery must use the existing authentication service.
D.The password reset link returns an unexpected server error.
Correct Answer: As a customer, I want to reset my password so that I can recover account access.
Explanation:
A user story expresses a capability from the user's perspective and states the value or outcome the user needs.
Incorrect! Try again.
27A user story requires separate database, API, and interface activities that will be completed by different team members. How should these activities usually be represented?
Creating epics, user stories, and tasks
Medium
A.As subtasks under the story
B.As unrelated epics
C.As multiple sprints containing duplicated copies of the original story and independent acceptance criteria
D.As separate projects
Correct Answer: As subtasks under the story
Explanation:
Subtasks divide implementation work while preserving the activities' relationship to the parent user story.
Incorrect! Try again.
28A team's average velocity is 24 story points. For the next sprint, the team expects to have only of its normal capacity. Approximately how many story points should it initially plan?
Backlog management and sprint planning
Medium
A.18 story points
B.21 story points
C.32 story points
D.24 story points
Correct Answer: 18 story points
Explanation:
Capacity-adjusted planning gives story points.
Incorrect! Try again.
29Two high-priority backlog stories depend on an unfinished authentication story. What is the most appropriate action during backlog refinement?
Backlog management and sprint planning
Medium
A.Place the dependent stories in the current sprint first.
B.Prioritize the authentication story before the dependent stories.
C.Remove the authentication story from the backlog.
D.Assign all three stories to different team members.
Correct Answer: Prioritize the authentication story before the dependent stories.
Explanation:
Ordering the prerequisite first reduces blocking risk and makes the dependent stories feasible in later planning.
Incorrect! Try again.
30A story was not completed when the sprint ended. What should the team do before placing it in another sprint?
Backlog management and sprint planning
Medium
A.Automatically count its points in both sprints.
B.Keep the completed sprint open until the story is finished, approved, deployed, and reviewed by every stakeholder.
C.Return it to the backlog and reassess it.
D.Mark it Done and create a duplicate.
Correct Answer: Return it to the backlog and reassess it.
Explanation:
Incomplete work should be reconsidered and reprioritized rather than automatically carried forward or counted as completed.
Incorrect! Try again.
31During a sprint, a developer cannot continue a story until an external API credential is supplied. What Jira action best communicates the situation?
Sprint execution and issue tracking
Medium
A.Delete the issue from the sprint.
B.Close the issue as unresolved.
C.Increase its story-point estimate.
D.Flag the issue and record the blocker.
Correct Answer: Flag the issue and record the blocker.
Explanation:
Flagging the issue makes the impediment visible, while a comment or linked issue can document the blocker.
Incorrect! Try again.
32A developer has finished coding an issue, but testing has not started. If the workflow contains To Do, In Progress, Testing, and Done, which transition best reflects its state?
Sprint execution and issue tracking
Medium
A.Move it from In Progress to Testing.
B.Move it from In Progress to Done.
C.Leave it in In Progress until deployment.
D.Move it from In Progress to To Do.
Correct Answer: Move it from In Progress to Testing.
Explanation:
The issue should enter Testing because development is complete but the work has not yet satisfied the definition of Done.
Incorrect! Try again.
33A stakeholder requests a substantial new feature halfway through a sprint. What is the most appropriate Scrum response?
Sprint execution and issue tracking
Medium
A.Insert it immediately without changing scope.
B.Add it to the backlog for prioritization.
C.Replace every unfinished sprint issue with it.
D.Extend the sprint, preserve all existing commitments, add the feature, and postpone testing until the following iteration.
Correct Answer: Add it to the backlog for prioritization.
Explanation:
A substantial request should normally be prioritized in the product backlog and considered during future sprint planning.
Incorrect! Try again.
34Users report that checkout fails only when a discount code and express delivery are selected together. What information is most important to add to the Jira bug?
Bug tracking and change management
Medium
A.Reproduction steps and observed result
B.The titles of unrelated backlog items
C.The project's average velocity
D.The reporter's preferred sprint length
Correct Answer: Reproduction steps and observed result
Explanation:
Clear reproduction steps and the observed result allow developers and testers to reproduce, diagnose, and verify the defect.
Incorrect! Try again.
35A defect causes occasional data loss but affects only a small number of users. How should the team assess it?
Bug tracking and change management
Medium
A.Assign low severity because few users are affected.
B.Assign low priority because it is not frequent.
C.Assign high severity and evaluate priority separately.
D.Convert it to a user story because severity and priority must always have the same value.
Correct Answer: Assign high severity and evaluate priority separately.
Explanation:
Data loss has high impact and therefore high severity, while priority should be decided separately using urgency and business context.
Incorrect! Try again.
36An approved change modifies the acceptance criteria of a story that is already in progress. Which Jira practice provides the clearest audit trail?
Bug tracking and change management
Medium
A.Update the issue and record the reason in its history or comments.
B.Change the criteria without recording why they changed.
C.Delete the original story and create an unrelated replacement.
D.Move the story to Done before applying the new criteria.
Correct Answer: Update the issue and record the reason in its history or comments.
Explanation:
Updating the existing issue while documenting the reason preserves traceability for the approved change.
Incorrect! Try again.
37A sprint burndown chart remains flat for four days even though developers report working on several issues. What is the most likely explanation?
Dashboards and reports: burndown chart, velocity chart, sprint report
Medium
A.No estimated work has been completed or updated.
B.The release version was created too early and contains issues assigned to several future sprints with different due dates.
C.The backlog has been fully prioritized.
D.The team's velocity has increased.
Correct Answer: No estimated work has been completed or updated.
Explanation:
A flat burndown means the tracked remaining work has not decreased, often because issues are unfinished or their status and estimates are not current.
Incorrect! Try again.
38A 10-day sprint begins with 80 story points. Assuming an ideal linear burndown, how much work should remain at the end of day 5?
Dashboards and reports: burndown chart, velocity chart, sprint report
Medium
A.40 story points
B.48 story points
C.60 story points
D.32 story points
Correct Answer: 40 story points
Explanation:
At the midpoint of a linear burndown, half the work should remain: story points.
Incorrect! Try again.
39A team's completed work over its last three sprints was 20, 24, and 16 story points. What velocity is a reasonable starting point for planning the next sprint?
Dashboards and reports: burndown chart, velocity chart, sprint report
Medium
A.24 story points
B.20 story points
C.60 story points
D.16 story points
Correct Answer: 20 story points
Explanation:
The recent average velocity is story points.
Incorrect! Try again.
40The team wants to identify issues added after a sprint started and compare committed work with completed work. Which Jira report is most useful?
Dashboards and reports: burndown chart, velocity chart, sprint report
Medium
A.Project dashboard
B.Velocity chart
C.Sprint report
D.Cumulative flow diagram
Correct Answer: Sprint report
Explanation:
The sprint report summarizes completed and incomplete issues and highlights scope changes made during the sprint.
Incorrect! Try again.
41A Jira project contains 600 issues, but a newly created Scrum board displays only 140. No issues were deleted or archived. Which explanation is most consistent with Jira's architecture?
Introduction to Agile and Jira interface
Hard
A.The board imported only issues assigned to members of the Scrum team.
B.The project automatically moved older issues into a hidden Scrum archive.
C.The board displays only issues matching its saved filter and column configuration.
D.The board copied only issues that were unresolved when it was created.
Correct Answer: The board displays only issues matching its saved filter and column configuration.
Explanation:
A board is a filtered view of issues, not a separate issue container. Its filter and status-to-column mappings determine which project issues appear.
Incorrect! Try again.
42A support team receives unpredictable requests, releases each completed item immediately, and wants explicit work-in-progress limits. Which project configuration best fits this operating model?
Creating Scrum or Kanban projects
Hard
A.A Kanban project with workflow-based columns and WIP limits
B.A Scrum project with one-day sprints and no sprint goal
C.A Scrum project with continuous backlog rollover between sprints
D.A Kanban project with fixed iterations and velocity commitments
Correct Answer: A Kanban project with workflow-based columns and WIP limits
Explanation:
Kanban supports continuous flow and explicit WIP control without requiring sprint boundaries or iteration commitments.
Incorrect! Try again.
43Two teams work from the same Jira project. One team needs a Scrum board for product work, while the other needs a Kanban board for maintenance issues. Both teams must reference the original issues without duplication. What is the best design?
Creating Scrum or Kanban projects
Hard
A.Create one Scrum board and model maintenance as a permanent sprint.
B.Create one Kanban board and represent product sprints using versions.
C.Create separate boards from saved filters over the shared Jira project.
D.Clone the Jira project and synchronize issue keys between both projects.
Correct Answer: Create separate boards from saved filters over the shared Jira project.
Explanation:
Multiple boards can present different filtered views of the same issues. This supports distinct workflows without cloning or synchronizing issue records.
Incorrect! Try again.
44A product capability spans several independently valuable user outcomes. Each outcome requires multiple technical implementation steps that are not valuable by themselves. Which hierarchy is most appropriate?
Creating epics, user stories, and tasks
Hard
A.Create an epic, represent outcomes as stories, and represent implementation steps as subtasks.
B.Create an epic, represent outcomes as subtasks, and represent implementation steps as stories.
C.Create one task, represent outcomes as subtasks, and represent steps as checklist items.
D.Create one story, represent outcomes as tasks, and represent implementation steps as epics.
Correct Answer: Create an epic, represent outcomes as stories, and represent implementation steps as subtasks.
Explanation:
The epic groups the broader capability, stories capture independently valuable outcomes, and subtasks track implementation work within each story.
Incorrect! Try again.
45A story named "Build customer management" is too large for one sprint. Which split best preserves vertical, independently testable value?
Creating epics, user stories, and tasks
Hard
A.Create separate stories for analysis, implementation, integration, and deployment activities.
B.Create stories for frontend work, backend work, database work, and documentation.
C.Create stories for adding a customer, editing a customer, and deactivating a customer.
D.Create separate stories for database design, API development, interface design, and testing.
Correct Answer: Create stories for adding a customer, editing a customer, and deactivating a customer.
Explanation:
Each selected story delivers an end-to-end user capability. Splitting by technical layer creates horizontal slices that are not independently valuable.
Incorrect! Try again.
46A product owner drags an issue above another issue in the backlog, but the displayed order does not change after refresh. The board filter ends with ORDER BY Priority DESC. What is the most appropriate correction?
Backlog management and sprint planning
Hard
A.Add the issues to an epic and order them through the epic panel.
B.Change the issues to the same priority and restart the active sprint.
C.Change the filter ordering to ORDER BY Rank ASC and rank the issues again.
D.Replace the Rank field with sequential numeric values in the summary.
Correct Answer: Change the filter ordering to ORDER BY Rank ASC and rank the issues again.
Explanation:
Manual backlog ranking depends on Jira's Rank field. An explicit priority-based ordering overrides the visible effect of drag-and-drop ranking.
Incorrect! Try again.
47A team's last three completed sprint velocities were , , and points. For the next sprint, team availability is uniformly reduced to of normal, and no other material change is expected. What is the most defensible initial planning forecast?
Backlog management and sprint planning
Hard
A. points, because velocity must never be adjusted for capacity
B. points, based on average velocity adjusted for availability
C. points, because a capacity reduction requires a large safety margin
D. points, because the lowest velocity should be reduced by two
Correct Answer: points, based on average velocity adjusted for availability
Explanation:
Average velocity is . Adjusting for availability gives points, which is a forecast rather than a guaranteed commitment.
Incorrect! Try again.
48Midway through a sprint, management asks the team to change the board's estimation statistic from story points to original time estimates. Which response best protects report interpretability?
Backlog management and sprint planning
Hard
A.Remove estimates from the active sprint and rebuild them after completion.
B.Finish using points, preserve the baseline, and switch before the next sprint.
C.Change immediately and convert completed points into equivalent work hours.
D.Change immediately and estimate only newly created issues in hours.
Correct Answer: Finish using points, preserve the baseline, and switch before the next sprint.
Explanation:
Changing estimation units during a sprint makes commitment, burndown, and velocity data difficult to interpret. A sprint-boundary change preserves a coherent baseline.
Incorrect! Try again.
49An urgent regulatory story is discovered after a sprint starts. The product owner decides it must be handled immediately. Which Jira action provides the most transparent control?
Sprint execution and issue tracking
Hard
A.Increase the estimate of an existing story and implement both requirements there.
B.Replace an unfinished sprint issue with the new story without recording the change.
C.Create and estimate the story, add it to the sprint, and retain the scope-change history.
D.Implement the requirement outside Jira and create a completed story after the sprint.
Correct Answer: Create and estimate the story, add it to the sprint, and retain the scope-change history.
Explanation:
Adding the issue explicitly preserves ownership, estimation, traceability, and scope-change reporting. Hiding the work inside another issue corrupts sprint evidence.
Incorrect! Try again.
50A defect is moved from Done to Reopened, but its Resolution remains Fixed. Queries using resolution = Unresolved do not return it. What is the correct workflow-level fix?
Sprint execution and issue tracking
Hard
A.Remove the Resolution field from all screens used by the defect workflow.
B.Rename the Reopened status so that Jira treats it as unresolved automatically.
C.Map the Reopened status to the board's rightmost completed column.
D.Clear the Resolution through the reopen transition and set it again on completion.
Correct Answer: Clear the Resolution through the reopen transition and set it again on completion.
Explanation:
Resolution is independent of status. A reopen transition should clear the previous resolution so unresolved filters and reports classify the issue correctly.
Incorrect! Try again.
51During an active sprint, an administrator modifies the board filter and one sprint issue disappears. The issue itself was neither deleted nor removed from the sprint. What should the team verify first?
Sprint execution and issue tracking
Hard
A.Whether Jira removed the issue's Sprint field because it no longer matched
B.Whether completing the issue automatically moved it into a different Jira project
C.Whether the issue still has the Sprint value but no longer matches the board filter
D.Whether the sprint was converted into a release when the filter was edited
Correct Answer: Whether the issue still has the Sprint value but no longer matches the board filter
Explanation:
Board visibility is filter-dependent. An issue can retain its Sprint field while disappearing from a board whose saved filter no longer matches it.
Incorrect! Try again.
52Two testers independently report the same production defect with different evidence attached. Which handling strategy best preserves traceability while preventing duplicate work?
Bug tracking and change management
Hard
A.Choose a canonical defect, link the duplicate, preserve evidence, and close the duplicate.
B.Merge both issue keys into a new story and delete the original defect records.
C.Assign both defects to one developer and close them together after the fix.
D.Delete the newer defect after copying only its description into the older defect.
Correct Answer: Choose a canonical defect, link the duplicate, preserve evidence, and close the duplicate.
Explanation:
A canonical issue centralizes remediation while duplicate links preserve reporter history, evidence, and auditability without creating parallel fixes.
Incorrect! Try again.
53A defect reveals that an approved acceptance criterion is incorrect and the requested correction changes product behavior. Which action provides the strongest change-control trail?
Bug tracking and change management
Hard
A.Close the defect as invalid and describe the behavioral correction in the sprint retrospective.
B.Edit the acceptance criterion silently because the related implementation is already defective.
C.Convert the defect into a subtask and let the assignee approve the behavioral change.
D.Create a linked change issue, assess impact, obtain approval, and update affected requirements.
Correct Answer: Create a linked change issue, assess impact, obtain approval, and update affected requirements.
Explanation:
A behavioral change requires explicit impact analysis and authorization. Linking the change to the defect and affected requirements preserves end-to-end traceability.
Incorrect! Try again.
54A critical production defect must interrupt the active sprint. Which approach balances rapid response with governance and accurate Jira reporting?
Bug tracking and change management
Hard
A.Cancel the sprint, move every issue to the backlog, and start an emergency sprint.
B.Implement the fix immediately and record it as an issue only after deployment.
C.Create an expedited bug, authorize it, add it to the sprint, and record displacement decisions.
D.Add the work to the largest existing story so sprint scope remains unchanged.
Correct Answer: Create an expedited bug, authorize it, add it to the sprint, and record displacement decisions.
Explanation:
An expedited but recorded bug supports rapid handling while preserving authorization, scope-change visibility, ownership, and any decision to defer planned work.
Incorrect! Try again.
55A sprint begins with story points. The team completes points, after which estimated points are added to the sprint. No other issues or estimates change. What should the burndown evidence show at that moment?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.Remaining work of points and a -point scope increase
B.Remaining work of points and a -point completion event
C.Remaining work of points and a -point scope increase
D.Remaining work of points and no scope change
Correct Answer: Remaining work of points and a -point scope increase
Explanation:
The remaining work is points. Adding the new issues after sprint start is reported as a -point scope increase.
Incorrect! Try again.
56A sprint starts with points. During the sprint, one unfinished -point issue is removed and an -point issue is added. At closure, every issue remaining in the sprint is done except one -point issue. Estimates never change. What commitment and completion values should the velocity chart show?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.Commitment ; completed
B.Commitment ; completed
C.Commitment ; completed
D.Commitment ; completed
Correct Answer: Commitment ; completed
Explanation:
Commitment is the points present at sprint start. End scope is , of which is unfinished, so completed work is points.
Incorrect! Try again.
57At sprint closure, an issue has status Resolved and Resolution Fixed, but that status is mapped to the board's middle column rather than its rightmost column. How will the Scrum sprint report normally classify it?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.Not completed, because completion is determined by board column mapping
B.Completed, because any nonempty Resolution represents completed work
C.Completed, because the status name contains the word Resolved
D.Excluded, because resolved issues are omitted from sprint reports
Correct Answer: Not completed, because completion is determined by board column mapping
Explanation:
For Scrum board reporting, Jira generally treats issues in the rightmost board column as complete. Status names and Resolution values do not override an incorrect column mapping.
Incorrect! Try again.
58Developers report steady progress for four days, but a story-point burndown remains flat. Several stories are nearly finished, yet none has entered the board's completed column. What is the strongest interpretation?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.The flat line proves that the board filter excluded all issues after sprint start.
B.Story-point burndown records completed stories, so partial progress may not reduce remaining points.
C.Jira reduces story points only after subtasks receive individual story-point estimates.
D.The sprint has certainly accumulated no work because the chart is the authoritative activity log.
Correct Answer: Story-point burndown records completed stories, so partial progress may not reduce remaining points.
Explanation:
Story points are normally burned when an estimated issue reaches the completed column. Substantial partial work can therefore coexist with a flat story-point burndown.
Incorrect! Try again.
59When completing Sprint 7, three unfinished issues are moved into an unstarted Sprint 8. Which reporting outcome is expected if their estimates remain unchanged?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.Sprint 8 treats them as completed scope because they existed before it started.
B.Sprint 7 counts them as completed because they were assigned to another sprint.
C.Sprint 7 removes them entirely because rollover issues have no historical membership.
D.Sprint 7 reports them unfinished, and Sprint 8 includes them in commitment when it starts.
Correct Answer: Sprint 7 reports them unfinished, and Sprint 8 includes them in commitment when it starts.
Explanation:
Moving unfinished issues does not convert them into completed Sprint 7 work. Because they are present when Sprint 8 starts, their estimates contribute to its initial commitment.
Incorrect! Try again.
60A board shows 14 issues with statusCategory != Done, while a dashboard filter using resolution = Unresolved shows 11. Inspection finds that the three missing issues were reopened but still have Resolution Fixed. What is the best correction?
Dashboards and reports: burndown chart, velocity chart, sprint report
Hard
A.Exclude reopened issues from the board so both displays permanently show 11.
B.Clear Resolution on reopening and align dashboard and board definitions where appropriate.
C.Move reopened issues into the Done status category until the next sprint starts.
D.Modify the dashboard gadget to add three manually entered adjustment records.
Correct Answer: Clear Resolution on reopening and align dashboard and board definitions where appropriate.
Explanation:
The stale Resolution causes the JQL definitions to disagree. Correcting the reopen workflow and aligning filter semantics produces consistent, trustworthy dashboard results.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →