Pass Your Sharing-and-Visibility-Designer Dumps as PDF Updated on 2026 With 208 Questions [Q91-Q108]

Share

Pass Your Sharing-and-Visibility-Designer Dumps as PDF Updated on 2026 With 208 Questions

Salesforce Sharing-and-Visibility-Designer Real Exam Questions and Answers FREE

NEW QUESTION # 91
Mary is Joe's manager in the role hierarchy. The OWD for a custom Invoice object is Public ReadOnly and Mary's profile is not granted the Read permission for the Invoice object.
What action can Mary take on Joe's Invoice records'?

  • A. View Only
  • B. None
  • C. Read/Write
  • D. Edit Only

Answer: B


NEW QUESTION # 92
Universal containers (UC) service reps are assigned to a profile which has ''View All'' in Case object..
To make sure service reps have access to all relevant information to attend to customer requests, which Architect consider?
Choose 2 answers

  • A. Service reps will NOT able to access to Contact records because Account OWD is private
  • B. Service reps will be able to access to Contact records if they are Controlled by Parent.
  • C. Service reps will be able to access to Contact records due to Implicit Sharing.
  • D. Service reps will NOT able to access to Contact records if they are controlled by Parent.

Answer: B


NEW QUESTION # 93
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

Answer:

Explanation:
MyCustomObject__Share


NEW QUESTION # 94
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. isAccessible()
  • C. isViewable()
  • D. isShowable()

Answer: B


NEW QUESTION # 95
Cloud Kicks recently decided to change its role hierarchy.
After this change was deployed, multiple staff members at Cloud Kicks reported to management that they can now view reports that they do not own and should not have access to.
What should the Architect do to assess the cause of the issue?

  • A. While logged in as the System Administrator, navigate to a sample account and use the Sharing button to determine who has access.
  • B. While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.
  • C. While logged in as the one of the staff members, navigate to a sample account and use the Sharing button to determine who has access.
  • D. While logged in as one of the staff members, navigate to their user record and inspect their profile and role membership.

Answer: C


NEW QUESTION # 96
To grant Universal Containers sales manager access to shipment records properly, it was necessary to leverage Apex managed sharing. The IT team is worried about improper access to records.
Which two features and best practices should a Salesforce architect recommend to mitigate this risk?

  • A. Use with Sharing keyword in Apex classes to assure record visibility will be followed.
  • B. Use runAs system method in test classes to test using different users and profiles.
  • C. Use isShareable in Apex classes to assure record visibility will be followed.
  • D. Use isAccessible keyword in Apex classes to assure record visibility will be followed

Answer: A,D


NEW QUESTION # 97
Universal Containers has recently implemented Enterprise Territory Management to better align their sales teams and sales processes. They are in Q4 of their fiscal year and they have completely revamped their Territory structure and created a plan for a new structure that would support the new fiscal year. Their current territory model has 8,000 territories. Their new model would be a new set of 8,500 territories, and their org limit is 10,000 territories.
Which Enterprise Territory Management feature can Universal Containers take advantage of in order to help them stay within their org limits?

  • A. Territory Type
  • B. Territory Hierarchy
  • C. Territory Type Priority
  • D. Territory Model State

Answer: D


NEW QUESTION # 98
Which three capabilities are available with Enterprise Territory Management?
Choose 3 answers.

  • A. Assignment of Territory on Opportunities.
  • B. Integration with Collaborative Forecasting.
  • C. Share a report or dashboard folder with a Territory.
  • D. Metadata API Support
  • E. Create a public group with Territory.

Answer: A,B,E


NEW QUESTION # 99
Which users have access to Opportunity records owned by an external user, assuming no other changes to the sharing model have been implemented?

  • A. The record owner only.
  • B. The record owner and all internal users.
  • C. The record owner and any user below the external user in the role hierarchy.
  • D. The record owner and any user above the external user in the role hierarchy.

Answer: D


