
Platform-App-Builder Free Exam Study Guide! (Updated 315 Questions)
Platform-App-Builder Dumps for Salesforce App Builder Certified Exam Questions & Answer
NEW QUESTION 168
According to Amazon Alexa best practices, how should an Alexa Skill Builder prevent unintentional requests against a skill's backend when using AWS Lambda?
- A. Retrieve the Application ID property from the request JSON and validate it against the Lambda environment variables.
- B. Rotate the Lambda ARN regularly to prevent others from using the service.
- C. Provide the Lambda trigger with the Application ID so that it validates on the ask trigger.
- D. Ensure that the session ID provided by the request to Lambda is not already in use.
Answer: A
Explanation:
Explanation
NEW QUESTION 169
The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass email functionality has a limitation on the number of emails that can be sent each day.
- A. Download all contacts to a CSV file and use an email client to send the mails
- B. Develop Apex code and Visualforce pages to send the emails.
- C. Research and evaluate products available on AppExchange to send mass emails
- D. Request Salesforce increase the number of maximum daily mails.
Answer: C
NEW QUESTION 170
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, and should have read and write access to all Opportunities.
Which two are recommended solutions for the app builder to give the users appropriate access? (Choose two.)
- A. Add a permission set with "View All" and "Modify All" opportunity permissions enabled.
- B. Create a criteria-based sharing rule to share all opportunities with the sales operations public group.
- C. Add a manual share for all opportunities with each user on the sales operations team.
- D. Create a criteria-based sharing rule to share all opportunities with the sales operations private group.
Answer: B,D
NEW QUESTION 171
Which statement is true for embedding a visual force page in a page layout?(Choose 2)
- A. Visualforce pages can only be placed in the visual force section in the page layout
- B. Visualforce pages on a field set have attributes for width and height
- C. Visualforce pages on a page layout have attributes for width and height
- D. Visualforce pages can be placed anywhere in a page layout
Answer: A,C
NEW QUESTION 172
What is the capability of a schema builder? Choose 2 answers
- A. To enable field history tracking on standard objects.
- B. To create new look-up or master-detail object relationship
- C. To modify custom field help text on standard objects
- D. To update description of standard and custom objects.
Answer: B,C
NEW QUESTION 173
Universal Containers has purchased a Lightning Component on the AppExchange.
In which two areas can these Components be utilized? (Choose two.)
- A. Standalone Lightning App
- B. Process Builder
- C. Flow Builder
- D. Salesforce Mobile App
Answer: A,D
NEW QUESTION 174
An app builder wants to streamline the user experience by reflecting summarized calculation of specific fields on various objects.
Which three fields types should be used in roll-up summary fields to accomplish this?
Choose 3 answer
- A. Percent
- B. Time
- C. Checkbox
- D. Date
- E. Currency
Answer: A,D,E
NEW QUESTION 175
AMAZON.MoreIntentis comparable to which of the following Amazon Alexa intents? (Choose two.)
- A. AMAZON.RepeatIntent
- B. AMAZON.ResumeIntent
- C. AMAZON.LoopOnIntent
- D. AMAZON.ScrollDownIntent
- E. AMAZON.ScrollRightIntent
Answer: D,E
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in- intents.html#amazonmoreintent
NEW QUESTION 176
Universal Containers uses a custom object to track Site Visits. When the status of a Site Visit is changed from "In Progress" to "On Hold", the business wants the Site visit owner to be automatically assigned to an "On Hold" queue. Which capability can be used to accomplish this?
- A. Action
- B. Apex Trigger
- C. Visual Workflow
- D. Assignment Rule
Answer: D
NEW QUESTION 177
What are two reason to create an unmanaged package? Choose 2 answers
- A. Publishing an application for sale on the AppExchange
- B. Distributing open-source projects on the AppExchange.
- C. Deploying from a Developer Edition environment
- D. Distributing upgradeable components to other Salesforce org
Answer: B,D
NEW QUESTION 178
In which of these scenarios is ETL a better choice than Lightning Connect?
- A. You need the external data to follow the sharing rules defined for your organization.
- B. You want to generate reports and charts from the external data.
- C. All of the above.
- D. You need to create or update the external data in addition to reading it.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 179
An app builder needs to change the data types of a few custom fields. The appbuilder is not able to delete and recreate any of the fields, nor modify any apexcode. Which data type change will require the app builder to perform additionalsteps in order to retain existing functionality?
- A. Changing the data type of a field used in a report from text to an encrypted field
- B. In lead conversion from number to text
- C. In an apex class from number to text
- D. As an external ID from number to text
Answer: B
Explanation:
Explanation
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.htm&language=e If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. You would have to recreate the field mapping, this satisfies the requirements.
NEW QUESTION 180
Universal containers needs to flag leads with one or more business areas. They need to add a field to capture these to the lead records. There is no need to report on this field. What is the appropriate field type?
- A. Radio Buttons(multi-select)
- B. Text Area
- C. Picklist (multi-select)
- D. Picklist
Answer: C
NEW QUESTION 181
A production org includes custom objects containing confidential Information. A sandbox h needed that Includes data records, excludes all of the confidential objects, and can be refreshed weekly the confidential objects, and can be refreshed weekly.
What steps should an App Builder take to meet these requirements?
- A. Create a Partial Copy Sandbox and use a sandbox template.
- B. Create a Full Sandbox and use a sandbox template
- C. Create a Developer Pro Sandbox and schedule Data loader to download selected object data weekly.
- D. Create a Developer Sandbox and schedule Data loader to download selected object data weekly.
Answer: A
NEW QUESTION 182
Representatives at Universal Con use salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to SAP with the Lead's info.
- A. Design an approval process
- B. Create a workflow rule
- C. Use Visual Workflow
- D. Create a process using lightning process builder
Answer: B
NEW QUESTION 183
An app builder wants to show Groups as the last navigation menu item in the Salesforce Mobile App. However, the app builder is not able to select Groups as one of the items on the drop-down menu.
What could cause this?
- A. Groups is not included in the selected list for the navigation menu.
- B. Groups is showing up in the recent section and not in the navigation menu.
- C. Groups is included in the Smart Search items but not on the navigation menu.
- D. Groups cannot be the last item in the navigation menu.
Answer: A
NEW QUESTION 184
Need to change ownership when field of custom object changed.
- A. Validation Rule
- B. Visual Workflow
- C. Apex trigger
- D. Assignment Rule
Answer: D
NEW QUESTION 185
What is a key consideration when using Unmanaged packages? Choose 2 answers
- A. A namespace is required to create an Unmanaged package
- B. The person who created the Unmanaged package can change or upgrade installed components
- C. A namespace is not required to create an Unamanged package
- D. The person who created the Unamanged package has no control over the installed components
Answer: A,D
NEW QUESTION 186
Universal Containers has two types of customer support processes: Platinum and Diamond. The app builder created separate record types for each process on the Case object. The customer support team should not be able to create new cases with the Diamond record type.
How should this requirement be met?
- A. Update the profile to remove the Diamond record type from the support team.
- B. Update the organization-wide defaults to private.
- C. Remove the ability for the support team to create new case records.
- D. Make the record type hidden to all users and then use sharing rules to share it.
Answer: A
NEW QUESTION 187
A custom object named Assignment has private sharing setting that grants access using hierarchies. The organization has a role hierarchy where each Territory Manager reports to an Area Manager, who reports to a VP of Sales. The VP of Sales is at the top of the role hierarchy. A user who is in the Area Manager role creates a new Assignment record.
Who can see this record?
- A. The record owner and all of the Territory Managers in their hierarchy.
- B. The record owner and the VP of Sales.
- C. The record owner and all of the other Area Managers.
- D. The record owner only.
Answer: B
NEW QUESTION 188
......
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 |
|
| Topic 10 |
|
| Topic 11 |
|
Use Real Platform-App-Builder Dumps - 100% Free Platform-App-Builder Exam Dumps: https://www.actualtestsit.com/Salesforce/Platform-App-Builder-exam-prep-dumps.html
Realistic Verified Platform-App-Builder exam dumps Q&As - Platform-App-Builder Free Update : https://drive.google.com/open?id=1brHSNUdRZyxpbs2sD797SDNFkIdllgv3