DumpsFree provides high-quality dumps PDF & dumps VCE for candidates who are willing to pass exams and get certifications soon. We provide dumps free download before purchasing dumps VCE. 100% pass exam!

New 2025 Guaranteed Success with DumpsFree ACP-620 Dumps ATLASSIAN PDF Questions [Q30-Q53]

Share

New 2025 Guaranteed Success with DumpsFree ACP-620 Dumps ATLASSIAN PDF Questions

Exceptional Practice To Managing Jira Cloud Projects Pass the First Time

NEW QUESTION # 30
Which of the following permissions are global permissions? (Choose three.)

  • A. Make bulk changes.
  • B. Manage group filter subscriptions.
  • C. Administer projects.
  • D. Browse users and groups.
  • E. Work on issues
  • F. Browse projects.

Answer: A,B,D


NEW QUESTION # 31
One issue type is always included in the same sprint as its parent issue. Identify it.

  • A. Story
  • B. Sub-task
  • C. Bug
  • D. Epic
  • E. Task

Answer: B

Explanation:
A Sub-task is always tied to its parent issue and cannot exist independently in a sprint. It is automatically included in the same sprint as its parent, ensuring the work is tracked together.


NEW QUESTION # 32
Razi and Nina are working on the same Jira project. Both of them can view the issues in the Jira project.
Razi can assign an issue to Nina, but Nina cannot assign the issue to Razi.
What are the possible reasons? (Choose two.)

  • A. Razi does not have 'Assignable User' permission.
  • B. Razi does not have 'Assign Issues' permission.
  • C. Nina does not have 'Assignable User' permission.
  • D. Nina does not belong to the Project Administrator group.
  • E. Nina does not have 'Assign Issues' permission.

Answer: A,E


NEW QUESTION # 33
Which JQL query can users use to get a list of issues in the current sprint for the "Udemy" project?

  • A. project = "Udemy" AND Sprint = activeSprint()
  • B. project = "Udemy" AND Sprint in openSprints()
  • C. project = "Udemy" AND Sprint in activeSprint()
  • D. project = "Udemy" AND Sprint = openSprints()

Answer: B


NEW QUESTION # 34
As a scrum master, Nina wants to get all issues without labels. Suggest the right JQL. (Choose four.)

  • A. labels is EMPTY
  • B. labels = null
  • C. labels in (null)
  • D. labels = ""
  • E. labels = ''
  • F. labels = EMPTY

Answer: A,B,C,F


NEW QUESTION # 35
Service managers are tired of assigning issues manually.
Identify four ways that issue assignments can be done without manual effort (Choose four.)

  • A. automation rules
  • B. bulk operations
  • C. component lead assignment
  • D. workflow
  • E. project permissions
  • F. project default assignment

Answer: A,B,C,E

Explanation:
Bulk operations: Allow assigning multiple issues at once without manual assignment of each individual issue.
Project default assignment: Automatically assigns new issues to a default user (e.g., Project Lead).
Component lead assignment: Assigns issues based on the lead of the selected component.
Automation rules: Automatically assign issues based on conditions such as issue type, priority, or custom field values.


NEW QUESTION # 36
Which of the following are the best scenarios to use Custom Field more than the Component? (Choose three.)

  • A. The Jira administrator will manage the new field.
  • B. The assignee must be automatically populated based on the selected value.
  • C. The project administrator will manage the new field.
  • D. All Jira projects can add this new field to their issue screen.
  • E. The user can only select a single option from the new field.

Answer: A,D,E


NEW QUESTION # 37
Nash recently joined the team as a scrum master.
Which permission will allow Nash to perform the below actions? (Choose four.)
- Manage version
- Manage component
- Manage sprint
- Edit an issue's due date

  • A. Schedule Issues
  • B. Administer Projects
  • C. Manage Versions
  • D. Manage Components
  • E. Manage Sprints
  • F. Edit Issues

Answer: A,B,E,F


