Latest Sharing-and-Visibility-Designer Exam Dumps Salesforce Exam from Training Expert Exam4PDF [Q52-Q71]

Share

Latest Sharing-and-Visibility-Designer Exam Dumps Salesforce Exam from Training Expert Exam4PDF

Pass Salesforce Salesforce Certified Sharing and Visibility Designer PDF Dumps | Recently Updated 208 Questions

NEW QUESTION # 52
A Salesforce developer who works for Cosmic Enterprises is considering the use of the runAs() system method in an Apex unit test to validate the programmatic sharing of certain records. Which of the following are valid considerations for using this method?Choose 2 answers.

  • A. The method can be used inside and outside test methods.
  • B. The method can be used to enforce a user's record sharing
  • C. The method can be used to enforce user and system permissions.
  • D. Field-level security cannot be enforced using the method.

Answer: B,D


NEW QUESTION # 53
Which two options are available to share Report or Dashboard folder with other users in the Organization?
Choose 2 answers

  • A. Roles
  • B. Teams
  • C. Public Groups
  • D. Profiles

Answer: C


NEW QUESTION # 54
Universal Containers provides 24x7 support for its customers worldwide using call centers in three different countries with each one covering an 8-hour shift in different time zones. Service reps in a call center have access to the same information but only during their local working hours.
Which feature in Salesforce controls access for specific login hours?

  • A. Profiles
  • B. Custom permissions
  • C. Permission sets
  • D. Set the login hours on user records

Answer: A


NEW QUESTION # 55
Which are two valid use cases for programmatic sharing?
Choose 2 answers.

  • A. Native sharing functionality does not meet requirements.
  • B. Frequent user ownership changes based on re-alignments.
  • C. An external system manages user record access.
  • D. Setting user ownership for standard and custom objects.

Answer: A,C


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

Answer: A


NEW QUESTION # 57
Universal Containers (UC) has a business unit that uses a custom object to track requests which demands a high level of internal team collaboration. Although all requests must have an owner, all employees are required to collaborate on requests.
Which recommendation should a Salesforce architect provide to optimize the solution and meet these requirements?

  • A. Set the Request object's OWD to Public Read/Write.
  • B. Set the Request object's OWD to Private and grant Modify All Data permission on all Profiles for the Request object.
  • C. Set the Request object's OWD to Public Read Only and configure role hierarchy.
  • D. Set the Request object's OWD to Private and criteria-based sharing rule to share all Request records with all internal users.

Answer: D


NEW QUESTION # 58
How should the Architect ensure that object-level security is enforced within a custom Visualforce application that uses a standard Apex controller on the Lead object?

  • A. Use the Schema.DescribeSObjectResult isAccessible() method in the Apex controller.
  • B. Use the {!$ObjectType.lead.accessible} expression within the Visualforce page.
  • C. Use the "With Sharing" keyword when defining the Visualforce page.
  • D. Use the runAs() method to enforce user permissions in the Apex controller.

Answer: B


NEW QUESTION # 59
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. Create a criteria-based sharing rule giving Retail Sales role access to Accounts of type PersonAccount.
  • B. Create an owner-based sharing rule on AccountContactRelation to grant access to at account contact roles records owned by sales reps.
  • C. Give View All access for Accounts to the Retail Sales profile.
  • D. Update Retail Sales profile to grant access to Person Account record type.

Answer: A


NEW QUESTION # 60
Universal Containers has set Opportunity Sharing to Private with Opportunity Teams enabled. Which three options can change the Owner of the Opportunity?
Choose 3 answers.

  • A. Any Opportunity Team Member on the current Opportunity.
  • B. Someone above the Opportunity Owner in the Role Hierarchy.
  • C. The System Administrator or a user with the "Transfer Records" permission.
  • D. The current Opportunity Owner can transfer the current ownership.
  • E. The user specified as the Manager on the Owner's User Profile.

Answer: B,C,D


NEW QUESTION # 61
A developer of Cosmic Service Solutions has created the following custom controller for a Visualforce page.
What keyword can be added to the definition of the class to ensure that all contact records are not exposed to a user who views the Visualforce page?Choose 1 answer. public class customContactController { public void view() { Contact con = [SELECT Id FROM Contact LIMIT 1]; } }

  • A. SharingContext
  • B. With sharing
  • C. Without sharing
  • D. Sharing

Answer: B


NEW QUESTION # 62
Which technology can DreamHouse Realty use to store sensitive information on-premise in a way that makes it accessible from Salesforce?

  • A. Implement a third-party tokenization service
  • B. Implement the Salesforce Shield toolkit
  • C. Implement a third-party proxy server
  • D. Implement an on-premise database

Answer: C