NEW QUESTION # 100
A developer has created a Visualforce page that contains the code below. What is the security vulnerability in the code?Choose 1 answer. < apex:outputPanel id="output" > The value is < apex:outputText value="{!name}" escape="false"/ > < /apex:outputPanel >

  • A. Cross-Site Scripting (XSS)
  • B. Cross-Site Request Forgery (CSRF)
  • C. SOQL Injection
  • D. Cross Frame Scripting

Answer: A


NEW QUESTION # 101
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 ?

  • A. Super user permission

Answer: A


NEW QUESTION # 102
A developer at Universal Container is building an integration within a managed package for their internal org that requires login to an external system. The end point requires basic authentication. The Architect would like to ensure that the username and password are managed securely. Which three options should the Architect recommend to secure the credentials?

  • A. Store the credentials in named credentials that are used in the apex callout (Missed)
  • B. Store the credentials in the apex code, which will not be available to non-admins
  • C. Store the credentials in protected custom settings that are used in the apex callout (Missed)
  • D. Store the credentials in protected custom metadata that are used in the apex callout
  • E. Store the credentials in a custom object using encrypted fields

Answer: A,C,D


NEW QUESTION # 103
Universal Containers (UC) works with a dealer network to sell their products. There are approximately 5,000 dealers that do business with UC and UC has purchased a Partner Community to interact with each of their dealers on Opportunities. Each dealer is structured so that there are a group of managers who will oversee a larger team of agents. UC would like to set the Organization-Wide Defaults to Private for the Opportunity object, both internally and externally. Within each dealer, there are a few agents called Lead Agents who should be able to see the Opportunities for all of the other Agents at the dealer. What is the optimal solution for an Architect to recommend?

  • A. Build an Apex Managed Sharing rule that will assign specific Opportunities to Lead Agents.
  • B. Grant Super User access to the Lead Agents as part of the Community user setup.
  • C. Add a Sharing Set that shares Opportunities to the Lead Agent based on the Lead Agents Account.
  • D. Create a Sharing Rule to share opportunities to the owner's manager's role and below.

Answer: C


NEW QUESTION # 104
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 a third-party proxy server.
  • B. Implement an on-premise database.
  • C. Implement the Salesforce Shield toolkit.
  • D. Implement a third-party tokenization service.

Answer: A


NEW QUESTION # 105
In a recruiting application, all users should be able to see and edit all candidate records, but interviewers should NOT have access to the address of a candidate and should NOT be able to see the birth date of a candidate. How would a developer meet this requirement?

  • A. Set the organization wide default for candidates to Edit some fields
  • B. Remove the Edit permission on candidate from the interviewer's profile
  • C. Use field-level security to control access to the Address and Birth Date fields
  • D. Set the organization wide defaults for candidates to Read-Only

Answer: C


NEW QUESTION # 106
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 all child ACME Accounts.
  • B. Changes affect only the ACME Account.
  • C. Changes affect the default Account team.
  • D. Changes affect the default Opportunity team.

Answer: B


NEW QUESTION # 107
DreamHouse Realty has the following requirement:
- A specific set of Account Management users should only see Accounts once the Account becomes a customer.
- The Type field on the Account identifies whether the Account is a Customer, Partner, Prospect, or Other.
Which two methods could the Architect use? (Choose two.)

  • A. Create a Criteria-based Sharing rule that shares the Account to the Account Management Group when the Type is Customer.
  • B. Put a business process in place that calls for the Account Manager to be added to the Account Team once the Account becomes a customer.
  • C. Create an Account Sharing Rule that shares all Account owned by Sales to be shared with Account Management roles and Subordinates.
  • D. Create a Public List view, where Account of Type Customer are included and share the List view with the Account Management public group.

Answer: A,B

Explanation:
Explanation/Reference:


NEW QUESTION # 108
......

Pass Salesforce Sharing-and-Visibility-Designer Exam Info and Free Practice Test: https://www.braindumpquiz.com/Sharing-and-Visibility-Designer-exam-material.html

New 2026 Latest Questions Sharing-and-Visibility-Designer Dumps - Use Updated Salesforce Exam: https://drive.google.com/open?id=1oa7EAphjF1EOWVBuRa7YwzyLNyIJp9WT