Get 100% Success with Latest Jira Project Administrator ACP-610 Exam Dumps May 14, 2024 [Q29-Q47]

Share

Get 100% Success with Latest Jira Project Administrator ACP-610 Exam Dumps May 14, 2024

The Best ACP-610 Exam Study Material and Preparation Test Question Dumps

NEW QUESTION # 29
A scrum team asks you for a single comprehensive list of issues that were completed in the last sprint-Additionally, they need to know:
* the story points associated with each completed issue
* the issue type of each completed issue
* the description of each issue that has not been completed
Which report or gadget provides the required information?

  • A. Sprint Report
  • B. Filter Results gadget
  • C. Chart gadget
  • D. Burndown Chart report
  • E. Created vs Resolved
  • F. Sprint Health Gadget

Answer: A

Explanation:
Explanation
A Sprint Report is the best report to provide a single comprehensive list of issues that were completed in the last sprint. A Sprint Report shows the scope, status, and completion date of each sprint. It also displays a breakdown of the completed, incomplete, and added issues in the sprint. The team can see the story points associated with each completed issue, as well as the issue type of each completed issue. They can also see the description of each issue that has not been completed by clicking on the issue key or summary. A Sprint Report also helps to track the team's performance and identify any scope changes during the sprint. References: Managing Jira Projects Data Center and Server: Certification Bundle, [Sprint Report | Jira Software Cloud]


NEW QUESTION # 30
You need a field that:
* allows different options in different projects
* allows options to be disabled where necessary
* allows only a single value
* allows a default value to be configured
Which field meets these requirements?

  • A. Labels
  • B. Select List (single choice)
  • C. Component/s
  • D. Checkboxes

Answer: B

Explanation:
Explanation
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


NEW QUESTION # 31
Nadav wants to know how accurate estimates were on issues associated with version 2.2.
Which report should he use?

  • A. Resolution Time Report
  • B. Version Workload Report
  • C. User Workload Report
  • D. Single Level Group By Report
  • E. Time Since Issues Report
  • F. Time Tracking Report

Answer: C


NEW QUESTION # 32
There is a condition on the Start Progress transition in your workflow, which restricts the transition to users in the Developers role only. All other transitions are available to all users. There is a new requirement to allow all users to execute the Start Progress transition. Your workflow is not shared. As a project administrator, what should you do to meet the requirement?

  • A. Edit the existing Start Progress transition to remove the condition.
  • B. Delete the existing Start Progress transition and replace with a new one.
  • C. Edit the existing Start Progress transition to remove the validator.
  • D. Update the Transition Issues permission in the permission scheme.

Answer: C


NEW QUESTION # 33
Elaine is the project administrator for the Finance project.
The team requests a brand new field called Currency. It must be added to the screen used on the Approval transition.
How can these requirements be met?

  • A. Elaine can create the field and add it to the screen.
  • B. A Jira administrator must create the field and add it to the screen.
  • C. Elaine can create the field but a Jira administrator must add it to the screen.
  • D. A Jira administrator must create the field but Elaine can add it to the screen.

Answer: B


NEW QUESTION # 34
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.

  • A. Reporter IS Paul OR Reporter IS Tessa AND Assignee IS NULL
  • B. Reporter IN (Auditors) AND assignee - EMPTY
  • C. Reporter IN membersOfCAuditors") AND assignee = NULL
  • D. Reporter IN (Paul, Tessa) AND Assignee IS EMPTY
  • E. (Reporter - Paul OR Reporter - Tessa) AND Assignee - Unassigned

Answer: D

Explanation:
Explanation
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, see JQL operators and Use advanced search with Jira Query Language (JQL). References: JQL operators, Use advanced search with Jira Query Language (JQL)


NEW QUESTION # 35
Which statement is definitely true about sub-tasks being used on a Scrurn board?

  • A. Sub-tasks will automatically get resolved when the parent is moved to the Done column.
  • B. Sub-tasks can only be created by board administrators
  • C. Sub-task estimations are rolled up and displayed as the Original Estimate on the parent card.
  • D. Sub-tasks can be displayed as cards in the Active sprints view.
  • E. Sub-tasks can be displayed as cards in the Backlog view.

Answer: D

