Best Platform-App-Builder Exam Dumps for the Preparation of Latest Platform-App-Builder Exam Questions [Q66-Q91]

Share

Best Platform-App-Builder Exam Dumps for the Preparation of Latest Platform-App-Builder Exam Questions

Download Latest & Valid Questions For Salesforce Platform-App-Builder exam

NEW QUESTION # 66
In order to create an App Launcher component in Lightning what must an admin do?

  • A. Contact Salesforce to have the component activated for the Lightning App Builder.
  • B. Navigate to Setup-Customize-User Interface to enable the component for the Lightning App Builder.
  • C. Purchase a license for the Lightning App Builder.
  • D. Join the pilot Lightning App Builder team.

Answer: A


NEW QUESTION # 67
What is true regarding compact layouts? Choose 2 answers.

  • A. Compact layouts must be configured for fields to be displayed in the record header
  • B. If a user doesn't have access to a field it won't be displayed
  • C. Compact layouts support all field types
  • D. Compact layouts can be assigned to different record types

Answer: B,D


NEW QUESTION # 68
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?

  • A. Add a sharing rule that grants the users Read/Write access to the Internship records.
  • B. Create a queue for the web applications and assign access to the users who will be editing the records.
  • C. Create a sharing rule that grants the users Read/Write access to the Application records.
  • D. Set the organization-wide default on the Applications object to Read/Write.

Answer: A


NEW QUESTION # 69
Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c Which two automation solutions would meet these business requirements?
Choose 2 answers

  • A. Workflow
  • B. Process Builder
  • C. Apex
  • D. AppExchange

Answer: B,C


NEW QUESTION # 70
Sales Managers at Universal Containers would like to standardize what information Sales Reps are gathering.
Sales Reps 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 functionality?

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

Answer: B

Explanation:
Explanation/Reference: https://help.salesforce.com/articleView?id=workflow_examples.htm&type=0


NEW QUESTION # 71
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. How can app builder accomplish this requirements? Choose 2 answers

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

Answer: C,D


NEW QUESTION # 72
The VP of Account Management at Universal Containers has requested that all Contacts' mailing postal codes match the associated account's shipping postal code.
How can this be enforced using validation rules?

  • A. Create a validation rule using the DISTANCE() function.
  • B. Create a validation rule using a Compare operator.
  • C. Create a validation rule using the GEOLOCATION() function.
  • D. Create a validation rule using a Not Equal operator.

Answer: D

Explanation:
Explanation/Reference:


NEW QUESTION # 73
Which two relationship types can be defined with external object? Choose 2 answers

  • A. External Lookup
  • B. Indirect Lookup
  • C. External Master-Detail
  • D. Cross-Organization Lookup

Answer: A,B


NEW QUESTION # 74
You can have multiple records with the same external ID.

  • A. False
  • B. True

Answer: B

Explanation:
Explanation: It is not recommended, as it will defeat the purpose of the external id.


NEW QUESTION # 75
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. Date()
  • B. Datevalue()
  • C. Today()
  • D. Now()

Answer: C


NEW QUESTION # 76
Which opportunity standard field is available tobe configured directly? Choose3

  • A. Type
  • B. Stage
  • C. Lead source
  • D. Forecast category

Answer: A,B,C


NEW QUESTION # 77
An app builder needs to deploy a new account detail page layout from sandbox to production.
Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?
Choose 3 answers

  • A. Custom actions
  • B. Detail page layout
  • C. Lightning App Builder
  • D. System administrator profile
  • E. Custom fields

Answer: A,B,E


NEW QUESTION # 78
What is a true statement in regards to converting a tabular, summary, ormatrix report to a joined report?
(Choose 3)

  • A. Cross filter are not supported in joined reports
  • B. Bucket field are not supported in joined reports
  • C. Joined report blocks are formatted as matrix reports
  • D. Report formula fields are not supported in joined reports
  • E. The rows to display filter is not supported in joined reports

Answer: A,B,E


