[Nov 01, 2021] Get New Platform-App-Builder Certification – Valid Exam Dumps Questions [Q95-Q120]

Share

[Nov 01, 2021] Get New Platform-App-Builder Certification – Valid Exam Dumps Questions

100% Passing Guarantee - Brilliant Platform-App-Builder Exam Questions PDF


Salesforce Platform-App-Builder Exam Syllabus Topics:

TopicDetails
Topic 1
  • Given a set of business requirements, determine the appropriate sharing solution
  • Describe the capabilities of and use cases for social features
Topic 2
  • Describe the ramifications of field updates and the potential for recursion
  • Given a scenario, determine the appropriate data model
Topic 3
  • Describe the use cases of and considerations when using unmanaged packages
  • Identify common scenarios for extending an org using the App Exchange
Topic 4
  • Describe the capabilities of and use cases for approval processes
  • Describe the capabilities of the core CRM objects in the Salesforce schema
Topic 5
  • 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 6
  • Describe the capabilities of and considerations when using change sets
  • Describe the capabilities and considerations of the schema builder
Topic 7
  • Describe the differences between and considerations when using the various types of sandboxes
  • Describe the capabilities of and use cases for external objects
Topic 8
  • Given a scenario, determine the appropriate user interface design
  • Describe the user interface customization options
Topic 9
  • 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 10
  • Describe the features and capabilities available when creating reports, report types, and dashboards
  • Identify the considerations when changing a field's type
Topic 11
  • 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

 

NEW QUESTION 95
On Amazon Alexa enabled devices with a screen, which of the following standard built-in intents are handled by Alexa on the skill's behalf and are not forwarded to the skill? (Choose three.)

  • A. AMAZON.MoreIntent
  • B. AMAZON.ScrollDownIntent
  • C. AMAZON.NextIntent
  • D. AMAZON.StartOverIntent
  • E. AMAZON.PreviousIntent
  • F. AMAZON.NavigateHomeIntent

Answer: B,D,F

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/standard-built-in-intents.html

 

NEW QUESTION 96
Universal Containers provide access to Salesforce for their sales, service and marketing teams. Management wants to ensure that when user login, their home tab provides access to links and documentation that are specifically relevant to their job function. How can this requirement be met?

  • A. Expose specific elements within a home page custom component determined by role.
  • B. Create separate home page custom components and layouts; assign to user by role.
  • C. Expose specific elements within a home page custom component determined by profile.
  • D. Create separate home page custom components and layouts; assign to user by profile.

Answer: D

 

NEW QUESTION 97
What type of sandbox should you use for full performance and load testing?

  • A. Developer
  • B. Partial Copy
  • C. Full Sandbox
  • D. Developer Pro

Answer: C

 

NEW QUESTION 98
For an external object relationship, you can create an indirect lookup relationship.
What type of object(s) can be the parent?

  • A. Standard or External
  • B. External
  • C. Standard or Custom
  • D. Custom

Answer: C

Explanation:
Explanation: For an indirect lookup you can have standard or custom objects as the parent, but can only have an external object as the child. Does not require a Salesforce ID.

 

NEW QUESTION 99
A salesperson at AW Computing only sees the Social Contacts link for Twitter and not Facebook on his records.
Why would this be happening?

  • A. Facebook is no longer supported by Social Contacts.
  • B. The administrator hasn't enabled Social Contacts for Facebook.
  • C. None of his Facebook contacts have confirmed the nature of their relationship.
  • D. The salespersons login with Facebook has expired.

Answer: B

 

NEW QUESTION 100
Which is true about social accounts?

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

Answer: C

 

NEW QUESTION 101
the services manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. Tha flag should be red when cases are open after three days. Which two options should an app builder use to implement this requirements? Choose 2

  • A. VLOOKUP
  • B. Formula field
  • C. Quick action
  • D. Image

Answer: A,D

 

NEW QUESTION 102
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?

  • A. Create a workflow rule to check the fields are formatted correctly
  • B. Configure a validation to require a field for a specific record type
  • C. Update the important fields to be required on the page layout
  • D. Make a formula field to check the format of the important fields

Answer: B

 

NEW QUESTION 103
Which values must be defined when creating a new Opportunity stage? Choose 3

  • A. Close date
  • B. Type
  • C. Amount
  • D. Probability
  • E. Forecast category

Answer: A,C,E

 

NEW QUESTION 104
An organization wants to create a field to store manager data on the user object. The manager field is a reference to another user record.
What type of relationship should be used?

  • A. Hierarchical
  • B. Lookup
  • C. Master-Detail
  • D. Many-to-many

Answer: A

Explanation:
Hierarchical relationship: This type of relationship is a special lookup relationship available only for the user object. It allows users to use a lookup field to associate one user with another that does not directly or indirectly refer to itself. For example, you can create a custom hierarchical relationship field to store each user's direct manager.

 

NEW QUESTION 105
Universal Containers (UC) wants to deliver purchased containers to remote construction sites. These locations are missing a traditional street address. In these cases the customer 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. External Lookup
  • D. Geolocation

