Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: geek65

Sharing-and-Visibility-Architect Salesforce Certified Sharing and Visibility Architect (SP23) Questions and Answers

Questions 4

Universal Containers has two custom objects: Job and Job Interview. The Job Interview object has a lookup relationship to Job. Both objects are set to Private in sharing settings. The HR team will own all Job and Job Interview records. They have asked their Salesforce Architect to automatically share the Job Interview when the Interviewer (lookup to user record) has been populated. The interviewer can be from any department. What method should the Architect use to achieve this requirement?

Options:

A.

Build apex Managed Sharing code to share Job Interview with the Interviewer user

B.

Build a criteria-based sharing rule between the Job Interview and the Interviewer

C.

Build a standard sharing rule between Job Interview and the Interviewer

D.

Build a workflow email notification to notify the interviewer of the record assignment

Buy Now
Questions 5

Which​ ​two​ ​reasons​ ​should​ ​the​ ​Architect​ ​consider​ ​regarding​ ​the​ ​use​ ​of​ ​Apex​ ​Sharing​ ​Reasons?

Choose​ ​2​ ​answers

Options:

A.

Ensuring​ ​the​ ​developer​ ​can​ ​more​ ​easily​ ​troubleshoot​ ​programmatic​ ​sharing.

B.

Ensuring​ ​the​ ​Share​ ​record​ ​is​ ​not​ ​deleted​ ​upon​ ​ownership​ ​change.

C.

Ensuring the Share record is deleted upon ownership change.

D.

Ensuring there is additional criteria available for Criteria-Based Sharing.

Buy Now
Questions 6

Universal Containers regularly uploads large amounts of parent and child records into Salesforce to maintain integrations with other systems that update their date in scheduled batches or continuously in real time. Which two situations may pose a risk of producing locking errors? Choose 2 answers.

Options:

A.

Updates​ ​to​ ​child​ ​records​ ​that​ ​have​ ​the​ ​same​ ​parent​ ​records​ ​are​ ​being​ ​processed​ ​simultaneously​ ​in separate​ ​transactions.

B.

Updates to parent and child records are being processed in the same batch.

C.

Updates​ ​to​ ​parent​ ​records​ ​and​ ​their​ ​child​ ​records​ ​being​ ​processed​ ​simultaneously​ ​in​ ​separate​ ​threads.

D.

Updates to parent and child records are being processed synchronously in the same threads.

Buy Now
Questions 7

Customer complaints for bad interactions with a customer support agent are logged as Cases and assigned to a human resources representative. The agent of the complaint should not see the case, but their manager should.

How is this accomplished?

Options:

A.

Trigger on Case to lookup and share to the manager of an Assigned Agent custom field (the subject of the complaint) using Apex Managed Sharing.

B.

Criteria based Sharing Rule on Case that shares to the Role Manager and above when a custom field Assigned Agent (subject of the complaint) Is not blank,

C.

Case is owned by the subject of the complaint, so their manager in the role hierarchy can access the record. CRED permission are removed on Case so the agent cannot read the case record.

Buy Now
Questions 8

Universal Containers would like to store an encryption key within Salesforce for use in Apex Code, but does not want users to be able to see this confidential key. Users require the view setup permission.

How can Universal Containers securely store the confidential key?

Options:

A.

Create a protected custom metadata type that stores the encryption key. Package the protected custom metadata type with its associated records in a managed package. Install the package in the production org.

B.

Create 4 protected custom metadata type that stores the encryption key. Package the protected custom metadata type with its associated records in an unlocked package. Install the package In the production org.

C.

Create 6 custom metadata type that stores the encryption key. Make sure that only the admin profile has access to the custom metadata type $0 that end users cannot access the encryption key.

Buy Now
Questions 9

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

Options:

A.

Criteria-Based Sharing Rules

B.

Owner-Based Sharing Rules

C.

Role Hierarchy

D.

Apex Managed Sharing

E.

Permission Sets

Buy Now
Questions 10

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 without FLS accesses the VF page?

Options:

A.

The user encounters an error while saving the record

B.

The field is automatically removed from the page

C.

​​The output field is visible to user

D.

The user is able to enter a value into the phone field

