2024 Updated Verified ACP-610 dumps Q&As - Pass Guarantee or Full Refund
ACP-610 PDF Questions and Testing Engine With 77 Questions
NEW QUESTION # 22
Below you are shown an extract of a field configuration used by all issue types in your project.
The field 'A detailed description' is a custom field of type Text field (multi-line).
Which two statements are true? (Choose two.)
- A. The maximum text length is limited to 100 characters.
- B. The field can only be used in combination with the Description system field.
- C. Users will be able to format text in the field.
- D. The field is mandatory in each issue type used in the project.
- E. The project is configured to use only a single screen.
Answer: B,C
NEW QUESTION # 23
Anu has access to the DEV project and its Scrum board.
She also needs to plan, start, and complete sprints, and to edit sprint goals and dates Where must Anu be added onto?
- A. a project role that has Administer Projects permission
- B. the group that has Schedule Issues permission
- C. the list of board administrators for the Scrum board
- D. a project role that has Start/Complete Sprints permission
- E. a project role that has Manage Sprints permission
Answer: E
Explanation:
Explanation
Anu needs to be added to a project role that has Manage Sprints permission. This permission allows Anu to plan, start, and complete sprints, as well as edit sprint goals and dates on a Scrum board. The other options are not correct for Anu's needs. The group that has Schedule Issues permission does not allow Anu to manage sprints, but only to rank issues on a Scrum board. The list of board administrators for the Scrum board does not grant Anu any permissions, but only allows Anu to configure the board settings. A project role that has Start/Complete Sprints permission does not allow Anu to edit sprint goals and dates, but only to start and complete sprints on a Scrum board. A project role that has Administer Projects permission does not allow Anu to manage sprints, but only to administer the project settings. For more information on how to manage sprints on a Scrum board, see Manage sprints and Manage project permissions. References: Manage sprints, Manage project permissions
NEW QUESTION # 24
Your team is using a Scrum board and has many issues planned for future sprints. You need to configure a secondary board that
* excludes those planned issues from the board but not from the reports
* hides issues in real time when users select multiple conditions
Which two board configurations satisfy the requirements? (Choose two.)
- A. board sub-filter
- B. board filter
- C. quick filters
- D. column constraint
- E. swimlanes
Answer: A,C
Explanation:
Explanation
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
NEW QUESTION # 25
You need to find all issues that were not competed in some past sprint, and that are now part of an active sprint. Identify two functions that you need to use in your JQL query. (Choose two.)
- A. closedSprints()
- B. remaming()
- C. openSprints()
- D. futures prints()
- E. completed()
Answer: A,C
Explanation:
Explanation
The two functions that are needed to use in the JQL query to find all issues that were not completed in some past sprint, and that are now part of an active sprint are closedSprints() and openSprints(). The closedSprints() function returns all issues that are assigned to a completed sprint. The openSprints() function returns all issues thatare assigned to an incomplete sprint. By combining these two functions with the NOT operator, we can filter out the issues that belong to both a completed sprint and an incomplete sprint, and only get the issues that were not completed in some past sprint, and that are now part of an active sprint. For example, the JQL query could be:
project = XYZ AND issuekey NOT IN (closedSprints() AND openSprints())
This query will return all issues in project XYZ that are not in both a closed sprint and an open sprint, meaning they are either in a closed sprint only or an open sprint only. Since we are looking for issues that are now part of an active sprint, we can assume they are in an open sprint only. References: Advanced search reference - JQL functions, Modifying closedSprints() to return previous two Sprints, JQL - Explanation of what closedSprints() does
NEW QUESTION # 26
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 = BERT AND type not in subTasklssueTypesO) OR (project = ERNIE AND issuetype Epic)
- B. (project - BERT AND type in standardlssueTypes(J) OR (project - ERNIE AND issuetype -Epic)
- C. project = BERT OR (project - ERNIE AND type = Epic)
- D. project in (BERT. ERNIE) AND issuetype - Epic AND type not in subTasklssueTypesO
- E. project in (BERT, ERNIE) AND type in (standardlssueTypesG, Epic)
Answer: A
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 # 27
You have all the necessary permissions to transition issues on your board. There are no conditions or validators. One column has two statuses mapped to it You want to drag an issue into that column. Which statement is true?
- A. You can drop it only into the bottom status.
- B. You can drop it only into the top status.
- C. You cannot drop it into either status.
- D. You can drop it into either pop-up window.
- E. You can drop it into either status
Answer: E
NEW QUESTION # 28
Which two statements are true about priorities in Jira? (Choose two.)
- A. Project administrators can always update priorities in their projects.
- B. Priorities can only be reordered. Existing priorities cannot be edited.
- C. Project administrators can only update their project's priorities if the Extended project administration is enabled.
- D. Jira administrators can set up individual priority schemes for each project.
- E. Jira administrators can define global priorities.
Answer: B,D
NEW QUESTION # 29
You need a field which meets the following requirements:
- It indicates the importance of an issue.
- It must be used in all projects.
- It must allow only a single value.
- It must have a default.
- It must have different options in different projects.
- It must allow options to be disabled.
Which field meets these requirements?
- A. Labels system field
- B. Select List (single choice) custom field
- C. Component/s system field
- D. Checkboxes custom field
Answer: D
NEW QUESTION # 30
A project uses the Simplified Workflow and a Scrum board.
You are the project administrator and the board administrator, but Extended project administration is disabled.
Which two actions can you perform? (Choose two.)
- A. set a workflow resolution via the workflow editor
- B. add a status via the Scrum board
- C. set a workflow resolution via the Scrum board
- D. add a transition via the workflow editor
- E. add a condition via the Scrum board
- F. add a status via the workflow editor
Answer: B,D
NEW QUESTION # 31
The head of customer service wants to identity potential bottlenecks in the support workflow of her teams in the last three months. Which report provides this information?
- A. Cumulative Flow Diagram
- B. Average Age Report
- C. Resolution Time Report
- D. Created vs. Resolved Issues Report
- E. Time Since Issues Report
Answer: A
Explanation:
Explanation
The Cumulative Flow Diagram is the report that provides the information that the head of customer service wants. The Cumulative Flow Diagram is a tool that visualizes the quantity and distribution of work items along different stages of a process. The report shows how many work items are in each stage at any given time, and how they flow from one stage to another. The report can help identify potential bottlenecks in the support workflow by showing where work items accumulate or stagnate over time. For example, if the report shows a sudden increase or a wide band of work items in the "Waiting for Customer" stage, it may indicate that the customers are not responding quickly enough or that the support team is not following up effectively.
The report can also help monitor the overall progress and performance of the support teams by showing the total number of work items created, resolved, and remaining over time. References: Managing Jira Projects Data Center and Server: Certification Bundle, Cumulative Flow Diagram
NEW QUESTION # 32
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. Filter Results and Issue Statistics
- C. Pie Chart and Two Dimensional Filter Statistics
- D. Two Dimensional Filter Statistics and Created vs. Resolved Chart
- E. Issue Statistics and Pie Chart
Answer: B
NEW QUESTION # 33
You need a new project to track Software Defects.
The entire setup should be identical to the Hardware Defect project.
You ask your Jira administrator to create a new project with a shared configuration, and use the Hardware Defect project as the source.
Which three elements will you need to manually configure to achieve an identical setup? (Choose three.)
- A. Priorities
- B. Screens
- C. Components
- D. Project description
- E. Versions
- F. Security levels
Answer: C,D,E
NEW QUESTION # 34
You need a way to put issues On Hold.
Additionally you need to filter for all issues that:
- were put On Hold by user Dave
- were put On Hold in the last 30 days
The current workflow is shown below:
Which combination of configuration items will meet the requirements?
- A. Transition, post-function
- B. Screen, custom field (Date picker)
- C. Transition, custom field (User Picker)
- D. Status, transitions
- E. Status, screen
Answer: B
NEW QUESTION # 35
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. Checkboxes
- B. Component/s
- C. Select List (single choice)
- D. Labels
Answer: C
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 # 36
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. Recently Created Issues Report
- B. Control Chart
- C. Created vs Resolved Issues Report
- D. Average Age Report
- E. Resolution Time Report
Answer: B
Explanation:
Explanation
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: Managing Jira Projects Data Center and Server: Certification Bundle, [Control Chart | Jira Software Cloud]
NEW QUESTION # 37
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?
- A. duedate <= currentLogin() AND assignee in membersOf("auditors")
- B. duedate < startOfDay() AND assignee in (Adam, Eve)
- C. due <= now AND assignee in (Adam. Eve)
- D. due - overdueQ AND assignee in membersOfC'auditors")
- E. due < - "0" AND assignee - Adam OR assignee - Eve
Answer: B
Explanation:
Explanation
This JQL query is always correct because it uses the duedate field, which is a date picker that stores a date value without a time component, and the startOfDay() function, which returns the start of the current day (i.e., midnight). This query will return all issues that have a due date before today and are assigned to either Adam or Eve. The other queries are either incorrect or unreliable because they use different fields or functions that may not work as expected. For example, the due field is a date time picker that stores both a date and a time value, and the currentLogin() function returns the date and time of the current user's last login, which may vary depending on the user and their timezone. References: :
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-fields/#Advancedsearching
https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/#Advancedsearch
NEW QUESTION # 38
Which statement is correct about archiving a version in Jira?
- A. Archived versions can be selected only in the FixVersion/s field dropdown, not the Affects Version/s field dropdown.
- B. Versions can be archived only in Jira Software projects, not Jira Business projects.
- C. Archived versions will be grouped as Archived Versions in the FixVersion/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 in Jira only if they do not contain any unresolved issues.
Answer: A
NEW QUESTION # 39
When creating a project from a template, which two schemes will be unique for the new project? (Choose two.)
- A. Issue Type Scheme
- B. Permissions Scheme
- C. Notification Scheme
- D. Issue Security Scheme
- E. Field Configuration Scheme
- F. Workflow Scheme
Answer: B,C
NEW QUESTION # 40
In my project, I can create issues and assign them to other users.
However, the other users are not able to assign issues to me.
What are two possible reasons for this? (Choose two.)
- A. The other users do not have the Assign Issues permission.
- B. I do not have the Assignable User permission.
- C. The other users do not have the Assignable User permission.
- D. I am not a component lead.
- E. The other users do not have the Edit Issues permission.
Answer: A,E
NEW QUESTION # 41
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.)
- A. Delete transitions from the workflow.
- B. Delete the Review status from Jira
- C. Add a condition to limit who can approve issues,
- D. Add new transitions to the workflow.
- E. Add a field to a transition screen.
Answer: A,D
NEW QUESTION # 42
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 Health Gadget
- B. Filter Results gadget
- C. Burndown Chart report
- D. Created vs Resolved
- E. Chart gadget
- F. Sprint Report
Answer: F
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 # 43
......
Exam Engine for ACP-610 Exam Free Demo & 365 Day Updates: https://www.freecram.com/ATLASSIAN-certification/ACP-610-exam-dumps.html
Test Engine to Practice Test for ACP-610 Valid and Updated Dumps: https://drive.google.com/open?id=1SqEkoEiTFaqhaayvAsPc0MN8E-GtabPL