Most Recent Platform-App-Builder Free Practice Test For Salesforce Certified Platform App Builder (SP19) Certification
Our pass rate is high to 98.9% and the similarity percentage between our Platform-App-Builder study guide and real exam is 90% based on our seven-year educating experience. Do you want achievements in the Salesforce Platform-App-Builder exam in just one try? I am currently studying for the Salesforce Platform-App-Builder exam. Latest Salesforce Platform-App-Builder Test exam practice questions and answers, Try Salesforce Platform-App-Builder Brain Dumps First.
Online Platform-App-Builder free questions and answers of New Version:
NEW QUESTION 1
What is the capability of sandbox templates? Choose 2 answers
- A. Create a Partial Copy sandbox from a Partial Copy sandboxes environment.
- B. Specify the object whose data should be replicated in a Partial Copy sandbox environment.
- C. Specify the data range for data being replicated in a Partial Copy sandbox environment
- D. Save a template for re-use when creating a Partial Copy sandbox environment.
Answer: BD
NEW QUESTION 2
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?
- A. Changing the data type of a field used in an apex class from number to text.
- B. Changing the data type of a field used in a report from a text to an encrypted field
- C. Changing the data type of a field used as an external id from number to text.
- D. Changing the data type of a field used in lead conversion from number to text
Answer: C
NEW QUESTION 3
What should be done to provide managers access to records of which they are not the owner in a private
sharing model?
- A. Create a Manager Permission set and select the “View All Data” option
- B. Create a Manager profile and select the “View My Teams Data” option.
- C. Define a Role Hierarchy and use the Grant Access Using Hierarchies option
- D. Set the Manger field for each User Record on the Manager’s team.
Answer: A
NEW QUESTION 4
A junction object has two Master-Detail relationships. What happens to a junction object record when either associated master record is deleted?
- A. The record is deleted and placed in the recycle bin.
- B. The master record can’t be deleted if it has a child record.
- C. The look-up field on the junction object record is cleared.
- D. The record is permanently deleted and can’t be restored.
Answer: A
NEW QUESTION 5
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. Visual workflow
- C. Lightning Process Builder
- D. Scheduled Apex
Answer: AC
NEW QUESTION 6
What is a true statement regarding roll-up summary fields? Choose 2 answers
- A. Roll-up summary fields can only be created on the master of a master-detail relationship.
- B. The roll-up summary field inherits the field – level security of the child object
- C. Changes to the value of a roll-up summary field column of roll-up summary filters.
- D. Multi-select picklist fields can be used in the field column of roll-up summary filters.
Answer: AB
NEW QUESTION 7
Universal Containers has purchased a Lightning Component on the AppExchange. Where can that component be utilized. Choose 2 answers
- A. Visual Workflow
- B. Salesforce1 Mobile App
- C. Lightning Process Builder
- D. Standalone Lightning App
Answer: BD
NEW QUESTION 8
What salesforce functionality is ignored when processing field updates in workflow rules and approval processes? Choose 3 answers
- A. Validation Rules
- B. Decimal Places and Character Limits
- C. Record Type Picklist Value Assignments
- D. Multiple Currencies
- E. Field Level Security
Answer: ACE
NEW QUESTION 9
When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers
- A. Build an approval process that requires unanimous approval from the manager and VP of sales.
- B. Create a workflow rule that checks for close date less that 60 days and add an email alert.
- C. Create a lightning process builder flow that submits the record for an approval process
- D. Build a validation rule that does not allow a user to save the opportunity record.
Answer: AC
NEW QUESTION 10
What is the capability of a schema builder? Choose 2 answers
- A. To update description of standard and custom objects.
- B. To modify custom field help text on standard objects
- C. To create new look-up or master-detail object relationship
- D. To enable field history tracking on standard objects.
Answer: BC
NEW QUESTION 11
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. CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “/s.gif”)
- B. 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”)
- C. 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”)))
- D. IMAGE(CASE( Priority, “Low”, “img/samples/flag_green.gif”, “Medium”, “img/samples/flag_yellow.gif”, “High”, “img/samples/flag_red.gif”, “Priority Flag”)
Answer: BD
NEW QUESTION 12
Universal container manages internal projects by department using a custom object called projects. Only employees in the project's respective department should have view access to all of the department's project records. If an employee changes job roles and moves to another department, the employee should no longer have access to the projects within their former department. How can these requirements be met, assuming the organization-wide default for projects is set to private? Choose 2 answers
- A. Create a criteria based sharing rule using the projects department that grants access to users by permission set.
- B. Create a criteria based sharing rule using the projects department that grants access to users by roles.
- C. Create a criteria based sharing rule using the projects department that grants access to users by public groups.
- D. Create a criteria based sharing rule using the projects department that grants access to users by profiles
Answer: BC
NEW QUESTION 13
What is a true statement in regards to managing access to reports and dashboards? Choose 2 answers
- A. Users with the “Manage Public Reports” permission can organize reports by creating custom report folders and sending invitations to users to access them.
- B. Users must have certain permissions to access public, hidden, or shared folder.
- C. Users with the “Manage Public Reports” and “Create and Customize Reports” permissions can create custom reports that all users can view.
- D. Users that want to grant access to personal folders can manually share a personal folder with a user or public group.
Answer: AC
NEW QUESTION 14
What may occur if workflow rules are re-evaluated after a field change by a field update? Choose 2 answers
- A. Cross-object workflow rules result in re-evaluation after field change.
- B. Workflow rules trigger validation rules on field updates
- C. Workflow rules trigger more workflow rules to be re-evaluated.
- D. A recursive loop potentially results in exceeding organizational limits.
Answer: CD
NEW QUESTION 15
What is a key consideration when using unmanaged packages? Choose 2 answers
- A. A namespace is not required to create an unmanaged package.
- B. The person who created the unmanaged package can change or update installed components
- C. The person who created the unmanaged package has no control over the installed components
- D. A namespace is required to create an unmanaged package.
Answer: AC
NEW QUESTION 16
What type of field can be used to filter a Report Chart that has been added to a Page Layout?
- A. Name Field
- B. Formula Field
- C. Matching ID Field
- D. Standard Field
Answer: C
NEW QUESTION 17
Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement be met? Choose 2 Answers
- A. Create an approval process on the User object to assign a permission set
- B. Create a flow on the user object to assign a permission set.
- C. Create a lightning process on the user object to launch a flow.
- D. Create a workflow rule on the User object to assign a permission set.
Answer: BC
NEW QUESTION 18
What is a use case for approval processes? Choose 2 answers.
- A. Approve expense reports automatically when less than $50.
- B. Update the PTO record field with the user’s manager.
- C. Require the CFO to review the salary range for all job offers.
- D. Ensure an opportunity that has at least one product added.
Answer: AC
NEW QUESTION 19
What is the capability of schema Builder? Choose 2 Answers
- A. Showing selected objects on the page.
- B. Editing custom settings
- C. Viewing page layout in a new window
- D. Creating a new record type
Answer: AC
NEW QUESTION 20
Representatives at Universal Containers use Salesforce to record information for leads. When new prospects are added, an outbound message is sent to SAP with lead's information. Which automation process will accomplish this without writing any code?
- A. Create a process using Lightning Process Builder to send the outbound message.
- B. Create a Workflow Rule with an outbound message as the action
- C. Use Visual Workflow to create a wizard that will send an outbound message.
- D. Design an Approval Process that sends an outbound message upon arrival.
Answer: B
NEW QUESTION 21
A custom object named Assignment has a private sharing setting that grants access using hierarchies. The organization has a role hierarchy where the "Specialist" role reports to a "Manager" role which reports to a "Director" role. The director role is at the top of the role hierarchy. A user who is the manager role creates a new Assignment record. Who can send this record?
- A. The record owner and the directors in their hierarchy.
- B. The record owner and those above the specialist role in their hierarchy
- C. The record owner and the managers in their hierarchy
- D. The record owner and the specialists in their hierarchy
Answer: A
NEW QUESTION 22
Where can a custom button be placed? Choose 3 answers
- A. On the User Object
- B. On the Custom List View
- C. On a Person Account
- D. On a related list
- E. On a Web-to-Case form
Answer: BCD
NEW QUESTION 23
Universal container has a custom object for shipping information. They have to ship to both businesses and consumers. They need to show additional values in the custom field called insurance type for business shipping records. How can this be set up?
- A. Use Record type with single page layout.
- B. Create multiple picklist fields on the object
- C. Use record types with multiple page layout
- D. Create a multi-select pick-list field.
Answer: D
NEW QUESTION 24
......
P.S. Certshared now are offering 100% pass ensure Platform-App-Builder dumps! All Platform-App-Builder exam questions have been updated with correct answers: https://www.certshared.com/exam/Platform-App-Builder/ (264 New Questions)