リリースSalesforce ADX-211更新された問題PDF [Q104-Q120]

Share

リリースSalesforce ADX-211更新された問題PDF

ADX-211問題集と練習テスト(224試験問題)

質問 # 104
Ursa Major Solar allows accounts to apply for loans to purchase solar panrts. Financial information will be stored in a custom object. Only finance team members should see the related financial information about the account.
What kind of field should the administrator create in the custom object?

  • A. Lookup Relationship
  • B. Hierarchical Relationship
  • C. External Relationship
  • D. Master-Detail Reiatic

正解:A

解説:
A lookup relationship is a type of field that links one object to another object. It allows you to access related data from another object and display it on a record page. A lookup relationship can be used to link the custom object that stores financial information to the Account object, so that only finance team members can see the related financial information about the account. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_lookup.htm&type=5


質問 # 105
Universal containers has a workflow rule that sends an email alert to the VP of sales when a large deal is won. The VP is reporting that these emails are not being delivered.
What tool could be used to determine the problem? choose 2

  • A. Debug log.
  • B. Email log.
  • C. Workflow monitor.
  • D. System audit trail.

正解:B、C


質問 # 106
A sales manager wanes to edit the Opportunities owned by the sales team. The manager does NOT have edit access to the Opportunity object.
What is the recommended solution?

  • A. Enable team setting on the Opportunity object to grant read/write access.
  • B. Create a permission set for Opportunity edit and associate it to the year record.
  • C. Redefine the role hierarchy grant access using hierarchies.
  • D. Change the Opportunity's organization-wide default setting to public read/write.

正解:D


質問 # 107
An Administrator has been asked to grant read, create and edit access to the product object for users who currently have the standard marketing user profile.
Which two approaches could be used to meet this request? Choose 2 answers.

  • A. Create a permission set with read, create and edit access for the product object and assign it to the marketing users
  • B. Create a new profile for the marketing users and change the access levels to read, create and edit for the product object
  • C. Create a permission set with read and write access for the product object and assign it to the marketing users
  • D. Change the access levels in the marketing user standard profile to read, create and edit for the product object

正解:A、B


質問 # 108
An administrator at Cloud Kicks has been asked to clean up old approval delete.
Which two things could prevent the process from being deleted?
Choose 2 answers

  • A. The process is marked as active.
  • B. The proems w marked as inactive.
  • C. There is a report in the Administrative 'Reports folder.
  • D. There are pending approval requests in the Recycle Bin.

正解:A、D


質問 # 109
Recruiters at universal containers wants to associate positions with their related job applications using two custom objects position and job application. a job application must always have a related position. if a position is deleted, the corresponding job applications are deleted.
what type of object relation ship will meet this requirement?

  • A. Master detail
  • B. junction
  • C. Lookup
  • D. Hierarchical

正解:A


質問 # 110
The sales operations team at Universal Containers wants to ensure that when an opportunity is won the custom shipment date field is populated.
How should the administrator configure salesforce to meet this requirement?

  • A. Create a validation rule on the opportunity using the ISBLANK() function.
  • B. Create a dependency between the stage and shipment date fields.
  • C. Add a default value to the shipment date using the Today() function.
  • D. Make the shipment date field required on the opportunity page layout.

正解:A


質問 # 111
Cloud Kicks users need to link multiple Case records to multiple Outcome records stored in a custom object. Any user that can view the Case record must be able to create a link. The administrator creates a Case Outcome custom object.
What is the recommended option to use when adding a field to Case Outcome?

  • A. Mater-detail relationship with Read/Write sharing setting
  • B. Lookup relationship with Ready-Only sharing setting.
  • C. Master-detail relationship with Read-Only sharing setting.
  • D. Lookup relationship with Read/Write sharing setting

正解:D

解説:
A lookup relationship with Read/Write sharing setting is the recommended option to use when adding a field to Case Outcome custom object. A lookup relationship is a type of relationship that links two objects together and allows users to associate one record with another. A lookup relationship does not affect the security or deletion of either record and can be optional or required. In this case, you can create a lookup relationship field on Case Outcome object that references Case object and allows users to link multiple Case records to multiple Case Outcome records. You can also set the sharing setting for the lookup field to Read/Write, which means that users who have access to the parent record can also access and edit the child record. Reference: https://help.salesforce.com/s/articleView?id=sf.relationships_lookup.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.relationships_considerations_lookup.htm&type=5


質問 # 112
DreamHouse Realty (DR) wants to ensure that its data is protected. There have been several recent attempts to phish employees.
What should DR do to help ensure that the user that is logged in is the right user when the running user is trying to view reports and dashboards?

  • A. Require MFA when users need to view and export dashboards and reports.
  • B. Set up an authentication provider for reports and dashboards.
  • C. Require a Usemame, Password, and Security Token when logging in.
  • D. Require a high assurance session when exporting or printing reports and dashboards.

正解:D


質問 # 113
Universal Containers' Support team is growing globally, and the manager has inquired about implementing Omni-Channel. The team supports multiple products that require complex expertise across multiple languages.
Which routing option should the administrator recommend to ensure the right cases get to the correct agents for resolution?

  • A. Queue-Based Routing
  • B. Skills-Based Routing
  • C. Translation Workbench
  • D. Case Assignment Rules

