Practical Salesforce Sharing-and-Visibility-Designer Testing Bible Online
Proper study guides for Up to the immediate present Salesforce Salesforce Certified Sharing and Visibility Designer (SP19) certified begins with Salesforce Sharing-and-Visibility-Designer preparation products which designed to deliver the Validated Sharing-and-Visibility-Designer questions by making you pass the Sharing-and-Visibility-Designer test at your first time. Try the free Sharing-and-Visibility-Designer demo right now.
Check Sharing-and-Visibility-Designer free dumps before getting the full version:
NEW QUESTION 1
Universal Containers has a large network of partners, who each have seasonal workers that need .. How might the Architect design the solution to federate user setup to the Partners?
Choose 2 answers
- A. Assign delegated external administrators at each partner.
- B. Grant the Modify Users permission to the partner managers.
- C. Allow external users to self register.
- D. Create a permission set giving Read/Write to the User object to partner manager.
Answer: AC
NEW QUESTION 2
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. Public Read Only
- B. Pubic Read Write
- C. View
- D. Use
Answer: D
NEW QUESTION 3
Universal Containers is planning to pilot a new application to a small set of Sales Reps.
What is the optimal way to grant inly this Sales Reps access to the new functionality, while hiding ..
- A. Clone the Sales Rep profile, adjust settings, and assign the pilot users the new profile.
- B. Revoke access to legacy function in the Sales Rep profile and create a permission set for the ..
- C. Create a permission set to grant access to the new functionality and hide the old functionality.
- D. Create new user records for the pilot user that they will use for the pilot.
Answer: A
NEW QUESTION 4
Universal Containers has a custom object to maintain Job information with a private sharing model. The Delivery group is distributed through the Role Hierarchy based on geography. As the Delivery group often collaborates on Jobs, all users in the Delivery profile required View access to all Job records. In special case, the Delivery user who owns a job must be able to grant a Product Development user access to a Job record. Which two platform features can be used to support these requirements?
Choose 2 answers
- A. Criteria-based Sharing Rules
- B. "View All" Profile settings
- C. Owner-based Sharing Rules
- D. Manual Sharing
Answer: BD
NEW QUESTION 5
Universal Containers 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 Users in the Role.
- B. Create an AccountShare record associated to each user who is assigned to the Role.
- C. Create an AccountShare record associated to the required Role.
- D. Create an AccountShare record associated to a public group containing the Role.
Answer: A
NEW QUESTION 6
What advanced tool can Salesforce enable for large-scale role hierarchy realignment?
- A. Granular locking
- B. Partitioning Division
- C. Set external organizational-wide default to public read only
- D. Skinny Table Indexing
Answer: A
NEW QUESTION 7
Universal Containers has developed an AppExchange managed package for their distribution partners, which required a private key to be generated for each partner and used by the code. Universal Containers support representatives must be able to access the private key value to debug connection issues, but it must not be possible for the partner to access the value.
How can the Architect best support this requirement?
- A. Store the value in a text field on a protected custom setting in the package.
- B. Store the value in a static variable in a class included in the managed package.
- C. Store the value in the text field on a list custom setting in the managed package.
- D. Store the value in an encrypted field on a custom object in the package.
Answer: C
NEW QUESTION 8
What is the best practice for testing sharing and visibility changes?
- A. Use Administrative and User reports to view the Active Users.
- B. Use the Login As feature for a sample user in each role and profile.
- C. Use Field Audit Trail to audit the field meta-data and visibility.
- D. Use the Sharing button to test Profile and Permission set changes.
Answer: B
NEW QUESTION 9
Universal Containers has requirement to integrate Salesforce with an external system to control record access. What option should the Architect consider when designing a solution?
- A. Use the Security API to modify the role hierarchy in Salesforce.
- B. Use the SOAP API to maintain the related SObject_share records.
- C. Use the Metadata API to maintain the related SObject records.
- D. Use the SOAP API to create new Criteria-Based Sharing Rules in Salesforce.
Answer: B
NEW QUESTION 10
Which two options provide implicit record access to users? Choose 2 answers
- A. Read-only access to parent account for a user, based on a criteria-based sharing rule
- B. Read-only access to parent account for a user with access to a child case
- C. Access to child opportunities for the owner of the parent account
- D. Access to related leads for the owner of the parent campaign
Answer: BC
NEW QUESTION 11
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 runAs system method in test classes to test using different users and profiles.
- B. Use with Sharing keyword in Apex classes to assure record visibility will be followed.
- 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: BD
NEW QUESTION 12
What is required to implement Filter-Based Opportunity Territory Assignment?
- A. Define an account assignment with a filter criteria rule for Filter-Based Opportunity Territory Assignment.
- B. Define a Territory assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
- C. Define a custom Apex class for Filter-Based Opportunity Territory Assignment in the system.
- D. Define an Opportunity assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.
Answer: C
NEW QUESTION 13
Sales managers at Universal Containers (UC) have requested viewing customer invoices in Salesforce .. system. The architect at UC decided to surface the customer invoices in Salesforce using external objects a.. 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 a sharing set a share invoice with users in a sales manager role.
- B. By using manual sharing to share invoices with relevant sales managers.
- C. By creating sharing rules to share the invoice records with users in sales manager roles.
- D. By controlling the invoices object permission on the sales manager's profile.
Answer: D
NEW QUESTION 14
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. Opportunity Access
- B. Case Access
- C. Contact Access
- D. Contract Access
- E. Account Access
Answer: ABE
NEW QUESTION 15
What is the security vulnerability in the following code snippet? <apex:form>
<apex:commandButtonrerender="outputIt" value="Update It"/> <apex:inputText value="{!myTextField}"/>
<apex:form> <apex:outputPanel id="outputIt"> Value of my Textfield is <apex:outputText Value="{!myTextField}" escape="false"/> <apex:outputPanel>
- A. SOQL Injection
- B. Arbitrary Redirects
- C. Cross-Site Scripting
- D. Access Control
Answer: C
NEW QUESTION 16
Sales Operations at Universal Container (UC) wants to create the opens to fiber appropriates for center. In which two ways can UC hide list that are not relevant to an individual use since there will be Choose 2
answers.
- A. Share the list views with the appropriate queue.
- B. Share the list views with the appropriate individual users.
- C. Share the list views with the appropriate public group.
- D. Share the list views with the appropriate role in the role hierarchy
Answer: C
NEW QUESTION 17
Universal Container is a global Telco that has recently implemented enterprise territory management to better align their sales teams and sales processes. They are in Q4 of the FY and they have completely revamped their territory structure and created a plan for a new structure that would support the new FY. Their current territory model has 8k territories. Their new model would be a new set of 8,5K territories, and their org limit is 10k.
What enterprise territory management feature can US take advantage of in order to help them stay within their org limits?
- A. Territory type priority
- B. Territory Type
- C. Territory Model State
- D. Territory Hierarchy
Answer: C
NEW QUESTION 18
Universal Containers keeps product brochures in Salesforce as files. Sarah shares a public Unit to a product brochure with potential customers during a meeting. She wants to ensure they do not have access to the file after the meeting.
How should Sarah accomplish this?
- A. Rename the file.
- B. Delete the public link.
- C. Delete the file.
- D. Move the file to another folder
Answer: B
NEW QUESTION 19
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
- A. MyCustomObject_Share
Answer: A
NEW QUESTION 20
Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form>
<apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query" action="{!query}" /> </apex:form> </apex:page> public class SOQLController { 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); retunr null; } } Choose 2 answers
- A. FLS check
- B. SOQL Injection
- C. Data Access Control
- D. Arbitrary Redirects
Answer: BC
NEW QUESTION 21
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. All sales reps will have Read access to Accounts for all Opportunities.
- B. Sales Reps on the same team will have Edit access to the Accounts for Opportunities owned by then team members.
- 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.
Answer: A
NEW QUESTION 22
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 and any user above the external user in the role hierarchy.
- B. The record owner only.
- C. The record owner and any user below the external user in the role hierarchy.
- D. The record owner and all internal users.
Answer: A
NEW QUESTION 23
......
P.S. Certleader now are offering 100% pass ensure Sharing-and-Visibility-Designer dumps! All Sharing-and-Visibility-Designer exam questions have been updated with correct answers: https://www.certleader.com/Sharing-and-Visibility-Designer-dumps.html (198 New Questions)