Real Sharing-and-Visibility-Designer Exam PDF Test Engine Practice Test Questions [Q105-Q124]

Share

Real Sharing-and-Visibility-Designer Exam PDF Test Engine Practice Test Questions

Salesforce Sharing-and-Visibility-Designer Real 2022 Braindumps Mock Exam Dumps


Who should take the Sharing-and-Visibility-Designer exam

Salesforce Certified Sharing and Visibility Designer (SU18) certification is an internationally-recognized validation that identifies persons who earn it as possessing skilled as a Salesforce Certified Sharing and Visibility Designer (SU18). if a candidate wants significant improvement in career growth needs enhanced knowledge, skills, and talents. The Salesforce Sharing-and-Visibility-Designer Exam provides proof of this advanced knowledge and skill. If a candidate has knowledge of associated technologies and skills that are required to pass the Salesforce Sharing-and-Visibility-Designer Exam then he should take this exam.

 

NEW QUESTION 105
Universal Containers would like to track defects within Salesforce. A defect need to have the following fields:
* Severity * Type * Status * Description There will be multiple Defects related to the standard Case object.
Defects will be assigned to different owners which will often be different to the Case owner. Which option should the Architect choose to meet the requirement?

  • A. Create a custom object for defects and relate it to cases using master -detail
  • B. Create a relationship between the standard defect object and the standard case object.
  • C. Create all defect fields on the case object to track the defect and lookup.
  • D. Create a custom object for defects and relate it to cases using lookup

Answer: D

 

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

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

Answer: A,B

 

NEW QUESTION 107
Universal Containers has a custom object, Employee Review, with an Organization-Wide Default security setting of Private. A user lookup on the Employee Review object is populated when a reviewer is assigned to perform a review. How can this user be granted edit access to the record if they are not the owner?

  • A. The user will be granted access to the record automatically when the user lookup is populated.
  • B. Create a workflow rule to share the Employee Review record with the user in the lookup field.
  • C. Create a criteria-based sharing rule to share the record with the user in the lookup field.
  • D. Create an Apex trigger to insert an Employee Review Share record with an access level of Edit.

Answer: C

 

NEW QUESTION 108
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. Sales Reps on the same team will have Edit access to the Accounts for Opportunities owned by then team members.
  • B. All sales reps will have Read access to all Accounts.
  • C. All sales reps will have Read access to Accounts for all Opportunities.
  • D. Sales reps on the same team will have Read access to the Accounts for Opportunities owned by their team members.

Answer: C

 

NEW QUESTION 109
The sales managers in Japan have asked the sales manager in Australia to assist them with closing their deals.
How are these requirements achieved?

  • A. Assign the sales manager View All on the opportunity object.
  • B. Create ownership-based sharing rule.
  • C. Use opportunity teams to automatically add the sales manager as a team member.
  • D. Use sharing set to give the sales manager access to the deals.

Answer: B

 

NEW QUESTION 110
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 {!$ObjectType.lead.accessible} expression within the Visualforce page.
  • D. Use the runAs() method to enforce user permissions in the Apex controller.

Answer: C

 

NEW QUESTION 111
A developer wants to build an application on the Force.com platform. The data model, the users needing access to the application, and the application business logic have been considered. The report and dashboard requirements have not been considered. Which statement is TRUE about building the application?

  • A. The developer will not be able to load application data
  • B. The data model may not support the required business logic
  • C. The data model may not support the required reports/ required security controls
  • D. The dashboard will not be visible to management users

Answer: C

 

NEW QUESTION 112
Universal Containers (UC) has a mostly private organization-wide default (OWD), as it is a core principle of UC to respect client data privacy. UC has implemented complex processes for granting access to Opportunity dat a. A few key members of the Sales Reporting team need to always be able to see, but not change, Opportunity data for all Opportunities.
What should an architect recommend as an approach to meet these requirements?

  • A. Give "View All Data" Permission to the Sales Reporting Profile.
  • B. Create a Permission Set that grants "View All" permission for Opportunity.
  • C. Create a Permission Set that grants "View All Data" Permission.
  • D. Make Opportunity OWD read-only.

Answer: B

 

NEW QUESTION 113
In the Salesforce org used by Cosmic Service Solutions, a Visualforce page has been created to allow users to view and update information related to the records of a custom object called 'Shipment'. A developer would like to enforce both field-level and object-level security in the custom controller of the page. Which of the following classes can be utilized for this use case?Choose 2 answers.

  • A. Schema.DescribeField
  • B. Schema.DescribeSObject
  • C. Schema.DescribeSObjectResult
  • D. Schema.DescribeFieldResult

Answer: C,D

 

