Real Platform-App-Builder are Uploaded by Test4Cram provide 2024 Latest Platform-App-Builder Practice Tests Dumps [Q51-Q71]

Share

Real Platform-App-Builder are Uploaded by Test4Cram provide 2024 Latest Platform-App-Builder Practice Tests Dumps.

All Platform-App-Builder Dumps and Salesforce Certified Platform App Builder Training Courses Help candidates to study and pass the Salesforce Certified Platform App Builder Exams hassle-free!

NEW QUESTION # 51
An app builder needs to deploy a new account detail page layout from sandbox to production.
Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?
Choose 3 answers

  • A. System administrator profile
  • B. Lightning App Builder
  • C. Custom actions
  • D. Custom fields
  • E. Detail page layout

Answer: C,D,E

Explanation:
Explanation
To deploy a new account detail page layout from sandbox to production, an app builder should include three components in the change set:
Detail page layout: The page layout defines the arrangement of fields, buttons, related lists, and other components on a record detail or edit page. It also controls which fields are required or read-only for users. Source Custom fields: Custom fields are fields that are created by users to store additional information on standard or custom objects. Custom fields can have different data types, such as text, number, date, picklist, etc. Source Custom actions: Custom actions are actions that are created by users to extend the functionality of standard or custom objects. Custom actions can be global or object-specific, and they can invoke different tools such as Lightning components, Visualforce pages, flows, etc. [Source]


NEW QUESTION # 52
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 # 53
Sales and marketing users have similar roles, and use similar record types. However sales uses 3 different fields and marketing has 5, how do you set up processes the most efficiently (something like that)

  • A. 1 page layout, 1 record type, 1 profile
  • B. 1 page layout, 2 record types, 2 profiles
  • C. 2 page layouts, 1 record type, 2 profiles
  • D. 2 page layouts, 2 record types, 2 profiles

Answer: C


NEW QUESTION # 54
Universal Containers wants users to have access to the pricing guidelines document when viewing a Contract related to an Account.
What feature should an app builder use to create easy access to the document?

  • A. Quick Action on the Account object
  • B. A custom detail page link on the Account object
  • C. A custom detail page link on the Contract object
  • D. Quick Action on the Contracts object

Answer: C

Explanation:
Explanation
The feature that the app builder should use to create easy access to the document is a custom detail page link on the Contract object. A custom detail page link is a type of custom button or link that can display a URL or execute JavaScript when clicked. The app builder can create a custom detail page link on the Contract object that displays the pricing guidelines document in a new window or tab. Option A is incorrect because a quick action on the Contracts object is not suitable for this requirement, as quick actions are used to create or update records, log calls, send emails, or launch flows. Option B is incorrect because a quick action on the Account object is not suitable for this requirement, as quick actions are not related to the Contract object. Option C is incorrect because a custom detail page link on the Account object is not suitable for this requirement, as custom detail page links are not related to the Contract object.


NEW QUESTION # 55
Universal containers needs to flag leads with one or more business areas. They need to add a field to capture these to the lead records. There is no need to report on this field. What is the appropriate field type?

  • A. Radio Buttons(multi-select)
  • B. Picklist
  • C. Picklist (multi-select)
  • D. Text Area

Answer: C


NEW QUESTION # 56
A manager wants to embed charts into his accounts object in one-page layout.
How many charts can you embed for him?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B


NEW QUESTION # 57
Universal Container wants customers to be able to open cases from a public-facing website.
What should the app builder use to enable visitors to the website?

  • A. Outbound message
  • B. Web-to-case
  • C. Email-to-case
  • D. Screen flow

Answer: C


NEW QUESTION # 58
The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.
What solution should an app builder implement to meet these requirements?

  • A. A Validation Rules
  • B. Activities Component
  • C. Process Builder
  • D. Workflow Rules

Answer: A


NEW QUESTION # 59
When an opportunity close date is delayed by more than 60 days, the manager and the VP of Sales must approve the change.
Which two solutions will meet the requirement? (Choose two.)

  • A. Build a validation rule that does not allow a user to save the opportunity record.
  • B. Create a workflow rule that checks for close date less than 60 days and add an e-mail alert.
  • C. Create a Process Builder flow that submits the record for an approval process.
  • D. Build an approval process that requires unanimous approval from the manager and VP of Sales.

