[2024] Platform-App-Builder All-in-One Exam Guide Practice To your Platform-App-Builder Exam! [Q96-Q116]

Share

[2024] Platform-App-Builder All-in-One Exam Guide Practice To your Platform-App-Builder Exam!

Preparations of Platform-App-Builder Exam 2024 Salesforce App Builder Unlimited 252 Questions


Salesforce Platform-App-Builder certification exam includes multiple-choice questions that test a candidate's knowledge of topics such as data modeling, security, user interface design, and business logic. Platform-App-Builder exam also covers the Salesforce Lightning Experience, which is the latest user interface for the Salesforce platform. The Platform-App-Builder certification exam is designed to test a candidate's ability to design, build, and deploy custom applications on the Salesforce platform.

 

NEW QUESTION # 96
Universal Containers wants to test code against a subject of production data that is under 5 GB. They want to refresh a sandbox weekly. Which type of sandbox should be used?

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

Answer: B


NEW QUESTION # 97
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

  • A. Create sales and marketing profiles to ensure read access to different objects
  • B. Create public groups for sales and marketing and create mobile navigation menus for each group.
  • C. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • D. Create mobile navigation menus for both the sales and marketing profiles.

Answer: D


NEW QUESTION # 98
A Manager at Universal Containers has requested that a custom text field be converted to a picklist in order to promote better data hygiene.
Which two actions should be considered before changing the field type? (Choose two.)

  • A. Existing list views that reference the field may be deleted.
  • B. Field reference will be removed in Visualforce pages.
  • C. Changing a field type will remove existing field history.
  • D. All data should be backed up before converting a text field.

Answer: A,D


NEW QUESTION # 99
An app builder at DreamHouse Realty created a custom object which has fields containing data from two different objects via related lookups.
What is needed to create "with" or "without* reports on the new custom object?

  • A. Report Bucket Field
  • B. Row-Level Formula
  • C. Report Filters
  • D. Custom Report Type

Answer: D


NEW QUESTION # 100
Universal Containers needs to send an Outbound Message to an external system when a record has been updated.
What is the recommended feature to meet this requirement?

  • A. Process Builder
  • B. Lightning Connect
  • C. Workflow
  • D. Flow Launcher

Answer: C


NEW QUESTION # 101
When a user creates an account report, the user does not see industry as an available field in the report builder. However, this same user is able to see in the account page layout. What scenario would cause this?

  • A. The user does not have industry field visibility in the field level security
  • B. The industry field has no record values in the account.
  • C. The user uses a custom report type which does not include the industry field
  • D. The industry field is not enabled for the particular record type

Answer: B


NEW QUESTION # 102
Which three options art availably when activating a Lightning page from the Lightning App Builder?
Choose 3 answers

  • A. Make the page the org default.
  • B. Assign the page to a combination of apps and profiles.
  • C. Make the page the default homepage for specific roles.
  • D. Make the page the default homepage for specific apps.
  • E. Assign the page to a combination of apps and permission sets.

Answer: A,B,D

Explanation:
Explanation
When activating a Lightning page from the Lightning App Builder, three options are available:
Assign the page to a combination of apps and profiles. This option allows users to specify which apps and profiles will see the custom Lightning page instead of the default page.
Make the page the org default. This option makes the custom Lightning page the default for all users in the org regardless of their app or profile.
Make the page the default homepage for specific apps. This option allows users to set different homepages for different apps in Lightning Experience. [Source]


NEW QUESTION # 103
An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.
What can be a reason for this?

  • A. Reports have to be deployed with Salesforce DX.
  • B. Data is unable to be deployed with change sets.
  • C. Data is deployed when added to a change sets.
  • D. Reports have to be manually re-created in each environment.

Answer: B

Explanation:
Explanation
Data is unable to be deployed with change sets. Change sets are used to deploy metadata components such as custom objects, fields, workflows, reports, etc. from one Salesforce org to another. However, change sets do not include any data or records from the source org. Users will need to use other tools such as Data Loader or Data Import Wizard to migrate data between orgs. [Source]


NEW QUESTION # 104
An app builder wants to create a formula field on an Account to include data from related Contacts but is unable to find the relationship in the formula editor.
What is a limitation of formulas that could be causing the issue?

  • A. More than 5,000 characters in the formula.
  • B. Unable to reference the child records.
  • C. Formula field limit reached on the Account object.
  • D. A master-detail relationship should be created.

Answer: C

Explanation:
Formulas cannot reference child records, only parent records. This is a limitation of formulas that could be causing the issue. To include data from related child records, the app builder could use roll-up summary fields or Apex triggers instead


NEW QUESTION # 105
What option is available to an App Builder when defining an object-specific Create Record custom action?
Choose 2 answers

  • A. Pre-Defining field values on the target object.
  • B. Specifying the fields and layout of the action.
  • C. Redirecting the end user to the detail page of the target object
  • D. Allowing the end user to choose the record type