NEW QUESTION # 63
In order to maintain Consultation information with a private sharing model, Get Cloudy Consulting has a custom object. The Product Research group is distributed through the Role Hierarchy based on specialty.
Since the Product Research group often collaborates on Consultations, all users in the Product Research profile require View access to all Consultation records. Occasionally, the Product Research user who owns a Consultation must be able to grant a Branding user access to a Consultation record.
In order to support these requirements, which two platform features can be used? (Choose two.)

  • A. "View All" Profile settings
  • B. Manual Sharing
  • C. Owner-based Sharing Rules
  • D. Criteria-based Sharing Rules

Answer: A,B


NEW QUESTION # 64
Besides their own team accounts, sales managers at Universal Containers need to have READ access to all accounts of the same segment in other countries. Role hierarchy was implemented accordingly (based on countries), but a sales manager in the US is complaining that he cannot view account records of the same segment in Canada. What should be done to grant access in a proper way?

  • A. Create a public group and include all accounts of the same segment and grant access through a permission set.
  • B. Create criteria-based sharing rules to grant access to account records that have the same segment to all sales manager roles.
  • C. Create an owner-based sharing rule to grant access to account records that have the same segment to all sales manager roles.
  • D. Change the role hierarchy and put all of the sales managers in the US and Canada in the same role.

Answer: C

Explanation:
Explanation
A: Owner-Based Sharing RulesAn owner-based sharing rule opens access to records owned by certain users.
For example, acompany's sales managers need to see opportunities owned by sales managers in a differentregion.
The U.S. sales manager could give the APAC sales manager access to the opportunitiesowned by the U.S. team using owner-based sharing.https://help.salesforce.com/articleView?id=security_sharing_rule_types.htm&type=5


NEW QUESTION # 65
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. Access to related leads for the owner of the parent campaign.
  • C. Access to child opportunities for the owner of the parent account.
  • D. Read-only access to the parent account for a user with access to a child case

Answer: C,D


NEW QUESTION # 66
Universal Containers (UC) wants to reduce the amount of redundant leads entered into the system. UC also wants to ensure that leads are only edited/reassigned by the lead owner.
What organization wide default (OWD) approach should be recommended to help UC implement these requirements?

  • A. Implement a Public Read Only OWD on Lead.
  • B. Implement a Public Read Only/Transfer OWD on Lead.
  • C. Implement a Public Read/Write OWD on Lead.
  • D. Implement a Private OWD on Lead.

Answer: A


NEW QUESTION # 67
Which two are potential security 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};
return null;
}
}
Choose 2 answers.

  • A. Cross-Site Scripting
  • B. Bypassing Field and Object Security
  • C. Arbitrary Redirects
  • D. SOQL Injection

Answer: B,D


NEW QUESTION # 68
Ursa Major Solar needs to prevent Users in a Custom Sales Department Profile from deleting Opportunities.
What should an Architect do to achieve this goal?

  • A. Ensure a Validation Rule is created that checks the User's Profile before allowing the IsDeleted flag to be set to True
  • B. Ensure that the Delete button from the Opportunity Page Layout and Record Type settings is removed
  • C. In the Object Permissions, remove the "Opportunity Delete" Permission from the User's Profile
  • D. Override the Standard button with a Visualforce Page that warns them that they do NOT have permission to delete

Answer: C


NEW QUESTION # 69
Cosmic Service Solutions has set up case teams in Salesforce to allow support agents to work together while solving cases. A predefined case team has been assigned to all the cases related to 'Electrical Failure'. A custom list view is being created by an administrator to display these cases to the case team members. What can the administrator do to make the list view visible to the support agents in the case team?Choose 1 answer.

  • A. Filter the list view by 'Public Groups', create a public group for the support agents, and restrict the visibility of the list view using the public group.
  • B. Filter the list view by 'My Case Teams', create a public group for the support agents, and restrict the visibility of the list view using the public group.
  • C. Filter the list view by 'All Cases', create a queue for the supports agents, and restrict the visibility of the list view using the queue.
  • D. Filter the list view by 'Queue', create a queue for the supports agents, and restrict the visibility of the list view using the queue.

Answer: B


NEW QUESTION # 70
In a Salesforce org used by Cosmic Service Solutions, a custom object called 'Custom Sharing' has been created to store information about custom sharing requirements pertaining to account records. A developer has been asked to share an account record with a sales manager. A record of 'Custom Sharing' should be created to store information about the requirement using a few custom fields such as 'Record_ID__c', 'User__c', and
'Access_Level__c'. The account record should be shared with the sales manager as soon as the 'Custom Sharing' record is created. Which of the following should be used for this requirement?Choose 1 answer.

  • A. Account Team
  • B. Apex trigger
  • C. Manual Sharing
  • D. Criteria-based sharing rule

Answer: B


NEW QUESTION # 71
......

Updated Test Engine to Practice Sharing-and-Visibility-Designer Dumps & Practice Exam: https://dumpstorrent.exam4pdf.com/Sharing-and-Visibility-Designer-dumps-torrent.html