Answer: C,D


NEW QUESTION # 60
Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond.
Which two ways could CK use Chatter to solve this problem?
Choose 2 answers

  • A. Polls
  • B. Streams
  • C. Out of Office
  • D. Topics

Answer: A,C

Explanation:
Explanation
Polls and Out of Office are two ways that CK can use Chatter to gather feedback and understand availability.
Polls allow users to create surveys and collect opinions from other users. Out of Office lets users set a status message and an end date to inform others when they are away or busy. Streams and Topics are not related to the problem.


NEW QUESTION # 61
Universal container manages internal projects by department using a custom object called projects. Only employees in the project's respective department should have view access to all of the department's project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former department. How can these requirements be met, assuming the organization-wide default for projects is set to private? Choose 2 answers

  • A. Create a criteria based sharing rule using the projects department that grants access to users by public groups.
  • B. Create a criteria based sharing rule using the projects department that grants access to users by permission set.
  • C. Create acriteria based sharing rule using the projects department that grants access to users by profiles
  • D. Create a criteria based sharing rule using the projects department that grants access to users by roles.

Answer: A,D


NEW QUESTION # 62
Which three values must be defined when creating a new Opportunity Stage picklist value? (Choose three.)

  • A. Forecast Category
  • B. Probability
  • C. Amount
  • D. Type
  • E. Quota

Answer: A,B,D


NEW QUESTION # 63
Which statements are correct about encrypted fields among the following? (Choose four.)

  • A. Encrypted text fields can be an external ID and can have default values.
  • B. Encrypted fields are not searchable and cannot be used to define report criteria.
  • C. Encrypted fields can be included in search results, and report results.
  • D. Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms.
  • E. They are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters.

Answer: B,C,D,E


NEW QUESTION # 64
Identify the standard Lightning components. (Choose 3 answers)

  • A. Rich Text
  • B. Reports
  • C. Dashboards
  • D. Visualforce Page
  • E. List View

Answer: A,D,E


NEW QUESTION # 65
Which two may occur if workflow rules are reevaluated after a field change by a field update? (Choose two.)

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

Answer: B,C


NEW QUESTION # 66
What sandbox should you use for data load and integration testing?

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

Answer: D


NEW QUESTION # 67
Universal Containers uses a custom object to track Projects. When the status of a Project is changed from "In Progress" to "On Hold", the business wants the Project owner to be automatically assigned to an "On Hold" queue.
What capability can be used to accomplish this?

  • A. Quick Action
  • B. Assignment Rule
  • C. Escalation Rule
  • D. Workflow Rule

Answer: B


NEW QUESTION # 68
What is a true statement regarding roll-up summary fields? Choose 2 answers

  • A. Multi-select picklist fields can be used in the field column of roll-up summary filters.
  • B. Changes to the value of a roll-up summary field column of roll-up summary filters.
  • C. The roll-up summary field inherits the field - level security of the child object
  • D. Roll-up summary fields can only be created on the master of a master-detail relationship.

Answer: C,D


NEW QUESTION # 69
The Director of Marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.
What function should be used to return today's date for calculating the difference?

  • A. DATEVALUE()
  • B. TODAY()
  • C. NOW()
  • D. DATE()

Answer: B


NEW QUESTION # 70
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final toad and regression testing before going to production.
When should the full sandbox be refreshed?

  • A. After each push from the partial data sandbox.
  • B. After each major release to production.
  • C. After a new user is added to production.
  • D. After user acceptance testing is complete.

Answer: A


NEW QUESTION # 71
......

Valid Way To Pass Salesforce's Platform-App-Builder Exam with : https://www.test4cram.com/Platform-App-Builder_real-exam-dumps.html

Free Test Engine For Salesforce Certified Platform App Builder Certification Exams: https://drive.google.com/open?id=1F467KRTin_4-ianQsQiLZkRrh4lElHxm