Buy Now
Questions 11

Universal Containers is updating its Organization-Wide Sharing Settings for the Account Object from a "Public Read/Write" model to a "Private" model, so that they can hide certain national accounts from sales reps and sales managers. These national accounts should only be accessible by sales directors and above. Universal Container's Role Hierarchy matches its organizational hierarchy. Which two options should the Architect consider when designing the solution? Choose 2 answers

Options:

A.

Sales directors will need a sharing rule created so that they can see accounts owned by Sales Users.

B.

National accounts must be owned by a user who is above the sales managers in the Role Hierarchy.

C.

Apex managed sharing will have to be disabled for the account object to protect the national accounts.

D.

If a sales rep is added to the Opportunity Team for a national account, they will gain access to account data.

Buy Now
Questions 12

If OWD is Public Read Only, what are sharing access options

Options:

A.

Read, - Read/Write

Buy Now
Questions 13

What is the best practice for testing sharing and visibility changes?

Options:

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.

Buy Now
Questions 14

Which features does Salesforce provide for restricting login access to the application?

Choose 2 answers.

Options:

A.

Profile-based​ ​login​ ​hour​ ​restrictions

B.

Role-based IP restrictions

C.

Organization-wide login hour restrictions

D.

Profile-based​ ​IP​ ​restrictions

Buy Now
Questions 15

Sales Reps at Universal Containers sometimes create large files as a part of the Sales process that are too large to share over email. They would like

users to be able to share files with customers, but the CISO has requested that any file links shared must be protected by a password.

How can this be accomplished?

Options:

A.

Set up an experience cloud site for customers to access files. Share the file with customers via chatter. Customers can then log into the site to access the content.

B.

Sales reps can create a content delivery. During creation, the user should select the option to require a password to access content.

C.

Utilize an AppExchange product for delivering password-protected files to their customers,

Buy Now
Questions 16

Universal​ ​Containers​ ​would​ ​like​ ​to​ ​customize​ ​the​ ​security​ ​and​ ​sharing​ ​features​ ​of​ ​Salesforce​ ​Account​ ​Teams. They​ ​have​ ​decided​ ​to​ ​implement​ ​a​ ​Custom​ ​Account​ ​Team​ ​object.​ ​ ​They​ ​would​ ​like​ ​the​ ​new​ ​enhancement​ ​to include​ ​all​ ​of​ ​the​ ​features​ ​of​ ​the​ ​existing​ ​account​ ​team,​ ​but​ ​also​ ​utilize​ ​Apex​ ​and​ ​Visualforce​ ​on​ ​the​ ​custom Account​ ​Team​ ​object​.

Which two different approaches should the Architect consider when designing this enhancement?

Choose 2 answers

Options:

A.

The​ ​need​ ​to​ ​synchronize​ ​the​ ​AccountTeamMember​ ​object​ ​with​ ​the​ ​Custom​ ​Account​ ​Team​ ​object data.

B.

The​ ​need​ ​to​ ​maintain​ ​the​ ​Account_share​ ​object​ ​based​ ​upon​ ​the​ ​Custom​ ​Account​ ​Team​ ​object​ ​data.

C.

The need to dynamically create Criteria-Based Sharing rules with Custom Account Team object data.

D.

The need to customize Account screens in Visualforce, as the Account_share object cannot be maintained programmatically.

Buy Now
Questions 17

A sales rep (John) at Universal Containers (UC) requested to update information in an

account record where he has READ only access. John requested the EDIT access permission

from the owner of the record (Paul). Paul manually shared the record with John. Assuming the

OWD of the Account object is Public Read-Only, what is the impact in the system?

Options:

A.

New AccountShare record is created. Row Cause is "Manual" and Access Level is "Read/Write”.

B.

Existing AccountShare record is updated. Row Cause is "Owner" and User/Group is "John".

C.

New AccountShare record is created. Row Cause is "Owner" and Access Level is "Full".

D.

Existing AccountShare record is updated. Row Cause is "Manual" and Access Level is "Read/Write".

Buy Now
Questions 18

Below are some details regarding the organization at Universal containers:

1. Richard and Kevin are the east sales reps and their manager is Karen the East sales executive. 

