Get Platform-App-Builder Braindumps & Platform-App-Builder Real Exam Questions [Q17-Q42]

Share

Get Platform-App-Builder Braindumps & Platform-App-Builder Real Exam Questions

Salesforce Platform-App-Builder Actual Questions and Braindumps


Salesforce Platform-App-Builder Exam Syllabus Topics:

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

 

NEW QUESTION 17
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, one record type, one page layout.
  • B. One profile, two record types, one page layout
  • C. Two profiles, one record type, two page layouts
  • D. Two profiles, two record types, two page layouts

Answer: D

 

NEW QUESTION 18
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 19
At UVC, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records. What is the minimum required configuration for an App Builder to enable different users to see different fields, based on the case type?

  • A. Record Types, Page Layouts, Support Process and Profiles
  • B. Record Types, Page Layouts, Case Teams and Profiles
  • C. Record Types, Page Layouts, Permission Sets and Profiles
  • D. Record Types, Page Layouts, Field Sets and Profiles

Answer: D

 

NEW QUESTION 20
When an opportunity close date is delayed by more than 60 days, the manager and the VP of Sales must approve the change.
Which two solutions will meet the requirement? (Choose two.)

  • A. Create a workflow rule that checks for close date less than 60 days and add an e-mail alert.
  • B. Build an approval process that requires unanimous approval from the manager and VP of Sales.
  • C. Create a 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: B,C

 

NEW QUESTION 21
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this?
Choose 3 answers

  • A. Currency
  • B. Percent
  • C. Checkbox
  • D. Date
  • E. Time

Answer: A,B,D

 

NEW QUESTION 22
UVC 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 can an App Builder take to accomplish this requirement? Choose 2 answers

  • A. Use a MD 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 lookup relationship between the Candidate and Interview objects (Your Answer)
  • D. Use a formula field on the Candidate record to show the total number of interviews

Answer: A,B

 

NEW QUESTION 23
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. URL / choose the URL
  • B. Press "validate and sync"
  • C. Choose "include in Salesforce searches" option
  • D. Choose "include as index field"

Answer: B,C

 

NEW QUESTION 24
Universal Containers uses a custom object to track Site Visits. When the status of a Site Visit is changed from
"In Progress" to "On Hold", the business wants the Site visit owner to be automatically assigned to an "On Hold" queue. Which capability can be used to accomplish this?

  • A. Assignment Rule
  • B. Apex Trigger
  • C. Visual Workflow
  • D. Action

Answer: A

 

NEW QUESTION 25
A user asks for a checkbox to be automatically ticked if the annual revenue field is greater than a million.
Which formula to trigger a workflow would satisfy this requirement?

  • A. AnnualRevenue
  • B. IF(AnnualRevenue > 1000000 ,"TRUE","FALSE")
  • C. AnnualRevenue > 1000000
  • D. AnnualRevenue > 1000000 , TRUE, FALSE

Answer: C

 

NEW QUESTION 26
What is a true statement in regards to creating custom report types?

  • A. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.
  • B. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type
  • C. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
  • D. Any object can be chosen unless the object is no visible to the person creating the report type through security settings

Answer: C

 

NEW QUESTION 27
Universal Containers are doing a deep analysis on their monthly sales data, and would like the sales revenue split as products sold per country.
What would be the ideal report to address this need?

  • A. Tabular
  • B. Matric
  • C. Joined
  • D. Summar

Answer: B

 

NEW QUESTION 28
Universal Container needs to add an additional recipient to a workflow email alert that is fired from the case object. What type of field could be added to the case object to allow the additional desired recipient on the email alert? Choose 2 Answers

  • A. Text Field
  • B. Formula field
  • C. Email Field
  • D. Lookup field

Answer: A,C

 

NEW QUESTION 29
What is the capability of sandbox templates? Choose 2 answers

  • A. Create a Partial Copy sandbox from a Partial Copy sandboxes environment.
  • B. Save a template for re-use when creating a Partial Copy sandbox environment.
  • C. Specify the object whose data should be replicated in a Partial Copy sandbox environment.
  • D. Specify the data range for data being replicated in a Partial Copy sandbox environment

Answer: B,C

 

