別格で売上ナンバーワンSharing-and-Visibility-Designer試験にはは2023年最新のSalesforce練習問試験合格させます [Q117-Q135]

Share

別格で売上ナンバーワンSharing-and-Visibility-Designer試験にはは2023年最新のSalesforce練習問試験合格させます

Salesforce Architect問題集でSharing-and-Visibility-Designer試験完全版問題で試験学習ガイド

質問 # 117
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 "With Sharing" keyword on the Standard Lead Controller.
  • B. Use the {!Schema.sObjectType.Lead.fields.isAccessible()} expression
  • C. Use the Schema.SObject.Lead.isAccessible() method.
  • D. Nothing; Field-Level Security will automatically be enforced.

正解:D

解説:
Explanation
<apex:outputText value="{!contactName}" rendered="{!$ObjectType.Contact.fields.Name.Accessible}" />


質問 # 118
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 any Apex class.
  • B. The user context is automatically changed to the administrator when using the runAs method
  • C. The runAs system method can be used in unit test methods only.
  • D. The original system context is started again after all runAs test methods complete.

正解:C、D


質問 # 119
Universal Containers (UC) uses a custom Visualforce page to display shipment tracking information (custom object, private OWD) to field manager and agents. The IT team wants to make sure that users have access to only the information that is allowed.
Which Apex method must be used to make sure only allowed fields are shown to the users'

  • A. isReadable()
  • B. isViewable()
  • C. isAccessible()
  • D. isShowable()

正解:C


質問 # 120
Universal Containers has set Account Sharing to Private with Account Teams enabled. Which two user groups can add team members on the Account? Choose 2 answers

  • A. The current Account Owner can add team members.
  • B. The user specified as the Manager on the Owner's User record
  • C. Any Account Team Member with read access on the Account
  • D. Someone above the Account Owner in the Role Hierarchy with read access

正解:D


質問 # 121
Universal Containers (UC) has a team that analyzes customer orders looking for fraud. This team needs access to Invoice records (Custom object, Private OWD). UC has complex rules to control users' access. The Salesforce Architect recommended using Apex managed sharing to meet these requirements.
Which two recommendations should a Salesforce Developer consider when implementing the changes?
(Choose two.)

  • A. Use "With Sharing" keyword to enforce field-level security.
  • B. Use "With Sharing" keyword to make sure record visibility will always be considered.
  • C. Use runAs system method to test different users accessing these records.
  • D. Use "Without Sharing" keyword to make sure record visibility will be considered.

正解:A、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. No Access.
  • B. Read Only.
  • C. Full Access.
  • D. Read/Write.

正解:A


質問 # 123
Universal Containers has the following Sharing Settings for their Org:
Account = Private
Contact = Controlled by Parent
Opportunity = Private
Case = Private
They have enabled "Default Account Teams" and have trained users to set up their Default Team. Which three access levels can be set on the Account Team Member?
Choose 3 answers

  • A. Contact Access
  • B. Account Access
  • C. Case Access
  • D. Contract Access
  • E. Opportunity Access

正解:B、C、E


質問 # 124
Universal Containers (UC) has Affiliates who sell containers in countries where UC does not have a local office. UC has leveraged the Partner Community to manage the sales cycle. One of their affiliates has exponentially grown in the last years and restructured its internal sales team with the following structure:
Sales VP ...> Direct of sales ..> Sales Manager ..> Sales Reps
What is the main problem a Salesforce Architect will face to provide a solution?

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

正解:B


質問 # 125
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. Add the dummy user into a public group.
  • B. Do not assign a role to the dummy user.
  • C. Add the dummy user to the bottom of the role hierarchy.
  • D. Assign ownership to a small number of users.

正解:B、D


質問 # 126
Which two objects support creating queues?
Choose 2 answers.

  • A. Opportunity.
  • B. Account.
  • C. Lead.
  • D. Case.

正解:C、D


質問 # 127
Universal Containers has recently activated an integration that synchronizes customer information and orders into their CRM of choice: Salesforce.com. One of their largest customers, United Air, has over 12,000 unique contacts. Since the integration was activated, sales reps are having trouble adding contacts to the United Air account. When a sales rep adds a contact, they get the following error message:UNABLE_TO_LOCK_ROW, This issue seems to affect the United Air account and several other large customers. The sales rep can usually save the contact by trying again later in the evening.What should the Architect recommend as a possible solution?

  • A. Remove sharing rules and replace them with Apex sharing for Unite Air and the other large accounts.
  • B. Create a permission set for the sales team to grant them Read/Write access to all account fields.
  • C. Add a role-based sharing rule so all sales team members have Read/Write access to contacts.
  • D. Implement an account hierarchy and redistribute the contacts evenly under the child accounts.

