[Nov-2021] Dumps Brief Outline Of The Platform-App-Builder Exam - Prep4sures [Q83-Q106]

Share

[Nov-2021] Dumps Brief Outline Of The Platform-App-Builder Exam - Prep4sures

Platform-App-Builder Training & Certification Get Latest Salesforce App Builder 


Salesforce Platform-App-Builder Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a scenario, determine the appropriate user interface design
  • Describe the user interface customization options
Topic 2
  • Describe the use cases of and considerations when using unmanaged packages
  • Identify common scenarios for extending an org using the App Exchange
Topic 3
  • Given a set of business requirements, determine the appropriate sharing solution
  • Describe the capabilities of and use cases for social features
Topic 4
  • Describe the features and capabilities available when creating reports, report types, and dashboards
  • Identify the considerations when changing a field's type
Topic 5
  • Describe the capabilities of and use cases for approval processes
  • Describe the capabilities of the core CRM objects in the Salesforce schema
Topic 6
  • Describe the capabilities of, use cases for, and implications of roll-up summary fields
  • Describe the options and considerations when importing and exporting data
Topic 7
  • Given a set of business requirements, recommend a solution to automate business processes
  • Given a set of requirements, identify the considerations and select the appropriate field type
Topic 8
  • Describe the ramifications of field updates and the potential for recursion
  • Given a scenario, determine the appropriate data model
Topic 9
  • Describe the differences between and considerations when using the various types of sandboxes
  • Describe the capabilities of and use cases for external objects
Topic 10
  • Given a scenario, identify the boundaries of declarative customization and the use cases for programmatic customization
  • Describe the capabilities of and use cases for record types
Topic 11
  • Describe the capabilities of and considerations when using change sets
  • Describe the capabilities and considerations of the schema builder

 

NEW QUESTION 83
Universal Containers needs to create a roll-up summary field on a custom object that counts the number of related records on another custom object.
What type of field must exist before the roll-up summary can be created, and where should it be located?

  • A. A lookup relationship field on the child object.
  • B. A lookup relationship field on the parent object.
  • C. A master-detail relationship field on the parent object.
  • D. A master-detail relationship field on the child object.

Answer: D

 

NEW QUESTION 84
Duplicate management for Leads has been Implemented at Universal Containers that it seems duplicate leads are still being created, the org Wide Default (WOD) 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 to public Read.
  • C. Change the Lead Duplicate Rule details to Bypass Sharing Rules.
  • D. Change the lead Matching Rule to Block on Create.

Answer: B,D

 

NEW QUESTION 85
Which Salesforce Formula Function can return a value based on more than two different field parameters?

  • A. Contains
  • B. Beings
  • C. IF Statement
  • D. Case Statement

Answer: D

 

NEW QUESTION 86
Universal Containers is using SF to manage travel requests. They would like to enable managers to approve travel requests via e-mail.
What is true regarding e-mail approval responses?

  • A. Approval Comments cannot be added in the e-mail response.
  • B. If the request is rejected, the approver must add the rejection comments directly in SF.
  • C. Approvers must the "API Enabled" system permission.
  • D. Approvers must click a link in the approval e-mail.

Answer: C

 

NEW QUESTION 87
Universal Containers has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code.
Which two actions should an app builder take to accomplish this requirement? (Choose two.)

  • A. Use a master-detail relationship between the Candidate and Interview objects.
  • B. Use a roll-up summary field on the Candidate record to show the total number of interviews.
  • C. Use a formula field on the Candidate record to show the total number of interviews.
  • D. Use a lookup relationship between the Candidate and Interview objects.

Answer: A,B

 

NEW QUESTION 88
In order to delete 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. Process Builder with Submit for Approval Action.
  • B. Two-step Approval Process.
  • C. Approval Process with Apex Trigger.
  • D. Approval Process with Time-Dependent Workflow action.

Answer: B

 

NEW QUESTION 89
What is true statement regarding master - detail relationship? Choose 3 answers

  • A. Master-detail relationship can convert to a look -up relationship if no roll-up summary field exist on the master object
  • B. A master - detail relationship cannot be converted to a look-up relationship
  • C. Standard objects can be on the detail side of the custom object in a master-detail relationship
  • D. Deleting a master record in a master detail relationship deletes all related detail records
  • E. A master-detail relationship cannot be created if the custom object on the detail side already contains data.

Answer: A,D,E

 

