Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Sharing-and-Visibility-Architect Questions and Answers

Question # 6

Jane, a support representative at Universal Containers, created a report to view all her open

cases that have been created in the past 7 days and saved the report in the "Private Reports" folder.

Who can view and run the report?

A.

The report owner and any users who have been given access to the "My Private Reports" folder

B.

The report owner and anybody in the role hierarchy above the report owner

C.

The report owner

D.

The report owner and users with the "View All Data" permission

Full Access
Question # 7

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?

A.

Sharing Set

B.

Share Group

C.

Apex Sharing

D.

Sharing Rule

Full Access
Question # 8

A custom invoice object has been created with a master-detail relationship to account. The

Account receivable (AR) team needs access to Invoices AR users do not own nor have access

to Account records. Account OWD is set to Private. The AR team is unable to find Invoices in

List views, Reports, nor in Global Search. The Architect has been asked to help troubleshoot.

What could be the issue preventing AR team members from seeing invoices?

A.

A sharing rule is missing to share Invoices to the AR team.

B.

The AR team profile needs to be assigned an Invoice Page layout.

C.

A sharing rule is missing to share Accounts to the AR team.

D.

The Accounts receivable profile does not have read Permission to the Invoice Object.

Full Access
Question # 9

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

B.

​Permission sets

C.

Custom permissions

D.

Profiles

Full Access
Question # 10

What​ ​is​ ​required​ ​to​ ​implement​ ​Filter-Based​ ​Opportunity​ ​Territory​ ​Assignment?

A.

Define an account assignment with a filter criteria rule for Filter-Based Opportunity Territory Assignment.

B.

Define a Territory assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.

C.

Define​ ​a​ ​custom​ ​Apex​ ​class​ ​for​ ​Filter-Based​ ​Opportunity​ ​Territory​ ​Assignment​ ​in​ ​the​ ​system.

D.

Define an Opportunity assignment rule with filter criteria for Filter-Based Opportunity Territory Assignment.

Full Access
Question # 11

Universal Containers has a Private Sharing Model and restrictive data access settings in place. The data governance team is planning to deploy a master data management tool that will need write access to all system data, and the Architect has been asked to prepare a Data Governance User Profile that has full access to all data regardless of Sharing and CRUD Settings. What is the optimal way to enable this requirement?

A.

Ensure the profile has the "Modify All Data permission enabled

B.

Create a Sharing Rule for required Objects, on an API Only profile

C.

Create an All-Data Access app as a default for this Profile.

D.

Enable the "Edit Read -Only Fields" permission for this Profile.

Full Access
Question # 12

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?

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.

Full Access
Question # 13

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.

B.

Use bind variable in the SOQL query.

C.

Use the escapesinglequotes() method to sanitize user input.

D.

Use the with Sharing keyword on the controller.

Full Access
Question # 14

Bob uploads a PDF to his Files Home private library.

Who can view this file?

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

Full Access
Question # 15

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?

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.

Full Access
Question # 16

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

A.

0

B.

3

C.

2

D.

1

Full Access
Question # 17

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.

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

Full Access
Question # 18

When you make changes to roles and groups Salesforce locks the entire group membership table, which makes it impossible to process group changes in multiple threads to increase throughput on updates.

A.

Granular Locking

Full Access
Question # 19

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

Choose​ ​2​ ​answers

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.

Full Access
Question # 20

Which two are potential vulnerabilities in the following code snippet? <apex:page> <apex:form> <apex:outputText value="Enter Name"/> <apex:inputText value="{!name}" /> <apex:commandButton value="Query" action="{!query}" /> public class SOQLController { public String name { get { return name;} set {name=value;} } public PageReference query() { String qryString='SELECT Id FROM Contact WHERE '+ '(IsDeleted = false and Name like \'%' + name + '%\'}'; queryResult = Database.query(qryString); retunr null; } } Choose 2 answers

A.

FLS check

B.

SOQL Injection

C.

Data Access Control

D.

Arbitrary Redirects

Full Access
Question # 21

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 are in profiles that have no access to the Account object.

B.

The page layout assigned to these marts to different than the Account owner

C.

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

D.

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

Full Access
Question # 22

