wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

App Builder Reviewer 2

Total questions: 65

Worksheet time: 1hrs 3mins

Name
Class
Date
1.

Ursa Major Solar wants to convert the relationship between Galaxy__c and Star__c from a lookup relationship to a master-detail relationship so each Galaxy__c record can be equipped with a roll-up summary count of Star__c records. Which two considerations should be made? Choose 2 answers.

a)

The Star__c records are all required to have an existing value in their Galaxy__c field

b)

The Galaxy__c object has fewer than two existing master-detail relationships.

c)

The Galaxy__c object is required to contain an existing roll-up summary fields.

d)

The Star__c object has fewer than two existing master-detail relationships.

2.

Universal Containers wants some enhancements on its Opportunity page layout to improve efficiency and collaboration. Which two solutions should an app builder suggest to help meet these requirements? Choose 2 answers.

a)

Use two Tabs components to separate record information from activities.

b)

Set up an approval process requiring manager consent at each stage of the Opportunity

c)

Mark stage dependent fields as required on the Opportunity page layout.

d)

Add a Path component with fields and instructions aligning to stages on the Opportunity.

3.

 Which two places can an app builder go to see a list of available Custom Lightning components in their org? Choose 2 answers.

a)

Lightning component Generator

b)

Lightning component in Setup

c)

Lightning App Builder

d)

Visualforce components in Setup

4.

Ann app builder wants to create a custom object and 10 fields. What should they use to create the object, fields, and relationships quickly from one place?

a)

Developer Console

b)

Schema Builder

c)

Manage Field Permissions

d)

Lightning Object Creator

5.

Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account. What feature should an app builder use to create easy access to the document?

a)

A custom detail page link on the Contract object

b)

Quick Action on the Account Object

c)

A custom detail page link on the Account object

d)

Quick Action on the Contracts object

6.

An app builder has been tasked to with creating separate Opportunity views for three different teams. Each team follows a different sales process and should see different values for the same fields. Which three declarative options should they use to accomplish this? Choose 3 answers.

a)

Page Layouts

b)

Profiles

c)

Schema Builder

d)

Apex Trigger

e)

Path

7.

An app builder is preparing to deploy a new app from the sandbox to production using change sets. What two considerations should an app builder keep in mind during this process? Choose 2 answers.

a)

Transactions will revert if the deployment errors.

b)

Salesforce Connect automatically establishes a link between environments.

c)

Change sets do not include all components and may have to perform some changes manually.

d)

Users should be logged out of production when receiving inbound change sets.

8.

An app builder wants to add the option to ‘Send New Email’ from Leads, Contacts, and Accounts for users on mobile. What is the benefit of using global actions to accomplish this?

a)

Salesforce Lightning Component Library houses existing global actions prebuilt for use.

b)

Global actions can be accessed anywhere when actions are available in mobile including record detail pages, feed, and Chatter groups.

c)

The global action’s layout automatically clones the default page layout.

d)

Global actions are record-specific and are available when searching that particular object.

9.

At Ursa Solar Major, only users with the Outer Planets profile need to see the Jupiter field on the Solar System object. How would the app builder satisfy this requirement?

a)

Field-Level Security

b)

Sharing Rule

c)

Classic Encryption

d)

Defer Calculation

10.

Cloud Kicks has created a custom object called Interests__c which is joined to Accounts by way of a junction object called Account_Interest__c. What is the impact to users attempting to view an Account and the associated Account_Interest__c records if they are without read access the Interest__c object?

a)

Users will be able to view the Account_Interest__c record, but unable to view the field or any information relating back to the Interest__c record.

b)

Users will be able to view the Account_Interest__c records and will have read-only access to the Interest__c records.

c)

Users will be unable to view the Account_Interest__c or Interest__c records.

d)

Users will be unable to view Account records that have a related Account_Interest__c record.

11.

