
Salesforce Platform-App-Builder Deluxe Study Guide with Online Test Engine
Platform-App-Builder dumps review - Professional Quiz Study Materials
NEW QUESTION 21
An app builder wants to deploy a new version of an auto launched flow to 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 an Apex test that provides test coverage for the Flow
- B. Include the Process Builder calling the Flow in the deployment
- C. Verify there is a static resource that provides test coverage for the Flow
- D. Include the profiles that access the flow in the deployment
Answer: C
NEW QUESTION 22
Ideally, who should be in charge of logging all changes in production?
- A. Administrator
- B. QA Engineer
- C. Developer
- D. Product Manager
Answer: A
Explanation:
Explanation
NEW QUESTION 23
The VP of Sales wants a Chatter post to the All Sales private group when an Opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process? (Choose two.)
- A. Workflow
- B. Flow
- C. Big Deal Alert
- D. Process Builder
Answer: B,D
Explanation:
Explanation/Reference: https://automationchampion.com/tag/how-to-post-on-chatter-with-process-builder/
NEW QUESTION 24
You can configure access to data at all of the following levels, except __________.
- A. Page layouts
- B. Objects
- C. Organization
- D. Records
Answer: A
NEW QUESTION 25
Sales representatives want to capture custom Feedback record details related to each Account. The sales reps want to accomplish this with minimal clicks on the Salesforce1 mobile application. What is the recommended solution to meet this requirement? Choose 2 answers.
- A. Create a global action on Account.
- B. Create an object-specific action on Account
- C. Create predefined values for most of the fields.
- D. Create a feedback object as a parent of Account
Answer: B,C
Explanation:
Explanation: https://developer.salesforce.com/docs/atlas.enus.salesforce1appadmin.meta/salesforce1appadmin/s1_admin_guide_actions_predef_values.ht m https://help.salesforce.com/apex/HTViewHelpDoc?id=customize_sf1_rollout_overview.htm&la nguage=en_US
NEW QUESTION 26
How do you highlight totals in a report?
- A. Custom Summary Field
- B. Summary totals
- C. Formula Field
- D. Roll-up Summary Field
Answer: B
Explanation:
Conditional highlighting of summary fields.
NEW QUESTION 27
What can you build with the Lightning Components framework?
- A. Custom components that override and extend the Salesforce1 app.
- B. Components for the Salesforce app.
- C. A standalone app.
- D. All of the above.
Answer: D
NEW QUESTION 28
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
Which formula to trigger a workflow would satisfy this requirement?
- A. AnnualRevenue > 1000000
- B. AnnualRevenue
- C. AnnualRevenue > 1000000 , TRUE, FALSE
- D. IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
Answer: A
NEW QUESTION 29
Which three statements are true about Master-Detail relationships? (Choose three.)
- A. Converting a look-up to master detail changes the OWD to Controlled by Parent.
- B. You can't convert it if there is a roll-up summary field.
- C. SF displays a waiting page after you request to change a master detail to a look-up or vice versa.
- D. A look-up can be converted to a master detail if there are existing records with null values.
Answer: A,B,C
NEW QUESTION 30
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers
- A. IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"),
"img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "img/samples/flag_red.gif",
"/s.gif"))) - B. IMAGE(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium",
"img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "Priority Flag") - C. CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif",
"High", "img/samples/flag_red.gif", "/s.gif") - D. IMAGE( IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority,
"Medium"), "img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"),
"img/samples/flag_red.gif"))), "Priority Flag")
Answer: B,D
NEW QUESTION 31
What is true regarding changing the field type of a rich text area?
- A. Images in a rich text area are deleted when the field type is converted.
- B. Rich text area fields can be converted to a text area field type but data may be truncate.
- C. Rich text area fields can be converted but only to a long text area field type.
- D. It is not possible to change the field type of a rich text area.
Answer: C
NEW QUESTION 32
When should a system administrator consider using the Salesforce AppExchange? (Choose two.)
- A. When looking for pre-built custom applications and tools.
- B. When standard Salesforce functionality needs to be extended.
- C. To submit ideas for Salesforce application enhancements.
- D. To find answers to Salesforce application questions.
Answer: A,B
NEW QUESTION 33
A user has requested a field that counts the number of child records associated with a custom object. These custom objects have a lookup relationship between each other.
Which feature would best accomplish this requirement?
- A. Apex Trigger
- B. Visual Flow
- C. Lightning Process Builder
- D. Roll-Up Summary Field
Answer: A
Explanation:
Process builder can't count.
NEW QUESTION 34
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 the skill icon as the foreground image.
- B. rendered as a gray screen.
- C. rendered using the skill icon as the background image.
- D. rendered using BodyTemplate1.
Answer: D
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/best-practices-for-skill-card- design.html
NEW QUESTION 35
What are the three different custom tabs you can create? (Choose three.)
- A. Standard Object Tab
- B. Web Tab
- C. Visualforce Tab
- D. APEX Tab
- E. Custom Object Tab
Answer: B,C,E
NEW QUESTION 36
Which statement about record types is true? (Choose two.)
- A. The ability to create records of a specific record type is determined by the profile.
- B. Users cannot view records assigned to a record type their profile does not have access to.
- C. Record types can only be assigned to one profile at a time.
- D. Record types can be used to define picklist values available for a given field.
Answer: A,D
NEW QUESTION 37
When testing an Amazon Alexa skill using the Test page in the developer console, the JSON output is null.
What is the MOST likely cause?
- A. The endpoint ARN has not been configured
- B. The ASK has not been granted access to trigger the AWS Lambda function
- C. Skill ID verification has been disabled
- D. The AWS Lambda function is encountering an error and is not returning a result.
Answer: A
NEW QUESTION 38
If data is lost, any list view based on the custom field will be deleted, and assignment and escalation rules may be affected.
- A. True
- B. False
Answer: A
NEW QUESTION 39
......
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 |
|
Exam Questions Answers Braindumps Platform-App-Builder Exam Dumps PDF Questions: https://www.passsureexam.com/Platform-App-Builder-pass4sure-exam-dumps.html
Platform-App-Builder Test Prep Training Practice Exam Questions Practice Tests: https://drive.google.com/open?id=1uueMSX4_Qqwsfw62WzrGBFJ2hdF1q31H