2. Sam and Wilder are West sales reps and the manager is Wendy, the West sales executive.

3. Bob is the CEO and managers both Karen and Wendy

Universal containers role hierarchy follows their management structure. Richard owns an account, NewCompany, and Kevin owns an account, OldCompany. Karen manually shared her account NewWorld with Kevin. However, she has moved to a new role to lead all Named Accounts, and Phil, who replaced her, is the new owner of NewWorld. Which employees will have access to the NewWorld account?

Options:

A.

Bob and Phil

B.

Bob, Richard, Phil and Kevin 

C.

Bob, Karen and Kevin

D.

Bob, Phil and Kevin

Buy Now
Questions 19

Universal Containers (UC) has 200 distributors that use Partner Community licenses.

Partners cannot see each other's data, but UC is also trying to give more visibility to data for certain individuals at a distributor.

HOW can an Architect give users in the partner user role access to all Case and Container records owned by any user, regardless of role, at the same distributor?

Options:

A.

Create an ownership-based sharing rule.

B.

Create sharing sets.

C.

Create a Permission Set granting "View All" permission to Case and Container records.

D.

Give super user permission to the individual partner users.

Buy Now
Questions 20

Universal Containers (UC) operates worldwide with offices in more than 100 regions in 10 different countries and has established a very complex role hierarchy to control data visibility. In the new fiscal year UC is planning to reorganize the roles and reassign accounts owners.

Which three features could an architect recommend to avoid problems on this operation? Choose 3 answers

Options:

A.

Partition data using Divisions

B.

Deferred Sharing Recalculation

C.

Parallel Sharing Rule recalculation

D.

Skinny table

E.

Granular Locking

Buy Now
Questions 21

The Finance team at Universal Containers usually does not need access to Account and Contract records A given Opportunity access for a big deal to help with tax calculation. She can now also access Account and C.

Which two reasons could be causing this issue? Choose 2 answers

Options:

A.

Contact records can be accessed due to implicit sharing from Account.

B.

Account records can be accessed due to implicit sharing from Opportunity.

C.

Contact records can be accessed due to implicit sharing from Opportunity.

D.

Account records can be access due to role hierarchy.

Buy Now
Questions 22

Universal Containers (UC) has 600 sales reps. UC has rollout plan to deploy salesforce in 3 weeks. At the end of the second week, they received a “User Role Limit Exceeded” error.

After investigation, they discovered that during the user provisioning process, a new role was generated for every new user.

Which two recommendations could solve this problem?

Choose 2 answers.

Options:

A.

Review the user provisioning process to not automatically create a user role for any new user.

B.

Remove role hierarchy from salesforce org and control the record access using apex managed sharing.

C.

Contact salesforce support and request to increase the number of users’ roles allowed.

D.

Create an Apex class to replace the User Roles by generic one as soon as they are created.

Buy Now
Questions 23

Users at Universal Containers are complaining that a field has disappeared from the Account page after deploying its latest project. The page layout has not changes with this deployment.

How should the admin troubleshoot this issue?

Options:

A.

Review change to Account record types.

B.

Log in as user and check several Accounts to isolate the problem records.

C.

Run a Who Sees What report, filtering on Account.

D.

View Field Accessibility in the Object Manager

Buy Now
Questions 24

The architect has a requirement to create a criteria-based sharing rule based on the customer Social.. up the rule in Contact Sharing, the field is not shown on the list of available fields.

What might cause this?

Options:

A.

The field has been configured for encryption.

B.

The architect does not have permission to Compliance fields.

C.

The architect's profile does not have field level Security (FLS) for this field.

D.

fields with validation rules are not available for sharing rules.

Buy Now
Questions 25

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

Options:

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.

Buy Now
Questions 26

Which two objects support creating queues?

Choose 2 answers.

Options:

A.

Account.

B.

Opportunity.

C.

Lead.

D.

Case.

Buy Now
Questions 27

Universal Containers (UC) has a private Organization-Wide Defaults (OWD) model for the

Account object and needs to control the access of records and fields according to these

requirements:

• Sales reps can view/edit only their own records and cannot access the field "segment" in

account page.