The previous administrator of the Cloud Kicks Salesforce Org always utilized text as the field type when creating new custom fields. Cloud Kicks’ current roadmap requires a project that will clean up this Org during Lightning migration. Which three field types should be considered to keep better track of contact information in fields? Choose 3 answers

a)

Date

b)

Email

c)

Number

d)

Time

e)

Phone

12.

Ursa Major Solar has a lookup relationship between a custom Galaxy__c object and a custom Star__c object. An app builder wants to create a roll-up summary field that counts the total number of Star__c records related to each Galaxy__c record. How would the current configuration impact the ability to achieve the desired result?

a)

The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.

b)

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.

c)

The roll-up summary can be achieved by creating a formula field on the Star__c object.

d)

A roll-up summary field will need to be created on the Galaxy__c object with a field filter that selects all related Star__c records.

13.

 Cloud Kicks (CK) tracks the support level of its customers on the account record page. CK wants to show a text notification on a case record page when the related account is a platinum-level customer. How could an app builder meet this requirement?

a)

Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.

b)

Create a text-only Visualforce page > Drag the Visualforce component into the Case page layout > Set its visibility to show when the account support level is platinum.

c)

Create a text-only Visualforce page > Clone the case page layout > Drag the Visualforce component into the page, and assign the layout to platinum cases.

d)

Add a rich text area to the Case Lightning page > Set the component visibility of the rich text area to show when the account support level is platinum.

14.

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit Opportunities go into the Secure Commitment Stage to eliminate manual submission. Which three features would meet the business requirements? Choose 3 answers.

a)

Flow

b)

Chatter Action

c)

Process Builder

d)

Workflow

e)

Apex

15.

Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing. What should the app builder do to meet the requirement?

a)

Email deliverability set to no access

b)

Email relay to the configured host enabled.

c)

Email deliverability set to system email only.

d)

Email configured for SMTP authentication.

16.

 The events manager at Cloud Kicks (CK) hosted a launch party and wants to add a CSV file of attendees into a Campaign as Campaign Members so CK can track any future purchases the guests make. Which three considerations should be made prior to using the Data Import Wizard for importing Campaign Members? Choose 3 answers.

a)

When importing Campaign Members to a Campaign, a status does not need to be selected because the default member status is ‘Planned’.

b)

The CSV should be properly formatted and deduplicated prior to insertion via the Data Import Wizard to maintain data cleanliness.

c)

Related Lead, Contact and Campaign records for the Campaign Members should exist prior to import.

d)

Inserting new Campaign Members prohibits workflow rules and processes for any records that meet automation criteria.

e)

The Data Import Wizard should be accessed from the object home page or from personal setting since they are not System Administrator.

17.

Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely. What formula should an app builder use to create this new field?

a)

ISNUMBER(Id)

b)

TEXT(Id)

c)

VALUE(Id)

d)

CASESAFEID(Id)

18.

Universal Containers (UC) utilizes two custom picklist fields called Sales_Organization__c and Pricing_Tier__c. What validation rule should an app builder use to ensure Pricing_Tier__c is required for customers with a Sales_Organization__c value of Canada?

a)

OR(ISPICKVAL(Sales_Organization__c,’Canada’),ISBLANK(TEXT(Pricing_Tier__c)))

b)

AND(ISPICKVAL(Sales_Organization__c,’Canada’),ISBLANK(TEXT(Pricing_Tier__c)))

c)

IF(ISNULL(Sales_Organization__c=’Canada’,ISBLANK(TEXT(Pricing_Tier__c)),TRUE)

d)

ISPICKVAL(Sales_Organization__c,’Canada’) && ISNULL(Pricing_Tier__c)

19.

Universal Containers wants the sales reps to clean up its Salesforce customer contacts using Contacts tab. Which two solutions can be used to support and simplify this process using a list view? Choose 2 answers.

a)

Filter the list view by customer record type and enable inline edit functionality.

b)

Make the list view dynamic so only “My contacts” are visible to the user.

c)

Clone a master list view for each user on the team so they can view their customers.

d)

