Verified Platform-App-Builder &As - Provide Platform-App-Builder with Correct Answers [Q12-Q33]

Share

Verified Platform-App-Builder Exam Dumps Q&As - Provide Platform-App-Builder with Correct Answers

Pass Your Platform-App-Builder Dumps Free Latest Salesforce Practice Tests


To become a Salesforce Certified Platform-App-Builder, you must pass the Platform-App-Builder Certification Exam. Platform-App-Builder exam consists of 60 multiple-choice questions and is timed at 105 minutes. Platform-App-Builder exam is designed to measure your knowledge of the Salesforce Platform and your ability to design, build, and implement custom applications. Platform-App-Builder exam is administered by Salesforce and is available online or in-person at a testing center.


Achieving the Salesforce Certified Platform App Builder certification can benefit individuals by demonstrating their proficiency in building custom apps on the Salesforce platform. It can also benefit organizations by providing them with a pool of certified professionals who can help them design and implement custom apps to meet their specific business needs.

 

NEW QUESTION # 12
What are two capabilities of Schema Builder? Choose 2 answers

  • A. Viewing page layouts in a new window
  • B. Creating a new record type
  • C. Editing custom settings
  • D. Showing selected objects on a page

Answer: C,D

Explanation:
Schema Builder is a tool that allows app builders to view and modify the data model of their Salesforce org.
Some of the capabilities of Schema Builder are:
* Creating and editing custom objects and fields
* Creating and editing relationships between objects
* Showing selected objects on a page
* Editing custom settings
Schema Builder cannot be used to create a new record type or view page layouts in a new window.


NEW QUESTION # 13
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase.
How should an app builder use a roll-up summary to meet the requirements?

  • A. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
  • B. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
  • C. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
  • D. Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.

Answer: D

Explanation:
The app builder should create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE. A roll-up summary field is a type of field that calculates values from related records and displays them on the parent record. In this case, the app builder can create a roll-up summary field on the Account object that calculates the minimum (earliest) value of the Opportunity Close Date field from the related opportunities where IsWon = TRUE. This will show when customers made their first purchase. Option B, C, and D are not correct ways to use a roll-up summary field to meet the requirement.


NEW QUESTION # 14
An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?
Choose 2 answers

  • A. Sharing Rules
  • B. Permission Set Groups
  • C. Manual Sharing Rules
  • D. Public Groups

Answer: A,D


NEW QUESTION # 15
Which statement is true when defining a Create custom action for the Contact object? (Choose two.)

  • A. The create action will ignore field requirements.
  • B. The create action can pre-define Contact field values.
  • C. The create action allows a user to select a record type.
  • D. The create action will respect validation rules.

Answer: C,D


NEW QUESTION # 16
A new app builder on the Cloud Kicks team is getting familiar with relationships in the data model.
What functionality would present the app builder a comprehensive view of all relationships In one pi

  • A. Schema Builder
  • B. Lightning Object Creator
  • C. Lightning Record Page
  • D. Object Manager

Answer: A


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

Answer: C


NEW QUESTION # 18
An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields7

  • A. Assign data types to the fields on the object.
  • B. Create a permission set for access to the object and fields.
  • C. Add the fields to the page layout on the object.
  • D. Allow reporting for the object and fields.

Answer: C


NEW QUESTION # 19
Universal con needs a field on the account to track how many opportunitiesare closing within the next 30 days. What can be used?

  • A. Workflow rule
  • B. Roll-up summary field
  • C. Process builder
  • D. Apex code

Answer: D


NEW QUESTION # 20
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each.
While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.
What should the app builder recommend to meet this requirement?

  • A. Update the org-wide default to private and create a sharing rule for the role of recruiting manager.
  • B. Remove "create" permission for the salary applicant object for everyone except the manager and VP.
  • C. Configure the hourly record type as the default and instruct non-management users to accept the default record type.
  • D. Create a permission set containing the salary record type and assign it to the appropriate users.

Answer: D

Explanation:
A permission set containing the salary record type and assigning it to the appropriate users would allow only those users to create salary applicant records, while still allowing all users to view all applicant records. This is the most granular and flexible way to meet the requirement


NEW QUESTION # 21
Universal Containers (UC) wants to deliver purchased containers to remote construction sites. These locations are missing a traditional street address. In these cases the customer will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?

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

Answer: D