NEW QUESTION 114
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 the text field on a list custom setting in the managed package.
  • B. Store the value in an encrypted field on a custom object in the package.
  • C. Store the value in a static variable in a class included in the managed package.
  • D. Store the value in a text field on a protected custom setting in the package.

Answer: A

 

NEW QUESTION 115
At Universal Containers, users should only see Accounts they or their subordinates own. All Accounts with the custom field "Kay Customer" should be visible to all Senior Account Managers. There is a custom field on the Account record that contains sensitive information and should be hidden from all users, except 3 designated users who require view and edit access. These three users come from different user groups, and will change occasionally.Which three platform security features are required to support these requirements with the minimum amount of effort?
Choose 3 answers

  • A. Criteria-Based Sharing Rules
  • B. Permission Sets
  • C. Owner-Based Sharing Rules
  • D. Role Hierarchy
  • E. Apex Managed Sharing

Answer: A,B,D

 

NEW QUESTION 116
Universal Container is creating a custom VF page to allow user to edit contact records. The developer has used an apex:outputField for the Phone field on the contact obj. What is the expected behavior if a user whitout FLS accesses the VF page?

  • A. The field is automatically removed from the page
  • B. The user encounters an error while saving the record
  • C. The user is able to enter a value into the phone field
  • D. The output field is visible to user

Answer: A

 

NEW QUESTION 117
Universal Containers has a custom Visualforce application that uses a standard Apex controller on the Lead object.
What should the Architect do to ensure that object-level security is implemented within this application?

  • A. Within the Apex controller, use the Schema.DescribeSObjectResult isAccessible() method
  • B. Within the Visualforce page, use the {!$ObjectType.lead.accessible} expression
  • C. To enforce user permissions in the Apex controller, use the runAs() method
  • D. When defining the Visualforce page, use the "With Sharing" keyword

Answer: B

 

NEW QUESTION 118
At Universal Containers there is a team of auditors distributed through the organization that all need access to high-value Opportunities.
With a private sharing model, which two option should an architect recommend when designing a solution for this requirement?
Choose 2 answers

  • A. Create a public group and assign the Auditors to the group.
  • B. Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.
  • C. Add the auditors to the default Opportunity Team.
  • D. Put the auditors as the highest level of the role hierarchy.

Answer: A,D

 

NEW QUESTION 119
Universal Containers has a Private Sharing Model for the Opportunity object. Sales Rep A at Universal Containers created the Opportunity record and then transferred ownership of the Opportunity record to Sales Rep B.
Both Sales Rep A and B have the same role in the Role Hierarchy.
What access will Sales Rep A have to the Opportunity after the transfer?

  • A. No Access
  • B. Full Access
  • C. Read/Write
  • D. Read Only

Answer: A

 

NEW QUESTION 120
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 and users with access to the record.
  • B. Susan only.
  • C. Susan and users with a shared chatter post link to the file.
  • D. Susan and users with the View All Data permission.

Answer: A,D

 

NEW QUESTION 121
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?

  • A. The modification affects the default Opportunity team
  • B. The modification affects only the ACME Account
  • C. The modification affects all child ACME Accounts
  • D. The modification affects the default Account team

Answer: B

 

NEW QUESTION 122
Universal Containers (UC) has recently changed its internal policy to follow market regulations and create an internal team to manage the collection process. Only this team should have access to Invoke records. currently, invoke is a child in a Master-Detail relationship to Account. Although related lists have been removed from the page layouts, some profiles stills have access to the invoice object.
Which approach should an architect recommend to fix this problem?

  • A. Create a new Profile with no access to the Invoice object and assign it to all unauthorized users.
  • B. Change the Invoke organization-wide default from Controlled by Parent to Private and remove invoke access from the unauthorized
  • C. Replace Account and Invoke Master Detail Relationship by a Lookup and remove Invoice Access from the unauthorized profiles,
  • D. Create a Permission Set with No Access to the Invoice object and assign it to unauthorized users.

Answer: B

 

NEW QUESTION 123
What are NOT abilities of users in the Delegated Administrators group? Choose two answers:

  • A. Managing custom objects created by the primary administrator
  • B. Creating objects (Missed)
  • C. Assigning users to specified profiles (Your Answer)
  • D. Loggins in as a user who has granted login access to an administrator
  • E. Creating profiles (Missed)
  • F. Creating and editing users and resetting passwords and all subordinate roles

Answer: B,E

 

NEW QUESTION 124
......

Prepare For The Sharing-and-Visibility-Designer Question Papers In Advance: https://www.exam4pdf.com/Sharing-and-Visibility-Designer-dumps-torrent.html

Released Salesforce Sharing-and-Visibility-Designer Updated Questions PDF: https://drive.google.com/open?id=132Ha4X4i4YO8T1EsfCa0qKwE7SGTkwWo