Explanation:
Explanation
Sub-tasks are a type of issue that can be used to break down a parent issue into smaller and more manageable pieces. Sub-tasks can be displayed as cards in the Active sprints view of a Scrum board, which allows you to track their progress and status. However, sub-task estimations are not rolled up and displayed on the parent card, as they use a different field than the parent issue. Sub-tasks can be created by anyone who has the Create Issue permission in the project, not only by board administrators. Sub-tasks cannot be displayed as cards in the Backlog view, as they are only visible under their parent issues. Sub-tasks will not automatically get resolved when the parent is moved to the Done column, as they have their own workflow transitions and conditions.
Therefore, the correct answer is C. References: [Working with sub-tasks], [Configuring columns]


NEW QUESTION # 36
Scrum Masters must be able to manage sprints in a particular project, but they are unable to do so. You need to recommend an action to the Jira administrator which satisfies their requirement.
Which recommendation will definitely NOT satisfy their requirement?

  • A. Add the Scrum-Masters project role to the Manage Sprints permission.
  • B. Add the Scrum-Masters group to the Manage Sprints permission.
  • C. Add individual users to the Scrum-Masters project role.
  • D. Add Application access (Jira Core) to the Manage Sprints permission.

Answer: C


NEW QUESTION # 37
The extract of a permission scheme is shown below.

Clare is joining your team to help out as first-level support.
Her job will be:
- Analyze incoming requests
- requests to subject matter experts
Which two project roles will she need? (Choose two.)

  • A. Assignables
  • B. Editors
  • C. Administrators
  • D. Viewers
  • E. Assigners
  • F. Workers

Answer: D,E


NEW QUESTION # 38
Sam and Jo are product managers responsible for two separate products. Each product has its own Jira project and a corresponding Scrum board.
Management requests an integration between the products. Sam and Jo decide to create all the integration-related issues in Sams project and label them integration".
Jo updated his Scrum board's saved filter to include the relevant integration issues from Sam's project.
Which statement is definitely true?

  • A. All integration issues always appear on top of Jo's backlog.
  • B. Sam is unable to transition integration issues that were ranked by Jo.
  • C. Changes to the rank of integration issues on Jo's board are reflected on Sam's board.
  • D. Jo is unable to rank integration issues created by Sam.
  • E. Integration issues can only be ranked on Sam's board.

Answer: C

Explanation:
Explanation
The statement that is definitely true is that changes to the rank of integration issues on Jo's board are reflected on Sam's board. This is because ranking is a global attribute that affects how issues are ordered across projects and boards based on their relative priority. When Jo updates his Scrum board's saved filter to include integration issues from Sam's project, he can rank them along with his own issues on his board. These changes will also affect how these issues are ranked on Sam's board, as they share the same rank field value. The other statements are not necessarily true or false, as they depend on other factors such as permissions, workflow configurations, or board settings. Therefore, the correct answer is B. References: [Ranking an issue],
[Configuring filters]