NEW QUESTION 90
Indirect lookup relationship fields can be created on external objects only.

  • A. True
  • B. False

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 91
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 92
When using the Data Export Wizard to manually export data, you can only export data if __________.

  • A. Your data doesn't include attachments, images, or documents.
  • B. You are an Admin.
  • C. You've installed a client application to export the data.
  • D. Enough time has passed since your last export.

Answer: D

 

NEW QUESTION 93
An app builder has been asked to display an Overdue Date that is two months after a Task's Due Date.
Which approach should the app builder take?

  • A. Use Process Builder and set Overdue Date equal to DueDate + 60
  • B. Create a formula field using DueDate + 60
  • C. Create a formula field using the ADDMONTHS() function
  • D. Use Process Builder and set Overdue Date equal to DueDate + ((365/12) * 2)

Answer: A

 

NEW QUESTION 94
You want to use an External Data Object Table from Heroku carrying Product Category information. The data need to be included in Salesforce and searchable. What do you have to do before you can use the connection. (Choose 2)

  • A. Press "validate and sync"
  • B. Choose "include as index field"
  • C. URL / choose the URL
  • D. Choose "include in Salesforce searches" option

Answer: A,D

 

NEW QUESTION 95
What is the maximum number of external IDs an object may have?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: B

 

NEW QUESTION 96
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 97
Which statement is true about field update actions from workflow rules and approval processes? Choose 2 answers

  • A. Field updates are tracked in the history related list of a record regardless of whether or not History tracking is set for those fields.
  • B. Field updates to records based on workflow rules and approval processes do not trigger validation rules
  • C. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.
  • D. Field update are not available on currency field if the organization uses multi-currency.

Answer: B,C

Explanation:
Explanation
https://help.salesforce.com/apex/HTViewHelpDoc?id=workflow_field_update_considerations.htm&language=en

 

NEW QUESTION 98
Universal Containers wants to deliver purchased containers to remote construction address. In these cases the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?

  • A. Text
  • B. Number
  • C. Goelocation
  • D. External Lookup

Answer: D

 

NEW QUESTION 99
You can control access to report folders based on __________.

  • A. Password settings, permissions, and user settings.
  • B. Permissions, roles, and public groups.
  • C. Public groups, organization-wide defaults, and IP restrictions.
  • D. All of the above.

Answer: B

 

NEW QUESTION 100
Identify the field update limitations. (Choose three.)

  • A. In a batch update, workflow is re-triggered on all entities where there is a change.
  • B. Read-only fields like formula or auto-number fields aren't available for field updates.
  • C. The results of a field update can't trigger additional rules such as validation, assignment, auto-response, or escalation rules.
  • D. Field updates that are executed as approval actions don't trigger workflow rules.

Answer: B,C,D

Explanation:
"In a batch update, workflow is re-triggered on all entities where there is a change" - only on entities with a change, not all.

 

NEW QUESTION 101
Universal Containers needsto send an Outbound Message to an external system whenrecord has been updated.
What is recommended feature to meet this requirement?

  • A. Lightning Connect
  • B. Process Builder
  • C. Visual Workflow
  • D. Workflow

Answer: D

 

NEW QUESTION 102
How would you ensure that records of a particular object are visible only to the user, and users higher in the role hierarchy? choose 2 answers.

  • A. Define a role hierarchy
  • B. Define a profile list
  • C. Set org wide sharing default for the object as private
  • D. Set org wide sharing default for the object as manager view

Answer: A,C

 

NEW QUESTION 103
A custom field contains a feedback score which is on a scale of one to five. End users would like a visual indicator of one to five stars based on the number found in the feedback score custom field.
How can this visual indicator be displayed?

  • A. Use a custom text field.
  • B. Use a custom image field.
  • C. Use a custom number field.
  • D. Use a custom formula field.

Answer: D

 

NEW QUESTION 104
Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?

  • A. partial Copy
  • B. Developer
  • C. Developer Pro
  • D. Full

Answer: A

 

NEW QUESTION 105
Which is true about social accounts?

  • A. Connection to social account is established through a company wide "named principal".
  • B. You can use social accounts data even when you are not logged into the social account.
  • C. You can use social accounts to import data into Salesforce.
  • D. You need a personal social account in order to see social account data.

Answer: D

 

NEW QUESTION 106
......

Certification Training for Platform-App-Builder Exam Dumps Test Engine: https://www.prep4sures.top/Platform-App-Builder-exam-dumps-torrent.html

Salesforce App Builder Platform-App-Builder Real Exam Questions and Answers FREE Updated: https://drive.google.com/open?id=13ChufZb2oMlNPgRE0vjKqvkBMOx2ZR4B