Free Salesforce Platform-App-Builder Exam 2023 Practice Materials Collection [Q98-Q120]

Share

Free Salesforce Platform-App-Builder Exam 2023 Practice Materials Collection

Platform-App-Builder Exam Info and Free Practice Test All-in-One Exam Guide Dec-2023

NEW QUESTION # 98
DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agentc on their House__c custom object show up prominently on Chatter.
What Chatter feature should the app builder utilize?

  • A. Feed Tracking
  • B. Thanks
  • C. Publisher Actions
  • D. Topics

Answer: A

Explanation:
Explanation
Feed Tracking is the Chatter feature that allows field value changes for certain fields to show up on Chatter.
Thanks, Publisher Actions, and Topics are other Chatter features, but they do not relate to field value changes.


NEW QUESTION # 99
Cloud Kicks works on an annual subscription model. When a sale rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of salesforce but also needs to be notified about closed deals in order to initial the contract process with the customer.
Which automation solution would meet these requirements?

  • A. Approval Process
  • B. Outbound Message
  • C. Validation Rule
  • D. Record-triggered flow

Answer: B


NEW QUESTION # 100
Which two should be considered when creating unmanaged packages? (Choose two.)

  • A. Distributing open-source projects on the AppExchange.
  • B. Distributing upgradeable components to other Salesforce orgs.
  • C. Publishing an application for sale on the AppExchange.
  • D. Deploying from a Developer Edition environment.

Answer: B,D


NEW QUESTION # 101
In a real estate app, if a listing is sold, all related inspections for the listing must be cancelled. What business logic feature best caters to this requirement? Choose 1 answer.

  • A. Use Visual Workflow to define a flow to iterate through the related inspection records and update the status to 'Cancelled'
  • B. Use Process Builder to define a process action to update related records based on the listing status change
  • C. Use a trigger to update the status of the related inspection records when the listing status is updated
  • D. Create a standard workflow on the Listing object with a workflow record update action on the related Inspection records

Answer: B


NEW QUESTION # 102
Which statements are correct about encrypted fields among the following? (Choose four.)

  • A. Encrypted fields can be included in search results, and report results.
  • B. Encrypted fields are not available in lead conversion, workflow rule criteria or formulas, formula fields, outbound messages, default values, and Web-to-Lead and Web-to-Case forms.
  • C. Encrypted fields are not searchable and cannot be used to define report criteria.
  • D. Encrypted text fields can be an external ID and can have default values.
  • E. They are not available for use in filters such as list views, reports, roll-up summary fields, and rule filters.

Answer: A,B,C,E


NEW QUESTION # 103
What sandbox is used for virtually any development, testing, or training purpose?

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

Answer: A


NEW QUESTION # 104
Cloud Kicks has a shipment date on each shipment that is sent out. Dispatchers need more details on the day and time the shipment was sent out. The app builder needs to change the current field type that is used from Date to Date/Time.
What should the app builder be aware of when it comes to data already in the system?

  • A. Data loss will be experienced.
  • B. Historical data will be updated to 12:00 timestamp.
  • C. The field name will change.
  • D. The change will be instant

Answer: B

Explanation:
Explanation
Historical data will be updated to 12:00 timestamp when changing a Date field to Date/Time field. According to the Salesforce documentation, "When you convert a Date field to Date/Time, Salesforce appends "12:00" to existing data in your records." The change will not be instant, but will require some time for processing. The field name will not change unless specified by the app builder. Data loss will not be experienced, but data accuracy might be affected.


NEW QUESTION # 105
An Alexa Skill Builder has created a taxi hiring skill. The skill needs to find out when the customer wants a taxi, where the customer is traveling from, and where the customer wants to go. The Builder is currently asking each question individually, in the following order:
"Where do you want to take a taxi from"
"Where do you want to take a taxi to"
"When do you need a taxi"
To ensure the voice interaction is flexible, how should this information be gathered regardless of the order in which the user provides it?

  • A. Use a single intent and slot. Inspect the incoming slot value and categorize then response, then prompt for the remaining information.
  • B. Create an intent for each question and include slots for each piece of information on every intent
  • C. Create three intents with one slot each. Use Dialog.ElicitSlotto fill the slots.
  • D. Create a single intent with three slots. Use the Dialog.Delegatedirective to fill the slots.

Answer: D

Explanation:
Explanation/Reference:


NEW QUESTION # 106
Ursa Major Solar wants to create a relationship between the standard Contact object and a custom Solar Project object Contacts potentially be related to multiple Solar Project objects, and a Solar Project can have multiple Contacts associated with it.
How should an app builder configure the data model?

  • A. Two Lookup relationships on a new custom object
  • B. One Lookup relationship on Contact and one Lookup relationship on Solar Project
  • C. One Master-detail relationship on Conuct and one Master-detail relationship on Solar Project
  • D. Two Master-detail relationships on a new custom object

Answer: C


