
[Feb-2022] Platform-App-Builder Dumps Full Questions - Salesforce App Builder Exam Study Guide
Exam Questions and Answers for Platform-App-Builder Study Guide
Salesforce Platform-App-Builder Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
NEW QUESTION 224
What is a true statement regarding roll-up summary fields? Choose 2 answers
- A. Roll-up summary fields can only be created on the master of a master-detail relationship.
- B. Changes to the value of a roll-up summary field column of roll-up summary filters.
- C. The roll-up summary field inherits the field - level security of the child object
- D. Multi-select picklist fields can be used in the field column of roll-up summary filters.
Answer: A,C
NEW QUESTION 225
An App Builder has been asked to integrate Salesforce with an external web service. The web service must be notified every time an Opportunity is Won. Which two can satisfy this requirement?
- A. Use a workflow rule and an outbound message
- B. Use a flow and an outbound message
- C. Use a process and an outbound message
- D. Use a process and Apex Code
Answer: A,D
NEW QUESTION 226
Universal containers uses a custom called reviews to capture information generated by interviews during the candidate process. The review records are visible to any user that has access to the related custom candidate record. The VP of human resources wants the comment field on the review to be private to anyone outside of the HR department
- A. Create an apex sharing rule to share the field with users that have HR in their role
- B. Create a page layout with the field and use field level security to hide the from all others users
- C. Create a sharing rule to share the filed with the VP of HR with role and subordinates
Answer: C
NEW QUESTION 227
Universal Containers sales reps can modify fields on an opportunity until it is closed. Only the sales operation team can modify the post closed follow-up dates and post closed follow-up comments fields. How can these requirements be met?
- A. Use multiple record types, page layouts and profiles.
- B. Use field-level security on page layouts to restrict editing fields
- C. Use record types with field sets and restrict editing fields using field-level security.
- D. Use field level security to mark fields as read only on the sales profile
Answer: B
NEW QUESTION 228
Universal containers require different fields to be out at each of the opportunity sales process. What configuration steps can an app builder use to meet this requirement?
- A. Add the path component to the lightning record type
- B. Create a process builder to prompt the user for filed information
- C. Define record type and page payouts for each stage
- D. Set page layout required fields based on the current stage
Answer: B
NEW QUESTION 229
Which of these statements is true for Lightning Connect?
- A. No external data is imported into your Salesforce org.
- B. All of the above.
- C. External data is read in real time when you request it.
- D. It can be used with any data source that supports OData 2.0.
Answer: B
NEW QUESTION 230
UVC's CFO has asked that all deals with more than a 40% discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action Which two ways can this be accomplished without building code? Choose two answer
- A. Create a new approval process that has automatic submission enabled in the entry criteria
- B. Launch a flow that uses the submit for approval action to submit deals for approval
- C. Launch a new approval process that has automatic submission enabled as an initial submission action
- D. Create a new process with a submit for approval action to automatically submit deals for approval
Answer: A,D
NEW QUESTION 231
Launch a troubleshooting wizard from a button, at the end of which a knowledge article is created if it'd be helpful to other users.
Which tool would you use for the following use case?
- A. Flow
- B. Approvals
- C. Process builder
- D. Workflow
Answer: A
NEW QUESTION 232
Universal Containers has a workflow on opportunity that will change the status field to "In Progress" when the Stage field is changed "Negotiation." In addition, there is a validation rule on Status that will prevent the status being set to "In Progress" if the amount of the opportunity is less than $10,000.A user named Frank does not have FLS to see status. When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?
- A. Workflow rules occur after validation rules and thus override validation rules.
- B. Field Level Security prevents the validation rule from running.
- C. Workflow rules cannot trigger a validation rule
Answer: C
NEW QUESTION 233
Universal Containers has purchased a Lightning Component on the Apple exchange.
In which two areas should Components be utilized?
- A. Process Builder
- B. Salesforce Mobile App
- C. Flow Builder
- D. Standalone Lightning App
Answer: B
NEW QUESTION 234
An Alexa Skill Builder wants to name a skill using a company's branded acronym, "NAT Systems." Which invocation name is valid?
- A. n-a-t systems
- B. n. a. t. systems
- C. NAT Systems
- D. n a t systems
Answer: C
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a- custom-skill.html
NEW QUESTION 235
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. 4
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 - D. 2
Answer: B
NEW QUESTION 236
You have a team of developers who need logins to sandbox.
What's the best way to give them access?
- A. Use Developer Edition to log into sandbox.
- B. Have them login as one of the users in production.
- C. Create them as inactive users in production.
- D. Create them as users in sandbox, then deactivate the same number of users in production.
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION 237
Which statement is true when a new full sandbox is created? Choose 2 answers
- A. Chatter data will be copied to the sandbox by default
- B. Default email deliverability is set to system email only
- C. Usernames will be modified uniquely for that sandbox
- D. User's email addresses will not be modified.
Answer: B,D
NEW QUESTION 238
Actions on a Lightning Page allow you to __________.
- A. Clone records, add users, and assign permissions.
- B. Send e-mail, create a task, and create or update records.
- C. Send e-mail, send outbound messages, and launch a flow.
- D. Send e-mail and delete or clone records.
Answer: B
NEW QUESTION 239
Universal Containers's app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started?
Choose 2 answers
- A. Create a process for each workflow rule.
- B. Combine actions when possible.
- C. Apex has a different SOQL query limit than Flow.
- D. Avoid generating infinite loops.
Answer: B,D
NEW QUESTION 240
Which statement is true about an External ID field? (Choose two.)
- A. The field can be unique based on case-sensitive or case-insensitive values.
- B. The field contains unique record identifiers from a system outside of Salesforce.
- C. The field must be unique since duplicates are not allowed within Salesforce.
- D. The field must contain at least one number and at least one letter.
Answer: A,B
NEW QUESTION 241
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final load and regression testing before going to production.
When should the full sandbox be refreshed?
- A. After each major release to production
- B. After a new user is added to production
- C. After each push from the partial data sandbox
- D. After user acceptance testing is complete
Answer: A
Explanation:
Explanation/Reference: https://help.salesforce.com/articleView?id=create_test_instance.htm&type=5
NEW QUESTION 242
When a user creates an Account report, the user does not see Industry as an available field in the report builder. However, this same user is able to see it in the Account page layout What scenario would cause this?
- A. The Industry field has no record values in the Account.
- B. The user uses a custom report type which does not include the Industry field.
- C. The Industry field is not enabled for the particular record type
- D. The user does not have Industry field visibility in the field - level security
Answer: B
NEW QUESTION 243
What are the capabilities of schema builder ?
- A. Showing selected objects on a page
- B. Editing custom settings
- C. Creating a new record type
- D. Viewing page layouts in a new window
Answer: A,D
NEW QUESTION 244
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. Develop Apex code and Visualforce pages to sendthe emails.
- B. Request Salesforce increase the number of maximum daily mails.
- C. Download all contacts to a CSV file and use an email client to send the mails
- D. Research and evaluate products available on AppExchange to send mass emails
Answer: D
Explanation:
Check out the following link: MassMailer App Link on AppExchange
https://appexchange.salesforce.com/listingDetail?listingId=a0N30000005uxj5EAA
NEW QUESTION 245
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. Permission Sets
- B. Public Groups
- C. Users
- D. Roles
- E. Profiles
Answer: A,C,D
NEW QUESTION 246
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. Set organization-wide defaults to public read/write.
- B. Create criteria based sharing rules.
- C. Create standard role hierarchies
- D. Set organization-wide defaults to public read/only.
Answer: C,D
NEW QUESTION 247
Service agents at Ursa Major Solar want a more condensed case view. Service agents also want to be able to modify the associated contact and account records from the case page layout on the Lightning record page.
Which two components should an app builder use to meet these requirements?
Choose 2 answers
- A. Rich text
- B. Path
- C. Tabs
- D. Related record
Answer: C,D
NEW QUESTION 248
Identify the standard Lightning components. (Choose four.)
- A. List View
- B. Dashboards
- C. Visualforce Page
- D. Rich Text
- E. Reports
Answer: A,C,D,E
Explanation:
Explanation/Reference:
NEW QUESTION 249
......
Salesforce Certified Platform App Builder Free Update With 100% Exam Passing Guarantee: https://www.prep4sureexam.com/Platform-App-Builder-dumps-torrent.html
Real Exam Questions and Answers - Salesforce Platform-App-Builder Dump is Ready: https://drive.google.com/open?id=1HvlxAX4-TqYCIWBqK9RAfFv02Bmuz_q8