Latest Salesforce Platform-App-Builder Practice Test Questions, Salesforce Certified Platform App Builder Exam Dumps [Q192-Q214]

Share

Latest Salesforce Platform-App-Builder Practice Test Questions, Salesforce Certified Platform App Builder Exam Dumps

Nov-2022 Pass Salesforce Platform-App-Builder Exam in First Attempt Easily

NEW QUESTION 192
Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the "Allow Customer Invitations" Chatter setting. What permission is granted to Customers when invited to Chatter Group?

  • A. The ability to @mention accounts of which they are a contact.
  • B. The ability to invite members to groups of which they are a member
  • C. The ability to request access to public groups
  • D. The ability to interact with members of their groups

Answer: D

 

NEW QUESTION 193
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers

  • A. Field update are not available on currency field if the organization uses multi-currency.
  • B. Field updates to records based on workflow rules and approval processes do not trigger validation rules
  • C. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
  • D. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.

Answer: B,C

 

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

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

Answer: A,D

 

NEW QUESTION 195
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.
Which function should be used to calculate the difference?

  • A. Datevalue()
  • B. Today()
  • C. Date()
  • D. Now()

Answer: B

 

NEW QUESTION 196
Ursa Major Solar's sales team has been struggling to enter data on mobile since rollout; the team dislikes scrolling through all of the fields to input only the necessary data.
How could the app builder solve this with minimal impact to desktop users?

  • A. Filter components by device using Form Factor.
  • B. Update the training documentation with better screenshots.
  • C. Deselect the phone radio button on the Lightning record page assignment.
  • D. Reorder the fields to make sense for the reps when in the field.

Answer: D

 

NEW QUESTION 197
An app builder wants to prevent users from creating new records on an account related list by overriding standard buttons.
Which two aspects should be considered before overriding standard buttons? (Choose two.)

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

Answer: B,D

Explanation:
If a button isn't available for overrides, you can still hide it on the page layout.
For each experience - Salesforce Classic, Lightning Experience, or mobile - click the type of override you want associated with the action Visualforce page - Use the behavior from a Visualforce page.
Reference:
https://help.salesforce.com/articleView?id=links_override_considerations.htm&type=5
https://help.salesforce.com/articleView?id=links_customize_override.htm&type=5

 

NEW QUESTION 198
At UVC, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records. What is the minimum required configuration for an App Builder to enable different users to see different fields, based on the case type?

  • A. Record Types, Page Layouts, Permission Sets and Profiles
  • B. Record Types, Page Layouts, Support Process and Profiles
  • C. Record Types, Page Layouts, Case Teams and Profiles
  • D. Record Types, Page Layouts, Field Sets and Profiles

Answer: B

 

NEW QUESTION 199
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 profile that access the flow in the deployment
  • C. Include the process builder calling the flow in the deployment

Answer: B

 

NEW QUESTION 200
The VP of Sales at Universal Containers has requested that Sales reps be given access to view all Accounts in Salesforce. However, they've also requested that sales reps only be allowed to create new Opportunities on Accounts they own. How can this requirement be met?

  • A. Create an Opportunity Validation Rule that compares the Opportunity and Account Owners
  • B. Set the Organization-Wide Defaults sharing on Opportunities to Controlled by Parent.
  • C. Create a new Opportunity Quick Action that validates Account ownership.
  • D. Set the Organization-Wide Defaults sharing on Opportunities to Private and recalculate sharing.

Answer: B

 

NEW QUESTION 201
Universal Containers needs to set the record type for a converted lead's Account, Contact, and Opportunity based on the user who is converting the lead.
How can this be accomplished?

  • A. Set the master record types for each Role for Account, Contact, and Opportunity to the desired record type for converted records.
  • B. Set the default record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.
  • C. Set the default record types for each Role for Account, Contact, and Opportunity to the desired record type for converted records.
  • D. Set the master record types for each Profile for Account, Contact, and Opportunity to the desired record type for converted records.

Answer: B

 

NEW QUESTION 202
Which objects can be members of a campaign? Choose 2 answers

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

Answer: A,D

 

NEW QUESTION 203
Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?

  • A. Path
  • B. Global Action
  • C. Chatter feed
  • D. Workflow

Answer: B

 

NEW QUESTION 204
An app builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won.
Which two can satisfy this requirement? (Choose two.)

  • A. Use a flow and an outbound message.
  • B. Use Process Builder with an outbound message.
  • C. Use Process Builder and Apex code.
  • D. Use a workflow rule and an outbound message.

