[2023年05月] 検証済み Salesforce Sharing-and-Visibility-Designer リアル豪華お試しセット試験問題集 PDF [Q80-Q102]

Share

[2023年05月] 検証済みSalesforce Sharing-and-Visibility-Designerリアル豪華お試しセット試験問題集でPDF

Sharing-and-Visibility-Designer問題集PDF最新 [2023年最新] 究極の学習ガイド


Salesforce Sharing-and-Visibility-Designer 認定試験は、Salesforceにおける共有と可視性戦略の経験を持つ専門家にとって貴重な資格です。この認定試験は、候補者が自己の組織のためにこれらの戦略を設計・実装する能力を検証します。この試験に合格することは、候補者がSalesforceにおける共有と可視性の課題に対処するために必要な知識とスキルを持っていることを示します。

 

質問 # 80
What should the Architect do to ensure Field-Level Security is enforced on a custom Visualforce page using the Standard Lead Controller?

  • A. Use the {!Schema.sObjectType.Lead.fields.isAccessible()} expression
  • B. Use the Schema.SObject.Lead.isAccessible() method.
    <apex:outputText value="{!contactName}" rendered="{!$ObjectType.Contact.fields.Name.Accessible}" />
  • C. Use the "With Sharing" keyword on the Standard Lead Controller.
  • D. Nothing; Field-Level Security will automatically be enforced.

正解:D


質問 # 81
The system administrator of Cosmic Solutions recently created a custom profile for sales users that allows them to view and edit the records of a custom object called 'Shipment'. There are more than 100 sales users in the company. The Sales Director has now informed the administrator that five of those users should not be able to edit any Shipment records. What should a Solution Architect recommend for the requirement?Choose 1 answer.

  • A. Create a sharing rule that grants only 'Read' access to the records of the 'Shipment' object.
  • B. Edit the existing custom profile assigned to the sales users and remove 'Edit' access to the 'Shipment' object.
  • C. Create a new profile without 'Edit' access to the 'Shipment' object and assign it to the five users.
  • D. Create a permission set without 'Edit' access to the 'Shipment' object and assign it to the five

正解:C


質問 # 82
What should a Salesforce architect recommend to make sure that users that gained access to a custom object record through Apex managed sharing do not lose access to it when its owner is changed?

  • A. Use "runAs'' system method in Apex classes to enforce record visibility.
  • B. Use ''With Sharing'' keyword to make sure record visibility will be considered.
  • C. Create a new record in _Share object with RowCause 'Manual''.
  • D. Create specific Apex Sharing Reason for the custom object.

正解:D


質問 # 83
The system administrator of Cosmic Enterprises has created a dummy user in Salesforce. The user owns more than 15,000 account records that were recently obtained from a third-party database. A sharing rule has been created to share records owned by this user with all the sales managers and a few other users of the company.
There are performance issues whenever there is a change in the role hierarchy. Which of the following actions should a Solution Architect recommend to improve performance?Choose 3 answers.

  • A. The dummy user should be placed at the bottom of the role hierarchy.
  • B. An account hierarchy should be established for the accounts owned by the dummy user.
  • C. No more than 10,000 account records should be owned by the dummy user.
  • D. If possible, the dummy user should not be assigned to a role in the role hierarchy.
  • E. The dummy user should be placed at the top of the role hierarchy.

正解:C、D、E


質問 # 84
Sales Operations at Universal Container (UC) wants to create the opens to fiber appropriates for center.
In which two ways can UC hide list that are not relevant to an individual use since there will be Choose 2 answers.

  • A. Share the list views with the appropriate role in the role hierarchy
  • B. Share the list views with the appropriate queue.
  • C. Share the list views with the appropriate public group.
  • D. Share the list views with the appropriate individual users.

正解:C


質問 # 85
Universal Containers has requirement to integrate Salesforce with an external system to control record access.
What option should the Architect consider when designing a solution?

  • A. Use the Metadata API to maintain the related SObject records.
  • B. Use the SOAP API to create new Criteria-Based Sharing Rules in Salesforce.
  • C. Use the SOAP API to maintain the related SObject_share records.
  • D. Use the Security API to modify the role hierarchy in Salesforce.

