ExamGecko
Home Home / Salesforce / Certified Platform App Builder

Salesforce Certified Platform App Builder Practice Test - Questions Answers, Page 13

Question list
Search
Search

List of questions

Search

Related questions











Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?

A.
Use process builder and set overdue date equal to Due Date + ((365/12)*2)
A.
Use process builder and set overdue date equal to Due Date + ((365/12)*2)
Answers
B.
Create a formula field using Due Date + 60
B.
Create a formula field using Due Date + 60
Answers
C.
Use process builder and set overdue Date equal to Due Date + 60
C.
Use process builder and set overdue Date equal to Due Date + 60
Answers
D.
Create a formula field using the ADDMONTHS () function
D.
Create a formula field using the ADDMONTHS () function
Answers
Suggested answer: D

Explanation:

The best way to calculate an overdue date that is two months after a task due date is to use a formula field with the ADDMONTHS() function. This function adds a specified number of months to a date value, and returns a new date value. See [this article] for more information on formula fields.

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
A.
Path
Answers
B.
Flow
B.
Flow
Answers
C.
Next Best Action
C.
Next Best Action
Answers
D.
In-App Guidance
D.
In-App Guidance
Most voted
Answers (1)
Most voted
Suggested answer: A

Explanation:

The best feature to use to ensure consistent case priority entry is Path. Path allows users to see key fields and guidance for each stage of a process, such as a case lifecycle. Path can also enforce data quality by making certain fields required at each stage. See [this article] for more information on Path.

At Ursa Major Solar there is a requirement for a new field called Planet Details on the Planet object where users can write detailed descriptions that can include pictures and links.

What field type should the app builder utilize to fulfill this requirement?

A.
Long Text Area
A.
Long Text Area
Answers
B.
Rich Text Area
B.
Rich Text Area
Most voted
Answers (1)
Most voted
C.
Multi-Select Picklist
C.
Multi-Select Picklist
Answers
D.
URL
D.
URL
Answers
Suggested answer: A

Explanation:

The best field type to use for the Planet Details field is Rich Text Area. This field type allows users to enter formatted text, images, and links. Long Text Area does not support images and links, Multi-Select Picklist does not allow text entry, and URL only allows a single web address.

Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.

How should an app builder configure Account sharing so that community users only see their own Account?

A.
Create an account record type for external accounts.
A.
Create an account record type for external accounts.
Answers
B.
Define an owner-based sharing rule for external accounts.
B.
Define an owner-based sharing rule for external accounts.
Answers
C.
Define a permission set for external accounts.
C.
Define a permission set for external accounts.
Answers
D.
Set the account external OWD to private.
D.
Set the account external OWD to private.
Answers
Suggested answer: D

Explanation:

The best way to configure Account sharing so that community users only see their own Account is to set the account external OWD to private. This will restrict the access to Account records for external users based on the sharing rules and criteria. Creating an account record type, defining an owner-based sharing rule, or defining a permission set will not prevent community users from seeing other accounts.

The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers

A.
Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.
A.
Utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads.
Answers
B.
Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.
B.
Upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation.
Answers
C.
Use Data Loader's update function to import lead and match to existing records based on e-mail address.
C.
Use Data Loader's update function to import lead and match to existing records based on e-mail address.
Answers
D.
Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.
D.
Enable Duplicate Matching in the Data Management section in Setup and activate the Lead-to_Lead scenario.
Answers
Suggested answer: A, B

Explanation:

The best actions to take to avoid creating duplicate leads when uploading a list of 400 leads are to utilize a Lead Matching Rule and corresponding Duplicate Rule to block newly created duplicate leads, and to upload the lead list using the import wizard and select a Matching type to prevent duplicate lead creation. The Lead Matching Rule defines the criteria for identifying duplicate leads, and the Duplicate Rule defines the actions to take when a duplicate is detected. The import wizard allows users to choose a Matching type based on the Lead Matching Rule and block or allow duplicates. Using Data Loader's update function or enabling Duplicate Matching in the Data Management section will not prevent duplicate lead creation.

Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.

