Darren wants to analyze the performance of his support teams. Less time in the Waiting for Support status indicates optimal team performance. The report should provide a way to dynamically analyze not only specific days but also specific time frames. Which report provides this information?
A. Average Age Report
B. Recently Created Issues Report
C. Created vs Resolved Issues Report
D. Control Chart
E. Resolution Time Report
Correct Answer: D
A Control Chart is the best report to provide the information that Darren wants. A Control Chart shows the cycle time or lead time for your team's issues, broken down by the time spent in each status. It helps you identify whether data from the
current process can be used to determine future performance. Less time in the Waiting for Support status indicates optimal team performance, as it means that the issues are being addressed promptly and efficiently. A Control Chart also
provides a way to dynamically analyze not only specific days but also specific time frames, by using the date range selector and the zoom feature. You can also filter the chart by issue type, assignee, label, or any other field. References:
Which statementis definitely true about priorities in Jira?
A. Project administrators can re-order existing priorities in their projects.
B. Project administrators can create new priorities in their projects.
C. The same set of priorities is always available in each project.
D. Jira administrators can create and update global priorities.
Correct Answer: D
Jira administrators can create and update global priorities, which are the default set of priorities available in each project. Project administrators cannot re-order, create, or update priorities in their projects, unless they have Jira administrator access. The same set of priorities is not always available in each project, as Jira administrators can configure priority schemes to assign different priorities to different projects. References: [Configuring priorities], [Managing Jira Projects Data Center and Server: Certification Bundle]
Question 63:
Analyze the component configuration of a project as shown.
Dave creates an issue and wants to use the auto-assignment feature of Jira. Which statement is definitely correct?
A. If UX is selected, the issue will be assigned to admin.
B. If Login and Signoff are selected, the issue will be assigned to Project admin.
C. If Signoff is selected, the issue will be assigned to Project admin.
D. If Test is selected, the issue will be assigned to Project lead.
Correct Answer: C
Thecomponent configuration of the project shows that each component has a different default assignee. The default assignee is the user who will be automatically assigned to an issue when that component is selected. The image shows that
the default assignee for the Signoff component is Project admin. Therefore, if Dave creates an issue and selects Signoff as the component, the issue will be assigned to Project admin.
The other options are not correct because:
If UX is selected, the issue will not be assigned to admin, but to Unassigned. The image shows that the default assignee for the UX component is Unassigned, which means that no user will be automatically assigned to an issue with that
component.
If Login and Signoff are selected, the issue will not be assigned to Project admin, but to Project lead. The image shows that the default assignee for multiple components is Project lead, which means that if more than one component is
selected, the issue will be assigned to Project lead. If Test is selected, the issue will not be assigned to Project lead, but to Unassigned. The image shows that the default assignee for the Test component is Unassigned, which means that no
user will be automatically assigned to an issue with that component.
Question 64:
You need a field that:
1.
allows different options in different projects
2.
allows options to be disabled where necessary
3.
allows only a single value
4.
allows a default value to be configured
Which field meets these requirements?
A. Select List (single choice)
B. Checkboxes
C. Component/s
D. Labels
Correct Answer: A
A select list (single choice) field meets the requirements because it allows different options in different projects, allows options to be disabled where necessary, allows only a single value, and allows a default value to be configured. A select list (single choice) field is a custom field that lets the user select one option from a list of predefined values. The values can be different for each project and can be enabled or disabled as needed. The field can also have a default value that is automatically selected when creating an issue12 References:
1: What are custom fields? | Jira Software Cloud | Atlassian Support
2: Configuring a custom field | Jira Software Cloud | Atlassian Support
Question 65:
Your team is using a Scrum board and has many issues planned for future sprints. You need to configure a secondary board that
1.
excludes those planned issues from the board but not from the reports
2.
hides issues in real time when users select multiple conditions
Which two board configurations satisfy the requirements? (Choose two.)
A. swimlanes
B. board sub-filter
C. board filter
D. column constraint
E. quick filters
Correct Answer: BE
To exclude the planned issues from the board but not from the reports, you need to use a board sub-filter. A board sub-filter is an additional JQL query that is applied to the board filter to further refine the issues displayed on the board. The sub-filter does not affect the reports, which are based on the board filter only. To hide issues in real time when users select multiple conditions, you need to use quick filters. Quick filters are buttons that allow users to dynamically change the view of the board by applying one or more JQL queries. Users can select or deselect quick filters to show or hide issues that match the criteria. References: Configuring filters, Configuring quick filters
Question 66:
The `'Open issuesfilter of your project shows bugs, along with epics and stones.
You then view the project's Scrum board where you only see epics and stories but not bugs.
Which configuration is responsible for this behavior?
A. board filter query
B. issue type scheme
C. board filter shares
D. swim lanes
E. board sub-filter
Correct Answer: A
Question 67:
A product owner is responsible for two scrum teams. He needs to:
1.
see a snapshot displaying key sprint information like time elapsed and percentage of scope change
2.
monitor the overall progress of the next release to determine if it will ship on time
Which two gadgets will show this information? (Choose two.)
A. Version Report
B. Issues in progress
C. Sprint Health Gadget
D. Activity Stream
E. Projects
F. Filter Results
Correct Answer: AC
The Version Report and the Sprint Health Gadget are two gadgets that can show the information that the product owner needs. The Version Report shows the progress of a version by comparing the estimated amount of work to the completed work. The report also shows a projected release date based on the team's average velocity. The product owner can use this report to monitor the overall progress of the next release and determine if it will ship on time. The Sprint Health Gadget shows a snapshot of key sprint information such as time elapsed, percentage of scope change, sprint goal, and team members' availability. The product owner can use this gadget to see how each scrum team is performing in their current sprint and identify any issues or risks. References: Managing Jira Projects Data Center and Server: Certification Bundle, Version Report, Sprint Health Gadget
Question 68:
An issue was created with the following attributes:
1.
Issue type: Story
2.
Priority: Blocker
3.
Labels: Tools, DevOps
4.
Reporter: A.Grant
An excerpt of the board's swimlane configuration is shown.
In which swimlane will the issue appear?
A. Change requests
B. Expedite
C. Internal stories
D. Everything Else
E. Stories
Correct Answer: B
The issue will appear in the Expedite swimlane, because it matches the query priority = Blocker. Swimlanes are used to group issues on the board based on a common attribute, such as assignee, epic, or a custom query. The board's swimlane configuration shows that the first swimlane is Expedite, which has the query priority = Blocker. This means that any issue with a blocker priority will be placed in this swimlane, regardless of its other attributes. The other swimlanes have different queries that do not match the issue's attributes, such as type, labels, or reporter. Therefore, the issue will not appear in those swimlanes. The last swimlane is Everything Else, which is the default swimlane for any issue that does not match any of the previous queries. However, since the issue matches the Expedite query, it will not fall into this swimlane either. Hence, the correct answer is B. References: [Configuring swimlanes], [Using swimlanes]
Question 69:
Quang can transition issues from Resolved to Done using the workflow button on issues in his project. However, he cannot drag then from Resolved to Done on the project's Kanban board Identify a possible reason why.
A. Quang lacks a project permission.
B. Quang is not a board administrator.
C. The statuses are mapped to the same column.
D. The board has a sub-filter configured
Correct Answer: C
If Quang can transition issues from Resolved to Done using the workflow button on issues in his project, but cannot drag them from Resolved to Done on the project's Kanban board, a possible reason is that the statuses are mapped to the same column. The columns on a Kanban board represent the stages of work in a project. Each column can have one or more statuses mapped to it. To move an issue from one column to another, you need to drag and drop it to a column that has a different status mapped to it. If the statuses are mapped to the same column, you cannot move the issue by dragging it on the board, but you can still use the workflow button to change its status. References: Configuring columns, Moving an issue
Question 70:
Your team uses a custom field of type Labels to track keywords associated with incoming requests. Issues can have multiple keywords, and new keywords can be added at any time. They want to see keywords displayed prominently when
viewing all cards on a board.
Which configuration meets this need?
A. card layout
B. swimlanes
C. card colours
D. issue detail view
Correct Answer: A
The best configuration to meet the team's need of displaying keywords prominently when viewing all cards on a board is card layout. Card layout allows you to customize what fields are shown on each card on a board, and you can choose to show any custom field of type Labels on the cards. Swimlanes are used to group issues into horizontal lanes based on certain criteria, such as assignee, priority, or query, but they do not show labels on each card. Card colours are used to highlight issues based on certain attributes, such as issue type, priority, or query, but they do not show labels on each card either. Issue detail view is used to show more information about an issue when you select it on a board, but it does not affect how cards are displayed on the board. Therefore, the correct answer is A. References: [Configuring card layout], [Configuring swimlanes], [Configuring card colours], [Using boards]
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Atlassian exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your ACP-610 exam preparations and Atlassian certification application, do not hesitate to visit our Vcedump.com to find your solutions here.