正解:C


質問 # 86
When configuring default record access levels in Enterprise Territory Management, which of the following statements are true regarding access to accounts and/or related records?Choose 2 answers.

  • A. Users in a territory always have at least 'view' access to the accounts assigned to the territory.
  • B. Users in a territory are always able to view contacts and opportunities associated with accounts in the territory hierarchy.
  • C. Users in a territory can always view, edit, and transfer records that are related to the accounts assigned to the territory.
  • D. Users in a territory can 'not access', 'view', or 'view and edit' records associated with accounts in the territory.

正解:A、D


質問 # 87
The VP of Sales at Get Cloudy Consulting wants to give one sales member the ability to view other sales members' sales numbers as a point of comparison.
If a Private model is being used, which two permissions are needed to create a dashboard for this purpose?
(Choose two.)

  • A. Customize Application
  • B. View All Data
  • C. Manage Custom Report Types
  • D. Manage Dashboards

正解:B、D


質問 # 88
Universal Containers has created a Reimbursement Custom Object to capture requests for reimbursement of expenses related to office supplies. The Reimbursement requests are sometimes sensitive and the Team Leads should not have access to the Reimbursement records submitted by the Users in the Call Center Agent role.
The Director of Support will require access to all Reimbursement records. The role hierarchy is set as follows:
Call Center Agent role reports to Team Lead role, which Reports to the Director of Support. Which steps would the Architect take to ensure proper sharing in this Role Hierarchy structure assuming Private Sharing Setting for the Reimbursement Object?

  • A. Use an Approval Process to change the owner of the Reimbursement record upon submission to the Director of Support
  • B. Leave the Reimbursement Object in "Deployed" Status and set the Director of Supports Profile to "View All" in the object permissions.
  • C. Disable Grant Access Using Hierarchies for the Object and create a Sharing Rule to enable sharing to the Director of Support
  • D. The sharing scenario described will occur without any special configuration choices being made by the Architect

正解:C


質問 # 89
Universal Containers keeps product brochures in Salesforce as files. Sarah shares a public Unit to a product brochure with potential customers during a meeting. She wants to ensure they do not have access to the file after the meeting.
How should Sarah accomplish this?

  • A. Delete the file.
  • B. Rename the file.
  • C. Delete the public link.
  • D. Move the file to another folder

正解:C


質問 # 90
Mary is Joe's manager in the role hierarchy. The OWD for a custom Invoice object is Public ReadOnly and Mary's profile is not granted the Read permission for the Invoice object.
What action can Mary take on Joe's Invoice records'?

  • A. Read/Write
  • B. None
  • C. Edit Only
  • D. View Only

正解:B


質問 # 91
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The .. yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records.
What recommend should an Architect provide to accomplish this?

  • A. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
  • B. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
  • C. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
  • D. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.

正解:D


質問 # 92
Sales managers at Universal Containers (UC) have requested viewing customer invoices in Salesforce .. system. The architect at UC decided to surface the customer invoices in Salesforce using external objects a..Configured an external object called Invoice.
Created a lookup relationship between account and the invoice
How can the architect grant the sales managers access to the customer invoices data?

  • A. By controlling the invoices object permission on the sales manager's profile.
  • B. By creating a sharing set a share invoice with users in a sales manager role.
  • C. By using manual sharing to share invoices with relevant sales managers.
  • D. By creating sharing rules to share the invoice records with users in sales manager roles.

正解:A


質問 # 93
The architect has a requirement to create a criteria-based sharing rule based on the customer Social.. up the rule in Contact Sharing, the field is not shown on the list of available field.
What might cause this?

  • A. The field has been configured for encryption.
  • B. The architect's profile does not have field level Security (FLS) for this field.
  • C. fields with validation rules are not available for sharing rules.
  • D. The architect does not have permission to Compliance fields.

正解:A


質問 # 94
Assuming granular locking is enabled, what activity can happen in parallel to changing a community account owner without risking group membership lock errors?

  • A. Creation of a Role
  • B. Deletion of a Territory
  • C. Deletion of a Role
  • D. Creation of a Territory

