
[Oct 31, 2023] 100% Latest Most updated Platform-App-Builder Questions and Answers
Try with 100% Real Exam Questions and Answers
NEW QUESTION # 31
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. Process builder
- B. Approvals
- C. Flow
- D. Workflow
Answer: C
NEW QUESTION # 32
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?
- A. Import Wizard
- B. Schema Builder
- C. A Lightning Object Creator
- D. Data Loader
Answer: C
NEW QUESTION # 33
Cloud Kicks received a new requirement to calculate summaries from child objects of a standard object. The team would prefer to solve this declaratively.
What are two considerations an app builder should evaluate?
Choose 2 answers
- A. A value is required in all records of the lookup field prior to converting to a master-detail relationship.
- B. An object can have up to two master-detail relationships.
- C. A trigger on save or update can kick off calculations.
- D. An app builder is unable to change a look up to a master-detail relationship.
Answer: A,D
Explanation:
Explanation
To calculate summaries from child objects of a standard object, an app builder should evaluate two considerations:
An app builder is unable to change a look up to a master-detail relationship. A lookup relationship can only be converted to a master-detail relationship if the lookup field in all records contains a value. If some records have null values, then the conversion will fail.
A value is required in all records of the lookup field prior to converting to a master-detail relationship.
As mentioned above, a lookup field cannot have any null values before it can be converted to a master-detail relationship. Users will need to populate the lookup field with valid values for all records before attempting the conversion.
NEW QUESTION # 34
Which two features can be used to allow users to access Visual Workflows? Choose 2 answers
- A. Invoked by Process
- B. Custom Button
- C. Visual Workflow Launcher
- D. Quick Action
Answer: A,C
NEW QUESTION # 35
In order to delete the Opportunities, Universal Containers would like sales reps to submit requests for approval from their sales manager. What can be used to meet these requirements?
- A. Two-step Approval process.
- B. Approval Process with Time-Dependent workflow action.
- C. Process Builder with Submit for Approval action
- D. Approval Process with Apex Trigger.
Answer: A
NEW QUESTION # 36
The VP of Account Management at Universal Containers has requested that all Contacts' mailing postal codes match the associated account's shipping postal code.
How can this be enforced using validation rules?
- A. Create a validation rule using the DISTANCE() function.
- B. Create a validation rule using a Not Equal operator.
- C. Create a validation rule using a Compare operator.
- D. Create a validation rule using the GEOLOCATION() function.
Answer: B
Explanation:
Explanation/Reference:
NEW QUESTION # 37
UVC uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record, however, only HR users should be able to view, edit, and report on the Salary field.
Which action should be recommended for controlling who can view the Salary field?
- A. Create and assign separate Candidate record types for general employee users and HR users
- B. Restrict access to the "Salary" field for general employee users using custom sharing settings
- C. Create and assign separate Candidate page layouts for general employee users and HR users
- D. Restrict access to the "Salary" field for general employee users using field-level security
Answer: D
NEW QUESTION # 38
Universal containers require different fields to be out at each of the opportunity sales process. What configuration steps can an app builder use to meet this requirement?
- A. Create a process builder to prompt the user for filed information
- B. Set page layout required fields based on the current stage
- C. Define record type and page payouts for each stage
- D. Add the path component to the lightning record type
Answer: A
NEW QUESTION # 39
An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.
Which two reasons can be preventing the app builder from being able to add the custom component?
Choose 2 answers
- A. My Domain must be deployed to add custom components to the page with the App Builder.
- B. The component is tagged for record pages instead of home pages and is not showing up in the App Builder.
- C. The component requires a developer permission to add it to the page with the App Builder.
- D. A custom tab must be created to add custom components to the page with the App Builder.
Answer: A,B
Explanation:
Explanation
Two reasons that can prevent an app builder from adding a custom component to the Lightning home page are if My Domain is not deployed, or if the component is tagged for record pages instead of home pages. My Domain must be deployed to add custom components to the page with the App Builder, as it enables Lightning components and other features. The component must be tagged for home pages in its configuration file, otherwise it will not show up in the App Builder for home pages
NEW QUESTION # 40
Which of these statements is true for Lightning Connect?
- A. External data is read in real time when you request it.
- B. It can be used with any data source that supports OData 2.0.
- C. No external data is imported into your Salesforce org.
- D. All of the above.
Answer: D
NEW QUESTION # 41
Where can a custom button be placed? Choose 3 answers
- A. On the Custom List View
- B. On a Web-to-Case form
- C. On the User Object
- D. On aPerson Account
- E. On a related list
Answer: A,D,E
NEW QUESTION # 42
Duplicate management for leads has been implemented at universal containers but it seems duplicate leads are still being created. The org wide default is set to "Private" for leads.
Which two actions help prevent duplicate leads from being created?
Choose 2 answers.
- A. Change OWD for leads to public edit
- B. Change OWD for leads for public read
- C. Change the lead duplicate rule details to bypass sharing rules
- D. Change the lead matching rule to block on create
Answer: A,C
NEW QUESTION # 43
What is recommended to refresh a fullsandbox?
- A. Within 3 hours of when it is needed.
- B. After a major production release.
- C. Whenever a new production used is added.
- D. After UAT sign-off.
Answer: D
NEW QUESTION # 44
Which Salesforce Formula Function can return a value based on more than two different field parameters?
- A. IF Statement
- B. Contains
- C. Case Statement
- D. Beings
Answer: C
NEW QUESTION # 45
The Director of Customer Services 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 two automation processes should be used to accomplish this? (Choose two.)
- A. Scheduled Apex
- B. Flow Builder
- C. Escalation rules
- D. Process Builder
Answer: C,D
NEW QUESTION # 46
Universal Containers require different fields to be filled out at each stage of the Opportunity sales process.
What configuration steps can an app builder use to meet this requirement?
- A. Add the Path component to the Lightning record page
- B. Create a Process Builder to prompt the User for field information
- C. Define record types and page layouts for each stage
- D. Set page layout required fields based on the current stage
Answer: D
NEW QUESTION # 47
What is a section of the lightning app builder tool? Select 3
- A. Components
- B. Canvas
- C. Mini page layout
- D. Mobile card
- E. Selected publisher actions
Answer: A,B,E
NEW QUESTION # 48
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 button can be overridden with a VF page.
- B. Standard buttons that are NOT available for overrides can still be hidden on page layouts.
- C. Standard buttons can be changed on lookup dialogs, list views, and search result layouts.
- D. Standard buttons can be overridden, relocated on the detail page, and relabeled.
Answer: A,B
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 # 49
What is true about Junction objects?
- A. The first master-detail relationship you create on your junction object becomes the primary relationship.
- B. If both associated master records are deleted, the junction object record is deleted permanently and can't be restored.
- C. Junction object records are deleted when either associated master record is deleted and placed in the Recycle Bin.
- D. All of the above.
Answer: D
NEW QUESTION # 50
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?
- A. Use a workflow rule and an outbound message
- B. Use a flow and an outbound message
- C. Use a process and Apex Code
- D. Use a process and an outbound message
Answer: A
NEW QUESTION # 51
......
New Salesforce Platform-App-Builder Dumps & Questions: https://studyguide.pdfdumps.com/Platform-App-Builder-valid-exam.html