Atlassian ACP-610 Practice Test - Questions Answers, Page 5

List of questions
Question 41

You just started working as a scrum master in the Engine team.
The first thing you do is to analyze the Velocity Chart of the team's scrum board as shown
The Velocity Chart shows the amount of work completed by a team in each sprint. The green area represents the completed work, and the gray area represents the estimated work. The difference between the green and gray areas indicates a scope change, which means that issues were added or removed from the sprint after it started. In Combo Sprint 4, we can see that the green area is larger than the gray area, which means that more work was completed than estimated. This implies that some issues were added to the sprint after it started, or that some issues were re-estimated with higher values. Therefore, option C is correct.Reference:Velocity Chart,Managing Jira Projects Data Center and Server: Certification Bundle
Question 42

Development team A is consistently overestimating the work they can complete per sprint. They want to be able to compare work committed and work completed in sprints over time. Which single report provides this information?
The Velocity Chart is the best report to compare work committed and work completed in sprints over time. It shows the average amount of work that a team can complete in a sprint, based on the historical data of previous sprints. It also shows how much work was planned and how much was actually completed in each sprint. By looking at the Velocity Chart, a team can see if they are overestimating or underestimating their capacity, and adjust their planning accordingly. Therefore, option E is correct.Reference:Velocity Chart,Managing Jira Projects Data Center and Server: Certification Bundle
Question 43

Your team has been completing work on a fully estimated epic in each of the last four sprints.
Your product owner wants you to predict how many additional sprints will be needed to complete it.
Which single report can provide the information?
An epic burndown chart shows the progress towards completing an epic over time. It is useful for tracking how much work is left to be done and predicting when it will be completed. The epic burndown chart is based on the estimation statistic that is configured for the board (either story points or issue count) and shows the total amount of work remaining in the epic at the end of each sprint. You can use this chart to estimate how many additional sprints will be needed to complete an epic.Reference:: https://support.atlassian.com/jira-software-cloud/docs/view-and-understand-the-epic-burndown-chart/
Question 44

Paul and Tessa are in the Auditors role of every project.
You need to write a JQL query that shows Issues reported by either of them that are still unassigned.
Select the correct JQL query.
The correct JQL query to find issues reported by either Paul or Tessa that are still unassigned is: Reporter IN (Paul, Tessa) AND Assignee IS EMPTY. This query uses the IN operator to specify a list of values for the Reporter field, and the IS EMPTY operator to check if the Assignee field has no value. The other options are incorrect because they use invalid syntax or operators, such as ''-'', NULL, or Unassigned. For more information on JQL syntax and operators, seeJQL operatorsandUse advanced search with Jira Query Language (JQL).Reference:JQL operators,Use advanced search with Jira Query Language (JQL)
Question 45

You want to report on your team's performance to the stakeholders. View one of the reports for your team:
Based only on the report shown, which statement about your teams performance is definitely true?
Question 46

You are responsible for three software products with individual release cycles.
Each product is managed in a different project.
Which report can provide an instant progress overview of all fix versions across all projects?
Question 47

Auditors group contains only two members; Adam and Eve.
You need to create a quick filter that shows overdue issues assigned to either of them
Which JQL query is always correct?
Question 48

All projects use only a single simplified workflow which has three statuses:
* Open
* In Progress
* Closed
Each status allows all statuses to transition to it
You need to identify oil issues that were in the Closed status at some point in their lifecycle.
Select the correct JQL query.
Question 49

Quang is a project administrator. He added several fields to his project screen. All team members have Edit Issues permission in this project. Which field can definitely be set all project team member-.'1
Question 50

You want to update a workflow that is not shared.
You are a project administrator and 'Extended project administration' is enabled.
Which two actions can you complete? (Choose two.)
Question