NEW QUESTION # 38
The team requests that you configure their Kanban board in such a way that they can:
# see just particular subsets of issues based on values in a radio button field
# see all issues grouped by the epic they belong to
# distinguish cards visually based on their priority
Select three board configurations that when combined together, will satisfy these requirements. (Choose three.)

  • A. swimlanes byepic
  • B. quick filters based on radio button field
  • C. card layout by priority
  • D. card colors by priority
  • E. board sub-filter based on radio button field
  • F. quick filters based on epic

Answer: A,B,D

Explanation:
Card colors by priority: Visually distinguishes issue cards on the board based on their priority.
Swimlanes by epic: Groups all issues under their respective epics, helping the team see work organized by feature or theme.
Quick filters based on radio button field: Allows team members to filter and view specific subsets of issues depending on the selected radio button field value.


NEW QUESTION # 39
Your project is configured as shown.


An issue is created with all three components selected: Hardware, Software, and Infrastructure. The assignee is set to Automatic. Who will be automatically assigned to the issue?

  • A. Raj Mathusuthanan
  • B. Unassigned
  • C. Alana Grant
  • D. Vincent Choy
  • E. Fatima Ali

Answer: B

Explanation:
When multiple components are selected on issue creation, Jira cannot determine a singledefault assignee if each component has a different assignee rule. In this case:
# Hardware # Component lead (Vincent Choy)
# Software # Project default (Alana Grant)
# Infrastructure # Unassigned
Since the assignee logic conflicts, Jira defaults to Unassigned to avoid ambiguity.


NEW QUESTION # 40
__________ contains one or more bar chart that shows the amount of work a scrum team has completed for one or more sprints.

  • A. Control chart
  • B. Cumulative flow diagram
  • C. Velocity chart
  • D. Epic burndown report
  • E. Burndown chart

Answer: C


NEW QUESTION # 41
Razi accidentally deleted a column from the board. Assuming he has full access to manage the board, which of the following is true?

  • A. The user cannot delete a column that contains at least one status.
  • B. Statuses associated with that column will be deleted.
  • C. The number of issues in the report will change.
  • D. All answers are incorrect.
  • E. Some issues will be deleted.

Answer: D


NEW QUESTION # 42
Sarah created a new custom field called 'Project Cost'. She cannot view the field in some of the issues.
Which of the following is true?

  • A. She needs 'Browse Projects' permission.
  • B. 'Project Cost' is one of the 'Hidden fields'.
  • C. Some issues have 'Issue Level Security' applied.
  • D. 'Project Cost' value is empty.

Answer: B


NEW QUESTION # 43
A Jira workflow contains 3 statuses; To Do, In Progress, and Done.
Dom needs to get all reopened issues and assign those issues to his team.
Which of the following JQL does Dom need to use?
(Assume reopened issues will be transitioned to 'To Do' status)

  • A. status = "To Do" AND resolution is EMPTY
  • B. status changed from Done to "To Do"
  • C. status was not in ("In Progress", "Done")
  • D. status was Done AND status = "To Do"
  • E. status = Reopened

Answer: D


NEW QUESTION # 44
Which of the following are true about a Jira project? (Choose two.)
Note:
- Company-managed projects are formerly known as classic projects.
- Team-managed projects are formerly known as next-gen projects.

  • A. Members of 'administrator' groups can create a company-managed project by default.
  • B. Only project administrators can create a team-managed project.
  • C. Anyone can create company-managed and team-managed projects.
  • D. You need 'Create Projects' permission to create a company-managed project.
  • E. You need 'Browse Projects' permission to create a company-managed project.
  • F. You need 'Administer Jira' permission to create a company-managed project.

Answer: A,F


