Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Sharing-and-Visibility-Architect Sample Questions Answers

Questions 4

A dummy user at Universal Containers owns more that 10,000 lead records. The system assigned all these leads to a dummy user. This is causing performance issues whenever role hierarchy changes. Which two options should be recommended to improve performance?

Choose 2 answers.

Options:

A.

Assign​ ​ownership​ ​to​ ​a​ ​small​ ​number​ ​of​ ​users.

B.

Add the dummy user into a public group.

C.

Add the dummy user to the bottom of the role hierarchy.

D.

Do​ ​not​ ​assign​ ​a​ ​role​ ​to​ ​the​ ​dummy​ ​user.

Buy Now
Questions 5

Universal Containers wants to create a way to store sensitive Invoice Data in Salesforce. A User who owns an Account should not see every Invoice, but only invoices that they or their subordinates own. Which two features should be considered during this solution implementation?

Choose 2 answers.

Options:

A.

Deploy​ ​the​ ​Relationship​ ​between​ ​Accounts​ ​ ​and​ ​the​ ​Invoices​ ​Object​ ​as​ ​Master-Detail.

B.

Ensure​ ​that​ ​the​ ​Organization-Wide​ ​Default​ ​sharing​ ​for​ ​Invoices​ ​is​ ​set​ ​to​ ​Private.

C.

Create a Workflow that populates the Invoice sharing object upon Insert.

D.

Deploy the Relationship between Accounts and the Invoices Object as Lookup.

Buy Now
Questions 6

Which three capabilities are available with Enterprise Territory Management? Choose 3 answers

Options:

A.

Create a public group with Territory

B.

Share a report or dashboard folder with a Territory

C.

Metadata API Support

D.

Integration with Collaborative Forecasting

E.

Assignment of Territory on Opportunities

Buy Now
Questions 7

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 8

Which two settings are available in profiles, but not permission sets?

Choose 2 answers.

Options:

A.

Tab Settings

B.

Record Types

C.

Page​ ​Layout​ ​Assignments

D.

Login​ ​Hours

Buy Now
Questions 9

Dreamforce presenters need to be able to edit their presentation details (summary, presenter biographies, etc) on a private custom object in

Salesforce (Presentation). All presenters for a presentation are captured on a Presenters juction object between Presenter and User.

How can this be accomplished?

Options:

A.

Trigger on Presenter junction object that adds the user to the Sales Team for the Presentation record.

B.

Give Edit rights to the Presentation record via a Permission set that is given to the Presenters for a record.

C.

Trigger on Presenter junction object that uses Apex Managed sharing to add or remove access to the related Presentation record.

Buy Now
Questions 10

Universal Containers has enabled External Default Sharing and wants to allow for external users to have the External Sharing Default set to Public Read-Only for a custom object. Which two options are valid Internal Default sharing settings for the custom object?

Options:

A.

Controlled by Parent

B.

Public Read/Write

C.

Private

D.

Public Read Only

Buy Now
Questions 11

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 12

Partner users can access records belonging to users in their account at their same role or lower in the role hierarchy, for Cases, Leads, Opportunities and Custom Objects. Which of the following access has to be given?

Options:

A.

Super user permission

Buy Now
Questions 13

Which two options are available to share a Report or Dashboard folder with other users in the Organization?

Choose 2 answers

Options:

A.

Profiles

B.

Public Groups

C.

Roles

D.

Teams

Buy Now
Questions 14

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 15

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 16

Universal​ ​Containers​ ​has​ ​junction​ ​object​ ​called​ ​"Job​ ​Production​ ​Facility",​ ​with​ ​2​ ​master-detail​ ​relationships​ ​to the​ ​Job​ ​and​ ​Production​ Facility​ ​custom​ ​objects.​ ​ ​Both​ ​master​ ​records​ ​have​ ​a​ ​private​ ​sharing​ ​model.

What​ ​statement​ ​is​ ​true​ ​if​ ​a​ ​user's​ ​profile​ ​allows​ ​access​ ​(Create/Read)​ ​to​ ​the​ ​Job,​ ​but​ ​no​ ​access​ ​to​ ​the Production​ ​Facility​ ​Object?

