[2024年12月30日] 完全版には更新されたのはJira Administrator(ACP-120)認定サンプル問題 [Q48-Q66]

Share

[2024年12月30日] 完全版には更新されたのはJira Administrator(ACP-120)認定サンプル問題

最新のATLASSIAN ACP-120リアル試験問題集PDF

質問 # 48
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. Add project tags.
  • B. Add URLs for search engine optimization.
  • C. Add client logos as project avatars.
  • D. Set the project lead to the appropriate Project Administrator.
  • E. Add project descriptions.
  • F. Create project categories by client.

正解:A、B、E


質問 # 49
DEV and ENG projects share the same permission scheme. Users of both projects also work in a single board that shows both DEV and ENG issues.
However some users cannot move issues across the board or move issues between the two projects.
Identify the configuration related to this problem. (Choose one)

  • A. Product access
  • B. Security levels
  • C. Project permissions
  • D. Global permissions
  • E. Board permissions

正解:C


質問 # 50
You are a site administrator.
You have created an account fo rAshley
You need to log in as Ashley to ensure his permissions are set correctly Identify why you are unable to log in as Ashley (Choose one)

  • A. Ashley has the role of site admin
  • B. Ashley does not have a managed account
  • C. You are not an organization admin
  • D. Ashley has not accessed your site yet

正解:B


質問 # 51
Your Jira instance has a Select List custom field named Application, which lists all the Atlassian offerings. You need to write a JQL query that shows all issues due within the next month for Jira, Trelb, and Jira Align applications.
Which query will satisfy the requirement?

  • A. Application = ^Jim^ OR Application = OR * Application = ^Jim Align^ AND duedate startOrMonth(1) OR duedate <= endOrMonth(1)
  • B. Application IN (Jira, Trelb, ^Jim Align-) AND * (duedate>= startOrMonth(1) OR duedate <= endOrMonth(1))
  • C. Application IN (Jira,Trelb, ^Jim Align.) AND * &iodate >. startOrMonth(1) AND &iodate <= endOrMonth(1)
  • D. (Application =^Jire^ OR Application = ^Trelb. OR Application = ^Jim Align-) AND duedate startOrMonth(1m) AND duedate <= endOrMonth(,m)
  • E. Application IN (Jira,Trelb,Jira Align) AND * (duedate>= startOrMonth(1M) AND duedate<= endOrMonth(1M))

正解:C


質問 # 52
Managers want to ensure that every issue in Jira always has an assignee.
Which change will definitely meet this requirement?

  • A. Use components for automatic assignment in every project.
  • B. Update post functions to set the assignee appropriately at each workflow transition.
  • C. Make the assignee required through field configurations.
  • D. Make the assignee required on workflow transition screens.
  • E. Set the global option "Allow unassigned issues" to OFF.
  • F. Set Default Assignee to Project Lead in every project.

正解:B

解説:
Reference: https://community.atlassian.com/t5/Answers-Developer-Questions/Conditional-Post-Function/qaq-p/561594


質問 # 53
Henry was recently assigned multiple issues in a classic software project. He has not received any email notifications about the assignment of these issues but he received notifications about other changes to issues from this and other projects.
Identify two possible reasons (Choose two)

  • A. Henry is missing the Assignable User project permission in the Jira project
  • B. The Issue Updated event does not list the current assignee as a recipient in the project's notification scheme
  • C. The Issue Assigned event does not list the current assignee as a recipient in the projects notification scheme
  • D. Henry is missing the Browse Projects project permission in the Jira project
  • E. Henry adjusted his personal email notification preference to not notify him when he is the assignee of an issue

正解:C、E


質問 # 54
A team of technical writers works in the WRITE project. The project uses a single, shared workflow.
To better match the team's way of working they request a workflow change: The initial status of their project's workflow should be changed from Open to Awaiting Inspiration.
- You navigate to the Workflows section of the administration, update the Name of the status in the workflow designer and publish your change.
What are two implications of this change? (Choose two.)

  • A. Filters and Gadgets that referred to the Open status by name will be broken.
  • B. The workflow scheme for the WRITE project will need to be published before the change takes effect.
  • C. Transitions to the Awaiting Inspiration status will fail until the post functions for those transitions are updated.
  • D. The Open Status will be changed to Awaiting Inspiration in all workflows using that status.
  • E. Awaiting Inspiration will be created as a new Status in Jira.

正解:B、E


質問 # 55
Which three factors should you consider when deciding between Jira Cloud and Jira Server? (Choose three.)

  • A. the commercial apps you would like to use
  • B. the number of workflows you will require
  • C. the ability to integrate with an external user directory (e.g. company LDAP directory)
  • D. the ability to integrate Jira with a cloud-based source repository (e.g. Bitbucket)
  • E. the amount of time required for system administration
  • F. the availability of a REST API

正解:A、E、F

解説:
Reference: https://confluence.atlassian.com/cloud/compare-atlassian-cloud-vs-server-744721664.html


質問 # 56
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. Site access
  • B. Product access
  • C. Individual users
  • D. User groups
  • E. Administration access
  • F. Trusted user role

正解:A、E


