Pass Platform-App-Builder Exam with Updated Platform-App-Builder Exam Dumps PDF 2022 [Q28-Q48]

Share

Pass Platform-App-Builder Exam with Updated Platform-App-Builder Exam Dumps PDF 2022

Platform-App-Builder Exam Dumps - Free Demo & 365 Day Updates


Salesforce Platform-App-Builder Exam Syllabus Topics:

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

 

NEW QUESTION 28
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 lead conversion from number to text
  • 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 a report from a text to an encrypted field

Answer: C

Explanation:
If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. If you change the data type of a custom field that is set as an external ID, choosing a data type other than text, number, or email will cause the field to no longer act as an external ID.
The option to change the data type of a custom field is not available for all data types. For example, existing custom fields cannot be converted into encrypted fields nor can encrypted fields be converted into another data type.
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types. htm&language=en

 

NEW QUESTION 29
How do you highlight totals in a report?

  • A. Roll-up Summary Field
  • B. Formula Field
  • C. Summary totals
  • D. Custom Summary Field

Answer: C

Explanation:
Conditional highlighting of summary fields.

 

NEW QUESTION 30
An app builder wants to show groups as the last navigation menu item in the salesforce1 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 is showing up in the recent section and not in the navigation menu
  • B. Groups is not included in the selecteCreate a criteria based sharing rule using the projects department that grd list for the navigation menu
  • C. Groups cannot be the last item in the navigation menu.
    Groups Appears for organizations that have Chatter enabled. If you don't add this item to the navigation menu, groups are automatically included in the set of Smart Search Items instead and the Groups item is available from the Recent section.
    https://developer.salesforce.com/docs/atlas.en-us.salesforce1.meta/salesforce1/customize_s1_nav_about.htm
  • D. Groups is included in the smart search items but not on the navigation menu

Answer: D

 

NEW QUESTION 31
The director of marketing has asked the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units. Which function should be used to calculate the difference?

  • A. Today()
  • B. Datevalue()
  • C. Date()
  • D. Now()

Answer: A

 

NEW QUESTION 32
To Synchronize Accounts, orders and shipments in real time, a developer has built a custom interface between an external system and salesforce, prior to deployment, the developer needs to confirm that the interface can sustain the syncing of thousands of records at a time. Which sandbox environment is recommended to complete performance and load testing?

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

Answer: A

 

NEW QUESTION 33
SERVICE AGENTS ARE REQUIRED TO CONFIRM A USER IDENTITY BEFORE PROVIDING SUPPORT INFORMATION OVER THE PHONE. WHAT FEATURE CAN AN APP BUILDER USE TO HELP AGENTS MEET THIS REQUIREMENT?

  • A. Guided Action Flows on the record page
  • B. Case Validation Rules
  • C. Add Path to the top of the Case layout
  • D. Include Surveys as a Case related list

Answer: A

 

NEW QUESTION 34
Which two are features of Schema Builder? (Choose two.)

  • A. To modify properties on standard and custom objects.
  • B. To create new relationships on standard and custom objects.
  • C. To create a Geolocation custom field on custom objects.
  • D. To view and edit custom field level permissions.

Answer: A,B

 

NEW QUESTION 35
Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account's billing state. This value should not change after the Opportunity has been created. What is the recommended solution to configure this automation behavior?

  • A. Apex
  • B. Formula Field
  • C. Workflow
  • D. Roll-up-summary field

Answer: C

 

NEW QUESTION 36
A custom object has a Public Read Only sharing setting that does not grant access using hierarchies. A dynamic sharing rule provides Write access to the object to the Global Marketing public group if the record is marked as Global. A user creates a new record and marks it as Global.
Who will have write access to the record?

  • A. The Global Marketing public group and anyone above the owner in the role hierarchy.
  • B. The Global Marketing public group, the record owner, and anyone above the owner in the role hierarchy.
  • C. The record owner and anyone above the owner in the role hierarchy.
  • D. The record owner and the Global Marketing public group.

Answer: D

Explanation:
Explanation

 

NEW QUESTION 37
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered.
What should an app builder configure to help with this issue?

  • A. Separate page layouts
  • B. Dependent picklists
  • C. Dynamic forms
  • D. Lightning web components

Answer: C

 

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

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

Answer: A,B

 

NEW QUESTION 39
An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.
Which two reasons can be preventing the app builder from being able to add the custom component?
Choose 2 answers

  • A. The component requires a developer permission to add it to the page with the App Builder.
  • B. My Domain must be deployed to add custom components to the page with the App Builder.
  • C. The component is tagged for record pages instead of home pages and is not showing up in the App Builder.
  • D. A custom tab must be created to add custom components to the page with the App Builder.

Answer: B,C

 

NEW QUESTION 40
universal containers has several new fields they requested for the opportunity product object. What should an app builder be able to configure using a formula field ?

  • A. A hyperlink to the parent account of the parent opportunity.
  • B. A Rich text area field that uses HTML to bold certain characters
  • C. A combination of the opportunity`s text and a description fields.
  • D. A mix of functions and concatenation of 10 account fields and 10 opportunity fields.

Answer: B

 

NEW QUESTION 41
Which sandbox is used for performance testing?

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

Answer: B

 

NEW QUESTION 42
Cloud Kicks has leads owned by users and queues.
The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?

  • A. [Lead].Owner:Queue.OwnerId Is Null = True
  • B. [Lead].Owner:User.Role Is Null = False
  • C. NOT(ISBLANK([Lead].OwnerId))
  • D. BEGINS([Lead].OwnerId, ,,005")

Answer: C

 

NEW QUESTION 43
Universal Containers created a custom object called Component to capture details about products sold.
What approach should an app builder take to show Component as a related list on Product?

  • A. Create a roll-up on Product. Add the Component related list to the Product page layout.
  • B. Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.
  • C. Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.
  • D. Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.

Answer: C,D

 

NEW QUESTION 44
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. Create a lightning process builder flow that submits the record for an approval process
  • B. Builda validation rule that does not allow a user to save the opportunity record.
  • C. Build an approval process thatrequires unanimous approval from the manager and VP of sales.
  • D. Create a workflow rule that checks for close date less that 60 days and add an email alert.

Answer: A,C

 

NEW QUESTION 45
A sales manager would like to look at an account record and view charts of all of the related open opportunities. Closed/won opportunities, and open cases. How many report charts can be added to the account page layout to meet this requirement?

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

Answer: B

Explanation:
You can have two report charts per page.
You can only add report charts from the enhanced page layout editor. The mini console and the original page layout editor are not supported.
On detail pages, users can refresh up to 100 report charts every 60 minutes.
Your organization can refresh up to 3,000 report charts every 60 minutes.
https://help.salesforce.com/HTViewHelpDoc?id=reports_embed_limits.htm&language=en_US

 

NEW QUESTION 46
Universal Containers would like to show different values to different groups of users in a custom picklist field.
What should be configured?

  • A. Field-level security
  • B. Page layouts
  • C. Record Types
  • D. Permission sets

Answer: C

 

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

Answer: A

Explanation:
- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles.

 

NEW QUESTION 48
......

Platform-App-Builder Dumps - Pass Your Certification Exam: https://www.testkingpdf.com/Platform-App-Builder-testking-pdf-torrent.html

Free Sales Ending Soon - Use Real Platform-App-Builder PDF Questions: https://drive.google.com/open?id=1dOMjQSuzua8Em-wDGYtz8MRdu8wUxJGv