What can be the issue?

A.
The record page needs to be activated.
A.
The record page needs to be activated.
Answers
B.
The component has been developed for Desktop Pages.
B.
The component has been developed for Desktop Pages.
Answers
C.
The component needs to be activated.
C.
The component needs to be activated.
Answers
D.
The record page template is unable to support mobile devices.
D.
The record page template is unable to support mobile devices.
Answers
Suggested answer: B

Explanation:

The most likely reason why users are unable to view the custom Lightning component on mobile devices is that the component has been developed for Desktop Pages only. Some components are not supported on mobile devices or have different behavior on mobile devices. An app builder should check the component documentation or metadata to see if it is compatible with mobile devices.

A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.

What should an app builder do to help achieve this goal without sacrificing data quality?

A.
Research and evaluate data enrichment products on the AppExchange to automate data entry.
A.
Research and evaluate data enrichment products on the AppExchange to automate data entry.
Answers
B.
Post daily to the Chatter feed any relevant fields that need to be populated.
B.
Post daily to the Chatter feed any relevant fields that need to be populated.
Answers
C.
Use Flow to create a data entry wizard to automate data entry.
C.
Use Flow to create a data entry wizard to automate data entry.
Answers
D.
Use a combination of workflow rules and formula fields to populate key fields for the sales user.
D.
Use a combination of workflow rules and formula fields to populate key fields for the sales user.
Answers
Suggested answer: A

Explanation:

The best way to help the sales manager achieve their goal of reducing manual data entry from business cards is to research and evaluate data enrichment products on the AppExchange that can automate data entry. Data enrichment products can scan business cards, extract relevant information, and populate fields in Salesforce records. This can save time, improve data quality, and enhance productivity. Option B, C, and D are not effective solutions for this goal.

Which two solutions prevent a formula field from being referenced by a Roll-Up Summary Field?

A.
A cross-object workflow updating a field referenced by the formula field
A.
A cross-object workflow updating a field referenced by the formula field
Answers
B.
A cross-object field reference in the formula field
B.
A cross-object field reference in the formula field
Answers
C.
The CASE () function in the formula field
C.
The CASE () function in the formula field
Answers
D.
The NOW () function in the formula field
D.
The NOW () function in the formula field
Answers
Suggested answer: B, D

Explanation:

A formula field cannot be referenced by a roll-up summary field if it contains a cross-object field reference or a time-based function. A cross-object field reference is a reference to a field from a different object, such as Account. Name on a Contact object. A time-based function is a function that returns the current date or time, such as NOW() or TODAY(). Option A and C do not prevent a formula field from being referenced by a roll-up summary field.

Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.

How should an app builder create this solution?

A.
Lookup field
A.
Lookup field
Answers
B.
Field-level security
B.
Field-level security
Answers
C.
Field history tacking
C.
Field history tacking
Answers
D.
Cross-object formula field
D.
Cross-object formula field
Answers
Suggested answer: D

Explanation:

A cross-object formula field is a formula field that references fields from another object. This can be used to display the value of the Account_Region__c field on Opportunities, as long as there is a relationship between the two objects. Option A, B, and C are not relevant for this requirement.

An app builder needs a custom solution and is considering using community. Ease of updates is the primary consideration.

What should the app builder consider?

A.
A managed package from AppExchange
A.
A managed package from AppExchange
Answers
B.
An unmanaged package from AppExchange
B.
An unmanaged package from AppExchange
Answers
C.
An open-source unmanaged package
C.
An open-source unmanaged package
Answers
D.
An open-source custom development
D.
An open-source custom development
Answers
Suggested answer: A

Explanation:

A managed package from AppExchange is a custom solution that is developed by a third-party provider and can be installed in Salesforce. A managed package can be easily updated by the provider without affecting the existing functionality or customizations. This makes it suitable for the app builder's requirement of ease of updates. Option B, C, and D are not as easy to update as a managed package.

Total 294 questions
Go to page: of 30