正解:B


質問 # 114
How should an administrator ensure the appropriate number of digits are entered Into the custom encrypted field created to capture credit card numbers on the Opportunity object?

  • A. Define the number of mask characters.
  • B. Use the credit card number mask type.
  • C. Create a validation rule to ensure the length.
  • D. Enter the number of digits at the field level.

正解:D


質問 # 115
Cloud Kicks has a requirement to display sensitive data only to appropriate users. The amount m the Salary field on the User object should display data only when the user record is being viewed by the user or by users with the MR profile. For all other users viewing the user record, the Salary field should display the word "Confidential* as text in the field.
What should the administrator to fulfill this requirement?

  • A. Process Builder
  • B. Formula field
  • C. Validation Rule
  • D. Page Layout

正解:A


質問 # 116
An administrator has been asked to enable permissions for users on the account services team to be able to edit and change ownership of Accounts owned by any of the team members.
What should the administrator configure?

  • A. Update the profile Account object to Modify All.
  • B. Set organization-wide sharing for Account as Public Read Only.
  • C. Enable Account Teams and grant Read record-level access to account team members for the Account object
  • D. Create a Sharing Rule on the Account object for all members of the account services role to have Read/Write access.

正解:D

解説:
Sharing rules are automatic exceptions to organization-wide sharing settings that grant additional access to records based on record ownership or criteria. By creating a sharing rule on the Account object for all members of the account services role to have Read/Write access, the administrator can allow users in that role to edit and change ownership of Accounts owned by any of their team members, regardless of the organization-wide sharing setting for Account. Reference: https://help.salesforce.com/s/articleView?id=sf.security_sharing_rules.htm&type=5


質問 # 117
An administrator is asked to create a report to calculate the year-over-year changed in the dollar amount of a company's opportunities.
What reporting tool should be used to complete this request?

  • A. A custom summary formula with PARENTGROUPVAL function
  • B. A custom summary formula with the PREVGROUPVAL function.
  • C. A row-level formula to compare amounts grouped by year.
  • D. A joined report with two report blocks for each year

正解:B

解説:
A custom summary formula is a formula that calculates values from summary fields in reports such as sum, average, min, max, etc. Custom summary formulas can use functions such as PREVGROUPVAL to compare values from different groups in reports. For example, to calculate the year-over-year change in dollar amount of opportunities, an administrator can create a custom summary formula that uses PREVGROUPVAL to compare the sum of amount from this year's group with the sum of amount from last year's group, and divide it by last year's sum of amount. Reference: https://help.salesforce.com/s/articleView?id=sf.reports_builder_fields_summary_formulas.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.reports_formulas_prevgroupval.htm&type=5


質問 # 118
DreamHouse Realty (DR) wants to ensure that its data is protected. There have been several recent attempts to phish employees.
What should DR do to help ensure that the user that is logged in is the right user when the running user is trying to view reports and dashboards?

  • A. Require MFA when users need to view and export dashboards and reports.
  • B. Set up an authentication provider for reports and dashboards.
  • C. Require a Usemame, Password, and Security Token when logging in.
  • D. Require a high assurance session when exporting or printing reports and dashboards.

正解:D

解説:
To help ensure that users who are viewing reports and dashboards are who they say they are, DR should require a high assurance session when exporting or printing reports and dashboards. A high assurance session requires users to verify their identity using multi-factor authentication before accessing sensitive data or functionality in Salesforce. Reference: https://help.salesforce.com/s/articleView?id=sf.security_high_assurance_session_level.htm&type=5


質問 # 119
AW Computers has enabled the feature for Contact to multiple Accounts. A rep is trying to remove the primary Account from a Contact but is unable to do so. The administrator has already updated the page layout to no longer require an Account.
What could be the issue?

  • A. Private Contacts need to be enabled in Setup.
  • B. The Account Contact relationship record needs to be deleted first in order to disassociate the Contact from the Account.
  • C. A primary Account relationship is required on a Contact regardless of the page layout settings.
  • D. The Contact has indirect relationships to other Accounts.

正解:C

解説:
A primary account relationship is a feature that allows you to link a contact to a single account as its primary account. A primary account relationship is required on a contact regardless of the page layout settings or the contact to multiple accounts feature. This means that you cannot remove the primary account from a contact, but you can change it to another account. You can also add secondary accounts to a contact if you have enabled the contact to multiple accounts feature. Reference: https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.contacts_fields.htm&type=5


質問 # 120
......


ADX-211試験に合格するためには、候補者はSalesforce管理に関連するさまざまなタスクを実行する能力を示さなければなりません。具体的には、ユーザー、プロファイル、権限の管理、カスタムオブジェクトとフィールドの設定、レポートとダッシュボードの作成などが含まれます。候補者はまた、ワークフロー、プロセスビルダー、フローなどの自動化ツールに精通しており、Salesforceを他のシステムと統合できる能力を持っている必要があります。

 

ADX-211試験問題集合格させるのは更新されたのは2023年年最新の認証済み試験問題:https://jp.fast2test.com/ADX-211-premium-file.html

ガイド(2023年最新)実際のSalesforce ADX-211試験問題:https://drive.google.com/open?id=1UHJKkuE0I3nDXmd55-6rtiKdbDjmL9Y_


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어