NEW QUESTION # 22
Person Accounts Choose 2 answers

  • A. Can only be merged with other person accounts
  • B. Have the same icon as Business accounts
  • C. Do use space in both account and contacts table
  • D. Are enabled by default
  • E. Are enabled via feature license

Answer: A,C


NEW QUESTION # 23
The services manager wants to make sure the team enters case priority consistently.
What feature can an app builder use to accomplish this?

  • A. Next Best Action
  • B. Path
  • C. In-App Guidance
  • D. Flow

Answer: B

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.


NEW QUESTION # 24
In order to delete a record smth needs to be approved.

  • A. Approval with Workflow
  • B. Approval with Apex Trigger
  • C. Option 4
  • D. Option 3

Answer: B


NEW QUESTION # 25
The sales Operations team at AWS Computing deletes accounts for a variety of a reasons. The sales ops director is worried that the Sales team may delete accounts that sales reps are actively selling into.
Now should the app builder keep accounts with open opportunities from being deleted?

  • A. Create a validation rule on the Account object.
  • B. Remove the Delete permission from the Sales Rep profile.
  • C. Create an Apex Trigger on the Account object
  • D. Remove the delete button on the account layout

Answer: A

Explanation:
Explanation
Create a validation rule on the Account object is how the app builder can keep accounts with open opportunities from being deleted. According to the Salesforce documentation, "Validation rules verify that data entered by users in records meet the standards you specify before they can save it." A validation rule can check if an account has any open opportunities and display an error message if someone tries to delete it.
Create an Apex trigger on the Account object, remove the delete button on the account layout, and remove the Delete permission from the Sales Rep profile are not valid or sufficient solutions for this requirement.


NEW QUESTION # 26
What may occur if workflow rules are re-evaluated after a field change by a field update? Choose 2 answers

  • A. Workflow rules trigger validation rules on field updates
  • B. A recursive loop potentially results in exceeding organizational limits.
  • C. Workflow rules trigger more workflow rules to be re-evaluated.
  • D. Cross-object workflow rules result in re-evaluation after field change.

Answer: B,C


NEW QUESTION # 27
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 # 28
Representatives at Universal Containers use Salesforce to record information for leads. When new prospects are added, an outbound message is sent to SAP with lead's information. Which automation process will accomplish this without writing any code?

  • A. Design an Approval Process that sends an outbound message upon arrival.
  • B. Create a process using Lightning Process Builder to send the outbound message.
  • C. Use Visual Workflow to create a wizard that will send an outbound message.
  • D. Create a Workflow Rule with an outbound message as the action

Answer: D


NEW QUESTION # 29
universal containers is migrating its sales operations from a legacy system that was used. opportunities need to be imported with the proper country currency. Which two steps should an app builder configure to meet these requirements ?
Choose 2 answers.

  • A. Use Import Wizard to import the records.
  • B. Use import the currency ISO Code Column in the import file.
  • C. Include the currency ISO Code Column in the import file.
  • D. Use Data Loader to import the records.
  • E. Include the currency ISO code in all currency fields in the import file.

Answer: D,E


NEW QUESTION # 30
New and refreshed sandboxes have the default e-mail deliverability setting System e-mail only.
What are the other options? (Choose three.)

  • A. System e-mail only
  • B. All e-mail
  • C. No access
  • D. All access

Answer: A,B,C


NEW QUESTION # 31
Sales rep at universal containers use salesforce on their mobile devices. They want a way to add new contacts quickly and then follow up later to complete the additional information necessary. What mobile should an app builder recommend?

  • A. Customize the mobile menu to move contacts to the top
  • B. Add a compact layout to contacts
  • C. Use path and set pre-defined values
  • D. Build a global action to create contacts

Answer: C


NEW QUESTION # 32
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 App Manager > Drag the component onto the page.
  • B. Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.
  • C. Edit a record page using Lightning App Builder > Drag the component onto the page.
  • D. Edit a record page using the Page Layout editor > Drag the component onto the page.

Answer: C


NEW QUESTION # 33
......

Get Top-Rated Salesforce Platform-App-Builder Exam Dumps Now: https://www.passexamdumps.com/Platform-App-Builder-valid-exam-dumps.html

Platform-App-Builder Exam Dumps Pass with Updated Tests Dumps: https://drive.google.com/open?id=19DPaeDWZABM7exO0SozhGQPr4yem3gDe