• Service reps need to view all accounts but cannot edit any information.

• Sales managers can modify any account of reps reporting to them.

• Service managers can modify any account.

How can a Salesforce architect provide an optimal solution for this scenario?

Options:

A.

Use profiles, sharing rules, and change OWD to public read-only.

B.

Use profiles, manual sharing, and field-level security.

C.

Use profiles, permission sets, and field-level security.

D.

Use profiles, permission sets, role hierarchy, and field-level security.

Buy Now
Questions 28

A junior Account manager owns an account and creates a new opportunity to manage

complex deal. She needs the help of the product specialist and solution engineer. Given the size of this deal, she knows the account is likely to be reassigned to a senior account manager in the near future. What is the optimal way for the junior account manager to share the opportunity, given the private sharing model?

Options:

A.

Manual Share on the Opportunity.

B.

Opportunity Team.

C.

Manual share on the Account.

D.

Create an Owner-based sharing rule.

Buy Now
Questions 29

Universal Containers (UC) enables customers to manage issues using a customer

Community license. The Case external organization-wide default is set to Private. Currently community users can only see cases they created.

What can be done to allow community users to see all cases for their account?

Options:

A.

Write an Apex class to create manual shares for these users.

B.

Ensure the criteria-based sharing rule applies to all users.

C.

Create a sharing set for these customers.

D.

Upgrade the licenses to Customer Community Plus.

Buy Now
Questions 30

Universal containers (UC) implemented a private organization-wide default for the Container and Case objects.

How can UC give support representatives access to Container and Case records owned by Customer Community users?

Options:

A.

Create an ownership-based sharing rule that gives access to the head of support role and internal subordinates

B.

Create a criteria-based sharing rule that gives access to the head of support role and internal subordinates

C.

Support representatives’ nil automatically get access to these records via the role hierarchy

D.

Create a Share Group based on the sharing set created for the Customer Community User Profile.

Buy Now
Questions 31

Universal Containers (UC) is implementing Sales Cloud. During the final quarter of the financial year, sales managers help each other close deals. They requested a solution in Salesforce to allow them to share opportunities with other sales managers from different teams as needed. They also requested that sharing deals should expire automatically two weeks after the new fiscal year starts.

Which two options to propose a solution to meet the requirements? Choose 2 answers

Options:

A.

Apex Sharing to share opportunities with sales managers.

B.

Scheduled Apex job to remove access.

C.

Opportunity team to share opportunities with sales managers.

D.

Sharing Rules to share opportunities with sales managers.

Buy Now
Questions 32

Universal Containers (UC) implemented Sales Cloud and requested that only certain branch staff trained to sell high risk products can create opportunities for high risk products.

In which two ways can an Architect allow only specific branch staff to sell high risk products?

Choose 2 answers

Options:

A.

Set Price Book Organization Wide Default to View Only and share the price book (High Risk)

with the trained staff.

B.

Configure Price Book Organization wide default to No Access.

C.

Share (High Risk) price book with the trained staff via manual sharing.

D.

Share (High Risk) price book with the trained staff via sharing rule.

Buy Now
Questions 33

Universal Containers (UC) sales managers are complaining that they cannot access their teams' Shipment records (a custom object). Initially, the admin suggested that this it happening due to misconfigured role hierarchy (Shipment OWD is Private). Alter investigation, they determined the. role hierarchy for these users is correct.

What can be the reason why Universal Containers sales managers are not able to see Shipment records?

Options:

A.

The Grant Access Using hierarchies’ option on Shipment Sharing Settings was incorrectly disabled by the Salesforce admin.

B.

Role hierarchy Implicit sharing was Incorrectly disabled by the Salesforce adman.

C.

Ownership-based sharing rule for Shipment was Incorrectly disabled by the Salesforce admin.

D.

Sales managers have only the Read permission on the 5hipment object and should not be able to edit their team records.

Buy Now
Questions 34

Universal Containers (UC) has implemented Customer Community with customer

community plus license for its distributors. Retail distributors have part-time agents who work

for multiple distributors. Those agents should have access to other distributor accounts as well.

What can be configured to grant agents access to different distributor accounts?

Options:

A.

