[Apr-2026] Salesforce Platform-App-Builder Official Cert Guide PDF [Q181-Q201]

Share

[Apr-2026] Salesforce Platform-App-Builder Official Cert Guide PDF

Exam Platform-App-Builder: Salesforce Certified Platform App Builder - ExamsLabs


Salesforce Platform-App-Builder Exam consists of 60 multiple-choice questions that must be completed within 105 minutes. Platform-App-Builder exam covers a range of topics, including data modeling, security, user interface (UI) design, business logic, and application automation. Salesforce Certified Platform App Builder certification is intended to demonstrate a professional's ability to build and customize applications using declarative tools and techniques, rather than coding.

 

NEW QUESTION # 181
A new custom object called invoices needs to have an invoice date for the date and time it was invoiced. What field type should be selected for this?

  • A. Date
  • B. Date/Timestamp
  • C. Time
  • D. Date/Time

Answer: D


NEW QUESTION # 182
Universal Containers requires e-mails to be sent to additional recipients when a workflow e-mail alert is triggered from the case object.
Which two field types need to be added to the case object to allow additional recipients on the e-mail alert?
(Choose two.)

  • A. Formula field
  • B. Lookup field
  • C. E-mail field
  • D. Text field

Answer: B,C


NEW QUESTION # 183
When configuring a record type, an App Builder can configure the available value of a picklist field for the page layout. Which opportunity standard field is available to be configured directly in the Opportunity record type? Choose 2 answers

  • A. Forecast Category
  • B. Stage
  • C. Type
  • D. Lead Source

Answer: C,D


NEW QUESTION # 184
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. Create a formula field using DueDate + 60
  • B. Use process builder and set overdue date equal to DueDate + ((365/12)*2)
  • C. Use process builder and set overdue Date equal to DueDate + 60
  • D. Create a formula field using the ADDMONTHS () function

Answer: A


NEW QUESTION # 185
During testing of a new Amazon Alexa skill, the skill is repeatedly failing and invoking the function defined in the addErrorHandlermethod specified on the SkillBuilderobject. Upon inspection of Amazon CloudWatch Logs, the Alexa Skill Builder establishes that the failure is occurring whenever AMAZON.HelpIntentis being received.
How should this error be corrected?

  • A. The Builder should add logic to provide help instructions to the function defined in the addErrorHandler method specified on the SkillBuilder object.
  • B. The Builder should add an AMAZON.HelpIntententry to the interaction model to ensure the request for help is recognized by the skill.
  • C. The Builder should ensure that the intent handler is coded so that it tests for AMAZON.HelpIntentin its canHandlemethod, and when detected, returns true.
  • D. AMAZON.HelpIntentshould be handled by the SDK. The Builder should raise a support ticket with Amazon.

Answer: C


NEW QUESTION # 186
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 both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.
  • B. 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 both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.
  • D. Create a single account record, add each rep as a contact and create a custom dealer object

Answer: A

Explanation:
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


NEW QUESTION # 187
Which two features can be used to allow users to access flows. Choose 2 answers?

  • A. Flow launcher
  • B. Invoked by a process
  • C. Custom button
  • D. Quick action

Answer: C,D


NEW QUESTION # 188
You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.

  • A. An external ID is indexed and increases query performance
  • B. External IDs are not case sensitive
  • C. An external ID can be either text, number or email data types
  • D. An external ID is used to represent an identifier for a record from an external system

Answer: A,C,D


NEW QUESTION # 189
Universal Containers wants to deliver purchased containers to remote construction address. In these cases the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?

  • A. External Lookup
  • B. Text
  • C. Goelocation
  • D. Number

Answer: C


NEW QUESTION # 190
The Vp of sales at universal con has requested the sales reps be given access to view all accounts in salesforce. However, they've also requested the sales rep only be allowed to create new opportunities on accounts they own

  • A. Set the organization wide default sharing on opportunities to private and recalculate sharing
  • B. Set the organization wide default sharing on opportunities to controlled by parent
  • C. Create a new opportunity quick action that validation account ownership
  • D. Create an opportunity validation rule that compares the opportunity and account owner

Answer: D


NEW QUESTION # 191
An Alexa Skill Builder noticed that a large percentage of a food ordering skill's customers are not completing their transactions. The Builder needs to know what portion of the customers are leaving the skill by not responding, compared to the portion of customers who receive an error.
Which report inside the Analytics section of the developer console will provide this information?

  • A. Unique Customers Per Intent
  • B. Session Type Distribution
  • C. Failed Utterances Per Intent
  • D. Average Session Per Customer