Options:

A.

The​ ​user​ ​will​ ​be​ ​granted​ ​read​ ​access​ ​to​ ​the​ ​Production​ ​Facility​ ​record

B.

The user will see the junction object and the link to the Production Facility.

C.

The user will see the junction object but not the link to the Production Facility.

D.

The user will not be able to see the junction object records or the field values.

Buy Now
Questions 17

What feature in Salesforce is needed to restrict access to a custom object that has Public Read/Write access?

Options:

A.

Role Hierarchy

B.

Record Type

C.

Page Layout 

D.

Profile

Buy Now
Questions 18

Universal Containers has the following requirements: A custom Loan object requires Org-Wide Defaults set to Private. The owner of the Loan record will be the Loan Origination Officer. The Loan record must be shared with a specific Underwriter on a loan-by-loan basis. The Underwriters should only see the Loan records for which they are assigned. What should the Architect recommend to meet these requirements?

Options:

A.

Use criteria-based sharing rules to share the Loan object with the Underwriter based upon the criteria defined in the criteria-based sharing

B.

Create a lookup relationship from the Loan object to the User object. Use a trigger on the Loan object to create the corresponding record in the Loan share object

C.

Create a master-detail relationship from the Loan to the User object. Loan records will be automatically shared with the Underwriter

D.

Create an Apex Sharing Reason on the Loan object that shares the Loan with the Underwriter based upon the criteria defined in the Sharing Reason

Buy Now
Questions 19

Universal containers (UC) service reps are assigned to a profile which has ''View All'' in Case object..

To make sure service reps have access to all relevant information to attend to customer requests, which Architect consider?

Choose 2 answers

Options:

A.

Service reps will be able to access to Contact records if they are Controlled by Parent.

B.

Service reps will be able to access to Contact records due to Implicit Sharing.

C.

Service reps will NOT able to access to Contact records because Account OWD is private

D.

Service reps will NOT able to access to Contact records if they are controlled by Parent.

Buy Now
Questions 20

Universal Containers has a requirement to share Accounts automatically to the users at a field office. They currently have the following setup in their environment:

• Accounts are set to Private in the Org-Wide Default.

• The field office is specified by a lookup in the Account object.

• There are 400 field offices.

• The users in each field office are managed using public groups.

Based upon a lookup relationship field on the Account, how should the Architect meet this requirement?

Options:

A.

Use Manual Sharing to share the Account with the appropriate field office.

B.

Use Account Teams to share the Account with the appropriate field office.

C.

Use Programmatic Sharing to share the Account with the appropriate field office.

D.

Use Criteria-Based Sharing to share the Account with the appropriate field office.

Buy Now
Questions 21

Universal Containers has a strict security model enforced through object, field, and row-based security mechanisms. The Architect would like to ensure the security model is being thoroughly tested using Apex automated tests. Which three considerations should be made when using the runAs() method to design Apex until tests?

Options:

A.

runAs() does not enforce user permissions or field-level permissions in test classes

B.

runAs() can be used inside of test classes to validate record-level security

C.

runAs() can be used inside of test classes to validate field-level permissions

D.

runAs() can be used outside of test classes to bypass record-level security

E.

runAs () counts towards total DML statements issued within transaction

Buy Now
Questions 22

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 23

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

Which feature should an architect recommend to avoid problems with this operation?

Options:

A.

Skinny table

B.

Partition data using Divisions

C.

Deferred Sharing Recalculation

Buy Now
Questions 24

Universal Containers (UC) has a requirement to expose a web service to their business partners. The web service will be used to allow each business partner to query UC's Salesforce instance to retrieve the status of orders. The business partner should only be allowed access to orders for which the business partner is the fulfillment vendor. The Architect does not want the business partners to utilize the standard APIs and would prefer a custom API be developed. Which three design elements should the Architect consider in order to ensure the data security of the solution? 

Choose 3 answers

Options:

A.

Query the Orders object with Dynamic SOQL based upon the fulfillment ID.

