2023 Valid Sharing-and-Visibility-Designer Exam Updates - 2023 Study Guide [Q65-Q80]

Share

2023 Valid Sharing-and-Visibility-Designer Exam Updates - 2023 Study Guide

Sharing-and-Visibility-Designer Certification - The Ultimate Guide [Updated 2023]


Salesforce Sharing-and-Visibility-Designer, also known as the Salesforce Certified Sharing and Visibility Designer, is an advanced level certification exam offered by Salesforce. Salesforce Certified Sharing and Visibility Designer certification is designed for professionals who are involved in designing, implementing, and managing complex sharing and visibility solutions on the Salesforce platform. Sharing-and-Visibility-Designer exam measures the candidate's knowledge and expertise in the areas of data access, sharing rules, role hierarchy, record ownership, and other related concepts.

 

NEW QUESTION # 65
Cosmic Circle Financial uses the Contact object to store customer information. A Text Area (Long) field has been created on the object by an administrator to store demographic data. Whenever a new contact is created, the data in this field should be transmitted to an external service provider for the purpose of data collection and analysis. In order to comply with regulatory requirements, it is necessary to encrypt this field at rest and in transit. Which of the following can be used for this requirement?Choose 1 answer.

  • A. Classic Encryption
  • B. Apex Trigger that uses the Apex Crypto class
  • C. Shield Platform Encryption
  • D. A downloadable package from the AppExchange marketplace

Answer: B


NEW QUESTION # 66
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. Use With Sharing keyword in Apex classes to assure record visibility will be followed
  • B. USe isShareable keyword in Apex classes to assure record visibility will be followed
  • C. User isAccessable keyword Apex classes to assure recor visibility will be followed.
  • D. Use runAs system method in test classes to test using different users and profiles.

Answer: A,C


NEW QUESTION # 67
Partner users can access records belonging to users in their account at their same role or lower in the role hierarchy, for Cases, Leads, Opportunities and Custom Objects. Which of the following access has to be given ?

Answer:

Explanation:
Super user permission


NEW QUESTION # 68
Which two access grants are stored in the Group Maintenance tables?
Choose 2 answers

  • A. Group Membership grants
  • B. Explicit grants
  • C. Implicit grants
  • D. Inherited access grants

Answer: C,D


NEW QUESTION # 69
Ursa Major Solar uses the Case object for tracking purposes. The company has initiated Case teams to allow several support representatives to manage the Cases.
A user is currently creating a list view on the Case object.
What are two "Filter by owner" options that the user sees? (Choose two.)

  • A. Public groups
  • B. Queue owned cases
  • C. My case teams
  • D. Roles

Answer: B,C


NEW QUESTION # 70
Universal Containers uses person accounts to represent retail customers and business accounts to represent commercial customers. The Retail Sales team should not have access to commercial customers but have access to ALL retail customers.
With organization-wide default on Account set to Private, how might the architect meet these requirements?

  • A. Update Retail Sales profile to grant access to Person Account record type.
  • B. Create an owner-based sharing rule on AccountContactRelation to grant access to all account contact roles records owned by retail sales reps.
  • C. Create a criteria-based sharing rule giving Retail Sales role access to Accounts of type PersonAccount.
  • D. Give View All access for Accounts to the Retail Sales profile.

Answer: C


NEW QUESTION # 71
The IT manager of Cosmic Solutions would like to improve the performance of record access and sharing calculations in the Salesforce org used by the company, especially for accounts and related records. What should a Solution Architect recommend for this requirement?Choose 3 answers.

  • A. No user should own more than 10,000 account records in Salesforce.
  • B. No user should own more than 10,000 total records in Salesforce.
  • C. No account should have more than 10,000 opportunities or cases related to it.
  • D. Users who own more than 10,000 records should be placed at the bottom of the role hierarchy.
  • E. No more than 10,000 records of a custom object should be related to a single account record.

Answer: A,C,E


NEW QUESTION # 72
Universal Containers would like to customize the security and sharing features of Salesforce Account Teams.
They have decided to implement a Custom Account Team object. They would like the new enhancement to include all of the features of the existing account team, but also utilize Apex and Visualforce on the custom Account Team object.
Which two different approaches should the Architect consider when designing this enhancement?
Choose 2 answers

  • A. The need to synchronize the AccountTeamMember object with the Custom Account Team object data.
  • B. The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data.
  • C. The need to maintain the Account_share object based upon the Custom Account Team object data.
  • D. The need to customize Account screens in Visualforce, as the Account_share object cannot be maintained programmatically.

