
無料Sharing-and-Visibility-Designer試験ブレーン問題集認定ガイド問題と解答
Sharing-and-Visibility-Designer認定概要最新のSharing-and-Visibility-DesignerPDF問題集
Salesforce Sharing-and-Visibility-Designer認定を取得することで、プロフェッショナルはSalesforceの複雑な共有と可視性ソリューションの設計と実装における専門知識を示すことでキャリアを進めることができます。この認定は、組織がSalesforceシステムが業界標準とベストプラクティスに準拠し、安全であることを確認することもできます。
質問 # 36
Universal Containers has a customer that meets criteria for two Enterprise territory Management territories (Portugal and Southern Europe).
What is necessary to assign opportunities to a territory for this account?
- A. Create a Process Builder Process that updates the Territory field on the Opportunity
- B. Create an Apex class that implement. Filter-Based Opportunity Territory Assignment
- C. The territory with the highest Territory Type Priority is automatically assigned to the Opportunity
- D. Create a criteria-based sharing rule on the Opportunity to assign It to a territory.
正解:C
質問 # 37
Which features does Salesforce provide for restricting login access to the application?
Choose 2 answers.
- A. Organization-wide login hour restrictions
- B. Profile-based login hour restrictions
- C. Profile-based IP restrictions
- D. Role-based IP restrictions
正解:B、C
質問 # 38
Cloud Kicks wants to set up a new integration with its ERP system. Cloud Kicks' objective 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. Cloud Kicks has the following environment:
- The integration runs under a dedicated 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.
- 100,000 contacts have account data in the ERP system, but do not have corresponding Accounts in Salesforce.
An Architect needs to design the solution so that the sales team can see the contacts and so that there are no performance issues.
What should the Architect do?
- A. 1. Have the integration create both the contacts and their corresponding accounts.
2. Use a Contact Sharing rule to grant sales reps access to the contacts. - B. 1. Have the integration create the contacts under one dedicated account record.
2. Use an Account sharing rule to grant sales reps access to the contacts. - C. 1. Have the integration create the contacts with Salesforce without an account.
2. Use a Contact sharing rule to grant sales reps access to the contacts. - D. 1. Have the integration create both contacts and their corresponding accounts.
2. Use an Account sharing rule to grant sales reps access to the contacts.
正解:C
質問 # 39
Universal Container has a private sharing model on Accounts. Apex Managed Sharing is required to share certain account records with all users who are assigned to a specific Role in the Role Hierarchy. What should be the recommended way for the Architect to implement this?
- A. Create an AccountShare record associated to each user who is assigned to the Role
- B. Create an AccountSare record associated to the required Role
- C. Create an AccountShare record associated to a public group containing the Role
- D. Create an AccountShare record associated to a public group containing the users in the Role
正解:D
質問 # 40
Universal Containers (UC) has requirement to expose a web service to their business partners. The web service will be used to allow each business partner to query UC's Salesforce instance to retrieve the status of orders.
The business partner should only be allowed access to orders for which the business partner is the fulfillment vendor. The Architect does not want the business partners to utilize the standard APIs and would prefer a custom API be developed. Which three design elements should the Architect consider in order to ensure the data security of the solution?
Choose 3 answers.
- A. Develop a custom Apex web service using the "With sharing" keyword.
- B. Set the Orders object's sharing settings of Private in the Org-Wide Defaults.
- C. Provide each partner with their own Salesforce login set to PRI Enabled on the profile.
- D. Develop a custom apex web service with a fulfillment ID input attribute.
- E. Query the Orders object with Dynamic SOQL based upon the fulfillment ID.
正解:A、B、D
質問 # 41
Universal Containers is updating its Organization-Wide Sharing Settings for the Account Object from a "Public Read/Write" model to a "Private" model, so that they can hide certain national accounts from sales reps and sales managers. These national accounts should only be accessible by sales directors and above. Universal Container's Role Hierarchy matches its organizational hierarchy. Which two options should the Architect consider when designing the solution? Choose 2 answers
- A. If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.
- B. Apex managed sharing will have to be disabled for the account object to protect the national accounts.
- C. Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users.
- D. National accounts must be owned by a user who is above the sales managers in the Role Hierarchy.
正解:A、D
質問 # 42
Sales manager at universal containers (UC) have requested viewing customer invoices in Salesforce. Invoice data is mastered in the ERP system. The architect at UC decided to surface the customer invoices in salesforce using external objects and did the following:
-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 creating manual sharing to share invoices with relevant sales managers.
- B. By creating a sharing set to share invoices with users in sales manager role.
- C. By creating controlling the invoices object permission on the sales manager's profile.
- D. By creating sharing rules to share the invoices records with users in sales mangers roles.
正解:C
質問 # 43
A dummy user at Universal Containers owns more that 10,000 lead records. The system assigned all these leads to a dummy user. This is causing performance issues whenever role hierarchy changes. Which two options should be recommended to improve performance?
Choose 2 answers.
- A. Do not assign a role to the dummy user.
- B. Add the dummy user into a public group.
- C. Assign ownership to a small number of users.
- D. Add the dummy user to the bottom of the role hierarchy.
正解:A、C
質問 # 44
The architect at Universal Containers would like to prevent users from editing encrypted fields. Assuming no customizations are implemented, which two options should the Architect choose to support the requirement?
Choose 2 answers
- A. Page Layout settings
- B. Validation Rules
- C. Apex Triggers
- D. Workflow Rules
正解:A、B
質問 # 45
In order to comply with Regulatory Requirements, Universal Containers must store sensitive customer information on-premise. Universal Containers would like this on-premise information to be accessible from Salesforce. What technology can Universal Containers use to achieve this?
- A. Implement an on-premise database.
- B. Implement the Salesforce Shield toolkit.
- C. Implement a third-party tokenization service.
- D. Implement a third-party proxy server.
正解:D
質問 # 46
If you want to create some logic that will share certain records in APEX code, you just have to create special records that will open access to the desired records. The aim is to create records of certain type, for example , all share objects for custom objects are named as
正解:
解説:
MyCustomObject__Share
質問 # 47
Cosmic Harvest is a company that produces olive oil. It uses Salesforce to manage customer information, and is setting up a security model based on organization-wide defaults, sharing rules, and programmatic sharing.
The IT Manager of the company would like the Salesforce developer to follow test driven development while designing unit tests to verify records that are shared using Apex. Which of the following considerations apply to the use of the runAs() system method for this requirement?Choose 2 answers.
- A. The runAs system method can be used in unit test methods only.
- B. The user context is automatically changed to the administrator when using the runAs method
- C. The original system context is started again after all runAs test methods complete.
- D. The runAs system method can be used in any Apex class.
正解:A、C
質問 # 48
Universal Containers has set Opportunity Sharing to Private with Opportunity Teams enabled. Which three options can change the Owner of the Opportunity?
Choose 3 answers.
- A. Any Opportunity Team Member on the current Opportunity.
- B. The user specified as the Manager on the Owner's User Profile.
- C. The System Administrator or a user with the "Transfer Records" permission.
- D. Someone above the Opportunity Owner in the Role Hierarchy.
- E. The current Opportunity Owner can transfer the current ownership.
正解:C、D、E
質問 # 49
The Corporate Identity and Access Team needs to audit User setup in the Salesforce ..
What two permissions should be granted to this team so they can perform their audit?
Choose 2 answers
- A. View All Users
- B. View Setup and Configuration
- C. View All Data
- D. View permission on the User object
正解:B
質問 # 50
Universal Containers regularly uploads large amounts of parent and child records into Salesforce to maintain integrations with other systems that update their data in scheduled batches or continuously in real time. Which
2 situations may pose a risk of producing locking errors? Choose 2 answers
- A. Updates of parent and their child records are being processed simultaneously in separate threads (Missed)
- B. Updates to child records that have the same parent records are being processed simultaneously in separate transaction (Missed)
- C. Updates of parent and child records are being processed in the same batch
- D. Updates of parent and child records are being processed synchronously in the same thread
正解:A、B
質問 # 51
What is a workaround to ownership data skew?
- A. You can minimize possible performance impacts by not assigning the user(s) to a role.
正解:A
質問 # 52
Besides their own team accounts, sales managers at Universal Containers need to have READ access to all accounts of the same segment in other countries. Role hierarchy was implemented accordingly (based on countries), but a sales manager in the US is complaining that he cannot view account 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 of the sales managers in the US and Canada in the same role.
- B. Create criteria-based sharing rules to grant access to account records that have the same segment to all sales manager roles.
- C. Create an owner-based sharing rule to grant access to account records that have the same segment to all sales manager roles.
- D. Create a public group and include all accounts of the same segment and grant access through a permission set.
正解:C
解説:
Explanation
A: Owner-Based Sharing RulesAn owner-based sharing rule opens access to records owned by certain users.
For example, acompany's sales managers need to see opportunities owned by sales managers in a differentregion. The U.S. sales manager could give the APAC sales manager access to the opportunitiesowned by the U.S. team using owner-based sharing.https://help.salesforce.com/articleView?id=security_sharing_rule_types.htm&type=5
質問 # 53
......
ベストなSalesforce Sharing-and-Visibility-Designer学習ガイドと問題集には2023:https://www.goshiken.com/Salesforce/Sharing-and-Visibility-Designer-mondaishu.html
トップクラスSalesforce Sharing-and-Visibility-Designer試験材料で学習ガイド!練習問題バージョンで挑もう:https://drive.google.com/open?id=1skp4PagTEk4BnMwqRQSSMGGLAIPwjblC