Try Before You Buy

Download a free sample of any of our exam questions and answers

  • 24/7 customer support, Secure shopping site
  • Free One year updates to match real exam scenarios
  • If you failed your exam after buying our products we will refund the full amount back to you.

100% Pass Top-selling Platform-App-Builder Exams - New 2023 Salesforce Pratice Exam [Q61-Q84]

Share

100% Pass Top-selling Platform-App-Builder Exams - New 2023 Salesforce Pratice Exam

Salesforce App Builder Dumps Platform-App-Builder Exam for Full Questions - Exam Study Guide

NEW QUESTION # 61
Universal Containers (UC) wants to build a Recruiting app that allows for multiple Positions to appear on custom objects Websites and Postings. UC requires a report that shows the related custom objects of Postings.
Which two items should an app builder configure to implement this?
Choose 2 answers

  • A. Utilize the Standard Report Types.
  • B. Configure a Postings object with Master-Detail field to both Positions and Websites.
  • C. Configure a Postings object with Lookup field to both Positions and Websites.
  • D. Create two new Custom Report Types.

Answer: A,D


NEW QUESTION # 62
Which two features can be used to allow users to access Visual Workflows? Choose 2 answers

  • A. Custom Button
  • B. Quick Action
  • C. Invoked by Process
  • D. Visual Workflow Launcher

Answer: C,D


NEW QUESTION # 63
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/Time
  • B. Date
  • C. Time
  • D. Date/Timestamp

Answer: A

Explanation:
Explanation/Reference:


NEW QUESTION # 64
What are the capabilities of schema builder ?

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

Answer: A,D


NEW QUESTION # 65
Which two objects can be members of a Campaign? (Choose two.)

  • A. Lead
  • B. Contact
  • C. Account
  • D. Opportunity

Answer: A,B


NEW QUESTION # 66
Which of the following are types of developer sandboxes environment types in Salesforce? (Choose four.)

  • A. Partial Copy
  • B. Partial Sandbox
  • C. Full Copy
  • D. Developer
  • E. Full Sandbox
  • F. Developer Pro

Answer: A,D,E,F


NEW QUESTION # 67
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. Page Layout
  • B. Record Type
  • C. Activity History
  • D. Validation Rule

Answer: D


NEW QUESTION # 68
What is a true statement in regards to creating custom report types?

  • A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.
  • B. Any object can be chosen unless the object is no visible to the person creating the report type through security settings
  • C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
  • D. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type

Answer: C

Explanation:
You can choose from all objects-even those you don't have permission to view. This lets you build report types for a variety of users. Once you save a report type, you can't change the primary object. If the primary object on a report type is a custom object, and the custom object is deleted, then the report type and any reports created from it are automatically deleted. If you remove an object from a report type, all references to that object and its associated objects are automatically removed from reports and dashboards based on that type. http://help.salesforce.com/apex/htviewhelpdoc?id=reports_defining_report_types.htm&language=en_us


NEW QUESTION # 69
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? (Choose three.)

  • A. Decimal places and character limits
  • B. Field-level security
  • C. Record type picklist value assignments
  • D. Multiple currencies
  • E. Validation rules

Answer: A,C,D

Explanation:
Explanation/Reference:


NEW QUESTION # 70
A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the field?

  • A. Create a permission set that allows read-only access to the field via Field Level Security and assign it to the agent.
  • B. Update the Customer Service Profile already assigned to the agent to allow for read-only access to the field via Field Level Security
  • C. Update the custom field's Field Level Security in setup to allow the agent read-only access to the field.
  • D. Create a new profile to allow for read-only access to the field via Field Level Security and assign it to the agent

Answer: A


NEW QUESTION # 71
Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?

  • A. Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
  • B. Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
  • C. Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.
  • D. Create a roll-up on Product. Add the Component related list to the Product page layout.

Answer: C


NEW QUESTION # 72
Invoices in SAP need to be reviewed from Salesforce Account object Home. (Select 2)

  • A. External object
  • B. Data Loader
  • C. From SAP config
  • D. O-DATA

Answer: A,D


NEW QUESTION # 73
After universal containers converted qualified leads. Sales reps need to be able to report on converted leads. How should an app builder support for this requirement ?

  • A. Ensure the representative has read access to the original lead records
  • B. Assign the representative view and edit converted leads permission
  • C. Create a custom report type with converted leads as the primary object
  • D. Enable preserve lead status in the lead conversion settings

Answer: D