Mary is Joe's manager in the role hierarchy. The OWD for a custom Invoice object is Public ReadOnly and Mary's profile is not granted the Read permission for the Invoice object.

What action can Mary take on Joe's Invoice records?

A.

Read/Write

B.

Edit Only

C.

None

D.

View Only

Full Access
Question # 23

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.

B.

Create a share group to share cases with the students.

C.

Create a sharing set to share cases with the students.

D.

Use Apex sharing to share cases with the students.

Full Access
Question # 24

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?

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

Full Access
Question # 25

Universal Containers has created a Reimbursement Custom Object to capture requests for reimbursement of expenses related to office supplies. The Reimbursement requests are sometimes sensitive and the Team Leads should not have access to the Reimbursement records submitted by the Users in the Call Center Agent role. The Director of Support will require access to all Reimbursement records. The role hierarchy is set as follows: Call Center Agent role reports to Team Lead role, which Reports to the Director of Support. Which steps would the Architect take to ensure proper sharing in this Role Hierarchy structure assuming Private Sharing Setting for the Reimbursement Object?

A.

Leave the Reimbursement Object in "Deployed" Status and set the Director of Supports Profile to "View All" in the object permissions.

B.

Use an Approval Process to change the owner of the Reimbursement record upon submission to the Director of Support

C.

Disable Grant Access Using Hierarchies for the Object and create a Sharing Rule to enable sharing to the Director of Support

D.

The sharing scenario described will occur without any special configuration choices being made by the Architect

Full Access
Question # 26

Universal Containers (UC) tuned off the Customer User Visibility feature inits Customer Community.

What community functionality is expected by having the Customer User Visibility tuned off?

A.

Creating new Customer community users.

B.

Updating their user profile.

C.

Searching for other external users.

D.

Search for internal users.

Full Access
Question # 27

Besides their own team accounts, sales managers at Universal Containers need to have

READ access to all accounts of the same segment in other countries. Role hierarchy was

implemented accordingly (based on countries), but a sales manager in the US is complaining

that he cannot view account records of the same segment in Canada. What should be done

to grant access in a proper way?

A.

Create an owner-based sharing rule to grant access to account records that have the

same segment to all sales manager roles.

B.

Change the role hierarchy and put all of the sales managers in the US and Canada in

the same role.

C.

Create criteria-based sharing rules to grant access to account records that have the

same segment to all sales manager roles.

D.

Create a public group and include all accounts of the same segment and grant access

through a permission set.

Full Access
Question # 28

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 should have access to ALL retail customers.

With the organization-wide default on Account set to Private, how should the architect meet these requirements?

A.

Create an owner-based sharing rule on AccountContactRelation to grant a@coess to all account contact roles records owned by retail sales reps.

B.

Update the Retall Sales profile to grant access to Person Account record type.

C.

Create o criteria-based sharing rule giving the Retail Sales role access to Accounts of type PersonAccount.

Full Access
Question # 29

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

What license recommendation will meet distributor needs?

A.

Sales Cloud

B.

Customer Community Plus

C.

Partner Community

D.

Custom Community

Full Access
Question # 30

Universal Containers, a global corporation of 50,000 users, has a 24x7 call center operated by 20,000 users that includes employees and contractors. Their sales organization is 10,000 strong and they started processing about 100,000 updates to opportunity custom fields called Priority and NextStep. They also started processing 20,000 updates to a highly nested territory hierarchy. There was a third mass update on a Next Step field on the Action Plan custom object that has Case as a lookup field. Users started seeing a Group membership lock error in the system. What is a probable cause for this error?

A.

Lock contention due to system-initiated sharing rule recalculation

B.

Lock contention on Case records because of Action Plan custom object updates. 

C.

Lock contention on Territory object because of Territory object updates.

D.

Lock contention on Account records because of Opportunity object updates.

Full Access
Question # 31

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.

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.

Full Access
Question # 32

Universal​ ​Containers​ ​has​ ​requirement​ ​for​ ​the​ ​Architect​ ​to​ ​develop​ ​Apex​ ​Managed​ ​Sharing​ ​code​ ​for​ ​the​ ​custom Job​ ​object.​ ​ ​The​ ​sharing​ ​settings​ ​for​ ​the​ ​Job​ ​object​ ​are​ ​set​ ​to​ ​Private.