NEW QUESTION # 107
UVC uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record, however, only HR users should be able to view, edit, and report on the Salary field.
Which action should be recommended for controlling who can view the Salary field?

  • A. Restrict access to the "Salary" field for general employee users using custom sharing settings
  • B. Restrict access to the "Salary" field for general employee users using field-level security
  • C. Create and assign separate Candidate page layouts for general employee users and HR users
  • D. Create and assign separate Candidate record types for general employee users and HR users

Answer: B


NEW QUESTION # 108
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.
How should an app builder configure Account sharing so that community users only see their own Account?

  • A. Create an account record type for external accounts.
  • B. Define a permission set for external accounts.
  • C. Set the account external OWD to private.
  • D. Define an owner-based sharing rule for external accounts.

Answer: C


NEW QUESTION # 109
An app builder is tasked with adding key performance indicators on client pages. They want to see a summary of the number of open Opportunities and the number of won Opportunities for each Account.
Where should the app builder go to build these new rollups?

  • A. Account Object
  • B. Lightning App Builder
  • C. Opportunity Object
  • D. Lightning Object Creator

Answer: A


NEW QUESTION # 110
What type of field cannot be used in a formula field?

  • A. Other Formula Fields
  • B. Text Area (Long)
  • C. Standard Fields
  • D. Date/Time

Answer: B


NEW QUESTION # 111
The VP of marketing wants to broadcast an emailto 10,000 contacts insalesforce on a regular basis, but realizes salesforce'smass email functionality has alimitation on the number of emails that can besent each day

  • A. Develop apex code and Visualforce pages to sent the emails
  • B. Download all contacts to a CSV file and use an email client to send the emails
  • C. Request salesforce increase the number of maximum daily emails
  • D. Research and evaluate products available on appExchange to send mass emails Explanation: Tabular, Summary, or Matrix to Joined The existing report becomes the first block in the joined report, and the report type becomes the principle report type for the joined report. Joined report blocks are formatted as summary reports, so if you switch from a summary to a joined report, your groupings stay the same. If you switch from a matrix to a joined report, groupings are converted the same way as when you switch from a matrix to a summary report. The following items aren't supported in joined reports, and aren't converted: Bucket fields Cross filters The Rows to Display filter https://help.salesforce.com/htviewhelpdoc?id=reports_changing_format.htm&siteLang=en_US

Answer: D


NEW QUESTION # 112
A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?

  • A. Update the profile with the Manage Public Reports permission.
  • B. Adjust the field level security to include in the report type.
  • C. Check Allow Reports for the position and applicant objects.
  • D. Add the field to the custom report type field layout.

Answer: D


NEW QUESTION # 113
Cloud Kicks wants to display the number of opportunities that are Closed Won with a Close Date within the last year on the Account detail page.
Which tool should an app builder use to implement this?

  • A. Process Builder
  • B. Workflow Rule
  • C. Roll-Up Summary Field
  • D. Activity Timeline

Answer: C

Explanation:
Explanation
A roll-up summary field is a field that calculates values from related records. A roll-up summary field can be used to display the number of opportunities that are closed won with a close date within the last year on the account detail page by using a filter criteria on the field.


NEW QUESTION # 114
Which two report formats can be used as a source report to configure a reporting snapshot? Choose 2 answers

  • A. Tabular format
  • B. Joined format
  • C. Summary format
  • D. Matrix format

Answer: C,D


NEW QUESTION # 115
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 a partner community and a record type for web and trade show leads
  • B. Create three lead record types each with its own page layout containing the relevant fields
  • C. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
  • D. Create custom page payouts for each type of lead only containing the relevant fields

Answer: B


NEW QUESTION # 116
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 field level security to mark fields as read only on the sales profile
  • B. Use record types with field sets and restrict editing fields using field-level security.
  • C. Use multiple record types, page layouts and profiles.
  • D. Use field-level security on page layouts to restrict editing fields

Answer: D


NEW QUESTION # 117
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?

  • A. Create a workflow rule to check the fields are formatted correctly
  • B. Configure a validation to require a field for a specific record type
  • C. Update the important fields to be required on the page layout
  • D. Make a formula field to check the format of the important fields

Answer: B


NEW QUESTION # 118
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. My Domain must be deployed to add custom components to the page with the App Builder.
  • B. A custom tab must be created 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. The component requires a developer permission to add it to the page with the App Builder.

Answer: A,C


NEW QUESTION # 119
What layer of model-view-controller paradigm are standard or custom objects associated with?

  • A. Controller
  • B. View
  • C. View and Controller
  • D. Model

Answer: D


NEW QUESTION # 120
......

Pass Salesforce Platform-App-Builder Actual Free Exam Q&As Updated Dump: https://www.realexamfree.com/Platform-App-Builder-real-exam-dumps.html

Latest Platform-App-Builder Actual Free Exam Updated 235 Questions: https://drive.google.com/open?id=1ZzqBS4c_7CklQXGARocnHOD7f6ay0I43