
2023年更新のSalesforce Architectが有効なSharing-and-Visibility-Architect問題集を無料提供しています
最新のFast2test Sharing-and-Visibility-ArchitectのPDF問題集をダウンロードしちゃおう:https://jp.fast2test.com/Sharing-and-Visibility-Architect-premium-file.html(240問題と解答)
Salesforce Sharing-and-Visibility-Architect認定試験は、Salesforceのセキュリティと共有メカニズムを強く理解している専門家向けに設計されています。これは、Salesforceアーキテクチャとデータモデリングを深く理解し、複雑なセキュリティと共有ソリューションを設計および実装する機能を必要とする挑戦的な試験です。この認定は、大規模なSalesforceの実装を扱っている人にとって理想的であり、データアクセスと共有が効果的に管理されるようにする必要があります。
質問 # 42
Which two capabilities does the delegated administrator permission provide?
Choose 2 answers
- A. Assign users profiles
- B. Set OWD
- C. Create profiles
- D. Unlock users
正解:A、D
質問 # 43
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. Apex Triggers
- B. Page Layout settings
- C. Workflow Rules
- D. Validation Rules
正解:B、D
質問 # 44
Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as (Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement?
- A. Permission Set.
- B. Custom Lightning Component.
- C. Object Permissions.
- D. Field-level security
正解:B
質問 # 45
To reduce the case time resolution and improve customer satisfaction, Universal Containers (UC) wants to allow specialized marketing consultants to have edit access to Case records of VIP customers. These casts should be visible only to the support rep who owns the case and the marketing consultants.
Which recommendation should a Salesforce architect give to allow this scenario?
- A. Case organization-wide default Private and Account Team with Read/Edit permission.
- B. Case organization wide default Private and Case Team with Read/Edit permission.
- C. Case organization-wide default Public Read Only and Case Team with Read permission.
- D. Case organization-wide default Private, role hierarchy, and Read Only ownership-based sharing rule.
正解:B
質問 # 46
Universal Containers (UC) stores basic employee information in a custom Employee object (OWD - Public Read Only). There are a few sensitive fields that need restricted access (salary, grade level, last performance rating).
Other than field level security, what other options are available to make these fields accessible to the Human Resource team?
- A. Create a new custom object with private OWD and Lookup relationship to Employee to store new restricted information.
- B. Change OWD of Employee custom object to private and a Lookup self-relationship to store only new restricted information.
- C. There are no other options besides using field level security.
- D. Create a new custom object controlled by parent and a Master-Detail relationship to Employee to store new restricted information.
正解:A
質問 # 47
A sales rep at Universal Containers was added to an opportunity team with Read/Write permissions.
Which action is she allowed to perform in the opportunity?
- A. Add/remove members in the opportunity team.
- B. Update opportunity stage.
- C. Replace opportunity owner.
正解:A
質問 # 48
User A at Universal Containers is in the default account team for User B. User B owns the ACME account and changed User A's team member access to the account. What is the impact of this change?
- A. Changes affect the default Account team.
- B. Changes affect all child ACME Accounts.
- C. Changes affect the default Opportunity team.
- D. Changes affect only the ACME Account
正解:D
解説:
Explanation
Changes affect only the ACME Account. Changing the team member access to the account does not affect the default account team, the default opportunity team, or the child accounts. The team member access is specific to the individual account record.
質問 # 49
Susan posts a file to the chatter fees for a record of an object which OWD is private. Which two statements accurately describe who can view the file by default?
Choose 2 answers.
- A. Susan only.
- B. Susan and users with access to the record.
- C. Susan and users with the View All Data permission.
- D. Susan and users with a shared chatter post link to the file.
正解:B、C
質問 # 50
Which two objects support creating queues?
Choose 2 answers.
- A. Case.
- B. Opportunity.
- C. Account.
- D. Lead.
正解:A、D
解説:
Explanation
Lead and Case are two objects that support creating queues. Queues are used to route records to a group of users who share workloads. Queues are available for standard objects such as Lead and Case, and custom objects that have a queue-supported lookup field. Option A is incorrect, since Account does not support creating queues. Option B is incorrect, since Opportunity does not support creating queues.
質問 # 51
Universal Containers (UC) tuned off the Customer User Visibility feature inits Customer Community.
What community functionality is expected by having the Customer User Visibility tuned off?
- A. Search for internal users.
- B. Updating their user profile.
- C. Creating new Customer community users.
- D. Searching for other external users.
正解:D
解説:
Explanation
By turning off the Customer User Visibility feature in its Customer Community, Universal Containers can expect that community functionality related to searching for other external users will be affected. The Customer User Visibility feature allows customer community users to find and collaborate with other customer community users who belong to different accounts. If this feature is turned off, customer community users can only see other users who belong to the same account as them. Turning off this feature will not affect creating new customer community users, updating their user profile, or searching for internal users.
質問 # 52
Universal Containers has developed Apex code to manually create AccountShare records to grant specific users access to individual Accounts. What must the Architect do to ensure the AccountShare records are not deleted when the owner of the Account is changed?
- A. Create the share records in a class with the "Without Sharing" keyword
- B. Create the share records and set the RowCause to a custom Apex Sharing Reason
- C. Create the share records and set the RowCause to Manual
- D. Create the share records with the Delete on Owner Change field set to false
正解:B
質問 # 53
How should the Architect ensure that OBJECT-LEVEL SECURITY is enforce within a custom Visualforce application that was a standard Apex controller on the Lead object?
- A. Use the Schema.DescribeSObjectResultisAccessible() method in the Apex controller.
- B. Use the "With Sharing" keyword when defining the Visualforce page.
- C. Use the runAs() method to enforce user permissions in the Apex controller.
- D. Use the {!$ObjectType.lead.accessible} expression within the Visualforce page.
正解:D
質問 # 54
Universal Containers (UC)has implemented customer community with customer community licenses for their customers. UC requested that 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. Apex Sharing
- C. Sharing Set
- D. Share Group
正解:A
解説:
Explanation
The architect can configure the system to support the requirements by using a sharing rule. A sharing rule is a declarative way of extending record access to users or groups of users based on criteria such as ownership, role, or field values3. In this case, the architect can create a sharing rule that grants read or read/write access to all records owned by customer community users to UC users in the customer support role. A sharing set is used to grant access to community users based on a common account or contact, not to internal users. A share group is used to share records with groups of community users who have Customer Community Plus or Partner Community licenses, not with internal users. Apex sharing is used to programmatically share records when declarative sharing cannot fulfill complex requirements, but it is not necessary in this case.
質問 # 55
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. Leave the Reimbursement Object in "Deployed" Status and set the Director of Supports Profile to "View All" in the object permissions.
- B. Use an Approval Process to change the owner of the Reimbursement record upon submission to the Director of Support
- 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
解説:
Explanation
Disabling Grant Access Using Hierarchies for the object and creating a sharing rule to enable sharing to the Director of Support are the steps to ensure proper sharing in this role hierarchy structure. This way, the Team Leads will not have access to the Reimbursement records of their subordinates, but the Director of Support will have access to all Reimbursement records. Option A is incorrect, as setting the View All permission on the profile will grant access to all users with that profile, not just the Director of Support. Option B is incorrect, as changing the owner of the Reimbursement record will remove the access from the original submitter. Option D is incorrect, as by default, Grant Access Using Hierarchies is enabled for custom objects, which means that Team Leads will have access to their subordinates' Reimbursement records.
質問 # 56
Universal Containers has a Private Sharing Model and restrictive data access settings in place. The data governance team is planning to deploy a master data management tool that will need write access to all system data, and the Architect has been asked to prepare a Data Governance User Profile that has full access to all data regardless of Sharing and CRUD Settings. What is the optimal way to enable this requirement?
- A. Enable the "Edit Read -Only Fields" permission for this Profile.
- B. Create an All Data Access app as a default for this Profile.
- C. Ensure the profile has the "Modify All Data permission enabled
- D. Create a Sharing Rule for required Objects, on an API Only profile
正解:C
質問 # 57
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. Implement an account hierarchy and redistribute the contacts evenly under the child accounts.
- C. Create a permission set for the sales team to grant them Read/Write access to all account fields.
- D. Add a role-based sharing rule so all sales team members have Read/Write access to contacts.
正解:B
質問 # 58
A custom invoice object has been created with a master-detail relationship to account. The Account receivable (AR) team needs access to Invoices AR users do not own nor have access to Account records. Account OWD is set to Private. The AR team is unable to find Invoices in List views, Reports, nor in Global Search. The Architect has been asked to help troubleshoot.
What could be the issue preventing AR team members from seeing invoices?
- A. A sharing rule is missing to share Accounts to the AR team.
- B. The Accounts receivable profile does not have read Permission to the Invoice Object.
- C. The AR team profile needs to be assigned an Invoice Page layout.
- D. A sharing rule is missing to share Invoices to the AR team.
正解:A
解説:
Explanation
A sharing rule is missing to share Accounts to the AR team, which could be the issue preventing AR team members from seeing invoices. Since invoice is a custom object with a master-detail relationship to account, its sharing settings are controlled by its parent account. If AR users do not have access to account records, they will not be able to see or query invoice records either. Option A is incorrect, since a sharing rule to share invoices to the AR team would not work, as invoice inherits its sharing settings from account. Option B is incorrect, since assigning an invoice page layout to the AR team profile would not affect their visibility of invoice records. Option D is incorrect, since giving read permission to the invoice object to the Accounts receivable profile would not grant access to invoice records that are owned by other users.
質問 # 59
......
実験された試験材料はSharing-and-Visibility-Architect:https://jp.fast2test.com/Sharing-and-Visibility-Architect-premium-file.html
最新Sharing-and-Visibility-Architectリアル試験問題をフォローせよ!:https://drive.google.com/open?id=1MWUFKiaIk4OIZdfFwwYyc3UzfhDcfs6g