NEW QUESTION # 74
Which statements are true regarding Roll-Up Summary Fields? (Choose three.)

  • A. Once created, you cannot change the detail object selected or delete any field referenced in your Roll-up Summary definition.
  • B. Automatically derived fields, such as current date or current user, are allowed in a Roll-up Summary Field.
  • C. Advanced currency management has no affect on Roll-up Summary Fields.
  • D. Validation errors can display when saving either the detail or master record.
  • E. Because Roll-up Summary Fields are not displayed on edit pages, you can use them in validation rules.

Answer: A,D,E

Explanation:
Explanation


NEW QUESTION # 75
What is true when a field update is set to re-evaluate the workflow rule? (Choose three.)

  • A. In a batch update, workflow is only re-triggered on the entities where there is a change E.
  • B. Only workflow rules that didn't fire before will be re-triggered.
  • C. Only workflow rules on the same object as the initial field update will be re-evaluated and triggered.
  • D. Cascade of workflow rule re-evaluation and triggering can happen up to ten times after the initial field update that started it.
  • E. Any workflow rules whose criteria are met as a result of the field update will be ignored.

Answer: A,B,C


NEW QUESTION # 76
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities, What can be used to meet these requirements?

  • A. Process Builder with Submit for Approval action.
  • B. Approval Process with a triggered Flow process.
  • C. Two-step Approval Process.
  • D. Approval Process with Time-Dependent Workflow action.

Answer: C


NEW QUESTION # 77
An app builder at Universal Containers 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? (Choose two.)

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

Answer: A,D


NEW QUESTION # 78
An app builder wants to deploy a new version of an auto launched flow production in an active state so that the new functionality is immediately available to users.
What should the app builder take into consideration when planning the deployment?

  • A. Verify there is a static resource that provides test coverage for the flow
  • B. Include the process builder calling the flow in the deployment
  • C. Verify there is an apex test that provides test coverage for the flow
  • D. Include the profile that access the flow in the deployment

Answer: C


NEW QUESTION # 79
A customer service representative at a call center would like to be able to collect information from customers using a series of question prompts. What could be used to accomplish this?

  • A. Lightning process builder
  • B. Visual workflow
  • C. Lightning Connect
  • D. Workflow Rules

Answer: B


NEW QUESTION # 80
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. Configure a validation to require a field for a specific record type
  • B. Create a workflow rule to check the fields are formatted correctly
  • C. Make a formula field to check the format of the important fields
  • D. Update the important fields to be required on the page layout

Answer: A


NEW QUESTION # 81
Universal Containers wants to test code against a subset of production data that is under 5 GB. Additionally, Universal Containers would like to refresh this sandbox every weekend.
What type of sandbox should be used to accomplish this?

  • A. Partial Copy
  • B. Developer Pro
  • C. Developer
  • D. Full

Answer: A

Explanation:
Explanation/Reference:


NEW QUESTION # 82
Which use case can be accomplished using a custom link? Choose 3 answers

  • A. Navigate to an Apex Trigger to update the current record
  • B. Navigate to a process to update the current record
  • C. Navigate to an external system using data in salesforce
  • D. Navigate to a create a record page with field pre-populated
  • E. Navigate to acustom visual flow to update the current record

Answer: B,C,D


NEW QUESTION # 83
Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved7 Choose 2 answers

  • A. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
  • B. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
  • C. Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.
  • D. Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.

Answer: C,D


NEW QUESTION # 84
......


Salesforce Platform-App-Builder (Salesforce Certified Platform App Builder) exam is a certification that validates an individual's knowledge and skills in building custom applications using the Salesforce platform. The Salesforce Platform is a cloud-based platform that allows users to create and manage applications without the need for hardware or software installation. With the Salesforce Platform, users can build custom applications that fit their specific business needs, automate workflows, and integrate with other systems.


Earning the Salesforce Platform-App-Builder Certification demonstrates to employers and clients that you have the skills and knowledge required to design and build custom applications on the Salesforce Platform. Salesforce Certified Platform App Builder certification is recognized worldwide and can help professionals advance their careers in the Salesforce ecosystem.


The Salesforce Certified Platform App Builder certification exam consists of 60 multiple-choice questions and is conducted online. Platform-App-Builder exam is timed, and candidates have 90 minutes to complete it. Platform-App-Builder exam questions are designed to test the candidate's understanding of the Salesforce platform, including its features, functionalities, and best practices.

 

Authentic Best resources for Platform-App-Builder Online Practice Exam: https://www.vce4dumps.com/Platform-App-Builder-valid-torrent.html

Platform-App-Builder Test Engine Practice Exam: https://drive.google.com/open?id=1SaF9kxdcJn9kaT8CUXyVKKx_Uv_sk4ou