Use Apex sharing to share distributor accounts with agents using the Account__ Share table.

B.

Use share group to share distributor accounts with agents who have account contact

relationship.

C.

Create sharing rules to share distributor accounts with agents.

D.

Create sharing set to share distributor accounts with agents using account contact relationship.

Buy Now
Questions 35

Universal Containers (UC) has implemented Customer Community with customer community plus licenses for their distributors. Some distributors requested granting specific community users (agents) to view cases submitted by other agents of the same distributor.

Which feature only supports these requirements?

Options:

A.

Permission set to grant community admin permission

B.

Delegate external user

C.

Partner super user

D.

Partner community admin.

Buy Now
Questions 36

Universal Containers uses 75,000 distributors that have close to 1 million total users. Distributors need opportunities assigned to the distributor for delivery.

What license recommendation will meet distributor needs?

Options:

A.

Sales Cloud

B.

Customer Community Plus

C.

Partner Community

D.

Customer Community

Buy Now
Questions 37

Universal Containers (UC) has 200 distributors that use Partner Community Licenses.

Partners cannot see each other’s data, but UC is also trying to give more visibility to certain individuals at a distributor. Which scalable solution would an architect recommend that will

give users in the partner manager role access to all Case and Container records owned byother partner managers and partner users (but not the partner executive) at the same distributor?

Options:

A.

Create Sharing sets.

B.

Create a permission set granting the View All permission to Case and Container records.

C.

Give Super User permission to the partner manager users.

D.

Create ownership-based sharing rules for your distributors.

Buy Now
Questions 38

Universal Containers (UC)has implemented customer community with customer community licenses for their customers. UC requested that any record owned by its customers should be accessible by UC users in the customer support role.

How can an Architect configure the system to support the requirements?

Options:

A.

Sharing Set

B.

Share Group

C.

Apex Sharing

D.

Sharing Rule

Buy Now
Questions 39

Ursa Major Solar is writing test methods.

Which functionality does the system method "runAs()” Verify?

Options:

A.

Enforcement of a user's public group assignments.

B.

Enforcement of a user's field-level security.

C.

Enforcement of user's permissions.

D.

Enforcement of a user's record sharing

Buy Now
Questions 40

Universal Containers (UC) has implemented Service Cloud. There is a flag field on the case object that marks a case as (Sensitive). UC requested that this flag can be viewed by all users who have access to the case but only be edited by the assigned case assessor. The case assessor is a lookup field on the case object. How can an architect achieve this requirement?

Options:

A.

Permission Set.

B.

Object Permissions.

C.

Custom Lightning Component.

D.

Field-level security

Buy Now
Questions 41

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?

Options:

A.

Create a new Profile with no access to the Invoice object and assign it to all unauthorized users.

B.

Create a Permission Set with No Access to the Invoice object and assign it to unauthorized users.

C.

Replace Account and Invoke Master Detail Relationship by a Lookup and remove Invoice Access from the unauthorized profiles,

D.

Change the Invoke organization-wide default from Controlled by Parent to Private and remove invoke access from the unauthorized

Buy Now
Questions 42

What advanced tool can Salesforce enable for Large-scale role hierarchy realignments?

Options:

A.

Set external organization-wide default to public read only

B.

Skinny Table Indexing

C.

Granular locking

D.

Partitioning by Divisions

Buy Now
Questions 43

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?

Options:

A.

The users have a permission set that only allow Accounts in "Active" status.

B.

The Accounts are owned by users higher in the role hierarchy.

C.

The users are in profiles that have no access to the Account object.

D.

The page layout assigned to these users is different than the Account owner.

Buy Now
Questions 44

Universal Containers (UC) has a custom Apex class that enforces a business process and updates opportunity field-level security permissions of read only certain user's profiles are being updated by their class.

How should the architect fix this problem?

Options:

A.

Put the code in an class that uses the With Sharing keyword.

B.

Use the IsUpdateable() Apex method to test each field prior to allowing updates.

C.

Use the with SECURYT_ENFORCED keyword in the SOQL statement.

D.

Add with Sharing keyword to the class.

Buy Now
Questions 45

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?

Options:

A.

Change external organization-wide default of case object to public read only.