正解:D


質問 # 95
In a Salesforce org used by Cosmic Service Solutions, a custom object called 'Custom Sharing' has been created to store information about custom sharing requirements pertaining to account records. A developer has been asked to share an account record with a sales manager. A record of 'Custom Sharing' should be created to store information about the requirement using a few custom fields such as 'Record_ID__c', 'User__c', and
'Access_Level__c'. The account record should be shared with the sales manager as soon as the 'Custom Sharing' record is created. Which of the following should be used for this requirement?Choose 1 answer.

  • A. Account Team
  • B. Manual Sharing
  • C. Criteria-based sharing rule
  • D. Apex trigger

正解:D


質問 # 96
Get Cloudy Consulting uses a strict security model. They enforce this model through object, field, and row- based security mechanisms. The Chief Technology Officer (CTO) at Get Cloudy Consulting wants to thoroughly test the security model, and an Architect decides to use Apex automated tests to fulfill the CTO's request.
What are three considerations for the Architect when using the runAs() method to design Apex unit tests?
(Choose three.)

  • A. runAs() does NOT enforce user permissions or field-level permissions in test classes
  • B. runAs() can be used inside of test classes to validate field-level permissions
  • C. runAs() can be used inside of test classes to validate record-level security
  • D. runAs() counts towards total DML statements issued within the transaction
  • E. runAs() can be used outside of test classes to bypass record-level security

正解:A、C、D

解説:
Explanation/Reference:


質問 # 97
Which features does Salesforce provide for restricting login access to the application?
Choose 2 answers.

  • A. Profile-based IP restrictions
  • B. Profile-based login hour restrictions
  • C. Organization-wide login hour restrictions
  • D. Role-based IP restrictions

正解:A、B


質問 # 98
Universal Containers (UC) has Affiliates who sell containers in countries' where UC does not have a local office Community to manage the sales cycle. One of their affiliates has exponentially grown in the last years and .. with the following structure:
Sales VP ..> Direct of Sales .. > Sales Manager ..> Sales Reps
UC would like to have the ability to open up access to the sales opportunities according to the above structure.
What is the main problem a Salesforce Architect will face to provide a solution?

  • A. Super User does not work in Partner Community.
  • B. Partner Community does not support Role Hierarchy.
  • C. Partner User Roles are limited to three levels.
  • D. The Channel manager Role can not be shared with Partner Community.

正解:C


質問 # 99
Universal Containers (UC) has implemented Customer Community with customer community license for .. any record owned by its customers should be accessible by UC users in the customer support role.
How can an Architect configure the system to support the requirements?

  • A. Sharing Rule
  • B. Share Group
  • C. Sharing Set
  • D. Apex Sharing

正解:B


質問 # 100
Universal Containers (UC) provides shipment tracking for its customers on a custom Shipment object. The ..
yearly by the customers should be available on the Account record to the Marketing team, but the Marketing Shipment records.
What recommend should an Architect provide to accomplish this?

  • A. Private organization-wide default on Shipment, trigger, and Lookup relationship to Account,
  • B. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
  • C. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
  • D. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.

正解:A


質問 # 101
The IT manager of Cosmic Solutions would like to improve the performance of record access and sharing calculations in the Salesforce org used by the company, especially for accounts and related records. What should a Solution Architect recommend for this requirement?Choose 3 answers.

  • A. No more than 10,000 records of a custom object should be related to a single account record.
  • B. No account should have more than 10,000 opportunities or cases related to it.
  • C. Users who own more than 10,000 records should be placed at the bottom of the role hierarchy.
  • D. No user should own more than 10,000 total records in Salesforce.
  • E. No user should own more than 10,000 account records in Salesforce.

正解:A、B、E


質問 # 102
......

あなたを合格させるSalesforce試験でSharing-and-Visibility-Designer試験問題集:https://jp.fast2test.com/Sharing-and-Visibility-Designer-premium-file.html

Sharing-and-Visibility-Designer試験問題集PDF更新された問題集:https://drive.google.com/open?id=1co4tPdljJ1KB0wIUYE7a99h0IsBQx8B2


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어