ExamGecko
Home Home / Salesforce / Certified Platform App Builder

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

Question list
Search
Search

List of questions

Search

Related questions











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.
Record Type
A.
Record Type
Answers
B.
Validation Rule
B.
Validation Rule
Answers
C.
Activity History
C.
Activity History
Answers
D.
Page Layout
D.
Page Layout
Answers
Suggested answer: B

Explanation:

A validation rule is a formula that evaluates the data in one or more fields and returns a value of ''True'' or ''False''. Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record.In this case, a validation rule can be used to check if the Expected_Close_Date_c field is populated before the Opportunity stage is set to qualified

An app builder notices several Accounts converted from Leads are missing information they expected to be caught via Account validation rules.

What could be the source of this issue?

A.
The lead settings are unchecked to require validation for converted leads.
A.
The lead settings are unchecked to require validation for converted leads.
Answers
B.
Account validation rules fail to validate on records converted from a lead.
B.
Account validation rules fail to validate on records converted from a lead.
Answers
C.
The lead settings are allowing users to intentionally bypass validation rules.
C.
The lead settings are allowing users to intentionally bypass validation rules.
Answers
D.
Lead validation rules fail to validate on records when they are being converted.
D.
Lead validation rules fail to validate on records when they are being converted.
Answers
Suggested answer: A

Explanation:

The lead settings have an option to require validation for converted leads. If this option is unchecked, then the Account validation rules will not be enforced when a lead is converted to an Account.This could result in missing or incorrect information on the Account records

An App Builder at UVC would like to prevent users from creating new records on an Account related list by overriding standard buttons. Which two should the App Builder consider before overriding standard buttons?

A.
Standard buttons can be changed on lookup dialogs, list views, and search result layouts
A.
Standard buttons can be changed on lookup dialogs, list views, and search result layouts
Answers
B.
Standard buttons can be overridden with a Visualforce page
B.
Standard buttons can be overridden with a Visualforce page
Answers
C.
Standard buttons that are not available for overrides can still be hidden on page layouts
C.
Standard buttons that are not available for overrides can still be hidden on page layouts
Answers
D.
Standard buttons can be overridden, relocated on the detail page, and relabeled
D.
Standard buttons can be overridden, relocated on the detail page, and relabeled
Answers
Suggested answer: B, C

Explanation:

Standard buttons can be overridden with a Visualforce page to provide custom functionality or user interface.For example, you can override the New button on an object to display a custom Visualforce page instead of the standard page layout3. Standard buttons that are not available for overrides can still be hidden on page layouts to prevent users from accessing them.For example, you can hide the Delete button on an object to prevent users from deleting records

The Service Manager provided the app builder with color code requirements for case age on open cases.

New cases populate a green circle

Day-old cases populate a yellow circle

Three-day-old cases populate a red circle

How should an app builder implement this requirement?

A.
Formula Field
A.
Formula Field
Answers
B.
Quick Action
B.
Quick Action
Answers
C.
Custom Button
C.
Custom Button
Answers
D.
Lightning Web Component
D.
Lightning Web Component
Answers
Suggested answer: A

Explanation:

A formula field is a read-only field that derives its value from a formula expression you define. The formula field is updated when any of the source fields change. You can use formula fields to display images based on certain conditions. In this case, a formula field can be used to display a green, yellow, or red circle image based on the case age.

Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.

Which option should an app builder suggest to meet this requirement?

A.
Use an AppExchange solution.
A.
Use an AppExchange solution.
Answers
B.
Build a screen flow page.
B.
Build a screen flow page.
Answers
C.
Build a Lightning record page.
C.
Build a Lightning record page.
Answers
D.
Use a Boit solution
D.
Use a Boit solution
Answers
Suggested answer: A

Explanation:

An AppExchange solution is a pre-built application or component that can be installed from the Salesforce AppExchange, which is an online marketplace for Salesforce products. AppExchange solutions can help you meet your business needs quickly and efficiently, without requiring much development effort or expertise. You can browse and search for AppExchange solutions by category, industry, rating, price, and more.

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 on 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.
Visualforce
A.
Visualforce
Answers
B.
Roll-up Summary
B.
Roll-up Summary
Answers
C.
Apex Trigger
C.
Apex Trigger
Answers
D.
Flow
D.
Flow
Answers
Suggested answer: D

Explanation:

A flow is an application that automates a business process by collecting data and performing operations in your org or an external system. Flows can also manipulate data in your org by creating, updating, deleting, or submitting records for approval. You can use flows to update fields on related records when a certain event occurs, such as closing a work order. In this case, a flow can be used to update the last maintenance date field on the Asset record when a maintenance work order gets closed.

At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?

A.
The invoice must have at least one Master-Detail field for reporting.
A.
The invoice must have at least one Master-Detail field for reporting.
Answers
B.
The Account record includes Invoice roll-up summary fields.
B.
The Account record includes Invoice roll-up summary fields.
Answers
C.
The Invoice records have existing values in the Account.
C.
The Invoice records have existing values in the Account.
Answers
D.
The Account is included in the workflow on the Invoice object.
D.
The Account is included in the workflow on the Invoice object.
Answers
Suggested answer: B

Explanation:

The Account record includes Invoice roll-up summary fields.This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and changing the field type to lookup would delete the roll-up summary fields

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.
A.
The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.
Answers
B.
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.
B.
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.
Answers
C.
The roll-up summary can be achieved by creating a formula field on the Star__c object.
C.
The roll-up summary can be achieved by creating a formula field on the Star__c object.
Answers
D.
A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records
D.
A roll-up summary field will need to be created on the Galaxy__c object with a field filter that select all related Star_c records
Answers
Suggested answer: B

Explanation:

The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.This is correct because roll-up summary fields are only available on the master object in a master-detail relationship, and a lookup relationship does not establish a parent-child hierarchy between the objects

Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page.

Which two components should an app builder use to meet these requirements?

Choose 2 answers

A.
Path
A.
Path
Answers
B.
Rich text
B.
Rich text
Answers
C.
Related record
C.
Related record
Answers
D.
Tabs
D.
Tabs
Answers
Suggested answer: C, D

Explanation:

Related record and Tabs. These are correct because the related record component allows service agents to view and edit fields from a related record on the same page, and the tabs component allows service agents to switch between different views of related lists or other components on the same page.

A sales rep at AW Computing is unable to find what they are looking for while scrolling through their Chatter feed.

How can a filter be utilized to show only posts from their key account and opportunity records?

A.
Create a Chatter group.
A.
Create a Chatter group.
Answers
B.
Create Chatter bookmarks
B.
Create Chatter bookmarks
Answers
C.
Create a Chatter stream.
C.
Create a Chatter stream.
Answers
D.
Create a Chatter notification.
D.
Create a Chatter notification.
Answers
Suggested answer: C

Explanation:

Create a Chatter stream. This is correct because a Chatter stream allows users to follow multiple records and people in one feed, and filter the feed by selecting a stream.

Total 294 questions
Go to page: of 30