Add a chart to the list view to show the percentage of contacts that have already been cleaned up.

20.

Universal Containers have changes that need to be deployed from Sandbox to Production. Where should an app builder look to verify that a Change Set can be deployed?

a)

Deployment Status

b)

Outbound Change Sets

c)

Deployment Settings

d)

Inbound Change sets

21.

 Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app builder is tasked with this project and has very little time to build the solution from scratch. What should the app builder do to meet the deadline and custom requirements?

a)

Choose a managed package from AppExchange that closely meet the requirements of the project and restricts programmatic development.

b)

Work with a developer to create custom apex code and a Visualforce survey to meet criteria.

c)

Select an unmanaged package from AppExchange that closely meets the requirements of the project that allows programmatic development.

d)

Build the survey declaratively and use a workflow rule to send it to the customer as an external message to meet criteria.

22.

An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own. What could be causing this issue?

a)

The report type is in a status of Deployed.

b)

The report type is in a status of In Deployed.

c)

Access to the necessary object is unavailable.

d)

Access to create and Customize Reports is disabled.

23.

Universal Containers wants to create a report to show job applications with or without resumes. What considerations should the app builder be aware of when creating the custom report type?

a)

A primary object selection is locked once the custom report type has been saved.

b)

An app builder is unable to create custom report types for objects they do NOT have permissions for.

c)

Once the report type has been deployed it is unable to be deleted.

d)

When a custom or external object is deleted the report type and reports remain but cause an error when the report is run.

24.

Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether the customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases__c. Which two automation solutions would meet these business requirements? Choose 2 answers.

a)

Process Builder

b)

AppExchange

c)

Workflow

d)

Apex

25.

DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the internal policy. How should app builder automate travel requests based on these criteria?

a)

Process Builder

b)

Workflow Rule

c)

Apex

d)

Approval Process

26.

Universal Containers asked the app builder to ensure when an account type changes to ‘Past-Customer’ the contacts directly related to that account get an updated status of ‘Re-Market’.

What automation should the app builder use to accomplish this task?

a)

Workflow rule

b)

Screen flow

c)

Process Builder

d)

Lightning Component

27.

An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.

Which two reasons can be preventing the app builder from being able to add the customer component?

Choose 2 answers:

a)

A customer tab must be created to add customer components to the page with the App Builder

b)

My Domain must be deployed to add custom components to the page with the App Builder

c)

The component is tagged for record pages instead of home pages and is not showing up in the App Builder.

d)

The component requires a developer permission to add it to the page with the App Builder.

28.

Sales reps at Universal Containers (UC) should be restricted to viewing Cases associated to Accounts in their territory. UC’s data model sharing for Accounts is private and an admin owns all of the Accounts in the UC org.

Which two options should an app builder use to fulfill these requirements?

Choose 2 answers:

a)

Create a sharing set to share Cases with the internal sales reps

b)

Add sales reps to the Account Team for Accounts, with Read Only access to Cases

c)

In the Territory Model, set Case Access to ‘View’

d)

Set sharing for Cases to Private

29.

Universal Containers (UC) has created a picklist field called Country on three separate customer objects. UC has a requirement to maintain a consistent list of values for this field on each object.

Which feature would an app builder use?

a)

Next Best Action

b)

State and Country Picklist

c)

Field Update

d)

Global Picklist Value Set

30.

Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request_Inventory__c to enable many-to-many relationships with the Inventory__c and Order__c objects.

What does the app builder need to provide to ensure users can view Request_Inventory__c records?

a)

Apex-bases sharing on the first master object.

b)

Read access to the first master object.

c)

Read access to both master objects.

d)

Sharing rules on Request_Inventory__c object.

31.

Cloud Kicks wants to efficiently increase the company’s adoption of Salesforce while simultaneously moving away from their reliance on spreadsheets. An app builder is given a spreadsheet everyone is sharing that needs to be added to Salesforce. The object with fields needs to be created and the data inserted simultaneously.