B.

Set the Orders object's sharing settings to Private in the Org-Wide Defaults

C.

Provide each partner with their own Salesforce login set to API Enabled on the profile. 

D.

Develop a custom Apex web service with a fulfillment ID input attribute

E.

Develop a custom Apex web service using the "With Sharing" keyword.

Buy Now
Questions 25

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 26

Sales operations at Universal Containers (UC) has created Public Reports and Dashboards folders for sales managers. Sales operations and salts managers’ report to the VP of Sates. Sales operations currently spends a few hours each month updating users mat should have access to edit reports and dashboards in these folders.

How should UC grant access to sales managers to automate access to these Public Reports and Dashboard folder?

Options:

A.

Share the folders with the Sales Managers profile.

B.

Share the folders with a "Sales Managers" Public

Group.

C.

Share the folders with the lowest rates in the Role Hierarchy; superiors will get access automatically.

Buy Now
Questions 27

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 28

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 29

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 30

Universal Containers has Controlled by Parent sharing settings on the Contact object and Public Read Only sharing settings on Account, Opportunity, and Case objects. Which two options can the user see while adding Account team members to the Account?

Options:

A.

Case​ ​Access

B.

Opportunity​ ​Access

C.

Contact Access

D.

Activity Access

Buy Now
Questions 31

Which two access grants are stored in the Group Maintenance tables?

Choose 2 answers

Options:

A.

Inherited access grants

B.

Explicit grants

C.

Group Membership grants

D.

Implicit grants

Buy Now
Questions 32

Universal Containers is implementing a community of High-Volume Community users. Community users should be able to see records associated to their Account or Contact record. The Architect is planning to use a Sharing Set to provide access to the records. When setting up the Sharing Set, certain objects are not available in the list of Available Objects. Which two reasons explain why an object is excluded from the list of Available Objects in a Sharing Set?

Options:

A.

The object is a custom object, and therefore not available for a sharing set.

B.

The object's Organization-Wide sharing setting is set to Public Read/Write.

C.

The object's Organization-Wide sharing setting is set to Private.

D.

The custom object does not have a lookup to Accounts or Contacts.

Buy Now
Questions 33

What is a workaround to ownership data skew?

Options:

A.

You can minimize possible performance impacts by not assigning the user(s) to a role.

Buy Now
Questions 34

A sales representative at Universal Containers needs assistance from specific product managers when selling certain deals. Product managers do not have access to opportunities they don't own, as the sharing model is Private, but need to gain access when they are assisting with a specific deal. How can an Architect accomplish the requirement?

Options:

A.

Create a sharing rule to allow the product manager to access the opportunity.

B.

Enable​ ​opportunity​ ​teams​ ​and​ ​allow​ ​users​ ​to​ ​add​ ​the​ ​product​ ​manager.

C.

Enable account team and allow users to add the product manager.

D.

Use similar opportunities to share opportunities related to the product manager.

Buy Now
Questions 35

Universal container (UC) use External Object to retrieve Invoice data from a Legacy ERP. A finance team requested to have access to the Invoice records in the account page.

In addition to objects access in the finance users profile, what other feature should a Sales Architect recommend?

Options:

A.

Create a criteria-based sharing rule to grant access to the records.

B.

Include the Invoice Related List On Account Page layout.

C.

Create an owner-based sharing rule to grant access to the records.

D.

Use APEX managed sharing to grant access to the records.

Buy Now
Questions 36

Universal containers (UC) has a partner community for its 200 distributors. UC customer accounts are .. organization-wide default setting for the custom Delivery object is private.

How can an architect advise UC to grant all users at a distributor access to delivery records for all customer distributor?

Options:

A.

Create a Sharing set for the Distributor profile to grant access to the Delivery object.

B.

Create a criteria-based sharing rule that shares delivery records matching the Distributor to user distributor.

C.

Give ownership of the delivery record to a distributor user.

D.

Create a criterion- based sharing rule that shares delivery records matching the Distributor to users of a Public Group created for the distributor.

Buy Now
Questions 37

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 38

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 39

