更新された検証済みのCRT-211問題集と解答には100%一発合格保証問題集はここ [Q72-Q91]

Share

更新された検証済みのCRT-211問題集と解答には100%一発合格保証問題集はここ

合格Salesforce Certified Advanced Administrator CRT-211試験問題には238問があります


Salesforce CRT-211認定試験は、複雑なSalesforceの展開を設計、実装、および管理するために必要なスキルと知識のテストに焦点を当てています。この試験は、特定のビジネス要件を満たすためにSalesforce機能を構成およびカスタマイズする候補者の能力を評価するように設計されています。この試験では、データとセキュリティを管理する候補者の能力、高度なレポートとダッシュボードの設計、複雑な問題のトラブルシューティングをテストします。


CRT-211 認定試験は、Salesforce プラットフォームに深い理解を持つ経験豊富な Salesforce 管理者および開発者を対象としています。本試験は、Lightning Experience、Salesforce Connect、Salesforce Identity などの高度な Salesforce 機能、Apex および Visualforce 開発、データモデリング、複雑な統合など、高度なトピックを試験するよう設計されています。

 

質問 # 72
an administrator wants to report on activities related to a specific account over the past 18 months but some of these activities have been archived.
how can the administrator obtain a report with the correct data? choose 3

  • A. open a case with support to extend archived days.
  • B. Restore archived activities from the activity archive object.
  • C. Export archived activities using the data loader.
  • D. use the weekly data export to obtain the archived activities.

正解:C


質問 # 73
What are the things to consider about master detail (choose 3)

  • A. Child record wont be deleted when parent is deleted
  • B. Child record will be deleted when parent is deleted
  • C. We need to fill up lookup fields in child object
  • D. Master object will be the master object in a report

正解:B、C、D


質問 # 74
An administrator is setting up Salesforce Knowledge and wants to implement an easy way for agents to create new articles from multiple objects.
Which two options could the administrator do to meet this requirement?
Choose 2 answers

  • A. Add the New Article global action to required page layouts.
  • B. Create a custom quick action for each object.
  • C. Deploy a screen-based flow from the home page.
  • D. Use the Service Setup Assistant to Configure Knowledge.

正解:A、B


