Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

A fully updated 2021 Platform-App-Builder Exam Dumps exam guide from training expert TestSimulate [Q180-Q197]

Share

A fully updated 2021 Platform-App-Builder Exam Dumps exam guide from training expert TestSimulate

Provides complete coverage of every objective on exam and exam preparation Platform-App-Builder

NEW QUESTION 180
Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.

  • A. Create a feedback object as a parent of Account
  • B. Create an object-specific action on Account
  • C. Create predefined values for most of the fields.
  • D. Create a global action on Account.

Answer: B,D

Explanation:
Explanation: https://developer.salesforce.com/docs/atlas.enus.salesforce1appadmin.meta/salesforce1appadmin/s1_admin_guide_actions_predef_values.ht m https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_sf1_rollout_overview.htm&la nguage=en_US

 

NEW QUESTION 181
You are building a project mgmt app. According to the design given to you, a project must store info regarding the various functional modules under it. Each functional module must store info regarding responsibility assigned to each developer. Info about the responsibility must have info about the due date and status.
What could be the most optimal model to achieve this?

  • A. Create Project, Module, Responsibility as parent, child and grandchild objects.
  • B. Create Project and Module objects then Responsibility as a junction object.
  • C. Create a Project then add Tasks to it. Define Modules as a field on Task.
  • D. Create a Project object then Modules as a child object. Add Tasks to Modules.

Answer: D

 

NEW QUESTION 182
Person Accounts Choose 2 answers

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

Answer: A,C

 

NEW QUESTION 183
In a real estate app, if a listing is sold, all related inspections for the listing must be cancelled. What business logic feature best caters to this requirement? Choose 1 answer.

  • A. Use Visual Workflow to define a flow to iterate through the related inspection records and update the status to 'Cancelled'
  • B. Use a trigger to update the status of the related inspection records when the listing status is updated B.
    Use Process Builder to define a process action to update related records based on the listing status change
  • C. Create a standard workflow on the Listing object with a workflow record update action on the related Inspection records

Answer: A

 

NEW QUESTION 184
What the true statement is in regards to converting a tabular, summary, or matrix report to a joined report? Choose 3 answers

  • A. Bucket fields are not supported in joined reports.
  • B. Report formula fields are nor supported in Joined reports
  • C. Cross filters are not supported in joined reports
  • D. Joined report blocks are formatted as matrix reports.
  • E. The rows to display filter is not supported in Joined reports

Answer: A,C,E

 

NEW QUESTION 185
UVC wants to show different picklist values to different groups of users in a custom picklist field. What should be configured?

  • A. Page Layout
  • B. Record Types
  • C. Permission sets
  • D. Field-level security

Answer: B

 

NEW QUESTION 186
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers

  • A. Date
  • B. Currency
  • C. Percent
  • D. Checkbox
  • E. Time

Answer: A,B,C

 

NEW QUESTION 187
Where can a Standard Lightning Component be placed in the Lightning app builder tool?

  • A. Canvas
  • B. Console Layout
  • C. Mobile Card
  • D. Mini Page Layout

Answer: A

 

NEW QUESTION 188
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. Roll-up summary fields can only be created on the master of a master-detail relationship.
  • D. The roll-up summary field inherits the field - level security of the child object

Answer: C,D

 

NEW QUESTION 189
In which of these scenarios is ETL a better choice than Lightning Connect?

  • A. All of the above.
  • B. You need the external data to follow the sharing rules defined for your organization.
  • C. You need to create or update the external data in addition to reading it.
  • D. You want to generate reports and charts from the external data.

Answer: A

 

NEW QUESTION 190
Which two rules can be configured for the Opportunity object?

  • A. Assignment Rule
  • B. Escalation Rule
  • C. Validation Rule
  • D. Workflow Rule

Answer: C,D

 

NEW QUESTION 191
Universal Containers wants to track installation information once a container has been purchased on a custom object. Sales reps should have visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to the Opportunity?

  • A. Many to Many
  • B. Lookup
  • C. Hierarchical
  • D. Master-Detail

Answer: B

Explanation:
Explanation/Reference: https://trailhead.salesforce.com/content/learn/modules/data_modeling/object_relationships

 

NEW QUESTION 192
Which of the following can be source of report chart placed in page layout?(Choose 2)

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

Answer: B,C

 

NEW QUESTION 193
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?

  • A. Changing the data type of a field used in lead conversion from number to text
  • B. Changing the data type of a field used in a report from a text to an encrypted field
  • C. Changing the data type of a field used in an apex class from number to text.
  • D. Changing the data type of a field used as an external id from number to text.

Answer: D

Explanation:
Explanation
If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. If you change the data type of a custom field that is set as an external ID, choosing a data type other than text, number, or email will cause the field to no longer act as an external ID.
The option to change the data type of a custom field is not available for all data types. For example, existing custom fields cannot be converted into encrypted fields nor can encrypted fields be converted into another data type.
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.
htm&language=en

 

NEW QUESTION 194
Universal containers wants to display the real time stock price for each account on the account record page.
How should an app builder implement this request?

  • A. Install a solution from the appexchange
  • B. Build a visual flow that users API calls
  • C. Create a lightning web component
  • D. Add a dynamic report to the page layout

Answer: A

Explanation:
Explanation

 

NEW QUESTION 195
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?

  • A. Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
  • B. Use a private sharing model granting record access using hierarchy; manage field access with field-level security
  • C. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
  • D. Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts

Answer: B

 

NEW QUESTION 196
What is a use case for approval processes? Choose 2 answers.

  • A. Ensure an opportunity that has at least one product added.
  • B. Approve expense reports automatically when less than $50.
  • C. Require the CFO to review the salary range for all job offers.
  • D. Update the PTO record field with the user's manager.

Answer: B,C

 

NEW QUESTION 197
......

Tested Material Used To Platform-App-Builder: https://www.testsimulate.com/Platform-App-Builder-study-materials.html

Steps Necessary To Pass The Platform-App-Builder Exam: https://drive.google.com/open?id=195Kv0Rij6I9_xhwrEIzh5GEaGTQZ6s1C