NEW QUESTION # 39
You want to create a new Scrum board with the following requirements:
* Show all issue types from project BERT but do not show sub-tasks in the backlog
* Show only epics from project ERNIE
* Do not show issues from any other projects
Which board filler query meets these requirements?

  • A. project in (BERT, ERNIE) AND type in (standardlssueTypesG, Epic)
  • B. (project - BERT AND type in standardlssueTypes(J) OR (project - ERNIE AND issuetype -Epic)
  • C. (project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic)
  • D. project = BERT OR (project - ERNIE AND type = Epic)
  • E. project in (BERT. ERNIE) AND issuetype - Epic AND type not in subTasklssueTypesO

Answer: C

Explanation:
Explanation
The board filter query that meets these requirements is (project = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic). This query will show all issue types from project BERT except sub-tasks, as well as only epics from project ERNIE. It will not show issues from any other projects, as it uses the OR operator to combine two conditions that specify the project names. The other queries do not meet all the requirements, as they either include sub-tasks from project BERT, exclude epics from project ERNIE, or show issues from other projects. References: Configuring filters, Advanced searching
- fields reference


NEW QUESTION # 40
All users should be able to transition issues in your project without restrictions.
However, some users complain that they cannot transition issues to the In Progress status. They can execute other transitions.
The workflow is shown below.

What should you request from the Jira administrator?

  • A. Add a new transition from To Do to In Progress.
  • B. Add a new transition from Done to In Progress.
  • C. Remove existing triggers from the global In Progress transition.
  • D. Remove existing conditions from the global In Progress transition.
  • E. Add all project users to the Transition Issues project permission.

Answer: B


NEW QUESTION # 41
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.

  • A. status WAS Closed
  • B. status CHANGED FROM in Progress" TO Closed
  • C. status = Closed OR (status WAS Closed AND status - Open)
  • D. status CHANGED TO Open

Answer: A

Explanation:
Explanation
The correct JQL query to find all issues that were in the Closed status at some point in their lifecycle is: status WAS Closed. This query uses the WAS operator to check the previous values of the status field. The other options are incorrect because they either use invalid syntax, such as CHANGED FROM or -, or they do not capture all the issues that were ever closed, such as status = Closed or status CHANGED TO Open. For more information on JQL syntax and operators, see Advanced searching - operators reference and Advanced searching - fields reference. References: Advanced searching - operators reference, Advanced searching - fields reference


NEW QUESTION # 42
You are asked to create a dashboard to meet these requirements:
- Viewers can easily see the number of issues assigned to each team member.
- Viewers can see the percentage of work currently assigned to each team member.
- Viewers are presented with a graphical view of the distribution of the work assigned to team members.
- Gadgets display unassigned issues.
Which combination of gadgets should you use?

  • A. Activity Stream and Pie Chart
  • B. Pie Chart and Two Dimensional Filter Statistics
  • C. Filter Results and Issue Statistics
  • D. Two Dimensional Filter Statistics and Created vs. Resolved Chart
  • E. Issue Statistics and Pie Chart

Answer: C


NEW QUESTION # 43
Martina is unable to perform the following actions in the App project:
- Create and manage versions
- Create and manage components
- Rank issues in the backlog
The App project does not use a shared permission scheme.
Which two permissions will allow her to perform those actions? (Choose two.)

  • A. Schedule Issues
  • B. Bulk Change
  • C. Transition Issues
  • D. Move Issues
  • E. Administer Projects

Answer: A,E


NEW QUESTION # 44
A product owner is responsible for two scrum teams. He needs to:
* see a snapshot displaying key sprint information like time elapsed and percentage of scope change
* 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. Filter Results
  • B. Issues in progress
  • C. Activity Stream
  • D. Version Report
  • E. Projects
  • F. Sprint Health Gadget

Answer: D,F

Explanation:
Explanation
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


NEW QUESTION # 45
It's common practice in your organization to archive projects in the following way:
- The name of archived projects will get the prefix ARCH_
- Archived projects will be assigned the project category ARCHIVE Recently many projects were archived.
Which JQL query will tell you if there are any unresolved issues in those projects?

  • A. category = ARCHIVE AND resolution = NULL
  • B. key ~ "ARCH_*" AND resolution IS EMPTY
  • C. project in ARCHIVE() AND resolution = Unresolved
  • D. project CHANGED TO "ARCH_*" AND resolution IS EMPTY
  • E. category = ARCHIVE and resolution EQUALS EMPTY
  • F. project ~ "ARCH_*" AND resolution = Unresolved

Answer: E


NEW QUESTION # 46
Which statement is correct about archiving a version in Jira?

  • A. Versions can be archived in Jira only if they do not contain any unresolved issues.
  • B. Archived versions will be grouped as Archived Versions in the FixVersion/s field dropdown.
  • C. Archived versions can be selected only in the FixVersion/s field dropdown, not the Affects Version/s field dropdown.
  • D. Archived versions cannot be selected in either the Fix Version/s dropdown, or the Affects Version/s field dropdown.
  • E. Versions can be archived only in Jira Software projects, not Jira Business projects.

Answer: C


NEW QUESTION # 47
......

Get Ready to Pass the ACP-610 exam Right Now Using Our Jira Project Administrator Exam Package: https://www.testpassed.com/ACP-610-still-valid-exam.html

Enhance Your Career With Available Preparation Guide for ACP-610 Exam: https://drive.google.com/open?id=1L8w5HHR3X8CSyp9Mxo7pTJj_Aa2Thoyo