NEW QUESTION # 79
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 are not available on currency field if the organization uses multi-currency.
  • D. Field update with "re-evaluate workflow rules" selected can cause a recursive loop if the updated field is included in a workflow.

Answer: B,D

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


NEW QUESTION # 80
Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the "Allow Customer Invitations" Chatter setting. What permission is granted to Customers when invited to Chatter Group?

  • A. The ability to interact with members of their groups
  • B. The ability to invite members to groups of which they are a member
  • C. The ability to@mention accounts of which they are a contact.
  • D. The ability to request access to public groups

Answer: A


NEW QUESTION # 81
What is the maximum number of master-detail lookup relationships allowable per object?

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

Answer: D


NEW QUESTION # 82
Universal Containers wants to track installation information once it container has been purchased on a custom object. Sales reps should have visibility of all the installation with their opportunities.
visibility of all the installations associated with their opportunities.
What kind of relationship should this new object have to the Opportunity?

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

Answer: B


NEW QUESTION # 83
What is true about unmanaged packages?

  • A. Unmanaged packages should not be used to migrate components from a sandbox to production organization. Instead, use Change Sets.
  • B. The developer who created and uploaded the unmanaged package has no control over the installed components, and can't change or upgrade them.
  • C. All of the above.
  • D. Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in.

Answer: C


NEW QUESTION # 84
Universal Insurance would like to highlight on a report claims that have been open for more than 30 days.
What feature could be used for this? Choose 1 answer.

  • A. Report Highlighting
  • B. Field Highlighting
  • C. Bucket Highlighting
  • D. Conditional Highlighting

Answer: D


NEW QUESTION # 85
A production org includes custom objects containing confidential information. A sandbox ix needed that includes data records, excludes all of the confidential objects, and can be refreshed weekly?

  • A. Create a full sandbox and use a sandbox template
  • B. Create a developer sandbox and schedule data loader to download selected object data weekly.
  • C. Create a partial copy sandbox and use a sandbox template
  • D. Create a developer pro sandbox and schedule loader to download selected object data weekly

Answer: C


NEW QUESTION # 86
Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.
What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?

  • A. TEXT(Id)
  • B. External ID
  • C. CASESAFE(Id)
  • D. Salesforce Record ID

Answer: B


NEW QUESTION # 87
A new custom object is begin created with a private sharing setting. The business wants to share individual records with specific people or groups of people on a case-by-case basis.
Which three options does the business user have to manually share individual records? (Choose three.)

  • A. Public Groups
  • B. Permission Sets
  • C. Roles
  • D. Profiles
  • E. Users

Answer: B,C,E


NEW QUESTION # 88
Which statement is true about an external id field? Choose 2 answers

  • A. The field must be unique since duplicates are not allowed within salesforce
  • B. The field can be unique based on case-sensitive or case-insensitive values.
  • C. The field must contain at least one number and at least one letter
  • D. The field contains unique records identifiers from a system outside of salesforce

Answer: A,D


NEW QUESTION # 89
An Alexa Builder is working on a skill for music streaming. When a user says, "Alexa, stop" the skill needs to know where the user was in the song, so that when returning to the skill in a new session, the song can pick up where it left off.
Which section of the following JSON contains the data indicating where the song left off?

  • A. context.System.device.supportedInterfaces.AudioPlayer
  • B. session.attributes
  • C. session.user
  • D. Context.AudioPlayer

Answer: C


NEW QUESTION # 90
Universal Containers is using a custom app to record performance review info for their employees. The performance review should be visible to the employee and the employee's manager, as well as the HR director.
How can this be configured? Choose 1 answer.

  • A. Set the org wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
  • B. Set the org wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director
  • C. Set the org wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee's manager and HR director
  • D. Use manager sharing to enable sharing with the employee's manager and HR director

Answer: A


NEW QUESTION # 91
......

Exam Materials for You to Prepare & Pass Platform-App-Builder Exam: https://passguide.validtorrent.com/Platform-App-Builder-valid-exam-torrent.html