Enhance Your Career With Available Preparation Guide for ACP-120 Exam
Get Special Discount Offer of ACP-120 Certification Exam Sample Questions and Answers
The Jira Cloud Administrator certification exam covers a wide range of topics related to Jira Cloud administration, including creating and managing projects, customizing workflows, configuring permissions, managing users and groups, and configuring Jira add-ons. ACP-120 exam also tests the individual’s knowledge of Jira administration best practices, including performance optimization, security, and backup and recovery techniques.
NEW QUESTION # 22
You have planned, tested, and performed a Jira upgrade.
The upgrade appeared to be a success; however, after several hours of use, your users are reporting significant problems and you decide to roll back.
Which two effects do you expect to see after the rollback? (Choose two.)
- A. Jira will go back to the same schemes as before the upgrade.
- B. Jira will need to be reconnected to other systems it was integrated with.
- C. The color scheme will be set back to default to indicate there was a rollback.
- D. Emails will automatically be sent out to tell people about the rollback.
- E. New issues entered between upgrade and rollback will be lost.
Answer: A,B
NEW QUESTION # 23
You set up an incoming mail server and a mail handler to Create a new issue or add a comment to an existing issue
Which three additional options can you set with the mail configuration
- A. Create new users based on the From address
- B. Set the environment system field
- C. Set watchers
- D. Set a default reporter
- E. Set a custom field
Answer: A,C,D
NEW QUESTION # 24
A public relations firm is using Jira to track projects by client engagement. Each new engagement with a client is tracked in a new project. Users are complaining that it is hard to navigate and search hundreds of projects.
View the Exhibit, which shows a sample of their projects on the View All Projects page.
Identify three project settings that will immediately improve the viewing of projects on this page and the search results in Issue Navigator. (Choose three.)
- A. Create project categories by client.
- B. Add client logos as project avatars.
- C. Add URLs for search engine optimization.
- D. Set the project lead to the appropriate Project Administrator.
- E. Add project tags.
- F. Add project descriptions.
Answer: C,E,F
NEW QUESTION # 25
Your management team needs to see a list of only those issues that were resolved in the previous week, from Sunday to Saturday. The list needs to be sent to them each week on Tuesdays. You plan to create a saved filter and filter subscription to do this.
Which JQL query will Mum the correct results?
- A. resolved end0fWeek(1)
- B. resolved ,= start0fWeek(-1) AND resolved start0fWeek0
- C. status changed TO RESOLVED BEFORE startOfWeek()
- D. resolved>=startOfDay(-7) AND resolved < startOfDay()
Answer: B
Explanation:
A). Incorrect. -resolved >. end0fWeek(1. will return all issues resolved this week, up until Tuesday when the filter is sent.
B). Correct. ^resolved ,= start0fWeek(1 AND resolved < start0fWeeklr ensures that only issues created in the previous week, from Sunday to Saturday, are returned by the query. The start0fWeek0 function returns Sunday 00:00 by defauk.
C). Incorrect. Resolved issues do not necessarily have their status changed to Resolved. Issues may be resolved with a status of Done or Closed as long as the Resolution field is set. Additionally, the query will return all issues that have ever been transitioned to Resolved status, not just from last Sunday to Saturday.
D). Incorrect. -resolved >= start0fDay(-7). is actually a Tuesday. So this filter will return all issues resolved from Tuesday of last week to Monday of this week.
NEW QUESTION # 26
Which configurations do NOT have any impact on user notifications? (Choose one)
- A. Workflow post functions
- B. Custom events
- C. Personal profile settings
- D. Gadget configurations
- E. Permission schemes
Answer: D
NEW QUESTION # 27
Contractors will begin using your Jira instance.
You receive the following requirements for them:
How should you manage global permissions for the contractors user group?
- A. Grant them the Manage Group Filter Subscriptions permission.
- B. Grant them the Jira System Administrators permission.
- C. Grant them the Create Shared Objects permission.
- D. Grant them the Bulk Change permission.
- E. Grant them the Browse Users permission.
Answer: E
Explanation:
Reference: https://confluence.atlassian.com/adminjiracloud/managing-project-permissions-776636362.html
NEW QUESTION # 28
Your project has three issue types that share a common workflow.
Which reason would make you recommend the implementation of separate workflows for each issue type?
- A. The issue types need different sets of resolutions.
- B. The issue types need different sets of priorities.
- C. Different project roles are working on the issue types.
- D. One of the issue types needs a new status.
- E. Each issue type uses a different issue security level.
Answer: E
NEW QUESTION # 29
Your company will migrate to Jira. You plan to import with a CSV file.
Which fields are required as CSV columns for your import?
- A. Summary
- B. Project, Issue Type
- C. Project, Summary
- D. Project
- E. Summary, Issue Type
Answer: A
Explanation:
Explanation: Each CSV file must possess a heading row with a Summary column Reference:
https://confluence.atlassian.com/adminjiraserver/importing-data-from-csv-938847533.html
NEW QUESTION # 30
In his personal settings, Bob has the setting "Email notifications for issue activity set to "Don't send me email notifications".
Identify two reasons why Bob continues to receive some email notifications from Jira (Choose two)
- A. Bob is mentioned directly in a comment
- B. Bob has been subscribed to several filters
- C. Bob was added as a watcher of an issue
- D. Bob was sent an email via the Send email feature in Jira
- E. Bob has the Watch your issues setting enabled
Answer: B,D
NEW QUESTION # 31
Which three factors should you consider when deciding between Jira Cloud and Jira Server? (Choose three.)
- A. the availability of a REST API
- B. the commercial apps you would like to use
- C. the amount of time required for system administration
- D. the ability to integrate Jira with a cloud-based source repository (e.g. Bitbucket)
- E. the number of workflows you will require
- F. the ability to integrate with an external user directory (e.g. company LDAP directory)
Answer: A,B,C
Explanation:
Reference: https://confluence.atlassian.com/cloud/compare-atlassian-cloud-vs-server-744721664.html
NEW QUESTION # 32
Three team members have left the company and their issues need to be re-assigned to various - users.
All of their issues are in the Marketing project which uses the Default Notification Scheme. The scheme has never been updated.
How do you inform the new assignees about their re-assigned issues?
- A. Add an announcement banner to the marketing project to inform team members.
- B. Use the Send email feature to inform the individual new assignees.
- C. Perform a single bulk operation to mention all new assignees in a comment.
- D. Add an announcement banner to each new assignee's dashboard.
- E. Perform bulk operations to re-assign the issues and notify the new assignees.
Answer: D
NEW QUESTION # 33
Your project is configured as follows:
- several issue types, components and versions
- a single, simple unique workflow - OPEN --> IN PROGRESS --> DONE
- Fix Version(s) can be set on the transition to IN PROGRESS
- Component(s) are required and new issues are automatically assigned to component leads
- all component leads are members of the Administrators project role
Now you have to implement the following requirements:
- an affected version needs to be added to the issue upon creation
- only component leads can choose or add a fix version when the issue is transitioned to IN PROGRESS What two configurations are prerequisites to meet the requirements? (Choose two.)
- A. Add a condition limiting execution to the IN PROGRESS transition to the current assignee.
- B. Ensure Component/s, Affects Versions/s, and Fix Version/s are required in the used field configurations.
- C. Add a condition limiting execution to the Administrators role to the IN PROGRESS transition and require Fix Version/s to be set.
- D. Ensure that only members of the Administrators project role have Resolve Issues permission.
- E. Ensure Affects Versions/s is required in the used field configurations and on the correct screen.
Answer: A,D
NEW QUESTION # 34
A new user needs access to all applications of your Atlassian Cloud site to configure projects without consuming any user licenses.
Select two items which, when combined, will satisfy this requirement? (Choose two)
- A. Trusted user role
- B. Administration access
- C. Individual users
- D. Product access
- E. Site access
- F. User groups
Answer: B,E
NEW QUESTION # 35
Your organization uses Jira Software and Confluence. Dave is a new employee who needs the following privileges
* Approve access requests
* Manage group memberships
* Update billing details
You need to give him enough but not too many privileges How should you configure Dave's user account? (Choose one)
- A. As an organization administrator
- B. As a trusted user
- C. As a member of the administrators group
- D. As a site administrator
- E. As a member of the jira-administrators and confluence-administrators group
Answer: A
NEW QUESTION # 36
You set up a new project for a team. Soon afterward, users report that a field is missing from one of their screens. You check the screen configuration in the administration panel and you see that the field should be present.
Why can't the users see the field?
- A. The field context does not include the project and/or issue type.
- B. The changes to the screen were not published.
- C. The users don't have permission to view that field.
- D. The issue operation wasn't mapped to a screen.
Answer: C
NEW QUESTION # 37
......
ATLASSIAN ACP-120 (Jira Cloud Administrator) Certification Exam is a renowned certification program designed for professionals who want to demonstrate their expertise in administering Jira Cloud. Jira Cloud Administrator certification exam is administered by ATLASSIAN, a leading provider of software tools and solutions. ACP-120 exam is designed to assess the knowledge and skills of candidates in administering Jira Cloud and providing solutions to common issues that arise in the platform.
Updated ACP-120 Dumps Questions Are Available For Passing ATLASSIAN Exam: https://freedumps.testpdf.com/ACP-120-practice-test.html
