
Guaranteed High Marks with Updated & Real Platform-App-Builder Dumps pdf Free Updates
PASS RATE Salesforce App Builder Platform-App-Builder Certified Exam DUMP
NEW QUESTION 193
the services manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. Tha flag should be red when cases are open after three days. Which two options should an app builder use to implement this requirements? Choose 2
- A. Image
- B. Formula field
- C. VLOOKUP
- D. Quick action
Answer: A,C
NEW QUESTION 194
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. In lead conversion from number to text
- B. Changing the data type of a field used in a report from text to an encrypted field
- C. In an apex class from number to text
- D. As an external ID from number to text
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.
Answer: A
NEW QUESTION 195
ABC Company is using assignment rules to distribute cases to regional teams.
Which of the following is true?
- A. A workflow field update can be used instead.
- B. It is possible to have multiple active assignment rules.
- C. Cases may be assigned to queues (if configured).
- D. Cases may be assigned to public groups (if configured).
Answer: C
Explanation:
Only one can be active can't be assigned to public groups workflow can change owner to a user or queue, but not to a specified team as assignments can do.
NEW QUESTION 196
An app builder has a custom component they want to make available on the utility bar, but the component is unavailable.
How should the component be tagged?
- A. For use on the utility bar.
- B. For use in Lightning App Builder.
- C. For use in App Manager.
- D. For use on record pages.
Answer: B
NEW QUESTION 197
The namespacevalue in the header of the incoming directive for an Amazon Alexa smart home skill specifies the:
- A. context of the message
- B. endpoint specified in the message
- C. control message for the directive
- D. capability interface of the message
Answer: C
Explanation:
Explanation/Reference: https://developer.amazon.com/en-US/docs/alexa/device-apis/alexa-errorresponse.html
NEW QUESTION 198
The Service Manager provided the app builder with color code requirements for case age on open cases.
New cases populate a green circle Day-old cases populate a yellow circle Three day-old cases populate a red circle How should an app builder implement this requirement?
- A. Formula Field
- B. Custom Button
- C. Lightning Web Component
- D. Quick Action
Answer: A
NEW QUESTION 199
How can you make a field mandatory? (Choose three.)
- A. Creating a validation rule for the field.
- B. Check the required field box for the field on the record type.
- C. Check the required field box on the page layout.
- D. Check the required field box on the field definition.
- E. Create a Workflow Rule.
Answer: A,C,D
Explanation:
Required while creating: Cannot be bypassed by any way (API/Dataloader/Imports).
Required on Page Layout: Required only when one works on the UI (inline editing/creating record on page/edit record on page).
NEW QUESTION 200
When activating a page in the Lightning app builder, what declarative options are available? (Choose three.)
- A. Select a tab icon for the page.
- B. Set the tab visibility.
- C. Set the tab order in the navigation menu.
- D. Select the tab color.
Answer: A,B,C
NEW QUESTION 201
Universal containers wants to display the real time stock price for each account on the account record page.
How should an app builder implement this request?
- A. Create a lightning web component
- B. Install a solution from the appexchange
- C. Build a visual flow that users API calls
Answer: C
NEW QUESTION 202
ABC Company has a custom object "Service" which has a lookup relationship to Account. ABC Company wants to enhance Salesforce1 with an action that allows account managers to enter a new service to an Account while looking at the account.
What should be done?
- A. Enter an object specific action to Service and put it in the Account Layout.
- B. Enter an object specific action to Account and put it in the Service Layout.
- C. Enter an object specific action to Service and put it in the Service Layout.
- D. Enter an object specific action to Account and put it in the Account Layout.
Answer: D
Explanation:
On Account, you would create an action with target object of Service, and then put this button on the Account layout.
NEW QUESTION 203
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 sections on the lead layout and instruct users to collapse the non-relevant fields
- B. Create custom page payouts for each type of lead only containing the relevant fields
- C. Create a partner community and a record type for web and trade show leads
- D. Create three lead record types each with its own page layout containing the relevant fields
Answer: A
NEW QUESTION 204
Universal Containers wants their Field Sales team to only see the accounts that they own. Separate North American and European marketing teams should only see accounts in their respective regions. The Inside Sales Team needs to see all accounts in Salesforce.
How can this be accomplished?
- A. Set the Organization-Wide Default to Public for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team permission set with the "View All" setting for accounts.
- B. Set the Organization-Wide Default to Public for accounts. Create profiles for each Marketing Team, and create an Inside Sales Team role that is at the top of the Role Hierarchy.
- C. Set the Organization-Wide Default to Private for accounts. Create criteria-based sharing rules for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- D. Set the Organization-Wide Default to Private for accounts. Create permission sets for each Marketing Team, and create an Inside Sales Team profile with the "View All" setting for accounts.
Answer: A
NEW QUESTION 205
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
- A. The component has been developed for Desktop Pages.
- B. The record page needs to be activated.
- C. The component needs to be activated.
- D. The record page template is unable to support mobile devices.
Answer: A
NEW QUESTION 206
Which three field types should be referenced by a roll-up summary field using SUM? Choose 3 answers
- A. Date
- B. Percent
- C. Number
- D. Currency
- E. Formula
Answer: B,C,D
NEW QUESTION 207
Which objects can be members of a campaign? Choose 2 answers
- A. Opportunity
- B. Contact
- C. Account
- D. Lead
Answer: B,D
Explanation:
Explanation
Campaign members are created from lead, contact, or person account records. Salesforce provides a variety of ways in which you can manage your campaign members. You can add and update up to 50,000 campaign members at a time through lead, contact, and person account reports; you can search for and add or edit multiple leads and contacts from the Manage Members page; you can add an unlimited number of leads and contacts using a CSV import file; or you can add members to a campaign one at a time from contact or lead detail pages.
NEW QUESTION 208
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases for IT and HR requests. Other users provide customer support with case records. How can an App Builder enable different users to see different fields, based on the case type?
- A. Create different case field sets for IT, HR and Customer Support. Assign different field sets by role.
- B. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by profile.
- C. Create different case field sets for IT, HR and Customer Support. Assign different field sets by profile.
- D. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by role.
Answer: B
NEW QUESTION 209
Which two are capabilities of Schema Builder? (Choose two.)
- A. Showing selected objects on a page.
- B. Viewing page layouts in a new window.
- C. Creating a new record type.
- D. Editing custom settings.
Answer: A,B
NEW QUESTION 210
Universal containers require different fields to be filled out at each stage of the opportunity sales process. what configuration steps san an app builder use to meet this requirement?
- A. Define record types and page layouts for each stage
- B. Set page layout required fields based on the current stage
- C. Add the path component to the lightning record page
- D. Create a process builder to prompt the user for field information
Answer: C
NEW QUESTION 211
Universal Containers uses a custom object called Projects. When managers assign projects they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value.
How can an app builder meet this requirement?
- A. Create a formula default value for the custom field
- B. Create a validation rule that uses the PRIORVALUE function
- C. Create a process builder to update the record type
- D. Create a formula field that uses the PREVGROUPVAL function
Answer: A
NEW QUESTION 212
Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.
Where would an app builder enable this ability?
- A. Approval Process Settings
- B. Chatter Settings
- C. Chatter Feed Tracking
- D. Object Settings
Answer: B
NEW QUESTION 213
......
Best Platform-App-Builder Exam Preparation Material with New Dumps Questions: https://www.actual4labs.com/Salesforce/Platform-App-Builder-actual-exam-dumps.html
Updates For the Latest Platform-App-Builder Free Exam Study Guide!: https://drive.google.com/open?id=1O-5UDm0l4qYJg1wXUXKwf_kN__JwGLe2