質問 # 75
The VP Sales wants to require that the Next Step field is always updated when an opportunity stage is changed. How can this process be automated?

  • A. Create a validation rule with the following formula: AND ( ISCHANGED (StageName) , NOT (ISCHANGED (NextStep))
  • B. Create a validation rule with the following formula: AND ( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED (NextStep)))
  • C. Create a workflow rule with the following formula: AND ( ISCHANGED (StageName) , NOT (ISCHANGED (NextStep))
  • D. Create a workflow rule with the following formula: AND ( ISCHANGED(ISPICKVAL(StageName)), NOT (ISCHANGED (NextStep)))

正解:A


質問 # 76
Milestone actions determine what happens during a case support process and can trigger what type of workflow actions?
Select 3

  • A. Entitlement Breach
  • B. Warning
  • C. Violation
  • D. SLA Breach
  • E. Success

正解:B、C、E


質問 # 77
AW Computing it running a special bundle deal on monitors and keyboards. Normally, discounts need VP approval, but this special bundle is pre-approved.
What should the administrator recommend for these requirements?

  • A. Create a separate price book.
  • B. Enable Subscriptions.
  • C. Remove the approval process.
  • D. Implement CPQ.

正解:D


質問 # 78
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. Lookup
  • B. Hierarchical
  • C. Master-detail
  • D. Junction

正解:C


質問 # 79
An administrator has created a change set to include a validation rule and three custom fields in their personal sandbox. When clicking the button to upload to production, no target organizations are available.
Which two options should the administrator check?
Choose 2 answers

  • A. The change set has missing dependencies.
  • B. The change set is in an open status.
  • C. Deployment connection is incomplete.
  • D. Deployment connection needs to be authorized.

正解:C、D


質問 # 80
AW Computing it running a special bundle deal on monitors and keyboards. Normally, discounts need VP approval, but this special bundle is pre-approved.
What should the administrator recommend for these requirements?

  • A. Implement CPQ.
  • B. Create a separate price book.
  • C. Enable Subscriptions.
  • D. Remove the approval process.

正解:B

解説:
A price book is a list of products and their prices for a specific segment of customers or market. By creating a separate price book for the special bundle deal on monitors and keyboards, AW Computing can offer different prices for these products without affecting their standard prices or requiring VP approval. The price book can also specify which products are included in the bundle and which are not. Reference: https://help.salesforce.com/s/articleView?id=sf.products_pricebooks_def.htm&type=5


質問 # 81
What is the correct order of steps to follow when working with inbound change sets?

  • A. Deploy, Validate, Monitor
  • B. Monitor, Deploy, Validate
  • C. Deploy, Monitor, Validate
  • D. Validate, Deploy, Monitor

正解:D


質問 # 82
An administrator has been tasked with sending an email notification to all project team members when project status is changed to Allocated. Project teams contain users from different departments and different roles.
How should an administrator ensure the proper users will receive the email?

  • A. Move the project users to the same role and send the email alert to everyone in the role.
  • B. Use sharing rules to automatically share with the individual users in the project team.
  • C. Create public groups for each project team and send the email alert to the project group.
  • D. Configure a queue for the project team and have members view the queue's list view.

正解:C


質問 # 83
Universal Containers wants to use the Omni Channel routing feature in Service Cloud. They are using assignment rules and want to ensure that the routing chosen meets the requirements.
What should an administrator take into consideration before implementation?

  • A. If there is a tie in the Omni-Channel routing logic, Omni-Channel routes the work to the agent who most recently received a work item.
  • B. The least active routing model looks for the agent who has the largest maximum work capacity.
  • C. Assignment rules are triggered when Omni-Channel routing routes a work item to an agent and the agent accepts the work.
  • D. Assignment rules are triggered when an agent accepts the work and edits and saves the work.

正解:D


質問 # 84
What are the different ways a Visual Workflow "flow" can be deployed? (Choose three answers.) * (1 Point)

  • A. Custom link
  • B. Visualforce page
  • C. Field Updates
  • D. Custom button
  • E. Apex Trigger

正解:A、B、D


質問 # 85
A user at Universal Containers wants to load records Into a custom object named Location from a .csv file. While using Data Loader, they cannot find the Location object.
What are two reasons this is happening?
Choose 2 answers

  • A. Location has a master-detail field to Account.
  • B. The users profile needs create access to Location.
  • C. Data Loader should only be used with standard objects.
  • D. The label of Location may have been changed.

正解:B、D

解説:
Two reasons why the user cannot find the Location object while using Data Loader are:
The label of Location may have been changed. The label of an object is the name that is displayed in the user interface and can be different from the API name that is used by Data Loader and other tools. If the label of Location has been changed to something else, such as Site or Venue, then the user may not be able to find it by searching for Location in Data Loader. The user should check the API name of the object in Object Manager or use the Describe Global operation in Data Loader to see all available objects and their labels.
The user's profile needs create access to Location. The user's profile determines what objects and fields they can access and what actions they can perform on them, such as creating, reading, updating, or deleting records. If the user's profile does not have create access to Location, then they will not be able to load records into that object using Data Loader. The user should check their profile permissions in Setup or ask their administrator to grant them create access to Location.
The other two options are incorrect because:
Data Loader should only be used with standard objects is not a reason because Data Loader can be used with both standard and custom objects, as long as they are accessible and queryable via the API.
Location has a master-detail field to Account is not a reason because having a master-detail field does not prevent an object from being available in Data Loader, as long as it meets the other requirements such as accessibility and queryability.


質問 # 86
What should the administrator consider before enabling Person Accounts?

  • A. All standard Account news can be converted to Person Account field.
  • B. Person Account cannot be disabled.
  • C. Person Account and Business Accounts cannot be in the same sharing model.
  • D. Person Account requires less data storage.

正解:B

解説:
Person Account cannot be disabled is something that the administrator should consider before enabling Person Accounts. Person Accounts are a special type of accounts that allow storing information about individual people who are not associated with an organization or business account. Once Person Accounts are enabled, they cannot be disabled or removed from the org without contacting Salesforce support


質問 # 87
Cloud Kicks would like to establish a backup administrator who can assign but not modify user permission How should this be accomplished?

  • A. Assign 'the user the System Administrator profile.
  • B. Set up the user as a delegated administrator.
  • C. Configure a custom administrator profile.
  • D. Create an administrator permission set group

正解:A


質問 # 88
An administrator is creating a custom Opportunity record page for Sales users for new logo opportunities. They need to control what fields display on the record when a sales user is viewing the opportunity.
Where should the administrator edit what fields display in the details of the record page?

  • A. Page Layout
  • B. Record Detail Component
  • C. Record Types
  • D. Custom Lightning Component

正解:A

解説:
The fields that display in the details of the record page are controlled by the page layout assigned to the user's profile and record type. The administrator can edit the page layout to add, remove, or reorder fields on the record page. Reference: https://help.salesforce.com/s/articleView?id=sf.customize_layouts.htm&type=5


質問 # 89
An administrator has been tasked with sending an email notification to all project team members when project status is changed to Allocated. Project teams contain users from different departments and different roles.
How should an administrator ensure the proper users will receive the email?

  • A. Move the project users to the same role and send the email alert to everyone in the role.
  • B. Use sharing rules to automatically share with the individual users in the project team.
  • C. Create public groups for each project team and send the email alert to the project group.
  • D. Configure a queue for the project team and have members view the queue's list view.

正解:C

解説:
Public groups let you share records with a set of users defined by criteria such as role, profile, or individual users. You can use public groups as recipients for email alerts in workflow rules or process builder.
References:
https://trailhead.salesforce.com/en/content/learn/modules/administration_essentials_for_new_admins_in_lightnin


質問 # 90
Universal Containers uses a custom object to track customer complaints. The company wants to have a field on the custom object where they can include a reference to another complaint. What type of relationship can be used to accomplish this?

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

正解:B


質問 # 91
......


Salesforce CRT-211(Certification Preparation for Advanced Administrator)試験は、Salesforce管理における高度な知識とスキルを示したい個人を対象として設計されています。この認定は、Salesforce Certified Administrator認定を既に取得し、Salesforce管理の経験がある人を対象としています。CRT-211試験は、セキュリティ、自動化、データ管理、分析などの高度なSalesforce機能を実装および管理する能力を測定します。試験は60問の多肢選択問題で構成され、105分間かかります。認定を取得するには65%以上の合格点が必要です。

 

究極の無料ガイド準備CRT-211試験問題と解答:https://drive.google.com/open?id=1HP5wSL3ag6yAFYiXYyv16rodWTEHJIRK

合格させるCRT-211テストエンジンPDFで完全版無料問題集がここに:https://www.passtest.jp/Salesforce/CRT-211-shiken.html