Practice Free ACP-620 Exam Online Questions
Nina is the account manager from the Finance Department.
She is responsible to:
– Create a new Jira user
– Grant application access
– Manage the billing information.
Which Jira user type is suitable for Nina?
- A . Site administrator
- B . Project administrator
- C . Jira Software users
- D . Jira administrator
A
Explanation:
Site administrators:
– Usually someone that has the authority to manage the team’s finances.
– Manage new users.
– Manage billing and subscriptions.
– Manage site settings.
Jira administrators:
– Usually someone that has good technical knowledge in Jira.
– Manage Jira plugins.
– Manage Jira global configurations (Global permissions, global settings, etc).
– Manage Jira schemes (Workflow, permissions, screens, notifications, etc).
Project administrators:
– Usually someone that is managing a specific Jira project.
– Manage project configurations (Roles, project details, etc).
Jira Software users:
– Users that are working on issues in the Jira Software project.
– Users’ permissions are being managed by other administrators.
Razi works on multiple Jira projects. Although he can confirm the status properly mapped to the board column, he claims that a few issues are still missing from the Scrum board.
Which of the following are the possible root causes? (Choose three.)
- A . Missing ‘Browse Projects’ permission.
- B . The board sub-filter is hiding some issues.
- C . Missing ‘View Development Tools’ permission.
- D . Users selected one of the quick filter.
- E . The board filter is hiding some issues.
A B E
Explanation:
In Jira, there are several reasons why issues may not appear on a Scrum board:
Missing ‘Browse Projects’ permission: If Razi doesn’t have ‘Browse Projects’ permission for a particular project, he won’t be able to see issues from that project on his board.
The board sub-filter is hiding some issues: If a sub-filter is applied on the board, it can hide some issues that don’t match the sub-filter’s criteria.
The board filter is hiding some issues: Similarly, if a filter is applied at the board level, it can hide some issues that don’t match the filter’s criteria.
Note: ‘View Development Tools’ permission is related to development information, like commits, branches, pull requests associated with the issues and would not affect the visibility of issues on the Scrum board. Similarly, quick filters could hide issues, but only for the individual user who has selected the quick filter. It would not affect the visibility of issues for all users.
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 in openSprints()
- B . project = "Udemy" AND Sprint in activeSprint()
- C . project = "Udemy" AND Sprint = activeSprint()
- D . project = "Udemy" AND Sprint = openSprints()
A
Explanation:
The answer is project = "Udemy" AND Sprint in openSprints(). activeSprint() does not exist.
These are the only valid query for the sprint:
– openSprints()
– closedSprints()
– futureSprints()
You cannot use equal sign ‘=’ with openStrings().
You need to use ‘in openSprint()’.
Which of the following is true after users change their project key to a new key?
- A . Users need to update their Jira macro in Confluence with the latest project key.
- B . Jira will automatically update users’ saved filter with the new project key.
- C . Users can create a new project using the old key.
- D . The old URL posted in the issue comment will redirect the user to the new project key.
D
Explanation:
Users cannot reuse the previous project key to create a new project.
Jira will not update the user’s saved filter. Their saved filter will still use the previous project key. However, they can still search issues by using the old project key. For that reason, they do not need to update their saved filter and there will be no impact to their dashboard and report.
Jira will redirect any URL that contains the previous project key to the new URL with a new key.
If users use Jira macro in their Confluence, users do not need to update their Jira macro. Users will still get a valid result.
If the below image is not visible, right-click the below image then click ‘Open image in new tab’.
The below picture is after the user changed a project key from DK to DK1. We cannot create a new project using this key.
Which of the following is not the default team-managed project role?
Note:
– Company-managed projects are formerly known as classic projects.
– Team-managed projects are formerly known as next-gen projects
- A . User
- B . Viewer
- C . Member
- D . Administrator
A
Explanation:
Team-managed software projects come with three roles by default:
– Administrator
– Member
– Viewer
Administrator – Admins can do most things, such as: update settings, add other admins to the project, manage features, customize issue types, and add rules on the board. Admins need product access to Jira Software to get the full benefit of this role.
Member – Members are a part of the team. They can create issues, edit them, comment on them, move them into different statuses, and generally collaborate on the project’s work. Members need product access to Jira Software to get the full benefit of this role.
Viewer – Viewers can search through and view issues in the project, but not much else. You can give any registered user on your Jira site this role without extra product access.
Which of the following indicates that the productivity of the team is decreasing in Control Chart report? (Choose two.)
- A . More issues or a group of issues are below the average line.
- B . More issues or a group of issues are above the average line.
- C . Rolling average line is consistently close to the average line.
- D . Rolling average line showing an uptrend.
- E . Rolling average line showing a downtrend.
B, D
Explanation:
More issues or a group of issues above the average line shows that the team takes a longer time to transition an issue from one status to another status.
If the rolling average is showing an uptrend, that means the team’s productivity is decreasing because the time they took to close issues are getting longer.
Reference: View and understand the control chart
Sarah’s Team is responsible for developing a web application for their client. The modules will be delivered to the client batch by batch every two weeks.
Which of the following Jira Software template is suitable for Sarah’s Team?
- A . Kanban
- B . IT service management
- C . Project management
- D . Scrum
- E . Bug Tracking
D
Explanation:
The Scrum framework is commonly used for product development by teams who work iteratively in sprints, usually 1-4 weeks long. This would allow Sarah’s team to plan, develop, test, and deliver the modules batch by batch every two weeks as per the client’s requirements.
According to the components below, who will be the assignee if a user created a ticket with Java and Database components?
Project lead: Razi
Project default assignee: Unassigned
- A . Nick
- B . Nina
- C . Razi
- D . Unassigned
- E . Dom
C
Explanation:
A component default assignee will override the project’s overall default assignee. If someone creates an issue with more than one component, and the default assignees for those components are different people, then Jira assigns the issue to the default assignee of the component that is first alphabetically.
Since there are no components with component lead, and the component ‘Java’ default assignee is Project default, which is Unassigned, Jira will use the Project Lead, Razi.
Dom created an issue in Project A. Now he wants to move the issue to Project B.
According to the information below, which of the following fields will retain their values after moving the issue to Project B? (Choose two.)
Project A custom fields:
– Custom Field A – Text Field (single line)
– Custom Field B – Text Field (single line)
– Custom Field C – Version picker
Project B custom fields:
– Custom Field A – Text Field (single line)
– Custom Field C – Version picker
- A . Custom Field A
- B . Components
- C . Fix Versions
- D . Labels
- E . Custom Field C
- F . Custom Field B
A,D
Explanation:
Component and version fields are project fields; not global fields. Therefore, those data will be permanently lost if users move issues between projects. This includes the Version Picker custom field. Other incompatible fields will also appear empty, even if users choose to retain their values.
In this example, only Labels and Custom Field A will retain their values:
– Labels’ values are shared globally.
– Custom Field A is compatible with Project B. Thus, Jira will retain its value.
– Project B does not have Custom Field B. Thus, Jira will not retain its value.
– Custom Field C is a version picker. Jira will not retain the version’s value.
You need to write a JQL query that returns all issues without the label "discard".
Identify the JQL statement that returns the correct results.
- A . labels != discard OR labels is EMPTY
- B . labels in (discard, EMPTY)
- C . label!- discard
- D . labels != discard
- E . labels not in (discard, NULL)
A
Explanation:
This JQL correctly returns all issues that do not have the label "discard", including those where the labels field is empty. Without the OR labels is EMPTY clause, issues with no labels would be excluded.