[Sep 30, 2022] Get Up-To-Date Real Exam Questions for Platform-App-Builder with New Materials
Updated Platform-App-Builder Certification Exam Sample Questions
Salesforce Platform-App-Builder Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 9 |
|
NEW QUESTION 121
Due to the complexity of the Universal Containers sandbox release schedule and requirements, it is advised that change sets are used as often as possible to migrate from one environment to another.
Which three common items can an app builder move when using a change set?
Choose 3 answers
- A. Custom field
- B. Custom object
- C. Standard fields
- D. Apex class
- E. Web-to-lead
Answer: A,B,D
NEW QUESTION 122
The VP of Sales has requested that Account Site information should be visible onall Opportunity records.
What is the recommended solution to meet this requirement?
- A. Cross-Object Formula Field
- B. Roll-Up Summary Field
- C. Workflow Rule
- D. Process Builder
Answer: A
NEW QUESTION 123
On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.
What Related List type would the app builder select for the Related List Lightning component?
- A. List Class
- B. Basic List
- C. Enhanced List
- D. ListVlew
Answer: C
NEW QUESTION 124
What is a true statement in regards to managing access to reports and dashboards? Choose 2 answers
- A. Users with the "Manage Public Reports" and "Create and Customize Reports" permissions can create custom reports that all users can view.
- B. Users must have certain permissions to access public, hidden, or shared folder.
- C. Users that want to grant access to personal folders can manually share a personal folder with a user or public group.
- D. Users with the "Manage Public Reports" permission can organize reports by creating custom report folders and sending invitations to users to access them.
Answer: A,D
NEW QUESTION 125
What sandbox is used for virtually any development, testing, or training purpose?
- A. Partial Copy
- B. Full Sandbox
- C. Developer
- D. Developer Pro
Answer: A
NEW QUESTION 126
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered.
What should an app builder configure to help with this issue?
- A. Separate page layouts
- B. Dynamic forms
- C. Dependent picklists
- D. Lightning web components
Answer: B
NEW QUESTION 127
UC wants to standardize their business logic. They want to ensure that workflow order is guaranteed to the same each time. Which feature can be used to accomplish this? Select 2
- A. Lighting process builder
- B. Chatter actions
- C. Workflow
- D. Visual workflow
Answer: A,D
NEW QUESTION 128
Which of these is true about the Lookup Relationship?
- A. Parent is not a required field and may be omitted.
- B. Deleting an object deletes its children.
- C. Roll-up Summary Field can be used to perform basic operations over all children of a parent record.
- D. Security access of the child record is dependent upon the parent record.
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 129
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. Checkbox
- B. Currency
- C. Date
- D. Percent
- E. Time
Answer: B,C,D
NEW QUESTION 130
What is not a capability of the lead object? (Choose two.)
- A. Custom objects that have been related to a lead can be copied when a lead is converted to the account, contact or opportunity.
- B. Leads can be automatically assigned to users or queues.
- C. Leads can be grouped into queues.
- D. Standard or Custom fields can be mapped to fields in the Account, Contact and Opportunity objects as part of lead conversion.
Answer: A,D
NEW QUESTION 131
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 mobile navigation menus for both the sales and marketing profiles.
- D. Create roles for sales and marketing and assign a custom homepage layout for each role.
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION 132
Use the data import wizard when __________. (Choose three.)
- A. You want to schedule regular data loads, such as nightly imports.
- B. You need to load less than 50,000 records.
- C. The objects you need to import are supported by the wizard.
- D. You don't need the import process to be automate.
Answer: B,C,D
NEW QUESTION 133
The appraisal team at DreamHouse Realty wants to leverage Salesforce mobile app.
What are three things an app builder should do to optimize mobile experience?
Choose 3 answers
- A. Put the most important fields in the compact layout so they are easy to find.
- B. Use Global Actions to make it easy to perform vital functionality on mobile.
- C. Minimize the amount of formula fields and lookup fields to reduce page load time.
- D. Avoid using default field values so that the user is required to fill in all fields on the screen.
- E. Create individual customized layouts for different phone operating systems.
Answer: A,B,C
NEW QUESTION 134
Universal Container want to store an area code and wants to be able to search for it in applications (apex).
Which are possible fields to store the data. Choose 2
- A. Phone
- B. Email
- C. Number
- D. Multi Picklist
- E. Text
Answer: C,E
NEW QUESTION 135
What is the maximum number of master-detail lookup relationships allowable per object?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION 136
Which feature sets the base level of access to an object?
- A. Profiles
- B. Roles
- C. Public Groups
- D. Organizational Wide Defaults
Answer: D
NEW QUESTION 137
A custom object named assignment has a private sharing setting that grantsaccess using hierarchies. The organization has a role hierarchy where the"Specialist" role reports to a "Manager" role which reports to a
"Director" role. TheDirector role is at the top of the role hierarchy. A user who is in the manager rolecreate a new assignment record. Who can see this record?
- A. The record owner and the specialists in their hierarchy.
- B. The record owner and the directors in their Hierarchy.
- C. The record owner q in their hierarchy.
- D. The record owner and the managers in their hierarchy.
Answer: B
NEW QUESTION 138
An Alexa Skill Builder is developing a skill using AWS Lambda. When invoking the skill, Amazon Alexa responds "There was a problem with the requested skill's response." The following message is displayed in Amazon CloudWatch Logs for the Lambda function.
Which of the following actions will resolve the problem?
- A. Add an .addErrorHandlers(<function>) attribute to the SkillBuilderobject and define a function to display detailed information about the error, then respond verbally to the user.
- B. Add additional logic to the AMAZON.StopIntenthandler in the Lambda function to display detailed information about the error.
- C. Define a new intent named Unhandled in the skill interaction model and add an Unhandledintent handler to the Lambda function.
- D. Add an intent handler for the SessionEndedRequest intent to the Lambda function to display detailed information about the error.
Answer: A
Explanation:
Explanation/Reference:
Reference: https://forums.developer.amazon.com/questions/201658/input-request-reason-error-type-invalid- response-1.html
NEW QUESTION 139
In a master-detail relationship scenario, the fields of the parent object need to be displayed in the related list.
How will a developer achieve this design?
- A. Workflow rule
- B. Validation rule
- C. Cross-object formula field
- D. Assignment rule
Answer: C
Explanation:
Cross-object formulas can reference merge fields from a master ("parent") object if an object is on the detail side of a master-detail relationship. Cross-object formulas also work with lookup relationships. You can reference fields from objects that are up to 10 relationships away.
NEW QUESTION 140
ABC Company want to store an area code and wants to be able to search for it in searches.
Which are possible fields to store the data? (Choose two.)
- A. Phone
- B. Multi Picklist
- C. Email
- D. Text
Answer: C,D
NEW QUESTION 141
Which statement is true when a new full sandbox is created? Choose 2 answers
- A. Default email deliverability is set to system email only
- B. User's email addresses will not be modified.
- C. Chatter data will be copied to the sandbox by default
- D. Usernames will be modified uniquely for that sandbox
Answer: A,B
NEW QUESTION 142
UVC's CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answer
- A. Launch a flow that uses the submit for approval action to submit deals for approval
- B. Launch a new approval process that has automatic submission enabled as an initial submission action
- C. Create a new approval process that has automatic submission enabled in the entry criteria
- D. Create a new process with a submit for approval action to automatically submit deals for approval
Answer: B,D
NEW QUESTION 143
An Alexa Skill Builder has created a taxi hiring skill. The skill needs to find out when the customer wants a taxi, where the customer is traveling from, and where the customer wants to go. The Builder is currently asking each question individually, in the following order:
"Where do you want to take a taxi from"
"Where do you want to take a taxi to"
"When do you need a taxi"
To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in which the user provides it?
- A. Create three intents with one slot each. Use Dialog.ElicitSlotto fill the slots.
- B. Create an intent for each question and include slots for each piece of information on every intent
- C. Create a single intent with three slots. Use the Dialog.Delegatedirective to fill the slots.
- D. Use a single intent and slot. Inspect the incoming slot value and categorize then response, then prompt for the remaining information.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 144
Launch a troubleshooting wizard from a button, at the end of which a knowledge article is created if it'd be helpful to other users.
Which tool would you use for the following use case?
- A. Workflow
- B. Approvals
- C. Process builder
- D. Flow
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION 145
You have a team of developers who need logins to sandbox.
What's the best way to give them access?
- A. Create them as inactive users in production.
- B. Use Developer Edition to log into sandbox.
- C. Have them login as one of the users in production.
- D. Create them as users in sandbox, then deactivate the same number of users in production.
Answer: A
NEW QUESTION 146
......
Platform-App-Builder Study Guide Cover to Cover as Literally: https://ensurepass.testkingfree.com/Salesforce/Platform-App-Builder-practice-exam-dumps.html