正解:D


質問 # 128
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 a public group containing the Role
  • B. Create an AccountSare record associated to the required Role
  • C. Create an AccountShare record associated to each user who is assigned to the Role
  • D. Create an AccountShare record associated to a public group containing the users in the Role

正解:D


質問 # 129
Universal Containers (UC) implemented Sales Cloud and requested that sales agents have access to products the company sells and be able to create opportunities for its customers.
What should the Organization-Wide Defaults (OWD) be for pricebook?

  • A. Use
  • B. Public Read Only
  • C. Pubic Read Write
  • D. View

正解:A


質問 # 130
Get Cloudy Consulting wants to create a custom team solution that can be used on a custom Loan object. The Loan custom object must be set to Private in the Org-Wide Defaults, and any user added to the Custom Team object should have Read Only access to the corresponding Loan record. Additionally, if the Custom Team record is marked as "Primary" then the corresponding user should have Read/Edit access to the corresponding Loan record.
What are two methods for fulfilling these requirements? (Choose two.)

  • A. Create an owner-based sharing rule on the Custom Team object that will share the Loan record to the owner of the Custom Team record
  • B. Create Apex Sharing Reasons on the Loan object to identify the reason the Loan record was shared
  • C. Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object
  • D. Create a criteria-based sharing rule on the Loan object that will share the Loan record with the appropriate user in the Custom Team object

正解:A、D


質問 # 131
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 controlling the invoices object permission on the sales manager's profile.
  • B. By creating manual sharing to share invoices with relevant sales managers.
  • C. By creating a sharing set to share invoices with users in sales manager role.
  • D. By creating sharing rules to share the invoices records with users in sales mangers roles.

正解:A


質問 # 132
Sales managers want their team members to help each other close Opportunities. The Opportunity and Account organization-wide defaults are private. To grant Opportunity access to sales reps on the same team, owner ship-based sharing rules were created for each team.
What is the side effect of this approach?

  • A. Sales Reps on the same team will have Edit access to the Accounts for Opportunities owned by then team members.
  • B. All sales reps will have Read access to Accounts for all Opportunities.
  • C. Sales reps on the same team will have Read access to the Accounts for Opportunities owned by their team members.
  • D. All sales reps will have Read access to all Accounts.

正解:B


質問 # 133
Sales reps at Universal Containers (UC) complain about the manual activities they need to perform in order to grant access to supporting internal users (legal, engineering, finance, and so forth) for customer records when they need help. In general, the sales reps involved in the deals will not change.
How can a Salesforce architect help IK to Improve sales reps productivity?

  • A. Create a public group and replace the account ownership with it.
  • B. Create a permission set with "view all data" and assign to supporting users.
  • C. Leverage default Account team.
  • D. Create a criteria-based sharing rule to grant access to other users.

正解:C、D


質問 # 134
Universal containers (UC) has a partner community for its 200 distributors. UC customer accounts are ..
organization-wide default setting for the custom Delivery object is private.
How can an architect advise UC to grant all users at a distributor access to delivery records for all customer distributor?

  • A. Create a Sharing set for the Distributor profile to grant access to the Delivery object.
  • B. Create a criteria-based sharing rule that shares delivery records matching the Distributor to user distributor.
  • C. Create a criteria- based sharing rule that shares delivery records matching the Distributor to users of a Public Group created for the distributor.
  • D. Give ownership of the delivery record to a distributor user.

正解:A


質問 # 135
......


Salesforce認定の共有および可視性デザイナー認定は、Salesforceプラットフォームで協力し、共有および可視性のソリューションの設計と実装を担当する個人にとって貴重な資格情報です。認定は、個人がプラットフォームの共有能力と可視性を深く理解しており、この知識をビジネス要件を満たす効果的なソリューションを設計するために適用できることを示しています。さらに、この認定は雇用主によって認識されており、個人がSalesforceエコシステムでのキャリアを前進させるのに役立ちます。

 

最適な道は練習テストSalesforce Sharing-and-Visibility-Designer問題集:https://jp.fast2test.com/Sharing-and-Visibility-Designer-premium-file.html

Sharing-and-Visibility-Designer問題集が待ってます試験問題解答:https://drive.google.com/open?id=1co4tPdljJ1KB0wIUYE7a99h0IsBQx8B2


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어