PDF問題(2022年最新)実際のATLASSIAN ACP-610試験問題 [Q35-Q50]

Share

PDF問題(2022年最新)実際のATLASSIAN ACP-610試験問題

問題集返金保証付きのACP-610問題集には90%オフされます

質問 35
All projects use a simplified workflow which has three statuses (Open, In Progress, Closed) and all global transitions.
You need to find issues which were never In Progress.
Select the correct JQL query.

  • A. Status WAS NOT "In Progress"
  • B. Status != "In Progress"
  • C. Status WAS Open OR Status WAS Closed
  • D. Status NOT Changed TO "In Progress"
  • E. Status ONLY IN (Open, Closed)

正解: C

 

質問 36
When creating a project from a template, which two schemes will be unique for the new project? (Choose two.)

  • A. Workflow Scheme
  • B. Issue Security Scheme
  • C. Field Configuration Scheme
  • D. Notification Scheme
  • E. Permissions Scheme
  • F. Issue Type Scheme

正解: D,E

 

質問 37
You are the project administrator handling configuration changes requested by the users. Whenever possible, you want to handle the changes yourself without involving the Jira administrator.
Which two changes might be possible for you to handle yourself? (Choose two.)

  • A. Only QA managers should be able to bulk-edit issues in the project.
  • B. The priority value Highest is not needed in the project.
  • C. Sam Smith should have the same permissions as Dwayne Johnson.
  • D. Only certain users should be able set the TOP SECRET issue security level.
  • E. Watchers should only receive a notification when an issue is being resolved.

正解: A,B

 

質問 38
Users typically forget to add components when they create new issues. As a result, most of the newly created issues get assigned to Tom, who is the project lead.
Tom reviews all of the issues, and wants to triage them based on component selection. But when he edits an issue and adds a component, the assignee does not change.
Why does the assignee not change when adding a component to an issue?

  • A. The Assignee field additionally needs to be changed to Automatic.
  • B. The default assignee of the selected components is set to Project default.
  • C. The project's default assignee overwrites the value of the component lead.
  • D. Auto-assignment with components only works when creating issues.
  • E. The selected components do not have a component lead set.

正解: C

 

質問 39
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. Security levels
  • C. Components
  • D. Screens
  • E. Project description
  • F. Versions

正解: C,E,F

 

質問 40
Your development team has just released their first version of a GPS tracker yesterday. The next product release is not due for another 3 months.
Which two JQL queries, when executed today, will list all features shipped in the 1.0 version? (Choose two.)

  • A. project = GPS AND type = Feature AND fixVersion(s) = "1.0"
  • B. project = GPS AND type = Feature AND fixVersion in (1.0)
  • C. project = GPS AND issuetype Feature AND fixVersion = released()
  • D. project = GPS AND type = Feature AND fixVersion in releasedVersions()
  • E. project = GPS AND issuetype = Feature AND fixVersion in 1.0
  • F. project = GPS AND issuetype = Feature AND fixVersion(s) IS NOT EMPTY

正解: A,F

 

質問 41
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. add a condition via the Scrum board
  • B. set a workflow resolution via the workflow editor
  • C. add a status via the Scrum board
  • D. set a workflow resolution via the Scrum board
  • E. add a transition via the workflow editor
  • F. add a status via the workflow editor

正解: C,E

 

質問 42
You want to gather metrics on how long it takes the team to resolve issues in their project.
Which report should you use?

  • A. Single Level Group By Report
  • B. Time Tracking Report
  • C. Resolution Time Report
  • D. Average Age Report
  • E. Time Since Issues Report

正解: B

 

質問 43
How do you configure the default unit for time tracking (minute, hour, day, week) in Jira?

  • A. per issue type
  • B. per instance
  • C. per user
  • D. per group
  • E. per project

正解: A

 

質問 44
Analyze the workflow scheme for the SSP project shown below:

Which change would require an update to the workflow scheme?

  • A. Sub-task and Bug need a different set of statuses.
  • B. Task and Sub-Task need a different screen when being edited.
  • C. Story and Task need a different screen when being created.
  • D. Story and Epic need a different set of statuses.

正解: A

 

質問 45
Elaine is the project administrator for the Finance project.
The team requests a brand new field called Currency. It must be added to the screen used on the Approval transition.
How can these requirements be met?

  • A. A Jira administrator must create the field but Elaine can add it to the screen.
  • B. A Jira administrator must create the field and add it to the screen.
  • C. Elaine can create the field and add it to the screen.
  • D. Elaine can create the field but a Jira administrator must add it to the screen.

正解: B

 

質問 46
There is a condition on the Start Progress transition in your workflow, which restricts the transition to users in the Developers role only. All other transitions are available to all users. There is a new requirement to allow all users to execute the Start Progress transition. Your workflow is not shared. As a project administrator, what should you do to meet the requirement?

  • A. Edit the existing Start Progress transition to remove the condition.
  • B. Delete the existing Start Progress transition and replace with a new one.
  • C. Update the Transition Issues permission in the permission scheme.
  • D. Edit the existing Start Progress transition to remove the validator.

正解: D

 

質問 47
You are helping a manager to translate business requirements into a Jira project configuration. The manager wants users to indicate which systems are impacted by a bug. You are unsure if systems should be configured as components or as a custom field.
Select two situations in which components must definitely be used rather than a custom field. (Choose two.)

  • A. Systems must be managed by project administrators.
  • B. Systems must be required on the screen.
  • C. Systems must be exportable to CSV.
  • D. Users must be able to select multiple systems.
  • E. Systems must have a default value.
  • F. Assignee must be set based on the selected system.

正解: B,F

 

質問 48
Indicate which two use cases require the use of issue-level security within a project. (Choose two.)

  • A. Only managers should be able to see the project.
  • B. Only managers should be able to set the Due Date on issues in the project.
  • C. Only managers should be able to Close issues in the project.
  • D. Only managers should be able to choose who sees certain issues in the project.
  • E. Only managers should be able to see Critical issues in the project.

正解: A,D

 

質問 49
Teresa is able to see the Start Progress transition but not the Approve transition on an issue. Her co-worker is able to see both.
Identify two possible causes why Teresa can NOT see the Approve transition. (Choose two.)

  • A. Teresa does not have the Transition Issues permission.
  • B. Teresa is not listed in the correct security level for the issue.
  • C. Teresa does not have the correct global permission.
  • D. Teresa does not meet the condition on the Approve transition.
  • E. Teresa is not in the correct group or project role.
  • F. Teresa does not have the correct Application access.

正解: A,E

 

質問 50
......

更新された2022年12月合格させるACP-610試験リアル練習テスト問題:https://jp.fast2test.com/ACP-610-premium-file.html

あなたを合格させる試験には100%確認済みACP-610試験問題:https://drive.google.com/open?id=1K2Xdcgew8Fq7QVLIc6UkgAnO5MZO_v9J


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어