Answer: C,D

 

NEW QUESTION 205
Universal Containers sales reps can modify fields on an opportunity until it is closed. Only the sales operation team can modify the post closed follow-up dates and post closed follow-up comments fields. How can these requirements be met?

  • A. Use record types with field sets and restrict editing fields using field-level security.
  • B. Use multiple record types, page layouts and profiles.
  • C. Use field level security to mark fields as read only on the sales profile
  • D. Use field-level security on page layouts to restrict editing fields

Answer: D

 

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

Answer: B

 

NEW QUESTION 207
Universal Containers uses a private sharing model for opportunities. This model CANNOT be changed due to a regional structure A new sales operations team has been created. This team needs to perform analysis on Opportunity data, all should have read arid write access to all Opportunities.
What are two recommended solutions for the app builder to give the users appropriate access? Choose 2 answers

  • A. Create a criteria based sharing rule to all opportunities with the sales operations public group.
  • B. Add a manual share for all opportunities with each user on the sales operations team.
  • C. Create a criteria-based sharing rule to share all opportunities with the sales operations private group
  • D. Add a permission set with 'View All" and 'Modify All'' opportunity permissions enabled.

Answer: B

 

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

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

Answer: A,C

 

NEW QUESTION 209
Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.
What should the app builder do to meet the requirement?

  • A. Email relay to the configured host enabled.
  • B. Email configured for SMTP authentication.
  • C. Email deliverability set to system email only.
  • D. Email deliverability set to no access.

Answer: D

 

NEW QUESTION 210
Which type of custom fields can be used as External ID? (Choose three.)

  • A. A text field that is required
  • B. Phone
  • C. Email
  • D. Date
  • E. A text field that is encrypted
  • F. A text field that is unique

Answer: A,C,F

Explanation:
Encrypted cannot be external ID.

 

NEW QUESTION 211
What is a section of the lightning app builder tool? Select 3

  • A. Selected publisher actions
  • B. Mobile card
  • C. Canvas
  • D. Mini page layout
  • E. Components

Answer: A,C,E

 

NEW QUESTION 212
Which two statements are true about an External ID field? Choose 2 answers

  • A. The field can be used to contain unique record identifiers from a system outside of Salesforce.
  • B. The field can be unique based on case-sensitive or case-insensitive values.
  • C. The field must contain at least one number and at least one letter.
  • D. The field must be unique since duplicates are NOT allowed within Salesforce.

Answer: A,B

 

NEW QUESTION 213
An Alexa Skill Builder adds a colleague to a skill using the beta test feature. The colleague logs in to the developer console to edit the interaction model and cannot see the skill.
Why is this happening?

  • A. The colleague has not been added to the skill's developer account.
  • B. The colleague was not made an administrator in the beta test tool.
  • C. The colleague needs the ROLE_ADMINISTRATORenablement.
  • D. The skill was not submitted for publishing.

Answer: B

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/skills-beta-testing-for-alexa- skills.html

 

NEW QUESTION 214
......


Salesforce Platform-App-Builder Exam Syllabus Topics:

TopicDetails
Topic 1
  • Describe the differences between and considerations when using the various types of sandboxes
  • Describe the capabilities of and use cases for external objects
Topic 2
  • 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 3
  • Given a set of business requirements, recommend a solution to automate business processes
  • Given a set of requirements, identify the considerations and select the appropriate field type
Topic 4
  • Describe the capabilities of and considerations when using change sets
  • Describe the capabilities and considerations of the schema builder
Topic 5
  • Describe the features and capabilities available when creating reports, report types, and dashboards
  • Identify the considerations when changing a field's type
Topic 6
  • Given a set of business requirements, determine the appropriate sharing solution
  • Describe the capabilities of and use cases for social features
Topic 7
  • Describe the ramifications of field updates and the potential for recursion
  • Given a scenario, determine the appropriate data model
Topic 8
  • Describe the use cases of and considerations when using unmanaged packages
  • Identify common scenarios for extending an org using the App Exchange
Topic 9
  • 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

 

Free Platform-App-Builder Exam Files Downloaded Instantly 100% Dumps & Practice Exam: https://www.passtestking.com/Salesforce/Platform-App-Builder-practice-exam-dumps.html

Updated Verified Platform-App-Builder dumps Q&As - 100% Pass Guaranteed: https://drive.google.com/open?id=14JnFwPaG3PqcfLO60cBC9vXz5QXyOeXH