When assigning access level for the record, which two lines of code will cause a DML exception on insert to the database?

Choose 2 answers

A.

Objectname.AccessLevel='Edit'

B.

Objectname.AccessLevel='All'

C.

Objectname.AccessLevel='None'

D.

Objectname.AccessLevel='Read'

Full Access
Question # 33

Universal Containers has set Account Sharing to Private with Account Teams enabled. Which two user groups can add team members on the Account? Choose 2 answers

A.

The current Account Owner can add team members.

B.

The user specified as the Manager on the Owner's User record

C.

Someone above the Account Owner in the Role Hierarchy with read access

D.

Any Account Team Member with read access on the Account

Full Access
Question # 34

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?

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

Full Access
Question # 35

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

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

Full Access
Question # 36

For the Universal Containers Commercial and Consumer support departments, having access to Activities for Contacts with which they interact is important. Commercial support users should not see Consumer Accounts/Contacts and Consumer support users should not see Commercial Accounts/Contacts. Assuming the Organization-Wide Default for Activities is set to "Controlled by Parent" what is the minimum level of Sharing access a support user would need to Accounts/Contacts to view associated Activities?

A.

Private Account/Contact Sharing Default with a Sharing Rule for each department set to Public Read/Write access to Accounts/Contacts.

B.

Private Account/Contact Sharing Default with a Sharing Rule for each department set to Private access to Accounts/Contacts.

C.

The users need no access to Accounts/Contacts with the proper Activity Sharing Rules and Profile Permissions for the Accounts Tab.

D.

Private​ ​Account/Contact​ ​Sharing​ ​Default​ ​with​ ​a​ ​Sharing​ ​Rule​ ​for​ ​each​ ​department​ ​set​ ​to​ ​Public​ ​Read​ ​only access​ ​to​ ​Accounts/Contacts.

Full Access
Question # 37

Assuming granular locking is enabled, what activity can happen in parallel to changing a community account owner without risking group membership lock errors?

A.

Deletion of a Role

B.

Creation of a Role

C.

Creation​ ​of​ ​a​ ​Territory

D.

Deletion of a Territory

Full Access
Question # 38

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

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.

Full Access
Question # 39

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?

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,

Full Access
Question # 40

Universal Containers would like to create a custom team solution that can be used on a custom Loan object. The following requirements must be met:

The Loan custom object should be set to Private in the Org-Wide Defaults.

Any user added to the Custom Team object should have Read Only access to the corresponding Loan record. If the Custom Team record is marked as "Primary" then the corresponding user should have Read/Edit access to the corresponding Loan record.

Which two methods will allow the Architect to meet the requirements?

Choose 2 answers.

A.

Create a custom trigger on the Custom Team object that inserts or updates records in the Loan_share object.

B.

Create​ ​a​ ​criteria-based​ ​sharing​ ​rule​ ​on​ ​the​ ​Loan​ ​object​ ​that​ ​will​ ​share​ ​the​ ​Loan​ ​record​ ​with​ ​the appropriate​ ​user​ ​in​ ​the​ ​Custom​ ​Team​ ​object.

C.

Create Apex Sharing Reasons on the Loan object to identify the reason the Loan record was share.

D.

Create​ ​an​ ​owner-based​ ​sharing​ ​rule​ ​on​ ​the​ ​Custom​ ​Team​ ​object​ ​that​ ​will​ ​share​ ​the​ ​Loan​ ​record​ ​to​ ​the owner​ ​of​ ​ ​the​ ​Custom​ ​Team​ ​record.

Full Access
Question # 41

The Collections department at Universal Containers uses Salesforce to track its efforts. All Invoices and Invoice Line Items are stored in Salesforce. Invoice Line Item object details, such as Quantity and Extended Amount, should be summarized at the Invoice Object level, and all users who can see a given invoice should always see all invoice line items. Without leveraging Apex code, how should an Architect create the relationship between the Invoice object and the Invoice Line Item Object?

A.

The Invoice object should have a Master-Detail to the Invoice Line Item Object

B.

The Invoice Line Item Object should have a Lookup to the Invoice Object

C.