Answer: D

 

NEW QUESTION 106
UVC has deployed custom tabs to Production via change sets, without including the profiles settings. What is true about the visibility of custom tabs in Enterprise Edition?

  • A. Custom tabs are default off for all the users.
  • B. Custom tabs are not deployed
  • C. Custom tabs are hidden for all users
  • D. Custom tabs are default on for all the users

Answer: C

 

NEW QUESTION 107
Universal Containers wants to build a recruiting app that allows for multiple positions to appear on custom objects websites and postings. UC requires a report that shows the related custom objects of postings. Which two items should an app builder configure to implement this?

  • A. Utilize the standard report type
  • B. Configure a postings object with lookup field to both positions and websites
  • C. Configure a postings object with master detail field to both positions and websites
  • D. Create two new custom report type

Answer: D

 

NEW QUESTION 108
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 process and an outbound message
  • B. Use a flow and an outbound message
  • C. Use a process and Apex Code
  • D. Use a workflow rule and an outbound message

Answer: C,D

 

NEW QUESTION 109
The Training team at UVC uses a custom Training object to track their customer trainings. An App Builder needs to create a relationship between the Training object and the related Student's record. A private sharing model is in place for both Students and Training. Which two statements are true when creating a Student lookup field on the Training object? Choose 2 answers

  • A. On Training record, the Student Lookup field can be made optional
  • B. On Student Record, users can set up Roll-up summary fields on Training records
  • C. On Training record, users can only delete students, if they have access to it
  • D. Cross-object field updates between Training and Student records are not supported

Answer: A,C

 

NEW QUESTION 110
The VP of sales at Universal Containers wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. How can the App Builder accomplish this?

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

Answer: A

 

NEW QUESTION 111
As an account's expiration approaches, send recurring e-mail notifications to the owner (2 weeks before, 1 week before, 3 days before, and 1 day before).
Which tool would you use for the following use case?

  • A. Approvals
  • B. Flow
  • C. Process builder
  • D. Workflow

Answer: D

 

NEW QUESTION 112
Object A has a lookup to object B.
Which of the following statements are true? (Choose two.)

  • A. Fields of both A and B are accessible from object.
  • B. Fields of object B can be accessed from object A.
  • C. Fields of object A can be accessed from object.
  • D. Fields of both B and A are accessible from object A.

Answer: B,D

 

NEW QUESTION 113
Which report types may be used with Analytic Snapshots?(2)

  • A. Tabular
  • B. Joined
  • C. Summary
  • D. Matrix

Answer: A,C

 

NEW QUESTION 114
Which type of relationship can be defined with external objects? Choose 2 Answers

  • A. Cross Organizational Look-up
  • B. External Look-Up
  • C. Indirect Look-Up
  • D. External Master-Detail

Answer: B,C

 

NEW QUESTION 115
In order to delete Opportunities, Universal Containers would like sales reps to submit a request for approval to their sales manager. What can be used to meet these requirements?

  • A. Approval Process with Time-dependent Workflow Action
  • B. Approval Process with Apex Trigger
  • C. Process Builder with Submit for Approval Button
  • D. Two-step Approval Process

Answer: B

 

NEW QUESTION 116
When should Unmanaged packages be created? Choose 2 answers

  • A. Migrating of components from sandbox to production
  • B. Distributing open-source projects on AppExchange
  • C. Deploying from a Developer Edition environment.
  • D. Publishing an application for sale on the AppExchange.

Answer: B,C

 

NEW QUESTION 117
UC would like to automatically assign a specific permission set to new users. How can they do that?

  • A. Create a lighting process on the user object to launch a flow
  • B. Option 4
  • C. Create a flow on the user object to assign permission set
  • D. Create a workflow rule on the user object to assign a permission set

Answer: C

 

NEW QUESTION 118
Sales rep at universal containers use salesforce on their mobile devices. They want a way to add new contacts quickly and then follow up later to complete the additional information necessary. What mobile should an app builder recommend?

  • A. Build a global action to create contacts
  • B. Customize the mobile menu to move contacts to the top
  • C. Use path and set pre-defined values
  • D. Add a compact layout to contacts

Answer: C

 

NEW QUESTION 119
An app builder wants to show Groups as the last navigation menu item in the Salesforce Mobile App. However, the app builder is not able to select Groups as one of the items on the drop-down menu.
What could cause this?

  • A. Groups cannot be the last item in the navigation menu.
  • B. Groups is included in the Smart Search items but not on the navigation menu.
  • C. Groups is showing up in the recent section and not in the navigation menu.
  • D. Groups is not included in the selected list for the navigation menu.

Answer: D

 

NEW QUESTION 120
......

Free Platform-App-Builder braindumps download: https://www.prep4king.com/Platform-App-Builder-exam-prep-material.html

Platform-App-Builder Dumps 2021 - NewSalesforce Exam Questions: https://drive.google.com/open?id=1yrRZ0PLKbRFEtpJ644I7wU4gdy6Jir2k