B.

Create a sharing rule to share cases created by service agents with their dealer manager.

C.

Using the role hierarchy, the cases raised by service agents will be visible to their relevant dealer managers.

D.

Create a sharing set to share cases created by service agents with their dealer manager.

Buy Now
Questions 46

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?

Options:

A.

Create a process builder process that updates the territory field on the opportunity.

B.

The territory with the highest territory type priority is automatically assigned to the opportunity.

C.

Create an Apex class that implements Filter-Based Opportunity Territory Assignment.

D.

Create a criteria-based sharing rule on the opportunity to assign it to a territory

Buy Now
Questions 47

What should a Salesforce architect recommend to make sure that users that gained access to a custom of sharing do not lose access to it when its owner is changed?

Options:

A.

Create a specific Sharing Reason for the custom object.

B.

Use ''runAS'' system method in Apex classes to enforce record visibility.

C.

Create a new record in_Share object with RowCause ''Manual''

D.

Use ''With Sharing'' keyword to make sure record visibility will be considered

Buy Now
Questions 48

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?

Options:

A.

Public Read Only

B.

Pubic Read Write

C.

View

D.

Use

Buy Now
Questions 49

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 ..

Options:

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.

Buy Now
Questions 50

Universal Containers (UC) turned off the customer visibility feature in its customer

community. What community functionality is impacted by having the customer user

visibility turned off?

Options:

A.

Searching for the external users.

B.

Updating their user profile.

C.

Creating new customer community users.

D.

Searching for internal users.

Buy Now
Questions 51

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?

Options:

A.

Rename the file.

B.

Delete the public link.

C.

Delete the file.

D.

Move the file to another folder

Buy Now
Questions 52

By default, how many roles are created when the first external user is created on a partner account?

Options:

A.

0

B.

3

C.

2

D.

1

Buy Now
Questions 53

A sales rep at Universal Containers (UC) is a member of the Default Opportunity team for an

account manager. The account manager created an opportunity and the sales rep is added to that Opportunity team.

The sales rep is complaining about no longer having access to an opportunity record that the sales rep was helping with.

What is the cause of this problem?

Options:

A.

The Account team was changed and consequently the Opportunity team members were replaced by the Account team members.

B.

The Sales rep was manually removed from the Opportunity team.

C.

The Sales rep was removed from the Opportunity team in another opportunity record of the same account.

D.

The opportunity owner can enable/disable if the “Default Opportunity team” is able to access the record

Buy Now
Questions 54

Which two options provide implicit record access to users? Choose 2 answers

Options:

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

Buy Now
Questions 55

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?

Options:

A.

Store the credentials in a custom object using encrypted fields

B.

Store the credentials in named credentials that are used in the apex callout

C.

Store the credentials in the apex code, which will not be available to non-admins

D.

Store the credentials in protected custom metadata that are used in the apex callout

E.

Store the credentials in protected custom settings that are used in the apex callout

Buy Now
Questions 56

A sales coach at Universal Containers wants to create and share report folder with other sales coaches,

Which two permissions are required to accomplish this?

Options:

A.

Manage Reports in Public Folders and edit My Reports.

B.

Create and customize Reports and Report Folders.

C.

Create Report Folders and manage Reports in Public Folders.

Buy Now
Questions 57

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?

Options:

A.

Implement a third-party tokenization service. 

B.

Implement an on-premise database. 

C.

Implement a third-party proxy server. 

D.

Implement the Salesforce Shield toolkit.

Buy Now
Questions 58

In order to comply with regulatory requirements, Universal Health must encrypt all Personally Identifiable Information (PII), both while it is being transmitted over the network and while it is at rest. Universal Health has completed a data audit and has determined that 12 fields on the contact record can contain PII, including the contact’s name and several other standard fields. Universal Health would like the fields to remain accessible in Salesforce. Which two options does Universal Health have to maintain compliance?

Choose 2 answers.

Options:

A.

Implement a custom Apex trigger to automatically encrypt the PII data using the Apex Crypto Class.

B.

Update the field type of each of the 12 fields to "Text (Encrypted)" so that they are encrypted at rest.

C.

