ExamGecko
Home Home / Salesforce / Certified Sharing and Visibility Architect

Salesforce Certified Sharing and Visibility Architect Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











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

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.
Set the login hours on user records
A.
Set the login hours on user records
Answers
B.
Permission sets
B.
Permission sets
Answers
C.
Custom permissions
C.
Custom permissions
Answers
D.
Profiles
D.
Profiles
Answers
Suggested answer: D

Explanation:

https://success.salesforce.com/ideaView?id=0873A000000E85KQAS

Universal Containers has selected a small and diverse group of users to review inactive accounts. Given the Private sharing model, a public group was created and made available to this group of users. A sharing rule was created to make inactive Accounts visible to the public group. However, some of these users are reporting they don't see any of the Accounts that were shared with the public group.

What is the underlying issue for these users?

A.
The users have a permission set that only allow Accounts in 'Active' status.
A.
The users have a permission set that only allow Accounts in 'Active' status.
Answers
B.
The Accounts are owned by users higher in the role hierarchy.
B.
The Accounts are owned by users higher in the role hierarchy.
Answers
C.
The users are in profiles that have no access to the Account object.
C.
The users are in profiles that have no access to the Account object.
Answers
D.
The page layout assigned to these users is different than the Account owner.
D.
The page layout assigned to these users is different than the Account owner.
Answers
Suggested answer: C

Universal Containers (UC) delivers training and courses to students and companies. UC is implementing a Salesforce Customer Community for its students granting them a Customer Community license. As part of the community requirements, UC asked to give students access to cases that are related to their account in the UC community.

What is the optimum sharing technique that can achieve the requirements?

A.
Create a sharing rule to share cases with the students.
A.
Create a sharing rule to share cases with the students.
Answers
B.
Create a share group to share cases with the students.
B.
Create a share group to share cases with the students.
Answers
C.
Create a sharing set to share cases with the students.
C.
Create a sharing set to share cases with the students.
Answers
D.
Use Apex sharing to share cases with the students.
D.
Use Apex sharing to share cases with the students.
Answers
Suggested answer: B

Ursa Major Solar is writing test methods.

Which functionality does the system method 'runAs()'' Verify?

A.
Enforcement of a user's public group assignments.
A.
Enforcement of a user's public group assignments.
Answers
B.
Enforcement of a user's field-level security.
B.
Enforcement of a user's field-level security.
Answers
C.
Enforcement of user's permissions.
C.
Enforcement of user's permissions.
Answers
D.
Enforcement of a user's record sharing
D.
Enforcement of a user's record sharing
Answers
Suggested answer: D

Universal Containers (UC) is a fast-growing company that sells containers globally. It has thousands of dealerships throughout the world where local dealers service containers. UCimplemented a new Partner Community for its dealers. Each dealership has a dealer manager who manages the service agents. The community-sharing model is private.

What is the optimal option to give dealer managers visibility to customer cases only raised by their service agents?

A.
Change external organization-wide default of case object to public read only.
A.
Change external organization-wide default of case object to public read only.
Answers
B.
Create a sharing rule to share cases created by service agents with their dealer manager.
B.
Create a sharing rule to share cases created by service agents with their dealer manager.
Answers
C.
Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers.
C.
Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers.
Answers
D.
Create a sharing set to share cases created by service agents with their dealer manager.
D.
Create a sharing set to share cases created by service agents with their dealer manager.
Answers
Suggested answer: C

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.
A.
Set the Request object's OWD to Public Read/Write.
Answers
B.
Set the Request object's OWD to Private and grant Modify All Data permission on all Profiles for the Request object.
B.
Set the Request object's OWD to Private and grant Modify All Data permission on all Profiles for the Request object.
Answers
C.
Set the Request object's OWD to Private and criteria-based sharing rule to share all Request records with all internal users.
C.
Set the Request object's OWD to Private and criteria-based sharing rule to share all Request records with all internal users.
Answers
D.
Set the Request object's OWD to Public Read Only and configure role hierarchy.
D.
Set the Request object's OWD to Public Read Only and configure role hierarchy.
Answers
Suggested answer: C

Universal containers has a customer that meets criteria for two Enterprise Territory Management territories (Portugal and Southern Europe). What is necessary to assign opportunities to a territory for this account?

A.
Create a process builder process that updates the territory field on the opportunity.
A.
Create a process builder process that updates the territory field on the opportunity.
Answers
B.
The territory with the highest territory type priority is automatically assigned to the opportunity.
B.
The territory with the highest territory type priority is automatically assigned to the opportunity.
Answers
C.
Create an Apex class that implements Filter-Based Opportunity Territory Assignment.
C.
Create an Apex class that implements Filter-Based Opportunity Territory Assignment.
Answers
D.
Create a criteria-based sharing rule on the opportunity to assign it to a territory
D.
Create a criteria-based sharing rule on the opportunity to assign it to a territory
Answers
Suggested answer: B

The architect at Universal Containers is trying to ensure that security vulnerabilities are not present within the Salesforce organization.

What two tests should the architect verify?

Choose 2 answers

A.
Test Cross-Site Scripting on Apex queries.
A.
Test Cross-Site Scripting on Apex queries.
Answers
B.
Test Cross-Site Scripting on custom pages.
B.
Test Cross-Site Scripting on custom pages.
Answers
C.
Test for SOQL Injection.
C.
Test for SOQL Injection.
Answers
D.
Test for invalid user access attempts.
D.
Test for invalid user access attempts.
Answers
Suggested answer: B, C

Universal Container has developed a custom Visualforce page that will accept user input and must prefer returning the results to the users.

Which two techniques should be used to ensure the users cannot perform a SOQL injection attack?

A.
Escape double quotes in the user input.
A.
Escape double quotes in the user input.
Answers
B.
Use bind variable in the SOQL query.
B.
Use bind variable in the SOQL query.
Answers
C.
Use the escapesinglequotes() method to sanitize user input.
C.
Use the escapesinglequotes() method to sanitize user input.
Answers
D.
Use the with Sharing keyword on the controller.
D.
Use the with Sharing keyword on the controller.
Answers
Suggested answer: B, C
Total 242 questions
Go to page: of 25