Download Certified Sharing and Visibility Designer.Certified-Sharing-And-Visibility-Designer.VCEplus.2021-03-15.60q.vcex

Vendor: Salesforce
Exam Code: Certified-Sharing-And-Visibility-Designer
Exam Name: Certified Sharing and Visibility Designer
Date: Mar 15, 2021
File Size: 116 KB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
DreamHouse Realty has the following requirements: 
  • A Visualforce controller that needs to be written with “Without Sharing” at the top level.  
  • Specific methods within the page need to enforce the user permissions for creating records and accessing certain fields.  
An Architect needs to ensure this requirement is enforced. Which two methods will be used to achieve this goal? (Choose two.)
  1. UserInfo.getProfileID
  2. Schema.DescribeSObjectResult
  3. Schema.DescribeFieldResult
  4. Schema.getGlobalDescribe
Correct answer: BC
Question 2
Ursa Major Solar has the following requirements: 
  • It maintains Product information in a Custom Object that contains highly-sensitive, proprietary information regarding patents.  
  • The user who owns the record and all users in the Development profile are the only users who should be able to view and edit Product records.  
Which three platform sharing tools are required to support the above requirements? (Choose three.)
  1. “Modify All” permission for Product Object on the Development Profile
  2. “View All Data” profile permission on the Development Profile
  3. Criteria-Based sharing rule for the Development Profile on the Product Object
  4. Organization-Wide Default sharing setting of Private on the Product Object
  5. Grant Access Using Hierarchy sharing setting on the Product Object set to false
Correct answer: ADE
Question 3
Get Cloudy Consulting has the following four org wide sharing Settings for their Org: 
  1. Account = Private  
  2. Contact = Controlled by Parent  
  3. Opportunity = Private  
  4. Case = Private  
“Default Account Teams” is enabled, and users are trained to set up their Default Team. Managers at Get Cloudy Consulting needs to know which access levels can be set on the Account Team Member. What are the three access level options that can be set for the Account Team Member? (Choose three.)
  1. Opportunity Access  
  2. Contract Access
  3. Contact Access
  4. Case Access
  5. Account Access
Correct answer: ADE
Question 4
Ursa Major Solar needs an Architect to develop Apex Managed Sharing code for the custom Job object. The sharing settings for the Job object are set to Private.  
The Architect is assigning level for the record. Which two lines of code will cause a DMLA exception on insert to the database? (Choose two.)
  1. objectname.AccessLevel=’None’
  2. objectname.AccessLevel=’All’
  3. objectname.AccessLevel=’Read’
  4. objectname.AccessLevel=’Edit’
Correct answer: AB
Question 5
DreamHouse Realty has the following situation: 
  • User 1 is in the default account team for User 2, who owns the ACME account.  
  • User 2 modifies User 1’s team member access to the account.  
What results from this modification?
  1. The modification affects only the ACME Account
  2. The modification affects the default Account team
  3. The modification affects all child ACME Accounts
  4. The modification affects the default Opportunity team
Correct answer: A
Question 6
Every day, Ursa Major Solar uploads a large number 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. Ursa Major Solar is concerned about locking errors.  
Which two situations may introduce locking errors for Ursa Major Solar? (Choose two.)
  1. Updates to parent records and their child records being processed simultaneously in separate threads
  2. Updates to child records that have the same parent records are being processed simultaneously in separate transactions  
  3. Updates to parent and child records are being processed synchronously in the same threads
  4. Updates to parent and child records are being processed in the same batch
Correct answer: AB
Question 7
Cloud Kicks recently started a community for its customers using the Customer Community license type. They have implemented a custom object to store service requests that has a lookup to the account record. The Organization-Wide Default External Access to the service request object is set to Private. Cloud Kicks wants their customers to be able to see service requests for their account through the community. However, customers should not see service requests for other accounts. 
How should the Architect implement this while using a Salesforce feature?
  1. Utilize manual sharing to share the service requests manually when a new community user is added
  2. Utilize a Sharing Set to share service requests related to the account based on the community user’s profile
  3. Utilize a Sharing Rule to share service requests to the community user based on their role
  4. Utilize Apex Managed Sharing to share service requests related to the account to the appropriate community users
Correct answer: B
Explanation:
 
 
Question 8
Get Cloudy Consulting has a custom Contract object that requires Org-Wide Defaults set to Private. The owner of the Contract record will be the Contract Origination Officer, and the Contract record must be shared with a certain Underwriter on a contract-by-contract basis. The Underwriters should only see the Contract records for which they are assigned.  
Which recommendation is appropriate for meeting these requirements?
  1. Create a master-detail relationship from the Contract to the User object. Contract records will be automatically shared with the Underwriter.
  2. Use criteria-based sharing rules to share the Contract object with the Underwriter based upon the criteria defined in the criteria-based sharing.
  3. Create an Apex Sharing Reason on the Contract object that shares the Contract with the Underwriter based upon the criteria defined in the Sharing Reason.
  4. Create a lookup relationship from the Contract object to the User object. Use a trigger on the Contract object to create the corresponding record in the Contract Share bject
Correct answer: B
Question 9
Cloud Kicks has the following setup and requirements: 
  • A strict software architecture for their custom Apex code.  
  • All SOQL queries must be contained within reusable classes.  
  • Depending on the context of the Apex transaction, the queries should be able to run either “With Sharing” or “Without Sharing”.  
What are two methods for meeting these requirements? (Choose two.)
  1. 1. Create a SystemSOQLQueries class and a UserSOQLQueries class. 
    2. Set the “With Sharing” keyword on the UserSOQLQueries class and “Without Sharing” on the SystemSOQLQueries class. 
  2. 1. Create a reusable SOQLQueries class.  
    2. Specify “With Sharing” on the methods that require user context and “Without Sharing” on the methods requiring system context.
  3. 1. Create a reusable SOQLQueries class. 
    2. Do NOT specify “With” or “Without Sharing” on the SOQLQueries class and use the runAs() method to dynamically set the context. 
  4. 1. Create a reusable SOQLQueries class.  
    2. Do NOT specify “With” or “Without Sharing” on the SOQLQueries class.
Correct answer: AB
Question 10
Cloud Kicks, a global corporation, has the following environment: 
  • ,000 users  
  • 24x7 call center operated by 25,000 users, including both employees and contractors  
  • A sales organization that has 15,000 users  
The sales organization began processing about 120,000 updates to opportunity custom fields called priority and NextStep. They also started processing 20,000 updates to a highly nested territory hierarchy. There was a third mass update on a Next Step field on the Action Plan custom object that has Case as a lookup field. Users started seeing a Group membership lock error in the system. What is a probable cause for this error?
  1. Due to system-initiated sharing rule recalculation, there is Lock contention 
  2. Due to Territory object updates, there is Lock contention on Territory object
  3. Due to Action Plan custom object updates, there is Lock contention on Case records
  4. Due to Opportunity object updates, there is Lock contention on Account records
Correct answer: A
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!