Enable Salesforce Platform Encryption and select the 12 contact fields to be encrypted.

D.

Use an external, third-party encryption service to encrypt PII before it enters Salesforce.

Buy Now
Questions 59

If a Case requires involvement from one of the Legal team, the Case owner adds one of the corporate lawyers to the Legal SME field on the case.

Since cases are private, how can we grant a lawyer access to a specific case when their assistance is needed?

Options:

A.

Create an Criteria Based Sharing Rule that shares to the Corporate Legal Team Role when the ‘’legal assistance needed? Field is checked.

B.

Use Apex Managed sharing in a case Trigger that shares the record to the user identified in the Legal SME field.

C.

Create a Criteria Based Sharing Rule that shares to the Legal Public Group when the ‘’legal assistance needed?’’ field is checked.

Buy Now
Questions 60

Universal Containers (UC) service reps are assigned to a profile which has “View All” in Case

object (Private OWD). To make sure service reps have access to all relevant information to

attend to customer requests, which two details should a salesforce Architects consider?

Choose 2 answers:

Options:

A.

Service reps will be able to access all UC contact records if they are controlled by parent.

B.

Service reps will not be able to access all UC contact records if they are controlled by parent.

C.

Service reps will be able to access all the UC Account records due to Implicit Sharing.

D.

Service reps will not be able to access all the UC Accounts records because Account OWD is private.

Buy Now
Questions 61

Universal Containers has implemented a strict software architecture for their custom Apex code. One of the requirements is that all SOQL queries are contained within reusable classes. Depending on the context of the Apex transaction, the queries should be able to run either "With Sharing" or "Without Sharing". Which two ways allow the Architect to meet these requirements?

Choose 2 answers.

Options:

A.

Create a reusable SOQLQueries class; do not specify "With" or "Without Sharing" on the SOQLQueries class.

B.

Create a reusable SOQLQueries class; do not specify "With" or "Without Sharing" on the SOQLQueries class and use the runAs() method to dynamically set the context.

C.

Create​ ​a​ ​reusable​ ​SOQLQueries​ ​class;​ ​specify​ ​ ​"With​ ​Sharing"​ ​on​ ​the​ ​methods​ ​that​ ​require​ ​user​ ​context and​ ​"Without​ ​Sharing"​ ​on​ ​the​ ​methods​ ​requiring​ ​system​ ​context.

D.

Create​ ​a​ ​SystemSOQLQueries​ ​class​ ​and​ ​a​ ​UserSOQLQueries​ ​class;​ ​set​ ​the​ ​ ​"With​ ​Sharing"​ ​keyword​ ​on​ ​the User​ ​SOQLQueries​ ​class​ ​and​ ​"Without​ ​Sharing"​ ​on​ ​the SystemSOQLQueries​ ​class​.

Buy Now
Questions 62

A company intends bring work from anywhere culture in a bid to improve productivity. Their sellers use wide variety of devices with different form factors. The company currently uses one page layout to display opportunity record details to the sellers. The Regional Vice President of Seles is complaining about incorrect alignment of data in opportunity records, making it difficult for some sellers.

Which steps are recommended to rectify this?

Options:

A.

Use a visualforce override for Opportunity view action, identify the form factor onLoad action and display relevant layouts based on form factors,

B.

Use Dynamic Form to define different field sections applicable for different form factors of devices.

C.

Use a custom LWC override for Opportunity view action, identify form factor onLoad action and display relevant layouts based on form factors.

Buy Now
Questions 63

Universal Containers has just deployed a change to its role hierarchy. A manager is reporting that their staff can now see Accounts that they do not own and should not have access to. How should the Architect troubleshoot?

Options:

A.

While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.

B.

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.

C.

While logged in as the one of the Staff members, navigate to their user record and inspect their profile and role membership.

D.

While logged in as the System Administrator, use the Field Accessibility Viewer to view a matrix of who has access to Accounts.

Buy Now
Questions 64

Which two options can help mitigate the risks of import failures associated with large-volume bulk data loads?

Choose 2 answers.

Options:

A.

Minimize user group hierarchy.

B.

Defer​ ​Sharing​ ​Calculation.

C.

Increase batch size.

D.

