Platform-App-Builder Updated Exam Dumps [2021] Practice Valid Exam Dumps Question [Q60-Q80]

Share

Platform-App-Builder Updated Exam Dumps [2021] Practice Valid Exam Dumps Question

Platform-App-Builder Sample with Accurate & Updated Questions


Salesforce Platform-App-Builder Exam Syllabus Topics:

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

 

NEW QUESTION 60
Duplicate management for leads has been implemented at universal containers but it seems duplicate leads are still being created. The org wide default is set to "Private" for leads.
Which two actions help prevent duplicate leads from being created?
Choose 2 answers.

  • A. Change the lead duplicate rule details to bypass sharing rules
  • B. Change the lead matching rule to block on create
  • C. Change OWD for leads to public edit
  • D. Change OWD for leads for public read

Answer: A,B

 

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

  • A. True
  • B. False

Answer: A

 

NEW QUESTION 62
Universal containers has a custom object that has a N:M relationship with opportunityLineItem carrying price and amount information. In order to compute total amounts and total prices per Opportunity using Rollup summary fields, what field type will you use.

  • A. Crossobject
  • B. Lookup
  • C. Junction
  • D. Master-Detail

Answer: D

 

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

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

Answer: A,D

 

NEW QUESTION 64
Which statement is true when using record types to control picklist value. (Select 2)

  • A. If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged
  • B. If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type
  • C. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types
  • D. If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types

Answer: A,C

 

NEW QUESTION 65
An Alexa Skill Builder is building an interactive storytelling skill where the user can choose their own path through the story. The Builder wants Amazon Alexa to narrate the story and use custom audio for the dialogue for each character, along with various sound effects.
How can these requirements be met?

  • A. Record custom audio for each character voice and the sound effects in the story, then include the custom audio using SSML markup in the response.
  • B. Record the entire story as custom audio and stream the audio stored on Amazon S3 using the AudioPlayer interface.
  • C. Develop each response as text, and let Alexa speak each part differently using SSML markup for
    <amazon:effect>to alter the Alexa voice for each character.
  • D. Record custom audio for each segment of the story, then stream audio files stored on Amazon S3 using the AudioPlayer interface for each segment of the story.

Answer: D

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/audioplayer-interface- reference.html

 

NEW QUESTION 66
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 67
Select the data types that are supported by formula fields. (Choose three.)

  • A. Percent
  • B. Phone
  • C. Currency
  • D. Text
  • E. Email

Answer: A,C,D

 

NEW QUESTION 68
A developer has completed work in the sandbox and is ready to send it to a related org.
What deployment tool should be used?

  • A. Force.com IDE
  • B. Changes Sets
  • C. Unmanaged Packages
  • D. Force.com Migration Tool

Answer: B

 

NEW QUESTION 69
What standard Chatter actions (Post, File, Link, Poll, and Thanks) appear on the user profile page, regardless of the actions in the User page layout? (Choose three.)

  • A. Create
  • B. Post
  • C. File
  • D. Poll
  • E. Email

Answer: B,C,D

 

NEW QUESTION 70
A new custom object called Invoices needs to have an invoice date for the date and time it was invoiced.
What field type should be selected for this?

  • A. Date
  • B. Time
  • C. Date/Time
  • D. Date/Timestamp

Answer: C

 

NEW QUESTION 71
An Alexa Skill Builder wants a skill to inform the users of the number of times they have launched the skill.
What approach should the Builder take to track this information?

  • A. Set up a global variable in the code project that increments each time the code is invoked by Amazon Alexa.
  • B. Using the ASK SDK, implement a persistent attribute that is stored and retrieved from Amazon DynamoDB.
  • C. Perform a scan of the Amazon DynamoDB table for the number of records and count each record as a skill launch.
  • D. Store and increment a launchCountsession attribute.

Answer: B

Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-nodejs/manage-attributes.html

 

NEW QUESTION 72
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. Flow
  • B. Approvals
  • C. Workflow
  • D. Process builder

Answer: C

 

NEW QUESTION 73
Which functionality is NOT available on a custom object?

  • A. Assignment Rules
  • B. Record Types
  • C. Validation Rules
  • D. Workflows

Answer: A

Explanation:
Explanation/Reference:

 

NEW QUESTION 74
What should be done to create a custom field from the Schema Builder?

  • A. From the Objects tab, select New>Field.
  • B. In the canvas, right-click an object and select "New Field".
  • C. From the Elements tab, drag a field type onto the canvas.

Answer: C

 

NEW QUESTION 75
Universal Containers is setting up Salesforce for the first time. Management wants the sales and marketing teams to have different navigation menus in the Salesforce Mobile App.
What option is available to an app builder to satisfy this requirement?

  • A. Create mobile navigation menus for both the sales and marketing profiles.
  • B. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • C. Create sales and marketing profiles and ensure read access to different objects.
  • D. Create public groups for sales and marketing and create mobile navigation menus for each group.

Answer: C

 

NEW QUESTION 76
An app builder needs to change the data types of a few custom fields. The appbuilder is not able to delete and recreate any of the fields, nor modify any apexcode. Which data type change will require the app builder to perform additionalsteps in order to retain existing functionality?

  • A. Changing the data type of a field used in a report from text to an encrypted field
  • B. In lead conversion from number to text
  • C. In an apex class from number to text
  • D. As an external ID from number to text

Answer: B

Explanation:
https://help.salesforce.com/apex/HTViewHelpDoc?id=notes_on_changing_custom_field_types.htm&language=en_US If you change the data type of any custom field that is used for lead conversion, that lead field mapping will be deleted. You would have to recreate the field mapping, this satisfies the requirements.

 

NEW QUESTION 77
The VP of Sales at Cloud Kicks wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. Once the leads are updated, the leads should be entered into a marketing journey activated by the sales rep checking the marketing checkbox.
How should the app builder accomplish this?

  • A. Path
  • B. Workflow
  • C. Process Builder
  • D. Lighting Flow

Answer: A,D

 

NEW QUESTION 78
What is recommended to refresh a full sandbox?

  • A. Whenever a new production user is added.
  • B. After a major production release.
  • C. After a UAT sign-off
  • D. Within 3 hours of when it is needed.

Answer: B

 

NEW QUESTION 79
What is a true statement regarding master-detail relationships? Choose 3 answers

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

Answer: C,D,E

 

NEW QUESTION 80
......

Pass Salesforce Platform-App-Builder Premium Files Test Engine pdf - Free Dumps Collection: https://www.prep4sures.top/Platform-App-Builder-exam-dumps-torrent.html

Platform-App-Builder Exam Info and Free Practice Test | Prep4sures: https://drive.google.com/open?id=1stXrmFzexvVbpEMSwFASTWG6ZR9LuXLl