App Builder SP21 Set 1 Flashcards

1
Q

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. An app builder is unable to create custom report types for objects they do NOT have permissions for.

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

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

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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 configured for SMTP authentication.

B. Email deliverability set to no access.

C. Email relay to the configured host enabled.

D. Email deliverability set to system email only.

A

B. Email deliverability set to no access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Due to the 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. Standard fields

C. Custom object

D. Apex class

E. Custom field

A

C. Custom object

D. Apex class

E. Custom field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

An app builder has been tasked 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. Profiles

B. Apex Trigger

C. Page Layouts

D. Path

E. Schema Builder

A

A. Profiles

C. Page Layouts

D. Path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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. Data loss will be experienced.

C. Historical data will be updated to 12:00 timestamp.

D. The change will be instant.

A

B. Data loss will be experienced.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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. Many-to-many

B. Indirect lookup

C. Master-detail

D. Lookup

A

C. Master-detail

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

An 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. Lightning Object Creator

B. Developer Console

C. Schema Builder

D. Manage Field Permissions

A

C. Schema Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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. Unmanaged packages can be set up to prevent user customizations.

C. Managed packages need a per-user charge on AppExchange.

D. Managed packages provide intellectual property protection on Apex code.

A

D. Managed packages provide intellectual property protection on Apex code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

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

B. Screen flow

C. Process Builder

D. Workflow rule

A

C. Process Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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. Lightning Object Creator

B. Import Wizard

C. Data Loader

D. Schema Builder

A

A. Lightning Object Creator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

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 starts with a field reference

B. Message has a space at the beginning

C. Message is posting to a private Chatter group

D. Message is posting to a Community user or group

A

A. Message starts with a field reference

C. Message is posting to a private Chatter group

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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

C. Sharing Rule

D. Classic Encryption

A

A. Field-Level Security

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

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 page layout excludes the case feed component.

B. The email button contains JavaScript.

C. The case page layout also contains custom buttons.

D. The page layout includes the case feed component.

A

A. The page layout excludes the case feed component.

B. The email button contains JavaScript.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

B. Access to the necessary object is unavailable.

C. Access to Create and Customize Reports is disabled.

D. The report type is in a status of Deployed.

A

A. The report type is in a status of In Development.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

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’, Retail_Opt_In__c = “Yes” )

