
Platform-App-Builder Certification – Valid Exam Dumps Questions Study Guide! (Updated 425 Questions)
Platform-App-Builder Dumps are Available for Instant Access using PDFDumps
NEW QUESTION 170
Which of the following are types of access within an organization? (Choose three.)
- A. Field
- B. Object
- C. Administrative
- D. User
- E. Record
Answer: A,B,E
Explanation:
Explanation
NEW QUESTION 171
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. As an external ID from number to text
- B. In lead conversion from number to text
- C. In an apex class from number to text
- D. Changing the data type of a field used in a report from text to an encrypted field
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 172
An Alexa Skill Builder made changes to an AWS Lambda function that is used as the endpoint for a skill. The Builder discovers that the skill now returns an error when it is launched.
How can the Builder use the Lambda console to trigger the function and debug the code?
- A. Create a Lambda test event using the JSON interaction model to find the specific error within the code.
- B. Create a Lambda test event using the JSON request as input to find the specific error within the code.
- C. Check the JSON response to see if there are any syntax errors in the code.
- D. Create a Lambda test event using the JSON response as output to find the specific error within the code.
Answer: B
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-an-aws- lambda-function.html
NEW QUESTION 173
A manager wants to calculate the number of days since an account was last contacted through e-mail.
What field type should be used to accomplish this?
- A. Number
- B. Roll-up summary
- C. Formula
- D. Date
Answer: C
NEW QUESTION 174
When do you need to refresh a sandbox? (Choose two.)
- A. When modification have been made to the production organization.
- B. 3 Hours before you need it.
- C. Anytime.
- D. When you are done making changes to it.
Answer: A,D
Explanation:
Explanation
NEW QUESTION 175
The organization wide default for a custom object is set to private. Thesupervisor profile grants view access to the same object. A user with the supervisorprofile is also listed as the manager on the user detail records for a subordinate.What is preventing the supervisor from viewing record owned by subordinates?(Choose 2)
- A. Organization-wide settings for the custom object do not grant access using hierarchy.
- B. The supervisor requires a permission set in order to view the subordinate's record
- C. The supervisor's role is not above the subordinate's role in the hierarchy
- D. Organization wide settings for the custom object grant access to their users with the same role
Answer: A,C
NEW QUESTION 176
How would you ensure that records of a particular object are visible only to the user, and users higher in the role hierarchy? choose 2 answers.
- A. Set org wide sharing default for the object as private
- B. Define a role hierarchy
- C. Set org wide sharing default for the object as manager view
- D. Define a profile list
Answer: A,B
NEW QUESTION 177
Which of the following are good ways to track changes in production?
- A. Use a change log request form.
- B. Check the setup audit trail every week.
- C. All of the above.
- D. Diff the metadata.
Answer: C
NEW QUESTION 178
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 three lead record types each with its own page layout containing the relevant fields
- B. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
- C. Create custom page payouts for each type of lead only containing the relevant fields
- D. Create a partner community and a record type for web and trade show leads
Answer: A
NEW QUESTION 179
An app builder has created a report for sales people to view records from the custom object, some users have complained that they are unable to see all of the appropriate records. What steps should be taken to ensure data visibility within the report? Choose 3 Answers
- A. Check Sharing rules
- B. Check the report folder sharing settings
- C. Check organization-wide defaults
- D. Check reports filter
- E. Check the user's profile for object settings.
Answer: A,C,E
NEW QUESTION 180
Which of the following are types of access within an organization? (Choose three.)
- A. Field
- B. Object
- C. Administrative
- D. User
- E. Record
Answer: A,B,E
NEW QUESTION 181
The VP of Marketing wants to broadcast an email to 10,000 contacts in Salesforce on a regular basis, but realizes Salesforce's mass email functionality has a limitation on the number of emails that can be sent each day.
- A. Download all contacts to a CSV file and use an email client to send the mails
- B. Develop Apex code and Visualforce pages to send the emails.
- C. Research and evaluate products available on AppExchange to send mass emails
- D. Request Salesforce increase the number of maximum daily mails.
Answer: C
Explanation:
Explanation: Check out the following link: MassMailer App Link on AppExchange https://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA
NEW QUESTION 182
Where can a custom button be placed? Choose 3 answers
- A. On aPerson Account
- B. On a related list
- C. On the Custom List View
- D. On the User Object
- E. On a Web-to-Case form
Answer: A,B,C
NEW QUESTION 183
Which three Salesforce functionalities are ignored when processing field updates in workflow rules and approval processes? (Choose three.)
- A. Validation rules
- B. Field-level security
- C. Decimal places and character limits
- D. Multiple currencies
- E. Record type picklist value assignments
Answer: C,D,E
Explanation:
Explanation/Reference:
NEW QUESTION 184
What metadata changes can be made directly in a production environment without deploying from sandbox? Choose 2 answers
- A. Visualforce Pages
- B. Apex Triggers
- C. Validation Rules
- D. Apex Classes
Answer: A,C
NEW QUESTION 185
If data is lost, any list view based on the custom field will be deleted, and assignment and escalation rules may be affected.
- A. True
- B. False
Answer: A
NEW QUESTION 186
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Service 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, one record type, two page layouts.
- B. One profile, two record types, one page layout.
- C. Two profiles, two record types, two page layouts.
- D. One profile, one record type, one page layout.
Answer: C
NEW QUESTION 187
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. Cross-object field updates between Training and Student records are not supported
- 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. On Training record, the Student Lookup field can be made optional
Answer: C
NEW QUESTION 188
An app builder needs to change the data types of a few custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any Apex code.
What data type change will require the app builder to perform additional steps 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. Changing the data type of a field used as an External ID from number to text.
- C. Changing the data type of a field used in an Apex class from number to text.
- D. Changing the data type of a field used in lead conversion from number to text.
Answer: B
NEW QUESTION 189
Which of these is NOT an appropriate use case for Lightning Connect?
- A. You need to setup workflows and triggers for the external data.
- B. You want to integrate external data without writing custom code.
- C. The external data is changing frequently.
- D. You only need real-time access to a small fraction of the external data.
Answer: A
NEW QUESTION 190
Universal containers has a custom picklist called support level on the account object. They would like to show the real time value of support level on all case records. How can an app builder implement this requirement?
- A. Create a formula field on the account object using the ISPICKVAL function
- B. Create a formula field on the case object using the TEXT function
- C. Create a roll-up summary field using support level on the account object
- D. Create a process builder and use a field update on the case object
Answer: D
NEW QUESTION 191
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 in a report from a text to an encrypted field
- D. Changing the data type of a field used as an external id from number to text.
Answer: D
NEW QUESTION 192
What is a user case for validation rules?
- A. Prevent non-managers from joining a private Chatter Group.
- B. Prevent deals with less than a 10% discount from entering.
- C. Ensure Zip/Postal Codes are entered in the correct formal.
- D. Restrict partner Lead visibility to the channel sales team.
Answer: B
NEW QUESTION 193
Which of these is not a valid report type?
- A. Tabular
- B. Matrix
- C. Summary
- D. Detailed
Answer: D
NEW QUESTION 194
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 roles for sales and marketing and assign a custom homepage layout for each role.
- B. Create mobile navigation menus for both the sales and marketing profiles.
- C. Create public groups for sales and marketing and create mobile navigation menus for each group.
- D. Create sales and marketing profiles and ensure read access to different objects.
Answer: D
Explanation:
Explanation/Reference:
NEW QUESTION 195
......
Salesforce Platform-App-Builder Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
Salesforce Platform-App-Builder Exam Practice Test Questions: https://studyguide.pdfdumps.com/Platform-App-Builder-valid-exam.html