Universal Containers has expanded to sell virtual containers for data storage. Virtual

container work orders are provisioned immediately by the system and therefore cannot be

changed by a sales representative. What is an optimal approach to implement these

requirements?

Options:

A.

Remove the Work Order Edit permission from the sales representative Profile.

B.

Remove the edit button from the work order page layout.

C.

Change the record type/page layout assignment for Work Order to be Read Only.

D.

Implement a sharing rule that changes access for all Work Order to Read.

Buy Now
Questions 40

Universal Containers (UC) has created a custom Invoice object. Standard sales users at UC

can see the records in search layout, but when they click to view the detail, only record name,

created date, and last modified date are shown. When the system admin accesses it, he or she

sees the full record detail with many more data fields.

What is the likely cause of this issue?

Options:

A.

​Sales users profile does not have access to the remaining fields.

B.

Page layout assigned to sales user profile has only read-only access to the fields.

C.

Org-wide sharing settings have been set to Private and need to be adjusted to Public Read/Write.

D.

A role-based sharing is missing and should be added for the sales user's role to grant access to the fields.

Buy Now
Questions 41

An External Object is created to show Invoices from an external accounting system. When viewing the External Object, a user should only access invoice records the user is authorized to see.

What two actions are required to achieve the above requirement? Choose 2 answers

Options:

A.

Setup External Object to use OAuth to connect to the Accounting system.

B.

Create an owner based sharing rule to grant visibility to the Invoice object.

C.

Restrict access to data in the accounting system.

D.

Grant access to the External Object to only the Account Manager profile.

Buy Now
Questions 42

What vulnerability can exist when controllers use dynamic rather than static queries and bind variables?

Options:

A.

SOQL Injection.

B.

Buffer Overflow Attacks.

C.

Cross-site scripting.

D.

Record Access Override.

Buy Now
Questions 43

Which two capabilities does the delegated administrator permission provide?

Choose 2 answers

Options:

A.

Assign users profiles

B.

Unlock users

C.

Set OWD

D.

Create profiles

Buy Now
Questions 44

Which two options can be selected to share data with when creating a sharing rule?

Choose 2 answers

Options:

A.

Roles

B.

Public Groups

C.

Users

D.

Profiles

Buy Now
Questions 45

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 46

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 47

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 48

After testing and deploying a new trigger that does creates a related order when a opportunity is closed, the Architect begins complaints of permission error messages appearing when closing an opportunity.

How did this error occur?

Options:

A.

The trigger should be using RunAs () when creating the order.

B.

Trigger is using IsCreateable() Apex method and the user doesn't have create permission on the Oder object.

C.

The trigger handlers’ class does not use any sharing keywords and the user not have access to the orders related to the opportunity.

D.

The trigger handler class is using ''with sharing'' and the user does not have access to the orders related to the opportunity.

Buy Now
Questions 49

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 50

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 51

A custom ServiceFeedback object is used to collect partner feedback. ServiceFeedback

records should be available to all internal employees. The OWD is set to Private for external

users so partners cannot see feedback from other partner users.

How can the Architect give access to all internal employees?

Options:

A.

Create a trigger on ServiceFeedback to change ownership to an internal employee.

B.

Ensure all the internal users are above the partners in the role hierarchy.

C.

Create an Owner based sharing rule for all ServiceFeedback records owned by Partners.

D.

Set OWD, for Internal Users to Public Read Only.

Buy Now
Questions 52

Universal Containers (UC) is implementing Sales Cloud. During the last quarter of the financial of the financial year, they requested a solution in Salesforce to allow them to specify an assistance agent on the opportunity. the assistance fields. The system should automatically remove access from the previous assistant and ..

What is the optimum solution to meet the requirements?

Options:

A.

Use share group to share opportunities with the assistant agent.

B.

Use opportunity team and create an assistant field, use apex to share opportunities with the assistant

C.

Use sharing rule to share opportunities with the assistant agent.

D.

Use apex sharing to share and unicast opportunities with the assistant agent.

Buy Now
Questions 53

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