B. AND( $UserRole.Name != ‘Marketing’, ISCHANGED(Retail_Opt_In__c), ISPICKVAL(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” )

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

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

C. AppExchange

D. Workflow

A

A. Process Builder

B. Apex

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

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 Account object

B. Quick Action on the Account object

C. Quick Action on the Contracts object

D. A custom detail page link on the Contract object

A

D. A custom detail page link on the Contract object

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

An app builder wants to use Process Builder to automate some of the work being done by the sales team.

What are three capabilities of Process Builder that can improve productivity?

Choose 3 answers

A. Update a related record.

B. Send an outbound message.

C. Send an email alert.

D. Delete a related record.

E. Create a child record.

A

A. Update a related record.

C. Send an email alert.

E. Create a child record.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Universal Containers wants the sales reps to clean up its Salesforce customer contacts using the Contacts tab.

Which two solutions can be used to support and simplify this process using a list view?

Choose 2 answers

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

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

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

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

A

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

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

Cloud Kicks (CK) wants to set up a custom child object to 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. Roll-up summary

B. Formula

C. Lookup relationship

D. Master-detail relationship

A

D. Master-detail relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

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. In the Territory Model, set Case Access to ‘View’.

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

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

D. Set sharing for Cases to Private.

A

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

D. Set sharing for Cases to Private.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

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 an app builder automate travel requests based on these criteria?

A. Workflow rule

B. Process Builder

C. Apex

D. Approval process

A

D. Approval process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Universal Containers utilizes opportunities and a 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 method for the app builder to achieve this request?

A. Utilize Apex code to roll up the desired amounts.

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

C. Utilize the AppExchD. Approval processange to download a third-party application that can roll up the sales dollars with the appropriate filter.

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

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 unable to view Account records that have a related Account_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 records or the Interest__c records.

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

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

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 custom component?

Choose 2 answers

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

B. A custom tab must be created to add custom components to the page with the App Builder.

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

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

A

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

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

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. Custom picklist field and Process Builder

B. Process Builder and Flow

C. Custom button and Flow

D. Lightning component and Process Builder

A

C. Custom button and Flow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

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 higher-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 Data Import Wizard to mass update the desired users with their full list of permission sets and permission set groups.

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

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

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

A

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

28
Q

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. The CSV should be properly formatted and deduplicated prior to insertion via the Data Import Wizard to maintain data cleanliness.

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

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

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

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

A

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

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

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

29
Q

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 field on Application__c to Open_Position__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 from Applicant__c to Application__c

A

C. Create a master-detail relationship on Open_Position__c to Application__c

30
Q

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?

Choose 2 answers

A. Out of Office

B. Polls

C. Streams

D. Topics

A

A. Out of Office

B. Polls

31
Q

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.

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

A. AppExchange

B. Import Wizard

C. Lightning Object Creator

D. Flow Builder

A

A. AppExchange

32
Q

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. Row-Level Formula

B. Report Filters

C. Report Bucket Field

D. Custom Report Type

A

D. Custom Report Type

33
Q

Cloud Kicks wants a visual representation to track delivery status.

What component should an app builder recommend?

A. Details

B. Path

C. Related record

D. Related list

A

B. Path

34
Q

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?

Choose 2 answers

A. Create a custom App Page and assign to the mobile menu.

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

C. Allow mobile users to switch between Lightning and Classic.

D. Include Today as a navigation item in the app.

A

A. Create a custom App Page and assign to the mobile menu.

D. Include Today as a navigation item in the app.

35
Q

Ursa Major Solar wants to see the Type__c field from the parent object Galaxy__c listed on the child record Star. error stating “Picklist values are only supported in certain functions”.

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

A. ISPICKVAL(Galaxy__r.Type__c)

B. FIND(Galaxy__r.Type__c)

C. VALUE(Galaxy__r.Type__c)

D. TEXT(Galaxy__r.Type__c)

A

D. TEXT(Galaxy__r.Type__c)

36
Q

Universal Containers (UC) has created a picklist field called Country on three separate custom 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. Field Update

B. Global Picklist Value Set

C. State and Country Picklist

D. Next Best Action

A

B. Global Picklist Value Set

37
Q

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 Galaxy__c object is required to contain existing roll-up summary fields.

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

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

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

A

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

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

38
Q

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

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. The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.

A

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

39
Q

Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before closed 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. Apex

C. Workflow

D. Chatter action

E. Process Builder

A

A. Flow

B. Apex

E. Process Builder

40
Q

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. Sharing rules on Request_Inventory__c object.

B. Read access to both master objects.

C. Read access to the first master object.

D. Apex-based sharing on the first master object.

A

B. Read access to both master objects.

41
Q

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. CASESAFEID(Id)

B. TEXT(Id)

C. ISNUMBER(Id)

D. VALUE(Id)

A

A. CASESAFEID(Id)

42
Q

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. Select an unmanaged package from AppExchange that closely meets the requirements of the project that allows programmatic development.

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

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

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

A

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

43
Q

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. IF(ISNULL(Sales_Organization__c=’Canada’,ISBLANK(TEXT(Pricing_Tier__c)), TRUE)

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

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

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

A

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

44
Q

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. Salesforce Connect automatically establishes a link between environments.

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

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

D. Transactions will revert if the deployment errors.

A

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

D. Transactions will revert if the deployment errors.

45
Q

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.

A

D. An update record action with a related record component.

¿A. An update record action with a details component.?

46
Q

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 agreements, but the last maintenance date 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. Process Builder

B. Apex Trigger

C. Visualforce

D. Contact Request Flow

A

A. Process Builder

47
Q

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

A

A. Patch

48
Q

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 in 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. Account was also manually shared.

B. Implicit access to the Account.

C. Sharing set is granting access to the Account.

D. Sales rep B was added to the Account team.

A

B. Implicit access to the Account.

49
Q

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. Create a Process Builder with an Immediate action of post to Chatter.

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

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

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

A

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

50
Q

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

What solution should be used?

A. AppExchange offering

B. Lookup field

C. Roll-up summary field

D. Process builder

A

C. Roll-up summary field

51
Q

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 communications?

A. IF(TEXT(Nickname__c),Nickname__c,FirstName)

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

C. IF(ISNULL(Nickname__c),Nickname__c,FirstName)

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

A

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

52
Q

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

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

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

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

A

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

53
Q

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 components in Setup

B. Lightning App Builder

C. Lightning component Generator

D. Visualforce components in Setup

A

A. Lightning components in Setup

B. Lightning App Builder

54
Q

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?

Choose 2 answers

A. Workflow

B. Schema Builder

C. Approval Process

D. Process Builder

A

A. Workflow

D. Process Builder

55
Q

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. Add a Path component with fields and instructions aligning to stages on the Opportunity.

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

C. Use two Tabs components to separate record information from activities.

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

A

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

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

56
Q

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

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

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

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

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

A

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

57
Q

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

B. Email

C. Time

D. Date

E. Phone

A

A. Number

B. Email

E. Phone

58
Q

Universal Containers (UC) has a custom Invoice__c object and a custom Invoice_Line_Item__c object. The Invoice_Line_Item__c object has a lookup relationship to the 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 this relationship conversion?

Choose 2 answers

A. Custom objects are unable to be on the detail side of a master-detail relationship.

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

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

D. Invoice_Line_Item__c records exist without having the Invoice__c lookup field populated.

A

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

D. Invoice_Line_Item__c records exist without having the Invoice__c lookup field populated.

59
Q

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

B. Task

C. Invocable Flow

D. Invocable Process Builder

E. Email Alert

A

A. Outbound Message

B. Task

E. Email Alert

60
Q

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?

Choose 2 answers

A. If the list view contains a chart created by the user

B. If the list view restricts sharing for the user

C. If the list view selected is the recently viewed list view

D. If the list view contains more than one record type

A

B. If the list view restricts sharing for the user

D. If the list view contains more than one record type

61
Q

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. Forward the approval request to the manager’s assistant.

B. Set up a delegated approver for the manager.

C. Have the manager log on and reassign the approval request.

D. Use Process Builder to assign a delegated approver.

A

B. Set up a delegated approver for the manager.

62
Q

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. Global actions are record-specific and are available when searching that particular object.

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

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

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

A

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

63
Q

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

C. Validation Rule

D. Activity History

A

C. Validation Rule

64
Q

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

What feature can an app builder use to accomplish this?

A. Next Best Action

B. In-App Guidance

C. Path

D. Flow

A

B. In-App Guidance

65
Q

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. Inbound Change Sets

B. Outbound Change Sets

C. Deployment status

D. Deployment Settings

A

D. Deployment Settings