NEW QUESTION 30
Sales manager at universal containers would like to standardize what information sales rep are gathering. Sales rep want recommendations, sales strategies and to know what key fields need to be completed at each step of the sales process on the opportunity record. What feature should an app builder use to provide this functionally?

  • A. Chatter feed
  • B. Workflow
  • C. Path
  • D. Global Action

Answer: C

 

NEW QUESTION 31
The organization wide defaults for a custom object is set to private. The Supervisor profile grants view access to the same object. A user with the Supervisor profile is also listed as the Manager on the user detail records for access. However, the supervisor still cannot view records owned by the subordinate. What is preventing the Supervisor from viewing records owned by the subordinate? Choose 2 answers

  • A. The Supervisor's role is not above the subordinate's role in hierarchy
  • B. Organization wide settings for the custom object do not grant access using hierarchy
  • C. The Supervisor requires a permission set in order to view the subordinate's record
  • D. Organization wide settings for the custom object grant access to other users with the same role

Answer: A,B

 

NEW QUESTION 32
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?

  • A. Create custom page payouts for each type of lead only containing the relevant fields
  • B. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
  • C. Create a partner community and a record type for web and trade show leads
  • D. Create three lead record types each with its own page layout containing the relevant fields

Answer: D

 

NEW QUESTION 33
The App Builder at Universal Containers has been asked to ensure that the Amount field is populated when the stage is set to Closed Won. What can be used to meet this requirement?

  • A. Approval Process
  • B. Lightning Process Builder
  • C. Validation Rule
  • D. Workflow

Answer: D

 

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

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

Answer: D

 

NEW QUESTION 35
Universal Containers wants to understand return on investment for the latest advertising buy. They currently use a private security model for all objects.
What should an app builder recommend?

  • A. Configure Campaign Hierarchies and Campaign statistics
  • B. Utilize Account Hierarchies and Roll-Up Summary fields
  • C. Change to a public security model
  • D. Run an opportunities pipeline report

Answer: D

 

NEW QUESTION 36
Universal Containers is rolling out a new opportunity review process. Regional managers will need to edit opportunities for their subordinates, but not for other groups. Managers and users should be able to view all opportunities.
Which two approaches are recommended to meet their requirement? (Choose two.)

  • A. Create standard role hierarchies
  • B. Set organization-wide defaults to public read/write.
  • C. Set organization-wide defaults to public read/only.
  • D. Create criteria based sharing rules.

Answer: A,C

 

NEW QUESTION 37
Identify the standard Lightning components. (Choose four.)

  • A. Visualforce Page
  • B. List View
  • C. Rich Text
  • D. Reports
  • E. Dashboards

Answer: A,B,C,D

Explanation:
Explanation/Reference:

 

NEW QUESTION 38
Universal containers wants to provide a different view for its users when they access an Account record in Salesforce1 instead of the standard web version. How can this be accomplished? Choose 2 answers

  • A. By adding actions in the Salesforce1 action bar section.
  • B. By adding quick actions in the publisher section.
  • C. By adding a mobile layout and assigning it to a profile.
  • D. By adding Visualforce page to the mobile cards section

Answer: D

 

NEW QUESTION 39
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead.
What should an app builder configure to meet these requirements?

  • A. Create custom page payouts for each type of lead only containing the relevant fields
  • B. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
  • C. Create a partner community and a record type for web and trade show leads
  • D. Create three lead record types each with its own page layout containing the relevant fields

Answer: D

 

NEW QUESTION 40
Universal Containers has purchased a Lightning Component on the AppExchange.
In which two areas can these Components be utilized? (Choose two.)

  • A. Process Builder
  • B. Salesforce Mobile App
  • C. Standalone Lightning App
  • D. Flow Builder

Answer: B,C

 

NEW QUESTION 41
What is true about a custom tab?

  • A. It can only be included in standard applications.
  • B. It can only be included in custom applications.
  • C. It can only be included in one application.
  • D. It can be included in as many applications as desired.

Answer: D

 

NEW QUESTION 42
......

Platform-App-Builder Dumps To Pass Salesforce Exam in 24 Hours - TestPassed: https://www.testpassed.com/Platform-App-Builder-still-valid-exam.html

Buy Latest Platform-App-Builder Exam Q&A PDF - One Year Free Update: https://drive.google.com/open?id=1SMJ4ZfLhdTq2KLn1hGGToHJbn-PwpR-L