NEW QUESTION # 45
Nick is a finance manager for some projects. His Kanban board should only display finance-related issues using Jira components without clicking any buttons on the board. He also needs to ensure the filtered results will not change the result in his Cumulative Flow Diagram report.
Which feature can he use to achieve this?

  • A. Quick Filters
  • B. Issue Detail View
  • C. Board Sub-Filter
  • D. Board Filter
  • E. Hide completed issues
  • F. Swimlanes

Answer: C


NEW QUESTION # 46
Which JQL query can you use to get a list of issues in the current sprint?

  • A. Sprint in openSprints()
  • B. Sprint in nowSprints()
  • C. Sprint in currentSprints()
  • D. Sprint in activeSprint()

Answer: A


NEW QUESTION # 47
Which of the following are false about the roadmap? (Choose three.)

  • A. Users can change the epic bar timeline to weeks, months, quarters, or yearly.
  • B. Schedule bars for child issues are currently available for scrum teams only.
  • C. Users can change the view setting to customize their roadmap's view. The changes will apply to all users that have access to that project.
  • D. Users can customize epic's color directly from the roadmap.
  • E. Users can choose which epics they want to display on the dashboard. Either Complete or Incomplete.

Answer: A,C,E


NEW QUESTION # 48
Your team needs a way to track a customer's location in a team-managed project.
The location needs to match:
# a specific list of countries
# prohibit additional values
# limit to one selection
Identify the field type that meets this requirement.

  • A. Short text
  • B. Dropdown
  • C. Paragraph
  • D. Checkbox
  • E. Labels
  • F. Components

Answer: B

Explanation:
Dropdown field allows selection from a predefined list of values (such as countries), restricts additional
/custom entries, and supports single selection, making it ideal for capturing a customer's location under the given constraints.


NEW QUESTION # 49
When working on an issue, users often need to add URLs to relevant resources, such as:
# another Jira issue
# knowledgebase article in an associated space
# industry white paper
Select three features available to users on an issue that facilitate this. (Choose three.)

  • A. Link Confluence page
  • B. Link issue
  • C. Pages
  • D. Shortcut
  • E. Add web link

Answer: A,B,E

Explanation:
Link issue: Allows users to link to another Jira issue, providing contextual connections between related work items.
Link Confluence page: Enables linking a Confluence knowledgebase article directly to the Jira issue.
Add web link: Lets users attach external URLs, such as industry white papers, to the issue for easy reference.


NEW QUESTION # 50
Marcella can see TIS issues but not the TIS project board.
Identify the reason why.

  • A. The board location has changed.
  • B. The board filter excludes issues assigned to Marcella.
  • C. Marcella is not a board administrator.
  • D. Marcella is missing a project permission.
  • E. The board filter is not shared with Marcella.

Answer: E

Explanation:
If Marcella can see TIS issues but not the TIS project board, it's likely because the board filter is not shared with her. Boards in Jira are based on filters, and if the filter isn't shared with a user, the board won't be visible to them - even if they have access to the project and issues.


NEW QUESTION # 51
What should users do if their Kanban board has a long list of issues in their backlog column?

  • A. Create a new status and a new column. Then unmap that status.
  • B. Update the board filter to exclude the Backlog status.
  • C. Create a new backlog column.
  • D. Enable the Kanban backlog.

Answer: D


NEW QUESTION # 52
Nina works as a Test Lead for some projects. She is using a Scrum board for her Automation Test projects. There are too many issues on her board that does not belong to her team.
Which of the following features should she use to return a list of issues assigned to her team? (Choose two.)

  • A. Board Sub-Filter
  • B. Board Filter
  • C. Issue Detail View
  • D. Quick Filters
  • E. Hide completed issues
  • F. Swimlanes

Answer: B,D


NEW QUESTION # 53
......

ACP-620 EXAM DUMPS WITH GUARANTEED SUCCESS: https://www.dumpsfree.com/ACP-620-valid-exam.html

Best Quality ATLASSIAN ACP-620 Exam Questions: https://drive.google.com/open?id=1P4mmoz6yoU21Z1DyKT5w_oup2-xrYUCO