Group records by ParentID within a batch.

Buy Now
Questions 65

Sales manager want their team members to help each other close Opportunities. The Opportunity and .. private. To grant Opportunity access to sales reps on the same team, ownership-based sharing rules ..

What is the side effect of this approach?

Options:

A.

Sales Reps on the same team will have Edit access to the Accounts for Opportunity owned by their.

B.

Sales reps on the same will have Read access to the Accounts for Opportunities owned by their.

C.

All sales reps will have Read access to all Accounts.

D.

All sales reps will have Read access to Accounts for all Opportunities.

Buy Now
Questions 66

Universal Containers created a custom object called Defect and would like to enable the Sharing button on the Defect page layout to share the records manually to other users in the organization. In which scenario will the Sharing button appear?

Options:

A.

The​ ​Sharing​ ​model​ ​is​ ​either​ ​Private​ ​or​ ​Public​ ​Read​ ​only.

B.

The Sharing button always appears.

C.

The Sharing model is Public Read/Write.

D.

The Sharing model is Public Read/Write/Transfer.

Buy Now
Questions 67

…From customers on company Issued desktops and uses case object to track customer issues and grievances. The company would like to capture

images of customer site captured by field consultants while they are editing the case record during customer site visit. The Director of IT wants

to minimize customization and promote reusability of code artifacts wherever possible, what recommendations should an architect give to the company to implement the image capture requirement, while ensuring customer that the service rep can continue to use same lightning

pages they were trained to use?

Options:

A.

So Use Lightning Component as an override for "Edit" action on lightning experience allowing image capture feature. Detect the form factor of the device and redirect the user to the default not overridden view.

B.

Create 4 separate button “Edit in Mobile", which opens & custom lightning component that will allow field consultants to add an image. No change required for desktop users.

C.

Use Lightning Component as an override for "Edit'' action on mobile view allowing image capture feature. No Change required for desktop users.

Buy Now
Questions 68

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.

Options:

A.

Any Opportunity Team Member on the current Opportunity.

B.

The current Opportunity Owner can transfer the current ownership. 

C.

The System Administrator or a user with the "Transfer Records" permission. 

D.

The user specified as the Manager on the Owner's User Profile.

E.

Someone above the Opportunity Owner in the Role Hierarchy.

Buy Now
Questions 69

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?

Options:

A.

Add​ ​a​ ​Sharing​ ​Set​ ​that​ ​shares​ ​Opportunities​ ​to​ ​the​ ​Lead​ ​Agent​ ​based​ ​on​ ​the​ ​Lead​ ​Agents​ ​Account.

B.

Build an Apex Managed Sharing rule that will assign specific Opportunities to Lead Agents.

C.

Grant Super User access to the Lead Agents as part of the Community user setup.

D.

Create a Sharing Rule to share opportunities to the owner's manager's role and below.

Buy Now
Questions 70

Which method should be used to grant access to an unrelated group of users?

Options:

A.

Public Groups

B.

Sharing Sets

C.

Role Hierarchy

Buy Now
Questions 71

A banking company wants their customers Date of Birth Field searchable by Banking Reps, but only editable by Customer Support Reps.

Which approach is recommended to meet this requirement?

Options:

A.

Create a Validation rule in the Data of Birth field so the rule returns true only when user.profilename matches Customer Support Rep.

B.

Set the Fled Level Security for the Date of Birth field to be Visible to Customer Support Rep Profile, and set the Date of Birth Field Visible and Read-only to Banking Rep profile.

C.

Add Date of Birth field to the Search layout of the Contact Object. Modify the Page layout assigned to Customer Support Rep and add Date of Birth field as Required.

Buy Now
Exam Name: Salesforce Certified Sharing and Visibility Architect (SP23)
Last Update: Apr 28, 2024
Questions: 239
Sharing-and-Visibility-Architect pdf

Sharing-and-Visibility-Architect PDF

$28  $80
Sharing-and-Visibility-Architect Engine

Sharing-and-Visibility-Architect Testing Engine

$33.25  $95
Sharing-and-Visibility-Architect PDF + Engine

Sharing-and-Visibility-Architect PDF + Testing Engine

$45.5  $130