The Invoice Object should have an inner joint to the Invoice Line Item Object

D.

The Invoice Line Item Object should have a Master-Detail to the Invoice Object

Full Access
Question # 42

Universal Container is a global Telco that has recently implemented enterprise territory management to better align their sales teams and sales processes. They are in Q4 of the FY and they have completely revamped their territory structure and created a plan for a new structure that would support the new FY. Their current territory model has 8k territories. Their new model would be a new set of 8,5K territories, and their org limit is 10k. What enterprise territory management feature can US take advantage of in order to help them stay within their org limits?

A.

Territory type priority

B.

Territory Type

C.

Territory Model State

D.

​​​Territory Hierarchy

Full Access
Question # 43

Which are two valid use cases for programmatic sharing?

Choose 2 answers.

A.

An​ ​external​ ​system​ ​manages​ ​user​ ​record​ ​access.

B.

Frequent user ownership changes based on re-alignments.

C.

Native​ ​sharing​ ​functionality​ ​does​ ​not​ ​meet​ ​requirements.

D.

Setting user ownership for standard and custom objects.

Full Access
Question # 44

Universal Containers uses Standard WorkOrder object to track various work orders sent to field agents. Currently, the WorkOrder object has more than 400 fields. There are eight different types of work order processes established. The Director of Customer Service wants to ensure that field agents gets to see only required information specific to the WorkOrder type they are addressing.

Which option is recommended to implement this requirement?

A.

Use a custom LWC to override the view action of WorkOrder with custom metadata type defining relevant fields per WorkOrder type

B.

Use different page layouts per work order type with different sections representing key information about the specific work order type.

C.

Use Dynamic form to add different page sections and control visibility of sections by Work Order RecordType value,

Full Access
Question # 45

A user posts a file to the Chatter feed for a record of an object that has a Private organization-wide default.

Which statement accurately describes who can view the file by default?

A.

The user who posted the file and users with a shared chatter post link to the file

B.

The user who posted the file and users with access to the record

C.

Only the user who posted the file

Full Access
Question # 46

Universal Containers has Public Read Only sharing settings on the Opportunity object. What Opportunity access options can the user see while adding account team members to the Account?

A.

Read Only

B.

Private and Read Only

C.

Private

D.

Read​ ​Only​ ​and​ ​Read/Write

Full Access
Question # 47

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?

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.

Full Access
Question # 48

Which users have access to Opportunity records owned by an external user, assuming no other changes to the sharing model have been implemented?

A.

The​ ​record​ ​owner​ ​and​ ​any​ ​user​ ​above​ ​the​ ​external​ ​user​ ​in​ ​the​ ​role​ ​hierarchy.

B.

The record owner only.

C.

The record owner and any user below the external user in the role hierarchy.

D.

The record owner and all internal users.

Full Access
Question # 49

At Universal Containers there is a team of auditors distributed through the organization that all need access to high-value Opportunities.

With a private sharing model, which two option should an architect recommend when designing a solution for this requirement?

Choose 2 answers

A.

Put the auditors as the highest level of the role hierarchy.

B.

Add the auditors to the default Opportunity Team.

C.

Create a criteria-based sharing rule to give access to the public group for high-value Opportunities.

D.

Create a public group and assign the Auditors to the group.

Full Access
Question # 50

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?

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.

Full Access
Question # 51

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

Choose 2 answers

A.

Roles

B.

Public Groups

C.

Users

D.

Profiles

Full Access
Question # 52

To reduce the case time resolution and improve customer satisfaction, Universal Containers (UC) wants to allow specialized marketing consultants to have edit access to Case records of VIP customers. These casts should be visible only to the support rep who owns the case and the marketing consultants.

Which recommendation should a Salesforce architect give to allow this scenario?

A.

Case organization-wide default Private and Account Team with Read/Edit permission.

B.

Case organization-wide default Public Read Only and Case Team with Read permission.

C.

Case organization-wide default Private, role hierarchy, and Read Only ownership-based sharing rule.

D.

Case organization wide default Private and Case Team with Read/Edit permission.

Full Access
Question # 53

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?

A.

Public Read Only

B.

Pubic Read Write

C.

View

D.

Use

Full Access
Question # 54