What tool should be used?

a)

Schema Builder

b)

Lightning Object Creator

c)

Import Wizard

d)

Data Loader

32.

Universal Containers utilizes opportunities and custom object called Detailed_Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed_Sales__c records that have their picklist status set to Active.

What is the recommended methods for the app builder to achieve this request?

a)

Utilize the AppExchange to download a third-party application that can roll up the sales dollars with the appropriate filter.

b)

Utilize Apex code to roll up the desired amounts.

c)

Create a master-detail relationship between the parent and child object with a roll-up summary field that filters on the status field.

d)

Create a lookup relationship between the parent and child object with a roll-up summary field that filters on the status field.

33.

Ursa Major Solar wants to see the Type__c field from the parent object Galaxy__c listed on the child record Star__c. Unfortunately, the app builder is receiving an error stating “Picklist values are only supported in certain functions”.

What formula should an app builder use to achieve the desired result?

a)

FIND(Galaxy__r.Type__c)

b)

ISPICKVAL(Galaxy__r.Type__c)

c)

VALUE(Galaxy__r.Type__c)

d)

TEXT(Galaxy__r.Type__c)

34.

Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.

What should an app builder recommend to meet these requirements?

a)

Create a master-detail relationship on Applicant__c to Application__c

b)

Create a master-detail relationship field on Applicant__c to Application__c

c)

Create a master-detail relationship on Open_Position__c to Application__c

d)

Create a master-detail relationship field on Application__c to Open_Position__c

35.

Cloud Kicks wants to display the number of Opportunity records associated with each Account.

What solution should be used?

a)

Process builder

b)

AppExchange offering

c)

Roll-up summary field

d)

Lookup field

36.

 Nickname__c is a custom text field on a contact record that is utilized to override the contact name appearing on an email template. This field is not required and is not always filled in.

What formula should an app builder use to select the contact’s preferred name for email communication?

a)

IF(TEXT(Nicname__c),Nickname__c,FirstName)

b)

IF(NOT(BLANKVALUE(Nickname__c)),Nickname__c,FirstName)

c)

IF(NOT(ISBLANK(Nickname__c)),Nickname__c,FirstName)

d)

IF(ISNULL(Nickname__c),Nickname__c,FirstName)

37.

An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are NOT seeing the new item on the layout.

What are two potential reasons why users are unable to view the item on the Case Lightning record page?

Choose 2 answers:

a)

The case page layout also contains customer buttons

b)

The page layout includes the case feed component

c)

The email button contains JavaScript

d)

The page layout excludes the case feed component

38.

DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date__c populated before it is allowed to enter the qualified stage.

How should an app builder solution this request?

a)

Page Layout

b)

Activity History

c)

Record Type

d)

Validation Rule

39.

An app builder uses Process Builder to create a Chatter post.

Which two items should be avoided to ensure a post is successfully created?

Choose 2 answers:

a)

Message Is posting to a private Chatter group

b)

Message has a space at the beginning

c)

Message starts with a field reference

d)

Message is posting to a community user or group

40.

 Ursa Major Solar’s service department gets requests for several types of services, such as installation, repair, and maintenance. Service managers need to be able to tell when maintenance was last done on an asset to help determine if they are meeting contract agreement, but the last maintenance data can be difficult to determine when there are many work orders related to the asset. They think it would be helpful to have a field auto-populated on the Asset record when a maintenance work order gets closed.

What tool should an app builder recommend to help meet this requirement?

a)

Apex trigger

b)

Contact request flow

c)

Process builder

d)

VisualforceVisualforce

41.

When a deal is closed-won, it has to be approved by the owner’s manager prior to being added to the leaderboard for a quarterly sales competition. An opportunity is won on the last day of the quarter and the manager is on vacation.

What is recommended to ensure all of the appropriate deals are reviewed and the leaderboard is up to date?

a)

Use process builder to assign a delegated approved

b)

Forward the approval request to the manager’s assistant

c)