Answer: B,D


NEW QUESTION # 106
Which report types may be used with Analytic Snapshots?(2)

  • A. Summary
  • B. Matrix
  • C. Tabular
  • D. Joined

Answer: A,C


NEW QUESTION # 107
Cloud Kicks works on an annual subscription model. When a sales rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of Salesforce but also needs to be notified about closed deals in order to initiate the contract process with the customer.
Which automation solution would meet these requirements?

  • A. Validation Rule
  • B. Approval Process
  • C. Workflow Rule
  • D. Process Builder

Answer: D

Explanation:
Explanation
The automation solution that would meet these requirements is Process Builder. Process Builder is a tool that can create and update records, send email alerts, submit records for approval, invoke flows, call Apex classes, and post to Chatter based on certain criteria and actions. The app builder can use Process Builder to create a process that starts when an opportunity is marked as closed won, creates a new opportunity record for the renewal with pre-populated fields, and sends an email alert to the contracts team. Option A is incorrect because an approval process is not suitable for this requirement, as approval processes are used to define the steps and criteria for approving records. Option B is incorrect because a validation rule is not suitable for this requirement, as validation rules are used to enforce data quality and prevent users from saving invalid records.
Option D is incorrect because a workflow rule is not suitable for this requirement, as workflow rules are considered legacy tools and have limitations compared to Process Builder.


NEW QUESTION # 108
The VP of Sales at Cloud Kicks wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. Once the leads are updated, the leads should be entered into a marketing journey activated by the sales rep checking the marketing checkbox.
How should the app builder accomplish this?

  • A. Path
  • B. Lighting Flow
  • C. Process Builder
  • D. Workflow

Answer: B


NEW QUESTION # 109
Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.
Which two actions should an app builder complete to implement this change?
Choose 2 answers

  • A. Update the organization-wide defaults
  • B. Create an owner-based sharing rule.
  • C. Create a criteria-based sharing rule.
  • D. Update the Sales profile.

Answer: A,C

Explanation:
Update the organization-wide defaults and create a criteria based sharing rule are two actions that an app builder should complete to implement the change of moving to a more restrictive sharing model while allowing the Sales team to access all account records with the sales record type. Updating the organization-wide defaults can set the baseline level of access for accounts, and creating a criteria based sharing rule can grant additional access based on record type. Updating the Sales profile and creating an owner-based sharing rule are not necessary or sufficient actions for this change.


NEW QUESTION # 110
What metadata changes can be made directly in a production environment without deploying from sandbox?
Choose 2 answers

  • A. Validation Rules
  • B. Apex Classes
  • C. Visualforce Pages
  • D. Apex Triggers

Answer: A,C


NEW QUESTION # 111
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?

  • A. Create sales and marketing profiles and ensure read access to different objects.
  • B. Create public groups for sales and marketing and create mobile navigation menus for each group.
  • C. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • D. Create mobile navigation menus for both the sales and marketing profiles.

Answer: A


NEW QUESTION # 112
What would the proper field type be to allow users to enter multiple paragraphs? (Choose two.)

  • A. Text
  • B. Text (Encrypted)
  • C. Text Area (Rich)
  • D. Text Area (Long)
  • E. Text Area (Super Long)

Answer: B,E


NEW QUESTION # 113
Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.
What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?

  • A. Workflow rule
  • B. Process Builder
  • C. Before-Save Record-Triggered flow
  • D. After-Save Record-Triggered flow

Answer: A


NEW QUESTION # 114
Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.
Where would an app builder enable this ability?

  • A. Object Settings
  • B. Approval Process Settings
  • C. Chatter Feed Tracking
  • D. Chatter Settings

Answer: D

Explanation:
The app builder would enable this ability in Chatter Settings. Chatter Settings is a setup menu that allows an app builder to configure various aspects of Chatter functionality, such as feeds, groups, email notifications, and more. One of the options in Chatter Settings is Enable Approvals via Chatter, which allows users to approve or reject requests from their team via Chatter posts or comments. Option A, B, and D are not places where an app builder would enable this ability.


NEW QUESTION # 115
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. Process Builder
  • B. Flow
  • C. Salesforce Connect
  • D. Workflow Rules

Answer: B

Explanation:
Explanation


NEW QUESTION # 116
......

Focus on Platform-App-Builder All-in-One Exam Guide For Quick Preparation: https://www.practicedump.com/Platform-App-Builder_actualtests.html

Practice To Platform-App-Builder - PracticeDump Remarkable Practice On your Salesforce Certified Platform App Builder Exam: https://drive.google.com/open?id=15fqXtlQrkJV435Fag7jCvJI64SagPNzE