
Real Platform-App-Builder Exam PDF Test Engine Practice Test Questions
Salesforce Platform-App-Builder Real 2022 Braindumps Mock Exam Dumps
Salesforce Platform-App-Builder Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
NEW QUESTION 64
Universal containers uses a custom called reviews to capture information generated by interviews during the candidate process. The review records are visible to any user that has access to the related custom candidate record. The VP of human resources wants the comment field on the review to be private to anyone outside of the HR department
- A. Create a page layout with the field and use field level security to hide the from all others users
- B. Create an apex sharing rule to share the field with users that have HR in their role
- C. Create a sharing rule to share the filed with the VP of HR with role and subordinates
Answer: C
NEW QUESTION 65
Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.
What should the app builder do to meet the requirement?
- A. Email deliverability set to system email only.
- B. Email relay to the configured host enabled.
- C. Email configured for SMTP authentication.
- D. Email deliverability set to no access.
Answer: D
NEW QUESTION 66
Which sandbox is used for performance testing?
- A. Full
- B. Developer
- C. Partial
- D. Developer Pro
Answer: A
NEW QUESTION 67
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Services users use three of the same fields as the Sales team, but also have five of their own, which the sales team does not use. What is the minimum configuration necessary to meet this requirement?
- A. One profile, two record types, one page layout
- B. Two profiles, one record type, two page layouts
Explanation- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles. - C. One profile, one record type, one page layout.
- D. Two profiles, two record types, two page layouts
Answer: D
NEW QUESTION 68
A custom object named assignment has a private sharing setting that grantsaccess using hierarchies. The organization has a role hierarchy where the"Specialist" role reports to a "Manager" role which reports to a
"Director" role. TheDirector role is at the top of the role hierarchy. A user who is in the manager rolecreate a new assignment record. Who can see this record?
- A. The record owner and the directors in their Hierarchy.
- B. The record owner and the specialists in their hierarchy.
- C. The record owner q in their hierarchy.
- D. The record owner and the managers in their hierarchy.
Answer: A
NEW QUESTION 69
The Service Manager provided the app builder with color code requirements for case age on open cases.
New cases populate a green circle Day-old cases populate a yellow circle Three day-old cases populate a red circle How should an app builder implement this requirement?
- A. Quick Action
- B. Lightning Web Component
- C. Custom Button
- D. Formula Field
Answer: D
NEW QUESTION 70
An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?
- A. Apex code
- B. Process Builder
- C. Workflow rule
- D. Screen flow
Answer: A
NEW QUESTION 71
A workflow has been written to update the 'Stage' field on opps. What will be the impact of this field update?
- A. Forecast field on opp
- B. Both A&B
- C. Type fields on opp
- D. No Impact
Answer: B
NEW QUESTION 72
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. Use geolocation fields with the DISTANCE and GEOLOCATION formulas.
- C. Configure Territory Hierarchy and rules for route based on Territory.
- D. Configure routing options in a custom object.
Answer: A
NEW QUESTION 73
What order does SF process rules?
- A. Validation rules, assignment rules, auto-response rules, workflow rules, escalation rules.
- B. Auto-response rules, Validation rules, assignment rules, workflow rules, escalation rules.
- C. Escalation rules, Validation rules, assignment rules, auto-response rules, workflow rules.
- D. Validation rules, assignment rules, workflow rules, auto-response rules, escalation rules.
Answer: A
NEW QUESTION 74
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 lightning process builder flow that submits the record for an approval process
- C. Create a workflow rule that checks for close date less that 60 days and add an email alert.
- D. Build a validation rule that does not allow a user to save the opportunity record.
Answer: A,B
NEW QUESTION 75
Universal Containers needs to flag Leads with one or more business areas. They need to add a field to capture these to the Lead Record. There is no need to report on this field.
What is the appropriate field type?
- A. Radio Buttons (Multi-Select)
- B. Picklist (Multi-Select)
- C. Text Area
- D. Picklist
Answer: B
NEW QUESTION 76
Which two places can an app builder go to see a list of available Custom Lightning components in their org?
Choose 2 answers
- A. Lightning App Builder
- B. Visualforce components in Setup
- C. Lightning components in Setup
- D. Lightning component Generator
Answer: A,C
NEW QUESTION 77
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. Scheduled Apex
- C. Visual workflow
- D. Lightning Process Builder
Answer: A,D
NEW QUESTION 78
Universal containers uses a private Account sharing model. They have a Process Improvement team with representatives from multiple departments that need s to view all accounts that have been flagged as problem accounts. How should this team be granted access to the records?
- A. Use a record owner sharing rule that is shared with the Process Improvement role
- B. User a record Owner sharing rule that is shared with the Process Improvement public group
- C. Write a trigger to use Apex Managed Sharing to grant access with the Process Improvement team
- D. Use a criteria-based sharing rule where the account are shared with the Process Improvement public group
- E. Option 5
Answer: D
NEW QUESTION 79
All contact's mailing post code should match the account shipping postal code.How to do it?
- A. Geolocation()
- B. Use compare operator
- C. Use NOT EQUAL operator
- D. Use distance()use distance()
Answer: B
NEW QUESTION 80
Universal Containers manages internal projects by department using a customobject called projects. Only employees in the project's respective departmentshould have view access to all of the department's project records. If an employeechanges job roles and moves to another department, the employee should nolonger have access to the projects within their former department. How can theserequirements be met assuming the organization wide default for projects is set to private? (Choose 2)
- A. Create a criteria-based sharing rule using the project's department that grants access to users by roles.
- B. Create a criteria-based sharing rule using the project's department that grants access to users by permission sets.
- C. Create a criteria-based sharing rule using the project's department that grants access to users by profiles.
- D. Create a criteria-based sharing rule using the project's department that grants access to users by public groups.
Answer: A,D
NEW QUESTION 81
What are the steps for creating a dynamic approval process?
- A. Create an approval process.
- B. Create (user) lookup fields on the object being approved, Create a custom object as an approval matrix, Populate the approval matrix record, Create Apex code to populate the user fields from the approval matrix record, Create or update an approval process to utilize the new lookup fields.
- C. Create standard object as an approval matrix.
- D. All of the above.
Answer: B
NEW QUESTION 82
......
Prepare For The Platform-App-Builder Question Papers In Advance: https://www.practicetorrent.com/Platform-App-Builder-practice-exam-torrent.html
Released Salesforce Platform-App-Builder Updated Questions PDF: https://drive.google.com/open?id=1FZ33pQ3GpEWmN0hR0P4PxrP1HxezR3p5