Have the manager log on and reassign the approval request

d)

Set up a delegated approver for the manager

42.

When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.

What should an app builder use to achieve the desired result?

a)

Process builder and flow

b)

Lightning component and process builder

c)

Custom picklist field and process builder

d)

Customer button and flow

43.

Ursa Major Solar has made a great app that leadership wants to share with the world for free via AppExchange

What should an app builder consider about the type of package when uploading to AppExchange?

a)

Unmanaged packages allow for patches on programmatic changes but not Apex

b)

Managed packages need a per-user charge on AppExchange

c)

Managed packages provide intellectual property protection on Apex code

d)

Unmanaged packages can be set up to prevent user customizations

44.

 DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company that is still on Salesforce Classic. DHR is keeping the CK Salesforce org; however, it will migrate this org to Lightning Experience

What should the app builder find prebuilt to help with this project and overall adoption?

a)

Lightning Object Creator

b)

Flow Builder

c)

Import Wizard

d)

AppExchange

45.

 The services manager wants to make sure the team enters case priority consistently

What feature can an app builder use to accomplish this?

a)

Path

b)

Next Best Action

c)

In-App Guidance

d)

Flow

46.

A business user at Universal Containers wants to update an Account directly from an Opportunity record. What should the app builder create to allow the business user to make these edits?

a)

An update record action with a details component.

b)

Opportunity fields updated by a process.

c)

Formula fields displaying the Account fields.

d)

An update record action with a related record component.

47.

Universal Containers (UC) has a custom Invoice__c object and a custome Invoice_Line_Item__c object. The Invoice_Line_Item__c object has a lookup relationship to Invoice__c. UC would like to convert the lookup relationship to a master-detail relationship but is unable to do so. Which two reasons could be preventing the relationship conversion?

a)

There is a roll-up summary field on the Invoice__c object.

b)

Invoice_Line_Item__c records exist without having the Invoice__c lookup field populated.

c)

Custom objects are unable to be in the details side of a master-detail relationship

d)

There are already two master-detail relationships on the Invoice_Line_Item__c.

48.

The Cloud Kicks (CK) sales team is currently using a sales app in Lightning Experience. CK is planning a Salesforce mobile app rollout next month to increase productivity for reps while out in the field. After reviewing the mobile app, the sales operations manager asks about ways to create an enhanced user experience. Which two solutions could an app builder suggest?

a)

Set up a different mobile menu configurations for different types of users.

b)

Create a custom App Page and assign to the mobile menu

c)

Include Today as a navigation item in the app

d)

Allow mobile users to switch between Lightning and Classic

49.

An app builder wants to use Process Builder to automate some of the work being done by the sales team. What are these capabilities of Process Builder that can improve productivity? Chose 3 answers.

a)

Update a related record.

b)

Send an email alert.

c)

Send an outbound message.

d)

Create a child record.

e)

Delete a related record.

50.

Universal Containers has a private sharing model for Accounts and Opportunities and uses Territory Management to grant access to records.

Sales rep A manually shares an opportunity record with sales rep B.

Sales rep B has access to the Account even though the Account is NOT sales rep B’s territory.

Sales rep C CANNOT see either record.

Based on the information given, why can sales rep B see the Account related to the Opportunity?

a)

Sales rep B was added to the Account Team

b)

Sharing set is granting access to the Account

c)

Implicit access to the Account

d)

Account was also manually shared.

51.

DreamHouse Realty wants a message to be seen in a Chatter group actively monitored by account managers every time a customer’s home is published on the web. How should messages be posted for this group?

a)

Write an Apex Trigger to have it modify a record owned by a group

b)

Write a Flow to have it modify a record owned by a group.

c)

Create a Process Builder with an Immediate action of post to Chatter.

d)

Configure a Workflow Rule with a field update to post to Chatter

52.

Universal Containers requires a custom field on the Case object to be automatically updated every time there is an Owner change on the Case. Which two features can be used for this requirement?

a)

