[2022] TVB-403 by Salesforce Platform APP Builder Actual Free Exam Practice Test [Q253-Q272]

Share

[2022]  TVB-403 by Salesforce Platform APP Builder Actual Free Exam Practice Test

Free Salesforce Platform APP Builder TVB-403 Exam Question

NEW QUESTION 253
Which capability allows an app builder to grant object-level access? Choose 2 answers

  • A. Assigning a user a Role that allows Read access to an object.
  • B. Assigning a user a Permission Set that allows for Read and Edit access to an object
  • C. Assigning a user a Profile that allows Read access to an object
  • D. Assigning a user a Public Group that allows for Read and Edit access to an object

Answer: B,C

 

NEW QUESTION 254
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. Define an owner-based sharing rule for external accounts.
  • B. Set the account external OWD to private.
  • C. Create an account record type for external accounts.
  • D. Define a permission set for external accounts.

Answer: B

 

NEW QUESTION 255
Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers

  • A. Standard and custom picklist fields can be dependent fields.
  • B. Multi select picklist can be dependent picklist but not controlling fields
  • C. The import wizard only allows value to be imported into a dependent picklist if they match the appropriate controlling field
  • D. Checkbox fields can be controlling fields but not dependent fields
  • E. Custom picklist field can be either controlling or dependent field

Answer: B,D,E

 

NEW QUESTION 256
Users at Cloud Kicks provided feedback that the time card custom page layout has too many fields on it, and some fields are only needed if other fields are entered.
What should an app builder configure to help with this issue?

  • A. Separate page layouts
  • B. Dependent picklists
  • C. Dynamic forms
  • D. Lightning web components

Answer: C

 

NEW QUESTION 257
UVC uses a custom object to track open job positions. They would like to automatically post updates on a record's feed whenever a position stage is changed. Which social feature can be used to accomplish this.

  • A. Auto response rule
  • B. Feed tracking
  • C. Feed quick Action
  • D. Workflow rule

Answer: B

 

NEW QUESTION 258
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?

  • A. Create a master-detail relationship on Asset to Asset Inventory Add the Asset Inventory related list to the Asset page layout.
  • B. Create a roll-up on Asset. Add the Asset Inventory related list to the Asset page layout.
  • C. Create a junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
  • D. Create a lookup relationship on Asset Inventory to Asset. Add the Asset Inventory related list to the Asset page layout.

Answer: D

 

NEW QUESTION 259
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. As an external ID from number to text
  • D. In an apex class from number to text

Answer: A

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 260
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. Quick action
  • D. VLOOKUP

Answer: A,B

 

NEW QUESTION 261
A customer service representative at a call center would like to be able tocollect information from customers using a series of questionprompts.
What could be used to accomplish this?

  • A. Visual Workflow
  • B. Workflow Rules
  • C. Lightning Connect
  • D. Lightning Process Builder

Answer: A

 

NEW QUESTION 262
When an opportunity is closed date is pushed more than 30 days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.
How can an app builder ensure that these opportunities are submitted into the approval process?

  • A. Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.
  • B. Submit the record for approval from an automated process.
  • C. Use a validation rule and an email alert to the manager requesting approval.
  • D. Give the manager the "API Enabled" permission to permit approval responses by email.

Answer: B

 

NEW QUESTION 263
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 profile.
  • B. Create different case field sets for IT, HR and Customer Support. Assign different field sets by role.
  • C. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by role.
  • D. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by profile.

Answer: D

 

NEW QUESTION 264
Cloud Kicks wants to set up a new opportunity approval process and execute various action items based on the initial submission.
Which three action types should an app builder use in the approval process?
Choose 3 answers

  • A. Task
  • B. Outbound Message
  • C. Invocable Process Builder
  • D. Email Alert
  • E. Invocable Flow

Answer: A,B,D

 

NEW QUESTION 265
Universal Containers needs a field on the Account to track how many Opportunities are closing within the next 30 days. What can be used to accomplish this goal?

  • A. Apex Code
  • B. Workflow Rule
  • C. Roll-up Summary Field
  • D. Process Builder

Answer: C

 

NEW QUESTION 266
The Director of Customer Service wants to know when agents are overwhelmed with high-priority items in the support queue. The Director wants to receive a notification when a new case is open with the status of "New" for more than four business hours. Which automation process could be used to accomplish this? Choose 2 answers

  • A. Visual workflow
  • B. Escalation rules
  • C. Lightning Process Builder
  • D. Scheduled Apex

Answer: B,C

 

NEW QUESTION 267
Which type of field cannot be universally required?

  • A. Text
  • B. Email
  • C. Lookup
  • D. Summary

Answer: C,D

 

NEW QUESTION 268
The VP of Sales at Universal Containers has requested that Sales reps be given access to view all Accounts in Salesforce. However, they've also requested that sales reps only be allowed to create new Opportunities on Accounts they own. How can this requirement be met?

  • A. Set the Organization-Wide Defaults sharing on Opportunities to Private and recalculate sharing.
  • B. Create a new Opportunity Quick Action that validates Account ownership.
  • C. Create an Opportunity Validation Rule that compares the Opportunity and Account Owners
  • D. Set the Organization-Wide Defaults sharing on Opportunities to Controlled by Parent.

Answer: D

 

NEW QUESTION 269
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. Add the path component to the lightning record page
  • B. Define record types and page layouts for each stage
  • C. Set page layout required fields based on the current stage
  • D. Create a process builder to prompt the user for field information

Answer: A

 

NEW QUESTION 270
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 manager view
  • B. Define a profile list
  • C. Set org wide sharing default for the object as private
  • D. Define a role hierarchy

Answer: C,D

 

NEW QUESTION 271
Universal Containers wants to standardize their business logic. They want to ensure that the workflow order is guaranteed to be the same each time. Which feature can be used to accomplish this? Choose 2 answers.

  • A. Visual Workflow
  • B. Workflow
  • C. Lightning Process Builder
  • D. Chatter Actions

Answer: A,C

 

NEW QUESTION 272
......

Salesforce TVB-403 Actual Questions and Braindumps: https://www.free4torrent.com/TVB-403-braindumps-torrent.html

TVB-403 dumps & Salesforce Platform APP Builder sure practice dumps: https://drive.google.com/open?id=1YYtzY9rrNlkeMrOIRFQ4VS5ruy0Y95z7