Options:

A.

Create a Permission Set that grants "View All Data" Permission.

B.

Make Opportunity OWD read-only.

C.

Give "View All Data" Permission to the Sales Reporting Profile.

D.

Create a Permission Set that grants "View All" permission for Opportunity.

Buy Now
Questions 54

Bob uploads a PDF to his Files Home private library.

Who can view this file?

Options:

A.

Bob and users above Bob in the role hierarchy

B.

Bob and users with View All Data permission

C.

Bob and users with Modify All Data permission

D.

Only Bob

Buy Now
Questions 55

Sales Operations at Universal Containers (UC) has created Public Report and Dashboard

folders for sales managers that report to the VP of sales. Sales Operations currently spends

a few hours each month updating users that should have access to edit items in these folders. In which two ways can UC grant access to sales managers to automate access to these Reports and Dashboards folders?

Choose 2 answers

Options:

A.

Share the folders lowest roles in the role hierarchy, Superiors will get access automatically.

B.

Share the folders with the “VP of Sales” Role and Subordinates.

C.

Share the folders with the “Sales Managers” Queue.

D.

Share the folders with a “Sales Managers” Public Group.

Buy Now
Questions 56

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 57

Universal containers (UC)service reps are assigned to a profile which ha 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 leasable force Architects consider? Choose 2answers:

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 rep swill 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 Account records because Account OWD is private.

Buy Now
Questions 58

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 59

The sales manager in Japan have asked the sales manager in Australia to assist them with closing their deals.

How are these requirements achieved?

Options:

A.

Use sharing set to give the sales manager access to the deals.

B.

Create ownership-based sharing rule.

C.

Use opportunity teams to automatically add the sales manager as a team member.

D.

Assign the sales manager View All on the opportunity object.

Buy Now
Questions 60

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?

Options:

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 Private and criteria-based sharing rule to share all Request records with all internal users.

D.

Set the Request object's OWD to Public Read Only and configure role hierarchy.

Buy Now
Questions 61

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 62

The sales managers at the Universal Containers (UC) requested their teams to define each user’s role

on their accounts in order to provide an easy way to establish accountability and collaboration. Sales

managers also requested that sales associates should only get the following permissions:

● Read access to the accounts.

● Read access to cases related to the accounts

● No access to deals related to the accounts

The sales associates may be granted access to opportunities when needed.

Assuming the overall sharing model of the organization is private and no sharing rules are configured on

the account objects. How can an Architect achieve these requirements?

Options:

A.

Use Account teams and use Sharing rules to share cases with sales associates. No change required to the opportunity object

B.

Use Account teams, Case teams. No configuration required for the opportunity object.

C.

Use Account teams, Opportunity teams, and Case teams.

D.

Use Account Teams to define access to accounts as well as opportunities and cases related to accounts

Buy Now
Questions 63

Sales executives at Universal Containers (SC) want to create list views to filter opportunities for large at-risk Opportunities. These list views should only be available to certain executives

that specialize in closing problematic deals. How can UC solve this requirement?

Options:

A.

Share the List Views with the appropriate Role in the Role Hierarchy.

B.

Share the List Views with the appropriate Public Group.

C.

Share the List Views with the appropriate individual users.

D.

Share the List Views with the appropriate Queue.

Buy Now
Questions 64

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 65

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 66

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 67

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?

Options:

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.

Buy Now
Questions 68

In order to allow community users to collaborate on Opportunities, which license type must the users.

Options:

A.

Sales Community

B.

Customer Community

C.

Partner Community

D.

Customer Community plus

Buy Now
Questions 69

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?

Options:

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 is Shareable in Apex classes to assure record visibility will be followed.

D.

Use is Accessible keyword in Apex classes to assure record visibility will be followed

Buy Now
Exam Code: Sharing-and-Visibility-Architect
Exam Name: Salesforce Certified Sharing and Visibility Architect (SP24)
Last Update: Apr 27, 2024
Questions: 239
$64  $159.99
$48  $119.99
$40  $99.99
buy now Sharing-and-Visibility-Architect