
本日更新の2023年07月試験エンジンとPDF Sharing-and-Visibility-Designerテスト無料!
究極のガイド準備Sharing-and-Visibility-Designer正確なPDF解答
質問 # 120
Universal Containers has a requirement to share Accounts automatically to the users at a field office. They currently have the following setup in their environment:
* Accounts are set to Private in the Org-Wide Default.
* The field office is specified by a lookup in the Account object.
* There are 400 field offices.
* The users in each field office are managed using public groups.
Based upon a lookup relationship field on the Account, how should the Architect meet this requirement?
- A. Use Account Teams to share the Account with the appropriate field office.
- B. Use Programmatic Sharing to share the Account with the appropriate field office.
- C. Use Manual Sharing to share the Account with the appropriate field office.
- D. Use Criteria-Based Sharing to share the Account with the appropriate field office.
正解:B
質問 # 121
Nick is a sales rep who works for Cosmic Sporting Goods. Until recently, he was the owner of an account record named 'Kelly Corporation'. Upon his request, the system administrator changed the owner of the account to another sales rep named Fred. Fred and Nick share the same role in the role hierarchy. The organization-wide default sharing setting of the Account object has been set to 'Private'. Which of the following is true regarding the impact of this change on record access?Choose 1 answer.
- A. Fred will be able to access all the account records shared with Nick.
- B. Nick will automatically retain access to the account record.
- C. Nick will lose access to the account record.
- D. Both Fred and Nick will be able to access the account record.
正解:C
質問 # 122
Universal Containers has a Private Sharing Model for the Opportunity object. Sales Rep A at Universal Containers created the Opportunity record and then transferred ownership of the Opportunity record to Sales Rep B.
Both Sales Rep A and B have the same role in the Role Hierarchy.What access will Sales Rep A have to the Opportunity after the transfer?
- A. Read/Write.
- B. Read Only.
- C. Full Access.
- D. No Access.
正解:D
質問 # 123
Universal Containers is looking to set up a new integration with its ERP system. The goal is to synchronize contacts in the ERP shipping tables with those in their CRM so that sales reps can view up to date contact information. The integration runs under a dummy Integration User who is at the top of the role hierarchy. The Organization-Wide Default sharing setting for Accounts is Private and Contacts is Controlled by Parent. A large number of contacts (100,000) have account data in the ERP system, but do not have corresponding Accounts in Salesforce.
How should the Architect design the solution so that the sales team can see the contacts and there are no performance issues?
- A. Have the integration create both the contacts and their corresponding accounts; use a Contact Sharing rule to grant sales reps access to the contacts.
- B. Have the integration create both contacts and their corresponding accounts; use an Account sharing rule to grant sales reps access to the contacts.
- C. Have the integration create the contacts under one dummy account record; use an Account sharing rule to grant sales reps access to the contacts.
- D. Have the integration create the contacts with Salesforce without an account; use a Contact sharing rule to grant sales reps access to the contacts.
正解:D
質問 # 124
To grant Universal Containers sales managers access to shipment records properly it was necessarily to the IT Team is worried about improper access to records.
Which two features and best practices should a Salesforce architect recommended to mitigate the risk?
- A. User isAccessable keyword Apex classes to assure recor visibility will be followed.
- B. Use runAs system method in test classes to test using different users and profiles.
- C. USe isShareable keyword in Apex classes to assure record visibility will be followed
- D. Use With Sharing keyword in Apex classes to assure record visibility will be followed
正解:A、D
質問 # 125
Universal Containers created a custom object called Defect and would like to enable the Sharing button on the Defect page layout to share the records manually to other users in the organization. In which scenario will the Sharing button appear?
- A. The Sharing model is either Private or Public Read only.
- B. The Sharing model is Public Read/Write/Transfer.
- C. The Sharing model is Public Read/Write.
- D. The Sharing button always appears.
正解:A
質問 # 126
Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UCimplemented a new Partner Community for its dealers. Each dealership has a dealer manager who manages the service agents. The community-sharing model is private.
What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents?
- A. Change external organization-wide default of case object to public read only.
- B. Create a sharing set to share cases created by service agents with their dealer manager.
- C. Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers.
- D. Create a sharing rule to share cases created by service agents with their dealer manager.
正解:C
質問 # 127
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. Manage Custom Report Types
- B. Manage Dashboards
- C. Customize Application
- D. View All Data
正解:B、D
質問 # 128
Besides their own team accounts, sales managers at Universal Container need to have READ access to all other countries.
Role hierarchy was implemented accordingly (based on countries) but a Sales manager in the US comp records of the same segment in Canada.
What should be done to grant access in a proper way?
- A. Change the role hierarchy and put all the sales managers in the US and Canada as the same role.
- B. Create a public group and include all accounts of the same segment and grant access through.
- C. Create criteria-based sharing rule to grant access to account records that have the same segment.
- D. Create owner-based sharing rule to grant access to account records that have the same segment.
正解:C
質問 # 129
Universal Containers has a large network of partners, who each have seasonal workers that need ..
How might the Architect design the solution to federate user setup to the Partners?
Choose 2 answers
- A. Allow external users to self register.
- B. Grant the Modify Users permission to the partner managers.
- C. Create a permission set giving Read/Write to the User object to partner manager.
- D. Assign delegated external administrators at each partner.
正解:A、D
質問 # 130
Cosmic Service Solutions has a requirement that Customer Community users should be allowed to access cases related to their contact record in Salesforce. What can be done to fulfill this requirement?Choose 1 answer.
- A. Create a share group that grants access to the Case records based on the required criteria
- B. Create a sharing rule to grant access to cases based on the required criteria
- C. Create a permission set that grants the required access and assign it to the Customer Community profile
- D. Create a sharing set that grants access to the Case object and configure access mapping based on the requirement
正解:D
質問 # 131
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. Controlled by Parent (Account) on Shipment, trigger, and trigger, and Master-Detail relationship to Account.
- C. Public organization-wide default on Shipment, process builder, and lookup relationship to Account.
- D. Private organization-Wide default on Shipment, rollup summary, and Master-Detail relationship to Account.
正解:A
質問 # 132
A developer has created the custom controller below for a Visualforce page. Which of the following is the correct method of using a static query with a bind variable to prevent a SOQL injection attack?Choose 1 answer. public class CustomContactController { public String name { get { return name;} set { name = value;}
} public PageReference query() { String qryString = 'SELECT Id FROM Contact WHERE ' + '(IsDeleted = false and Name LIKE \'%\'' + name + '\'%\')'; queryResult = Database.query(qryString); return null; } }
- A. queryResult = 'SELECT Id FROM Contact WHERE ' + '(IsDeleted = false AND Name LIKE \'%\'' + name + '\'%\')';
- B. queryResult = [SELECT Id FROM Contact WHERE (IsDeleted = false AND Name LIKE queryName)];
- C. queryResult = [SELECT Id FROM Contact WHERE (IsDeleted = false AND Name LIKE
:queryName)]; - D. queryResult = Database.query('SELECT Id FROM Contact WHERE ' + '(IsDeleted = false AND Name LIKE \'%\'' + name + '\'%\')';
正解:C
質問 # 133
Cloud Kicks needs to restrict login access to the Salesforce application.
What are two features an Architect should recommend using to accomplish the goal? (Choose two.)
- A. Profile-based IP restrictions
- B. Organization-wide login hour restrictions
- C. Profile-based login hour restrictions
- D. Role-based IP restrictions
正解:A、C
質問 # 134
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. Create a new record in _Share object with RowCause 'Manual''.
- B. Create specific Apex Sharing Reason for the custom object.
- C. Use "runAs'' system method in Apex classes to enforce record visibility.
- D. Use ''With Sharing'' keyword to make sure record visibility will be considered.
正解:B
質問 # 135
......
Salesforce Sharing-and-Visibility-Designer試験は、データアーキテクチャ、共有および可視性の設計に関する考慮事項、共有ルール、レコードレベルのセキュリティなど、さまざまなトピックをカバーしています。この試験は、Salesforceのセキュリティモデルの理解と、組織のニーズに合わせた効果的な共有ソリューションを設計および実装する能力をテストするために設計されています。
合格させるSalesforceはFast2test試験問題集:https://jp.fast2test.com/Sharing-and-Visibility-Designer-premium-file.html
完全版最新のSharing-and-Visibility-Designer問題集で100%カバー率問題と解答があなたをリアル試験で合格させる:https://drive.google.com/open?id=1co4tPdljJ1KB0wIUYE7a99h0IsBQx8B2