Answer: D

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/devconsole/measure-skill-usage.html


NEW QUESTION # 192
What is true about validation rules? (Choose all that apply.)

  • A. Salesforce runs validation rules before creating records submitted via Web-to-Lead and Web-to-Case, and only creates records that have valid values.
  • B. Validation rules are only enforced during lead conversion if "validation and triggers for lead conversion" are enabled in your organization.
  • C. When one validation rule fails, Salesforce continues to check any additional validation rules on that field or any other field on the page and displays all appropriate error messages at once.
  • D. Campaign hierarchies follow validation rules.

Answer: A,B,C


NEW QUESTION # 193
Which statement is true for embedding a visual force page in a page layout?(Choose 2)

  • A. Visualforce pages can only be placed in the visual force section in the page layout
  • B. Visualforce pages on a page layout have attributes for width and height
  • C. Visualforce pages can be placed anywhere in a page layout
  • D. Visualforce pages on a field set have attributes for width and height

Answer: A,B


NEW QUESTION # 194
An app builder has been asked to provide users a way to identify a contact's "preferred contact method" directly on the contact record. users need to be able to identify whether a phone number or an email, is the contact's preferred communication method. Which field type will allow the app builder to accomplish this with the fewest fields possible?

  • A. Email
  • B. Picklist
  • C. Checkboxes
  • D. Formula

Answer: B


NEW QUESTION # 195
Which opportunity standard field is available to be configured directly? Choose3

  • A. Lead source
  • B. Type
  • C. Forecast category
  • D. Stage

Answer: A,B,D

Explanation:
The opportunity standard fields that are available to be configured directly are Stage, Lead Source, and Type. These fields can be modified by editing their picklist values, adding or removing values, or changing their default values. Option A is incorrect because Forecast Category is not a standard field on the opportunity object, but rather a system field that is automatically derived from the Stage field.


NEW QUESTION # 196
The app builder at AW Computing has been asked to track the number of times a case has been reopened.
Which solution should the app builder utilize to help with this request?

  • A. Scheduled Triggered flow
  • B. Screw flow
  • C. Process Builder
  • D. Apex Trigger

Answer: A

Explanation:
* A Scheduled Triggered flow can be used to increment a custom field on the Case object each time the case is reopened, effectively tracking the number of reopenings.References:
* Salesforce Help - Scheduled Flows


NEW QUESTION # 197
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?

  • A. Make a formula field to check the format of the important fields
  • B. Create a workflow rule to check the fields are formatted correctly
  • C. Configure a validation to require a field for a specific record type

Answer: C


NEW QUESTION # 198
Cloud Kicks (CK) captures all shipping information in a custom object called Shipments__c. CK's app builder is tasked with creating an approval process to ensure department members can approve all overnight shipments.
Where should the app builder route the approval request?

  • A. Role
  • B. Public group
  • C. Hierarchy field
  • D. Queue

Answer: B

Explanation:
Explanation
Public group is the best option to route the approval request for overnight shipments. Public groups can include users, roles, or other groups. Queues are used to assign ownership of records to a group of users, not for approval processes. Hierarchy field and role are not flexible enough to include only the department members.


NEW QUESTION # 199
Which functionality is NOT available on a custom object?

  • A. Validation Rules
  • B. Record Types
  • C. Assignment Rules
  • D. Workflows

Answer: C

Explanation:
Explanation/Reference:


NEW QUESTION # 200
Which statement is true for embedding a Visualforce page in a page Layout. Choose 2 Answers

  • A. Visualforce Pages can only be place in the Visualforce section in a page layout.
  • B. Visualforce Pages on a page layout have attributes for width and height
  • C. Visualforce Pages on a field set have attributes for width and height.
  • D. Visualforce Pages can be placed anywhere in the page layout.

Answer: B,D


NEW QUESTION # 201
......

Free Platform-App-Builder Exam Dumps to Improve Exam Score: https://www.examslabs.com/Salesforce/Salesforce-App-Builder/best-Platform-App-Builder-exam-dumps.html

2026 Realistic Platform-App-Builder Dumps Exam Tips Test Pdf Exam Materials: https://drive.google.com/open?id=1z88tO1-5wksSzsJFCZXMqrrUe7iGLczM