2023年最新の認定サンプル問題Advanced-Administrator問題集と練習試験合格させます [Q55-Q75]

Share

2023年最新の認定サンプル問題Advanced-Administrator問題集と練習試験合格させます

Advanced-Administrator豪華セット学習ガイドにはオンライン試験エンジン


Salesforce Advanced-Administrator認定試験は、高度なセキュリティおよびアクセス制御、データ管理、アナリティクス、レポート、および自動化など、幅広いトピックをカバーしています。試験はまた、Salesforceプラットフォームを使用して複雑なビジネスプロセスとワークフローを設計および実装する能力を試験します。これは、徹底的な準備と実践的な経験が必要な難しい試験です。

 

質問 # 55
Universal Containers wants to allow community visitors to submit support cases without logging into the community.
Which two features are required to implement this request?
Choose 2 answers

  • A. web-to-case
  • B. Case feed actions
  • C. New case quick action
  • D. Caseassignment rules

正解:A、C


質問 # 56
When using Customizable Forecasts, which forecast category is not included in the forecast?

  • A. Pipeline
  • B. Omitted
  • C. Closed
  • D. Best Case

正解:B


質問 # 57
The VP of sales at AW Computing utilizes a Lead report grouped by Country and Lead Source to show where the leads are coming from. The number of leads vanes greatly for each Country.
What should the administrator configure on the report to show the Lead Source effectiveness for each country?

  • A. Bucket fitters
  • B. PARENTGROUPVAL Function
  • C. The 'Show Unique Count*
  • D. PREVGROUPVAL function

正解:A


質問 # 58
Universal Containers has four sales regions: North America, APAC, EMEA, and LATAM. Each sales region is led by a VP of Sales. Each of the VPs wants to have a dashboard emailed to them every Monday morning that contains components with only the data for their region. How can an administrator meet this requirement?

  • A. Create one dashboard that includes a filter for each region, scheduled to be delivered on Monday mornings.
  • B. Create a separate dashboard with data specific to each sales VP, scheduled to be delivered on Monday mornings.
  • C. Create a reporting snapshot and check the dashboard option, scheduled to be delivered on Monday mornings.
  • D. Create one dashboard using Visualforce to create a filter, scheduled to be delivered on Monday mornings.

正解:B


質問 # 59
The Sales Manager at Universal Containers would like a dashboard to view each of the sales representative's opportunities, accounts, and related cases. What is a recommended solution?

  • A. Create an individual dashboard for each sales representative with opportunity, account, and case components.
  • B. Create adashboard and add filters for users, opportunities, accounts, and cases.
  • C. Create a dynamic dashboard and add filters for opportunities, accounts and cases.
  • D. Create a dynamic dashboard and insure the sales manager has the "View My Team's Dashboard" permission.

正解:D


質問 # 60
Universal Containers uses Salesforce Knowledge and has defined its category groups based on the regions of Europe, of Americas, Africa, and Asi a. The administrator needs to restrict visibility of each category to the sales representatives within each region. How should the administrator control access to these category groups?

  • A. Add custom category groups to the profiles assigned to the sales users.
  • B. Add or remove sales users from a public group with access to the category groups.
  • C. Modify object settings for the category groups on the sales users profiles.
  • D. Add custom category groups to the roles assigned to the sales users.

正解:D


質問 # 61
Admin is asked to restrict visibility of cases of a particular record type to 5 users. One user is assigned the Support Manager Profile, while the other four are assigned th Support Representative Profile. How can admin accomplish this?

  • A. Modify the profiles of the 5 users
  • B. Create a Public Group and parent case record type
  • C. Create a new profile for the 5 users
  • D. Create a Public Group and criteria-based sharing rule to extend to the 5 users

正解:C


質問 # 62
Universal Container created data categories: AMER, AFRICA, LATAM, and ASIA. System administrator should assign some of the data categories to a Sales representative. How can the system administrator do it?
Choose 2

  • A. Assign the data categories to the record types of the user
  • B. Assign data categories to profile of the user
  • C. Assign data categories to role of the user

正解:B、C


質問 # 63
Support agents at Cloud Kicks associate Cases and Bugs so that can report on how many Cases are related to a Bug. A Bug is required to have a Case in order to be created.
Which type of object relationship will meet this requirement?

  • A. Junction
  • B. Master-detail
  • C. Hierarchical
  • D. Lookup

正解:B


質問 # 64
The marketing department at Universal Containers regularly changes the page layout requirements for its customer marketing objects. The VP of Marketing has asked the administrator for permission to configure only these objects. What can the administrator do to meet this request?

  • A. Setup the VP of Marketing as a delegated administrator for the custom marketing objects.
  • B. Grant the VP of Marketing the ability log in as a user who is an administrator.
  • C. Create a custom profile with the Edit permissions on the custom marketing objects and assign to the VP of Marketing
  • D. Enable Marketing User permission on the user record for the VP of Marketing.