Answer: A,C


NEW QUESTION # 73
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 criteria-based sharing rule that shares delivery record matching a distributor to the ...
  • B. Give ownership of the delivery record to a distributor user.
  • C. Create a criteria-based sharing rule that shares delivery records matching the Distributor to user distributor.
  • D. Create a Sharing set for the Distributor profile to grant access to the Delivery object.

Answer: D


NEW QUESTION # 74
Review the organizational information below about DreamHouse Realty:
- Ryan and Kimberly are the East sales reps and their manager is Katrina, the East sales executive.
- Sam and Wilder are West sales reps and their manager is Bob, the West sales executive.
- Wendy is the CEO and managers both Katrina and Bob.
- DreamHouse Realty's role hierarchy follows their management structure. Ryan owns an account, NewCompany, and Kimberly owns an account, OldCompany. Katrina manually shared her account NewWorld with Kimberly. However, she has moved to a new role to lead all Named Accounts, and Lucy, who replaced her, is the new owner of NewWorld.
Which employees will have access to the NewWorld account?

  • A. Wendy, Katrina, and Kimberly
  • B. Wendy, Ryan, Lucy, and Kimberly
  • C. Wendy, Lucy, and Kimberly
  • D. Wendy and Lucy

Answer: D


NEW QUESTION # 75
A developer of Cosmic Solutions has created a Visualforce page that displays details of several account records in Salesforce. Which method of the Schema.DescribeSObjectResult class can he use in the custom controller to make sure that the current user is only able to view the page if he has 'Read' access on the Account object?Choose 1 answer.

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

Answer: C


NEW QUESTION # 76
Regarding the use of Apex Sharing Reasons, which two reasons should an Architect consider? (Choose two.)

  • A. Making sure the Share record is deleted upon ownership change
  • B. Making sure there is additional criteria available for Criteria-Based Sharing
  • C. Making sure the Share record is NOT deleted upon ownership change
  • D. Making sure the developer can more easily troubleshoot programmatic sharing

Answer: C,D

Explanation:
Explanation/Reference:


NEW QUESTION # 77
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 = Database.query('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 \'%\'' + name + '\'%\')';
  • D. queryResult = [SELECT Id FROM Contact WHERE (IsDeleted = false AND Name LIKE queryName)];

Answer: B


NEW QUESTION # 78
Which two reasons should the Architect consider regarding the use of Apex Sharing Reasons?
Choose 2 answers

  • A. Ensuring the Share record is not deleted upon ownership change.
  • B. Ensuring the developer can more easily troubleshoot programmatic sharing.
  • C. Ensuring the Share record is deleted upon ownership change.
  • D. Ensuring there is additional criteria available for Criteria-Based Sharing.

Answer: A,B


NEW QUESTION # 79
Universal Containers has the following requirements:
A custom Loan object requires Org-Wide Defaults set to Private.
The owner of the Loan record will be the Loan Origination Officer.
The Loan record must be shared with a specific Underwriter on a loan-by-loan basis.
The Underwriters should only see the Loan records for which they are assigned.
What should the Architect recommend to meet these requirements?

  • A. Use criteria-based sharing rules to share the Loan object with the Underwriter based upon the criteria defined in the criteria-based sharing.
  • B. Create an Apex Sharing Reason on the Loan object that shares the Loan with the Underwriter based upon the criteria defined in the Sharing Reason.
  • C. Create a master-detail relationship from the Loan to the User object. Loan records will be automatically shared with the Underwriter.
  • D. Create a lookup relationship from the Loan object to the User object. Use a trigger on the Loan object to create the corresponding record in the Loan_share object.

Answer: A


NEW QUESTION # 80
......

Sharing-and-Visibility-Designer Practice Exam and Study Guides - Verified By PassReview: https://www.passreview.com/Sharing-and-Visibility-Designer_exam-braindumps.html

2023 Updated Verified Pass Sharing-and-Visibility-Designer Study Guides & Best Courses: https://drive.google.com/open?id=1e6TwVh_4AjFGjuvUv_k1K0W3WoW3FSGi