Updated Aug-2022 Exam Platform-App-Builder Dumps - Pass Your Certification Exam [Q28-Q47]

Share

Updated Aug-2022 Exam Platform-App-Builder Dumps - Pass Your Certification Exam

Latest Real Salesforce Platform-App-Builder Exam Dumps Questions


Salesforce Platform-App-Builder Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a scenario, determine the appropriate user interface design
  • Describe the user interface customization options
Topic 2
  • Given a set of business requirements, determine the appropriate sharing solution
  • Describe the capabilities of and use cases for social features
Topic 3
  • Describe the ramifications of field updates and the potential for recursion
  • Given a scenario, determine the appropriate data model
Topic 4
  • Describe the capabilities of, use cases for, and implications of roll-up summary fields
  • Describe the options and considerations when importing and exporting data
Topic 5
  • Given a scenario, identify the boundaries of declarative customization and the use cases for programmatic customization
  • Describe the capabilities of and use cases for record types
Topic 6
  • Describe the capabilities of and use cases for approval processes
  • Describe the capabilities of the core CRM objects in the Salesforce schema
Topic 7
  • Describe the capabilities of and considerations when using change sets
  • Describe the capabilities and considerations of the schema builder
Topic 8
  • Describe the differences between and considerations when using the various types of sandboxes
  • Describe the capabilities of and use cases for external objects
Topic 9
  • Describe the use cases of and considerations when using unmanaged packages
  • Identify common scenarios for extending an org using the App Exchange
Topic 10
  • Describe the features and capabilities available when creating reports, report types, and dashboards
  • Identify the considerations when changing a field's type

 

NEW QUESTION 28
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. Add a dynamic report to the page layout
  • D. Create a lightning web component

Answer: A

Explanation:
Explanation

 

NEW QUESTION 29
Universal Container installs an unmanaged package. Which of the following are true: (choose 2)

  • A. Unmanaged packages can be upgraded
  • B. Tests are executed during deployment
  • C. Unmanaged packages don't have a version number
  • D. Unmanaged packages have a namespace prefix
  • E. Components of unmanaged packages can be edited

Answer: B,E

 

NEW QUESTION 30
A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
What should an app builder do to help achieve this goal without sacrificing data quality?

  • A. Use Flow to create a data entry wizard to automate data entry.
  • B. Use a combination of workflow rules and formula fields to populate key fields for the sales user.
  • C. Research and evaluate data enrichment products on the AppExchange to automate data entry.
  • D. Post daily to the Chatter feed any relevant fields that need to be populated.

Answer: C

 

NEW QUESTION 31
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead.
What should an app builder configure to meet these requirements?

  • A. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
  • B. Create custom page payouts for each type of lead only containing the relevant fields
  • C. Create a partner community and a record type for web and trade show leads
  • D. Create three lead record types each with its own page layout containing the relevant fields

Answer: A

 

NEW QUESTION 32
When an opportunity has a discount of more than 40%, notify the CEO via e-mail and request sign-off. Provide a way for the CEO to leave comments.
Which tool would you use for the following use case?

  • A. Flow
  • B. Approvals
  • C. Process builder
  • D. Workflow

Answer: B

 

NEW QUESTION 33
Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account's billing state. This value should not change after the Opportunity has been created. What is the recommended solution to configure this automation behavior?

  • A. Apex
  • B. Formula Field
  • C. Workflow
  • D. Roll-up-summary field

Answer: C

 

NEW QUESTION 34
What is a use case for approval processes?

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

Answer: A,D

 

NEW QUESTION 35
Customer services wish to analyze how many open cases there are each day over a period of time.
How can they achieve this?

  • A. Matrix Reports
  • B. Tabular Reports
  • C. Summary Reports
  • D. Analytic Snapshot

Answer: D

 

NEW QUESTION 36
While developing a skill, an Alexa Skill Builder finds that the voice response is too quick and needs to be slowed down.
How can the Builder MOST efficiently iterate and test how the response will sound?

  • A. Make changes in the skill code, deploy it, and test it on the device.
  • B. Modify the SSML in the skill, save it, and check Amazon CloudWatch for errors.
  • C. Edit the SSML in the skill and use the Alexa Simulator tab on the Test page of the developer console.
  • D. Use the Voice & Tone tab on the Test page in the developer console.

Answer: A

 

NEW QUESTION 37
When would a developer use upsert and external IDs? (Choose two.)

  • A. To load related records without knowing Salesforce record IDs.
  • B. To integrate with an external system.
  • C. To migrate customizations from a sandbox to production.
  • D. To use Web Services API to query for data.

Answer: A,B

 

NEW QUESTION 38
Which two relationship types can be defined with external object? Choose 2 answers

  • A. External Lookup
  • B. Indirect Lookup
  • C. Cross-Organization Lookup
  • D. External Master-Detail

Answer: A,B

 

NEW QUESTION 39
Cloud Kicks has leads owned by users and queues.
The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?

  • A. [Lead].Owner:Queue.OwnerId Is Null = True
  • B. [Lead].Owner:User.Role Is Null = False
  • C. NOT(ISBLANK([Lead].OwnerId))
  • D. BEGINS([Lead].OwnerId, ,,005")

Answer: C

 

NEW QUESTION 40
What of the following are general types of actions available in Salesforce? (Choose four.)

  • A. Delete - permanently remove a record
  • B. Custom - requires visual force page
  • C. Create - create a record
  • D. Log a Call - log a call and it is recorded as a task
  • E. Update - Update Records
  • F. Remove - Remove a record

Answer: B,C,D,E

 

NEW QUESTION 41
Which two statements are true about record types? Choose two answers

  • A. They can be enabled by profile and permission set
  • B. They can be used to control user role hierarchy
  • C. They allow different picklist values for all picklist fields
  • D. They allow different page layouts and mandatory fields

Answer: C,D

 

NEW QUESTION 42
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 Data Loader to import the records.
  • B. Include the currency ISO code in all currency fields in the import file.
  • C. Use import the currency ISO Code Column in the import file.
  • D. Use Import Wizard to import the records.
  • E. Include the currency ISO Code Column in the import file.

Answer: C,E

 

NEW QUESTION 43
What is true about Master-Detail relationships? (Choose two.)

  • A. When the parent record is deleted, all child records will be deleted.
  • B. You can have a child record without the parent record.
  • C. You have to expose the master-detail field on the child object page layout.
  • D. You cannot delete a child object.

Answer: A,C

 

NEW QUESTION 44
Person Accounts ___________. (Choose two.)

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

Answer: C,E

Explanation:
Explanation/Reference:

 

NEW QUESTION 45
When do you refresh a Sandbox?

  • A. Before UAT
  • B. Option 4
  • C. After a major update
  • D. When a Production user is added

Answer: A

 

NEW QUESTION 46
You cannot change auto number to text and vice versa and not lose your data.

  • A. False
  • B. True

Answer: A

 

NEW QUESTION 47
......

Platform-App-Builder Dumps To Pass Salesforce App Builder Exam in One Day: https://www.examcollectionpass.com/Salesforce/Platform-App-Builder-practice-exam-dumps.html

100% Guaranteed Results Platform-App-Builder Unlimited 432 Questions: https://drive.google.com/open?id=1Z338STQto6oIDOneRB9jRFCkRPX1vtWp