正解:A


質問 # 65
Users report that the industry picklist field is no longer visible on account records. What test can an administrator use to troubleshoot the issue?

  • A. Debug log
  • B. Setup audit trail
  • C. Field history tracking
  • D. Field audit history

正解:B


質問 # 66
The administrator at Cloud Kicks created a flow in a sandbox that walks service agents through the Return Merchandise Authorization creation process. The administrator deployed the flow to production with a Change Set. Users are unable to use the flow in production.
Which step should the administrator take?
Activate the flow administrator take?

  • A. Include the active and prior inactive flow version in the Change Set.
  • B. Ensure there is an active flow version in the sandbox.
  • C. Activate the flow manually after deployment.
  • D. Deployment the flow, with the Metadata API instead of Change Sets

正解:C

解説:
Explanation
A flow is an automation tool that allows you to create processes that perform actions based on user input or record changes. A flow can be triggered by a user who launches it from a button, link, or Lightning page, or by the system when a record is created or updated. A flow has different versions that can be active or inactive. An active version is the one that runs when the flow is triggered, while an inactive version is the one that is saved but not running. When you deploy a flow to production with a change set, the flow version is deployed as inactive by default. This means that you need to activate the flow manually after deployment if you want it to run in production. References: https://help.salesforce.com/s/articleView?id=sf.flow_overview.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_distribute_changesets.htm&type=5


質問 # 67
the vp of sales noticed that sales representatives are extending their close dates to the future on their opportunities.
how can the sales managers determine how many times close dates are being changed? choose 2

  • A. use workflow to update a count field when the close date field has changed using the criteria ISCHANGED(closedate).
  • B. use workflow to update a count field when the close date field has changed using the criteria closedate> PRIORVALUE(closedate)
  • C. have a developer create an apex trigger to update a count field when a change to the close date field has been made.
  • D. Add a formula field on the page layout of the opportunity with the default value set to PRIORVALUE(close date).

正解:A、B


質問 # 68
Universal Container is implementing a new business process. As of now, sales reps needs to manually look up a user's contract whenever setting up a service. What is recommended?

  • A. Setup Entitlements with Service Contract and Line Items
  • B. Create a workflow rule
  • C. Use a validation to make sure that the contract field is filled out
  • D. Setup an entitlement with Service Contract

正解:D


質問 # 69
When the delete permission is selected in a muting permission set, which other permission is automatically muted?

  • A. Modify All Records
  • B. New Al Records
  • C. Modify All Data
  • D. View Al Data

正解:A


質問 # 70
Which Statement is true about the creation of entitlement processes? Choose 2 answers

  • A. The Manage Entitlement permission must be enabled
  • B. Milestones can be created dynamically based on other fields
  • C. Entitlement versioning allows changes to existing entitlement processes
  • D. Entitlements have their own organization wide defaults

正解:A、B


質問 # 71
The VP of Marketing is launching campaigns in each region to target accounts that do not have open opportunities. What reporting solution can an administrator set up to assist with this?

  • A. Reporting snapshot
  • B. Standard Filter
  • C. Cross Filter
  • D. Joined report

正解:C


質問 # 72
A user is trying to access content in a library but is receiving an insufficient privileges message. How should the administrator troubleshoot this issue? Choose 2 answers

  • A. Determine if the user has been granted viewer permission to the content
  • B. Determine if the user has been granted "Viewer" permission to the library of interest
  • C. Determine if the user's profile has the Salesforce CRM Content user permission enabled
  • D. Determine if the user's record has the Salesforce CRM Content user permission enabled

正解:B、D


質問 # 73
what action is required before a change set can be deployed from a sandbox environment to a production environment? choose 2

  • A. configure the deployment connection in the sandbox to allow inbound
    changes.
  • B. Install the force.com IDE and configure its settings to work with change sets.
  • C. Configure the deployment connection in production to allow inbound changes.
  • D. create an outbound change set in the sandbox that includes the components to be moved

正解:C、D


質問 # 74
What can Delegated Administrators NOT do?

  • A. Create Profiles
  • B. Manage custom objects
  • C. Login as a specific user
  • D. Create users

正解:A


質問 # 75
......

Advanced-Administrator問題集レビュー専門クイズで学習材料:https://www.goshiken.com/Salesforce/Advanced-Administrator-mondaishu.html

Advanced-Administratorテスト準備トレーニング練習試験問題練習テスト:https://drive.google.com/open?id=16y5zyCZfu_bv_8kdb_ZsoLgNK26eD76E