ExamGecko
Ask Question

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

List of questions

Question 41

Report
Export
Collapse

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?

Record Type
Record Type
Validation Rule
Validation Rule
Activity History
Activity History
Page Layout
Page Layout
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

asked 23/09/2024
Saphronia Yancey
36 questions

Question 42

Report
Export
Collapse

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?

The lead settings are unchecked to require validation for converted leads.
The lead settings are unchecked to require validation for converted leads.
Account validation rules fail to validate on records converted from a lead.
Account validation rules fail to validate on records converted from a lead.
The lead settings are allowing users to intentionally bypass validation rules.
The lead settings are allowing users to intentionally bypass validation rules.
Lead validation rules fail to validate on records when they are being converted.
Lead validation rules fail to validate on records when they are being converted.
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

asked 23/09/2024
mohamad rachwani
29 questions

Question 43

Report
Export
Collapse

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?

Standard buttons can be changed on lookup dialogs, list views, and search result layouts
Standard buttons can be changed on lookup dialogs, list views, and search result layouts
Standard buttons can be overridden with a Visualforce page
Standard buttons can be overridden with a Visualforce page
Standard buttons that are not available for overrides can still be hidden on page layouts
Standard buttons that are not available for overrides can still be hidden on page layouts
Standard buttons can be overridden, relocated on the detail page, and relabeled
Standard buttons can be overridden, relocated on the detail page, and relabeled
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

asked 23/09/2024
Yuriy Kitsis
35 questions

Question 44

Report
Export
Collapse

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?

Formula Field
Formula Field
Quick Action
Quick Action
Custom Button
Custom Button
Lightning Web Component
Lightning Web Component
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.

asked 23/09/2024
disserto management gmbh
44 questions

Question 45

Report
Export
Collapse

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?

Use an AppExchange solution.
Use an AppExchange solution.
Build a screen flow page.
Build a screen flow page.
Build a Lightning record page.
Build a Lightning record page.
Use a Boit solution
Use a Boit solution
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.

asked 23/09/2024
ayodele fakayode
35 questions

Question 46

Report
Export
Collapse

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?

Visualforce
Visualforce
Roll-up Summary
Roll-up Summary
Apex Trigger
Apex Trigger
Flow
Flow
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.

asked 23/09/2024
Kodjo Boessi
33 questions

Question 47

Report
Export
Collapse

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?

The invoice must have at least one Master-Detail field for reporting.
The invoice must have at least one Master-Detail field for reporting.
The Account record includes Invoice roll-up summary fields.
The Account record includes Invoice roll-up summary fields.
The Invoice records have existing values in the Account.
The Invoice records have existing values in the Account.
The Account is included in the workflow on the Invoice object.
The Account is included in the workflow on the Invoice object.
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

asked 23/09/2024
Marcos Davila
32 questions

Question 48

Report
Export
Collapse

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?

The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.
The roll-up summary can be achieved by creating a formula field on the Galaxy__c object.
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.
The lookup relationship will need to be converted to a master-detail relationship before a roll-up summary field can be created.
The roll-up summary can be achieved by creating a formula field on the Star__c object.
The roll-up summary can be achieved by creating a formula field on the Star__c object.
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
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
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

asked 23/09/2024
Aldays Kausiona
43 questions

Question 49

Report
Export
Collapse

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

Path
Path
Rich text
Rich text
Related record
Related record
Tabs
Tabs
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.

asked 23/09/2024
federico monaco
35 questions

Question 50

Report
Export
Collapse

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?

Create a Chatter group.
Create a Chatter group.
Create Chatter bookmarks
Create Chatter bookmarks
Create a Chatter stream.
Create a Chatter stream.
Create a Chatter notification.
Create a Chatter notification.
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.

asked 23/09/2024
Tom Ogan
34 questions
Total 294 questions
Go to page: of 30
Search

Related questions