
2022 Latest 100% Exam Passing Ratio - Platform-App-Builder Dumps PDF
Pass Exam With Full Sureness - Platform-App-Builder Dumps with 425 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 |
|
NEW QUESTION 102
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. Multi Picklist
- B. Phone
- C. Text
- D. Email
Answer: C,D
NEW QUESTION 103
The Director of Customer Service wants to know when agents are overwhelmed with high-priority items in the support queue. The Director wants to receive a notification when a new case is open with the status of "New" for more than four business hours. Which automation process could be used to accomplish this? Choose 2 answers
- A. Escalation rules
- B. Lightning Process Builder
- C. Scheduled Apex
- D. Visual workflow
Answer: A,B
NEW QUESTION 104
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. How can app builder accomplish this requirements?
Choose 2 answers
- A. Use a formula field on the candidate record to show the total number of interviews
- B. Use a master-detail relationship between the Candidate and the Interview objects.
- C. Use a lookup relationship between the Candidate and Interview objects
- D. Use a roll-up summary field on the candidate record to show the total number of interviews.
Answer: B,D
NEW QUESTION 105
How can an App Builder share Favorites with other Salesforce users?
- A. Favorites can't be shared with other users.
- B. Favorites Settings under My Personal Information.
- C. Sharing can only be performed by users with System Administrator rights.
- D. Share link in the Favorites drop-down menu.
Answer: D
NEW QUESTION 106
Where can a custom button be placed? Choose 3 answers
- A. On aPerson Account
- B. On a related list
- C. On the Custom List View
- D. On the User Object
- E. On a Web-to-Case form
Answer: A,B,C
NEW QUESTION 107
An Alexa Skill Builder did not include a display template in a skill.
When the skill is used with an Amazon Alexa enabled device with a screen, cards used in the skill are:
- A. rendered using BodyTemplate1.
- B. rendered using the skill icon as the foreground image.
- C. rendered using the skill icon as the background image.
- D. rendered as a gray screen.
Answer: A
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/best-practices-for-skill-card- design.html
NEW QUESTION 108
Universal container needs to update a field on an account when an opportunity stage is changed to close lost. What can be used to accomplish this requirement? Choose 2
- A. Lightning Process Builder
- B. Workflow Rule
- C. Approval Process
- D. Assignment Rules
Answer: A,B
NEW QUESTION 109
Which Validation formula is valid to make sure Phone & Email fields are filled in when converting a Lead?
- A. IsConverted = TRUE && OR(Phone, Email)
- B. IsConverted = TRUE && OR(ISBLANK(Phone), ISBLANK(Email))
- C. IsConverted = TRUE && (ISBLANK(Phone) && ISBLANK(Email)
- D. IsConverted = FALSE && (ISBLANK(Phone) && ISBLANK(Email)
Answer: B
Explanation:
Explanation
NEW QUESTION 110
Universal containers (uc) wants to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements ? Choose 2 answers
- A. Select the correct record type
- B. Use Data Loader to update leads using the CSV file
- C. Select insert null values in setting
- D. Use import Wizard to update leads using the CSV file
Answer: B
NEW QUESTION 111
You should use a lookup filter if __________. (Choose two.)
- A. You want to improve user efficiency by limiting the number of available options in a lookup search dialog.
- B. You must implement a complex business rule that requires you to use a formula. Formulas can reference fields that basic filter criteria can't reference, such as fields on the parent of the source object. Formulas can also use functions. For example, use ISNEW if the rule should only apply on record creation, or ISCHANGED if the rule should apply when a field changes.
- C. You want to improve user efficiency by automating filters on lookup search dialogs that your users manually set.
- D. You are close to the maximum number of lookup filters allowed.
Answer: A,C
Explanation:
Explanation/Reference:
NEW QUESTION 112
Universal Containers wants to optimize routes for its traveling service personnel.
What is the recommended solution to meet this requirement?
- A. Use an AppExchange partner product.
- B. Configure Territory Hierarchy and rules for route based on Territory.
- C. Use geolocation fields with the DISTANCE and GEOLOCATION formulas.
- D. Configure routing options in a custom object.
Answer: A
NEW QUESTION 113
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. Email
- B. Multi Picklist
- C. Phone
- D. Text
- E. Number
Answer: D,E
NEW QUESTION 114
What type of field can be referenced by a Roll-up Summary field using SUM? Choose 3 answers
- A. Currency
- B. Formula
- C. Percent
- D. Number
- E. Date
Answer: A,C,D
Explanation:
Explanation
https://help.salesforce.com/HTViewHelpDoc?id=fields_about_roll_up_summary_fields.htm
NEW QUESTION 115
What are the standard Lightning components?
- A. Recent Items
- B. All of the above
- C. Filter List
- D. Report Chart
- E. Visualforce Page
- F. Rich Text
Answer: B
NEW QUESTION 116
An app builder has been asked to provide users a way to identify a Contact's "Preferred Contact Method" direction on Contact record. Users need to be able to identify whether a phone number or an email, is the Contact's preferred communication method. Which filed type will allow the App Builder to accomplish this with the fewest fields possible?
- A. Email
- B. Formula
- C. Checkboxes
- D. Picklist
Answer: C,D
NEW QUESTION 117
What is true about validation rules? (Choose all that apply.)
- A. When one validation rule fails, Salesforce continues to check any additional validation rules on that field or any other field on the page and displays all appropriate error messages at once.
- B. Salesforce runs validation rules before creating records submitted via Web-to-Lead and Web-to-Case, and only creates records that have valid values.
- C. Campaign hierarchies follow validation rules.
- D. Validation rules are only enforced during lead conversion if "validation and triggers for lead conversion" are enabled in your organization.
Answer: A,B,D
NEW QUESTION 118
SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?
- A. Guided Action Flows on the record page
- B. Add Path to the top of the Case layout
- C. Include Surveys as a Case related list
- D. Case Validation Rules
Answer: B
NEW QUESTION 119
Universal Containers (UC) wants to deliver purchased containers to remote construction sites. These locations are missing a traditional street address. In these cases the customer will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?
- A. Geolocation
- B. Number
- C. External Lookup
- D. Text
Answer: A
NEW QUESTION 120
Field type conversion.
Which of the following are true? (Choose two.)
- A. Data can be lost converting from number to currency (assuming that field lengths are identical).
- B. Data can be lost when converting from auto-number to text.
- C. Information can be lost when converting from text area (rich) to text area (long).
- D. Data can be lost when converting from simple picklist to multi picklist.
Answer: A,D
NEW QUESTION 121
......
Verified Platform-App-Builder dumps Q&As - 100% Pass from TrainingDump: https://www.trainingdump.com/Salesforce/Platform-App-Builder-practice-exam-dumps.html
Pass Platform-App-Builder Exam in First Attempt Guaranteed 2022 Dumps: https://drive.google.com/open?id=18ITR6o2Czpy7WzVrrdPkyHmLv2Yl3hO6