質問 # 57
A team is complaining that their Jira project is slow to use. You are able to replicate the slow behavior by viewing and trying to edit one of their issues.
Which logging option will help you or a system administrator to diagnose the problem?

  • A. Enable profiling globally, so the logs can be inspected for anomalies when viewing the issue.
  • B. Set the logging to DEBUG level on all packages causing activity for that issue.
  • C. Use the Log Analyzer to get more information about the issue view process.
  • D. Configure Jira to record and log the JavaScript execution from the browser console.

正解:A

解説:
Reference: https://www.elastic.co/guide/en/kibana/current/xpack-logs-analysis.html


質問 # 58
Users have been adding sensitive information into the Description field of issues in a particular project. You must secure the project by any means necessary so that only members of the Managers group can view the contents of the Description field.
Which approach will definitively satisfy this requirement? (Choose one)

  • A. Hide the description field in the field configuration
  • B. Remove everyone from the browse projects permission
  • C. Remove everyone except the managers group from every project permission
  • D. Remove everyone except the managers group from every project role
  • E. Remove the description field from the screen used by the view operation

正解:E


質問 # 59
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. Emails will automatically be sent out to tell people about the rollback.
  • B. Jira will need to be reconnected to other systems it was integrated with.
  • C. New issues entered between upgrade and rollback will be lost.
  • D. Jira will go back to the same schemes as before the upgrade.
  • E. The color scheme will be set back to default to indicate there was a rollback.

正解:B、D


質問 # 60
A team requests updates to the behavior of some fields in the project. The project uses three issue types: Problem, Incident, and Change.
The desired configuration is shown below:

Which configuration update will meet the requirements?

  • A. Configure individual field configurations for each issue type.
  • B. Configure individual field configuration for each custom field and update the priority scheme.
  • C. Configure individual screens for any combination of issue operation and issue type.
  • D. Configure individual field contexts for each custom field and update the priority scheme.
  • E. Create unique field contexts for each issue type for the desired fields.
  • F. Configure individual screens for each issue type and update the priority scheme.

正解:D


質問 # 61
Your organization has a Jira project for managing work on a software development project.
As the team has grown, two groups have formed within it, working on different tasks. To help bring more focus to the work being conducted, the team has requested a second Jira project to split the team's work into two.
Which set of schemes can likely be shared between the two projects?

  • A. Workflow and Custom Field
  • B. Notification and Workflow
  • C. Custom Field and Issue Security
  • D. Resolution and Notification
  • E. Issue Type and Sub-task

正解:A


質問 # 62
Max wants you to change the way the system fields Created or Updated are being displayed when viewing an issue.
How can this be achieved?

  • A. Adjust the jira.date.picker.java.format in the advanced settings configuration.
  • B. Adjust the jira.date.time.picker.java.format in the advanced settings configuration.
  • C. Adjust the language and time zone preferences in Max's user profile.
  • D. Adjust the Complete Date/Time Format in the Jira Look and Feel configuration.
  • E. Adjust the Day Format in the Jira look and Feel configuration.

正解:C

解説:
Reference: https://virginpulse.zendesk.com/hc/en-us/articles/206180140-The-time-on-my-Max-is-wrong-


質問 # 63
A project is using the Approval workflow shown.

The project lead has communicated the following change requests:
- It should be possible to transition issues into the Awaiting Approval status from any other status apart from the Approved status.
- Different transition screens will be needed for each transition into the Awaiting Approval status.
How do you configure the workflow to satisfy these requirements?

  • A. - Reuse the Request approval transition between the Open and Awaiting Approval status.
    - Create an appropriate transition screen and associate it with the transition.
  • B. - Create a transition from the Open to the Awaiting Approval status.
    - Reuse the existing transition screen from the Request approval transition.
  • C. - Create a transition from the Open to the Awaiting Approval status.
    - Create appropriate transition screens and associate them with the individual transitions into the Awaiting Approval status.
  • D. - Create a global transition to the Awaiting Approval status.
    - Create an appropriate transition screen and associate it with the global transition.
  • E. - Create a global transition to the Awaiting Approval status.
    - Create multiple appropriate transition screens and associate it with the global transition.

正解:D


質問 # 64
A project manager wants to stay aware of the support requests that are being raised in his project.
He wants to know if:
- the team is able to handle the number of issues that are being raised in the project
- there are team members who work on more than 2 issues at any given time
- there are sets of issues that need significantly more time to resolve when compared to others over time Which three gadgets will show him the information he needs? (Choose three.)

  • A. Activity Stream
  • B. Labels
  • C. Resolution Time
  • D. Created vs. Resolved Chart
  • E. Two Dimensional Filter Statistics

正解:A、B、E


質問 # 65
You are setting up a new Jira instance and three new projects with shared configuration. There are many managers at the company and you need to structure their permissions accordingly.
Which requirement can only be met with a Managers project role?

  • A. Only managers who are project leads can see the restricted security level in their own projects.
  • B. Different managers need to delete issues in different projects.
  • C. Managers need to be able to create shared dashboards.
  • D. Any manager should be able to view the development tools in any project.
  • E. Only some managers must be selectable from a custom field, depending on the project.

正解:A


質問 # 66
......

ATLASSIAN ACP-120問題集で一発合格を目指すならこれ!:https://www.goshiken.com/ATLASSIAN/ACP-120-mondaishu.html

ACP-120練習テスト問題更新されたのは100問があります:https://drive.google.com/open?id=1OUL6oBlY4fjkWXP-Fm18s3RODY7bLzWh