A custom invoice object has been created with a master-detail relationship to account. The Account Receivable (AR)team needs access to Invoices AR users do not own or have access to Account records. Account OWD is set to Private. The AR team is unable to find Invoices in List views, Reports, nor in Global Search. The Architect has been asked to help troubleshoot. What could be the issue preventing AR team members from seeing invoices?

A.

A sharing rule is missing to share Invoices to the AR team.

B.

The AR team profile needs to be assigned an Invoice Page layout.

C.

A sharing rule is missing to share Accounts to the AR team.

D.

The Accounts receivable profile does not have read Permission to the Invoice Object.

Full Access
Question # 55

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

Which approach should an architect recommend to fix this problem?

A.

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

B.

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

Full Access
Question # 56

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?

A.

Searching for the external users.

B.

Updating their user profile.

C.

Creating new customer community users.

D.

Searching for internal users.

Full Access
Question # 57

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

A.

Set external organization-wide default to public read only

B.

Skinny Table Indexing

C.

Granular locking

D.

Partitioning by Divisions

Full Access
Question # 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.

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.

Full Access
Question # 59

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?

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

Full Access
Question # 60

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?

A.

Sales Cloud

B.

Customer Community Plus

C.

Partner Community

D.

Customer Community

Full Access
Question # 61

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:

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.

Full Access
Question # 62

At Universal Containers, Accounts and Contacts are normally visible to all employees, and Proposals (custom object) are visible to the Account owner and managers. However, some Proposals are considered confidential and are managed by a Strategic Proposals team. These Proposals should not be visible to anyone in the Sales group other than the owner and the strategic team.

How should the architect design for this requirement?

A.

Proposal Owner set to the Strategic Deals Team Queue and set the Account relationship to Master-Detail.

B.

Disable Grant Access Using Hierarchies and set an Owner-Based Sharing rule for Strategic Deals team.

C.

Proposal Owner set to the Strategic Deals Team Queue and create an owner-based sharing rule to grant visibility to the Account owner

D.

Disable Grant Access Using Hierarchies and set a Criteria-Based Sharing rule for Strategic Deals team.

Full Access
Question # 63

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.

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.

Full Access
Question # 64

Which two objects support creating queues?

Choose 2 answers.

A.

Account.

B.

Opportunity.

C.

Lead.

D.

Case.

Full Access
Question # 65

Sales Operations at Universal Container (UC) wants to create the opens to fiber appropriates for center.

In which two ways can UC hide list that are not relevant to an individual use since there will be

Choose 2 answers.

A.

Share the list views with the appropriate queue.

B.

Share the list views with the appropriate individual users.

C.

Share the list views with the appropriate public group.

D.

Share the list views with the appropriate role in the role hierarchy

Full Access
Question # 66

Susan posts a file to the chatter fees for a record of an object which OWD is private. Which

two statements accurately describe who can view the file by default?

Choose 2 answers.

A.

Susan and users with the View All Data permission.

B.

Susan and users with access to the record.

C.

Susan and users with a shared chatter post link to the file.

D.

Susan only.

Full Access
Question # 67

The Corporate Identity and Access Team needs to audit User setup in the Salesforce ..

What two permissions should be granted to this team so they can perform their audit?

Choose 2 answers

A.

View permission on the User object

B.

View Setup and Configuration

C.

View All Users

D.

View All Data

Full Access
Question # 68

Universal Containers (UC) operates worldwide with offices in more than 100 regions in 10 different countries’ role hierarchy to control data visibility. In the new fiscal year, UC is planned to reorganize the roles and reassign accounts owners. Which two points should an architect consider in this situation?

Which two points should an Architect consider in this situation?

Choose 2 answers

A.

Using a temporary parking lot account to improve performance.

B.

Changing complex role hierarchy can cause a high level of sharing recalculation.

C.

Restricting the organization-sharing configurations to private.

D.

Replacing Account records ownerships massively can cause data skew.

Full Access
Question # 69

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

A.

Partition data using Divisions

B.

Deferred Sharing Recalculation

C.

Parallel Sharing Rule recalculation

D.

Skinny table

E.

Granular Locking

Full Access
Question # 70

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?

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.

Full Access
Question # 71

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?

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.

Full Access