ExamGecko
Home Home / Salesforce / Certified Platform App Builder

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

Question list
Search
Search

List of questions

Search

Related questions











An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers

A.
Currency
A.
Currency
Most voted
Answers (1)
Most voted
B.
Percent
B.
Percent
Most voted
Answers (1)
Most voted
C.
Date
C.
Date
Most voted
Answers (1)
Most voted
D.
Checkbox
D.
Checkbox
Answers
E.
Time
E.
Time
Answers
Suggested answer: A, B, D

Explanation:

Roll-up summary fields can only be created on master-detail relationships, and they can only calculate numeric fields, such as currency, percent, and number. Date and time fields are not supported for roll-up summary fields.Checkbox fields can be used in roll-up summary filters, but not in the field to aggregate

universal containers has several large customers that sell their products through dealers. Each customer and dealer have an individual rep who works directly with uc and each is billed separately. How can an app builder implement these requirements?

A.
Create a single account record, add each rep as a contact and create a custom dealer object
A.
Create a single account record, add each rep as a contact and create a custom dealer object
Answers
B.
Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.
B.
Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.
Most voted
Answers (1)
Most voted
C.
Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record
C.
Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record
Answers
D.
Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.
D.
Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.
Answers
Suggested answer: D

Explanation:

Creating both customer and dealer as accounts, creating account teams on each account and associating the dealer records with the parent account would allow UC to track each customer and dealer separately, as well as their relationships and reps.Account hierarchy is not suitable for this scenario, as it is used to show the relationships among parent and child accounts within a single company

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.
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.
A.
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.
Most voted
Answers (1)
Most voted
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.
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.
Answers
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.
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.
Answers
D.
Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.
D.
Clone the Case Lightning page > Add a rich text area to the new page, and assign this page to platinum accounts.
Answers
Suggested answer: B

Explanation:

A text-only Visualforce page can be used to show a text notification on a case record page based on a condition. The Visualforce component can be dragged into the Case Lightning page and its visibility can be set to show when the account support level is platinum.This is the simplest and most flexible way to meet the requirement

Universal Containers (UC) has large data volumes and is nearing data storage limits. The planned solution is to archive historical data to reduce data storage in Salesforce; however, UC would still like to use reports, queries, and lookups on the archived information.

Which two options could meet this requirement?

Choose 2 answers

A.
Big objects
A.
Big objects
Answers
B.
Custom objects
B.
Custom objects
Answers
C.
Related objects
C.
Related objects
Answers
D.
External objects
D.
External objects
Answers
Suggested answer: A, D

Explanation:

Big objects and external objects can be used to archive historical data and reduce data storage in Salesforce, while still allowing users to access the archived data using reports, queries, and lookups.Big objects store data within Salesforce, while external objects store data outside Salesforce and integrate it with Salesforce using an external data source

Universal Containers has a customer base where many customers have the same or similar company names.

Which functionality should be configured to improve an end user`s search experience?

Choose 2 answers

A.
Update the account search layout's view filter settings.
A.
Update the account search layout's view filter settings.
Answers
B.
Update the account search layouts search results columns displayed.
B.
Update the account search layouts search results columns displayed.
Answers
C.
Update the account search filter fields.
C.
Update the account search filter fields.
Answers
D.
Update the account search layouts accounts tab columns displayed.
D.
Update the account search layouts accounts tab columns displayed.
Answers
Suggested answer: B, C

Explanation:

Updating the account search layouts search results columns displayed and updating the account search filter fields can improve an end user's search experience by showing more relevant information and allowing more refined filtering.The view filter settings and the accounts tab columns displayed are not related to the search functionality

An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.

What should be done next in order to configure the component for use in a record page?

A.
Edit a record page using Lightning App Builder > Drag the component onto the page.
A.
Edit a record page using Lightning App Builder > Drag the component onto the page.
Answers
B.
Edit a record page using the Page Layout editor > Drag the component onto the page.
B.
Edit a record page using the Page Layout editor > Drag the component onto the page.
Answers
C.
Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.
C.
Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.
Answers
D.
Edit a record page using App Manager > Drag the component onto the page.
D.
Edit a record page using App Manager > Drag the component onto the page.
Answers
Suggested answer: A

Explanation:

To configure a custom Lightning component for use in a record page, the app builder needs to edit a record page using the Lightning App Builder and drag the component onto the page.The Page Layout editor and the App Manager are not used for this purpose

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

A.
The template is unable to be changed after the initial save.
A.
The template is unable to be changed after the initial save.
Answers
B.
To view the record page, users need 'View All Data' permissions for the object.
B.
To view the record page, users need 'View All Data' permissions for the object.
Answers
C.
A Page structure will automatically adapt to the device being used to view the record page.
C.
A Page structure will automatically adapt to the device being used to view the record page.
Answers
D.
Select a new template for each type of device users use to view the record page.
D.
Select a new template for each type of device users use to view the record page.
Answers
Suggested answer: C

Explanation:

A template for a new Lightning record page determines how the page is divided into regions. The template is responsive and will automatically adapt to the device being used to view the record page.The template can be changed after the initial save, and users do not need ''View All Data'' permissions for the object

DreamHouseRealty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.

Which two considerations should be made by the team?

Choose 2 answers

A.
Rich text field values of all lengths are displayed fully in reports.
A.
Rich text field values of all lengths are displayed fully in reports.
Answers
B.
Data loss may occur when changing custom field types.
B.
Data loss may occur when changing custom field types.
Answers
C.
Field History Tracking records value changes of 255 characters or less.
C.
Field History Tracking records value changes of 255 characters or less.
Answers
D.
Audit Trail is available through REST API extracts.
D.
Audit Trail is available through REST API extracts.
Answers
Suggested answer: B, C

Explanation:

Changing custom field types may result in data loss if the new field type is incompatible with the old one. For example, changing a text field to a number field may cause text values to be deleted. Field history tracking records value changes of 255 characters or less. If a rich text field value exceeds this limit, only the first 255 characters are tracked.

Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.

What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

A.
Salesforce Record ID
A.
Salesforce Record ID
Answers
B.
TEXT(Id)
B.
TEXT(Id)
Answers
C.
External ID
C.
External ID
Answers
D.
CASESAFE(Id)
D.
CASESAFE(Id)
Answers
Suggested answer: C

Explanation:

An indirect lookup relationship is a custom relationship between two objects that are linked by an external ID field. The external ID field must be a custom field on the parent object that has the ''External ID'' attribute enabled. The child object must be a standard or custom object that is on the detail side of a master-detail or lookup relationship.

universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?

A.
Talk to a developer about apex code issues
A.
Talk to a developer about apex code issues
Answers
B.
Number of workflows per object limits
B.
Number of workflows per object limits
Answers
C.
Workflows that cause each other to fire back and forth recursively
C.
Workflows that cause each other to fire back and forth recursively
Answers
D.
Workflows on other objects that are being re triggered
D.
Workflows on other objects that are being re triggered
Answers
Suggested answer: C

Explanation:

Workflows that cause each other to fire back and forth recursively can result in workflow limits errors. For example, if workflow A updates a field that triggers workflow B, and workflow B updates a field that triggers workflow A, this can create an infinite loop of workflows that exceed the maximum number of workflow time triggers per hour.

Total 294 questions
Go to page: of 30