Schema Builder

b)

Process Builder

c)

Workflow

d)

Approval Process

53.

Cloud Kicks recently implemented the application lifecycle management process to its release management strategy. Which category handles bug fixes and simple changes?

a)

Patch

b)

Major

c)

Minor

d)

Rollback

54.

. What should an app builder consider when choosing a template for a new Lightning record page?

a)

To view the record page, users need “View All Data” permissions for the object.

b)

Select a new template for each type of device users use to view the record page.

c)

The template can be changed at any time after the initial save by clicking the Edit Page.

d)

Page structure will automatically adapt to the device being used to view the record page.

55.

 Cloud Kicks wants a visual representation to track delivery status. What component should an app builder recommend?

a)

Related list

b)

Details

c)

Path

d)

Related record

56.

. An app builder at Dreamhouse Realty created a custom object which has fields containing data from two different objects via related lookups. What is needed to create “with” or “without” reports on the new custom object?

a)

Report Filters

b)

Row-Level Formula

c)

Report Bucket Field

d)

Custom Report Type

57.

Cloud Kicks (CK) wants to set up a customer child object track gift cards issued to a customer.  A key requirement is to track the total number of gift cards opened and gift cards issued on an Account. CK wants to permanently ensure the gift cards are unable to be moved across any other Account once it is created. On the gift card object, what type of field should be created to support this requirement?

a)

Lookup relationship

b)

Master-detail relationship

c)

Formula

d)

Roll-up summary

58.

DreamHouse Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period. What type of relationship would an app builder set up to meet this specification?

a)

Lookup

b)

Many-to-many

c)

Indirect lookup

d)

Master-detail

59.

Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggles with gathering feedback from core team members, including understanding who is available to respond. Which two ways could CK use chatter to solve this problem?

a)

Streams

b)

Polls

c)

Out of office

d)

Topics

60.

Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time. What should the app builder be aware of when it comes to data already in the system?

a)

The field name will change

b)

The change will be instant

c)

Historical date will be updated to 12:00 timestamp

d)

Data loss will be experienced

61.

Cloud Kicks wants to make sure that users without the Marketing role are unable to update the Contact Retail_Opt_In__c picklist field to Yes. What validation rule would an app builder use to prevent other users from making this update?

a)

AND( $UserRole.Name != ‘Marketing’, ISCHANGED(Retail_Opt_In__c,”Yes”))

b)

AND( $UserRole.Name != ‘Marketing’, Retail_Opt_In__c = “Yes”)

c)

AND( $UserRole.Name = ‘Marketing’, ISPICKVAL(Retail_Opt_In__c = “Yes”))

d)

AND( $UserRole.Name =‘Marketing’, Retail_Opt_In__c = “Yes”)

62.

 A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions. Which two conditions should the app builder review?

a)

If the list view contains more than one record type

b)

If the list view selected is the recently viewed list view

c)

If the list view restricts sharing for the user

d)

If the list view contains a chart created by the user

63.

Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission. Which three action types should an app builder use in the approval process? Choose 3 answers.

a)

Email Alert

b)

Task

c)

Outbound Message

d)

Invocable Flow

e)

Invocable Process Builder

64.

Due to complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another. Which three common items can an app builder move when using a change set? Choose 3 answers.

a)

Web-to-lead

b)

Custom Object

c)

Apex Class

d)

Custom Field

e)

Standard fields

65.

 Universal Containers assigns system access via permission sets and permission set groups to ensure each user has proper access. One department with varying levels of support staff has five consistent permission sets they require in order to complete their duties. Some high-level staff have additional permission sets that are only required for them. How should an app builder recommend assigning permission sets to users?

a)

Utilize the manage assignments button to assign each user with the same set of permission set groups and permission sets

b)

Utilize the Data Loader to mass update the desired users with their full list of permission sets and permission set groups

c)

Utilize the manage assignments button to assign the permission set group and additional individual permission sets to each user

d)

Utilize the Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.