Latest TVB-403 Exam Dumps Salesforce Exam from Training Expert ITExamDownload [Q89-Q107]

Share

Latest TVB-403 Exam Dumps Salesforce Exam from Training Expert ITExamDownload

Pass Salesforce Trailhead Virtual Bootcamp for Platform App Builder PDF Dumps | Recently Updated 441 Questions

NEW QUESTION 89
Which statement is true when using record types to control picklist value. (Select 2)

  • A. If a picklist value is removed from the master, then it is no longer available when records assigned to that value are unchanged
  • B. If a record type is renamed, then the list of values included in that record type are also changed to newly renamed record types
  • C. If a picklist value is added to the master picklist, then the new value must be manually included in the appropriate record types
  • D. If values are added to the Opportunity Stage, Case Status, and Lead Status fields, then the values must be manually adjusted for each record type

Answer: A,C

 

NEW QUESTION 90
What is the capability of a schema builder? Choose 2 answers

  • A. To update description of standard and custom objects.
  • B. To modify custom field help text on standard objects
  • C. To enable field history tracking on standard objects.
  • D. To create new look-up or master-detail object relationship

Answer: B,D

 

NEW QUESTION 91
Describe the ramifications of field updates and potential for recursion for the following scenario: If a field update for Rule1 triggers Rule2, and a field update for Rule2 triggers Rule1

  • A. The updates create a loop and the org be blocked until the admin resolves the issue
  • B. Loop is allowed to run 25 times within one hour. If it does not end on its own the process will be stopped by R&D
  • C. When the second trigger is saved a Imminent Loop Error message will be displayed and the workflow rule update will not save
  • D. The updates create a loop and the org limits for workflow time triggers per hour will likely be violated

Answer: D

 

NEW QUESTION 92
Universal containers needs to flag leads with one or more business areas. They need to add a field to capture these to the lead records. There is no need to report on this field. What is the appropriate field type?

  • A. Picklist (multi-select)
  • B. Picklist
  • C. Radio Buttons(multi-select)
  • D. Text Area

Answer: A

 

NEW QUESTION 93
What is a true statement regarding master-detail relationships? Choose 3 answers

  • A. Deleting a master record in a master-detail relationship deletes all related detail records
  • B. A master-detail relationship cannot be created if the custom object on the detail side already contains data
  • C. Master-detail relationship can be convert to a lookup relationship if no roll-up summary fields exist on the master object
  • D. Standard objects can be on the detail side of a custom object in a master-details relationship
  • E. Master-detail relationships cannot be converted to a look-up relationship

Answer: A,B,C

 

NEW QUESTION 94
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. As an external ID from number to text
  • C. Changing the data type of a field used in a report from text to an encrypted field
  • 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 95
A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
What should an app builder do to help achieve this goal without sacrificing data quality?

  • A. Post daily to the Chatter feed any relevant fields that need to be populated.
  • B. Use Flow to create a data entry wizard to automate data entry.
  • C. Research and evaluate data enrichment products on the AppExchange to automate data entry.
  • D. Use a combination of workflow rules and formula fields to populate key fields for the sales user.

Answer: C

 

NEW QUESTION 96
What is true regarding compact layouts? Choose 2 answers.

  • A. Compact layouts can be assigned to different record types
  • B. If a user doesn't have access to a field it won't be displayed
  • C. Compact layouts must be configured for fields to be displayed in the record header
  • D. Compact layouts support all field types

Answer: A,B

 

NEW QUESTION 97
The CRM Manager at Universal Containers has requested that a custom text field be converted to a picklist in order to promote better data hygiene. What needs to be considered before changing the field type? Choose 2 answers

  • A. Changing a field type will remove existing field history.
  • B. Existing list views that reference the field may be deleted.
  • C. All data should be backed up before converting a text field.
  • D. Field references will be removed in Visualforce pages

Answer: B,C

 

NEW QUESTION 98
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Services 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. One profile, one record type, one page layout.
  • B. Two profiles, one record type, two page layouts
  • C. One profile, two record types, one page layout
  • D. Two profiles, two record types, two page layouts

Answer: D

Explanation:
Explanation- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles.

 

NEW QUESTION 99
Cloud Kicks has leads owned by users and queues. The sales manager wants the status to change to working when a user takes ownership.
What does an app builder need to have in the criteria to ensure the process runs without error?

  • A. BEGINS([Lead].OwnerId, ,,005")
  • B. NOT(ISBLANK([Lead].OwnerId))
  • C. [Lead].Owner:User.Role Is Null = False
  • D. [Lead].Owner:Queue.OwnerId Is Null = True

Answer: B

 

NEW QUESTION 100
What is true statement regarding master - detail relationship? Choose 3 answers

  • A. Master-detail relationship can convert to a look -up relationship if no roll-up summary field exist on the master object
  • B. Deleting a master record in a master detail relationship deletes all related detail records
  • C. A master-detail relationship cannot be created if the custom object on the detail side already contains data.
  • D. Standard objects can be on the detail side of the custom object in a master-detail relationship
  • E. A master - detail relationship cannot be converted to a look-up relationship

Answer: A,B,C

 

NEW QUESTION 101
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?

  • A. Approval process
  • B. Flow
  • C. Workflow
  • D. Process Builder

Answer: C

 

NEW QUESTION 102
Universal container has a custom object for shipping information. They have to ship to both businesses and consumers. They need to show additional values in the custom field called insurance type for business shipping records. How can this be set up?

  • A. Create multiple picklist fields on the object
  • B. Create a multi-select pick-list field.
  • C. Use record types with multiple page layout
  • D. Use Record type with single page layout.

Answer: B

 

NEW QUESTION 103
Which type of relationships can be defined with external objects? Choose 2 answers

  • A. External Lookup
  • B. Indirect Lookup
  • C. External Master-Detail
  • D. Cross-Ogranization Lookup

Answer: A,B

 

NEW QUESTION 104
Universal Containers has a customer base where many customers have the same or similar company names.
Which functionality should be configured to improve an end user`s search experience?
Choose 2 answers

  • A. Update the account search layouts search results columnsdisplayed.
  • B. Update the account search layouts view filtersettings.
  • C. Update the account search layouts accounts tab columns displayed.
  • D. Update the account search filter fields.

Answer: A,D

 

NEW QUESTION 105
universal containers has several new fields they requested for the opportunity product object. What should an app builder be able to configure using a formula field ?

  • A. A combination of the opportunity`s text and a description fields.
  • B. A Rich text area field that uses HTML to bold certain characters
  • C. A hyperlink to the parent account of the parent opportunity.
  • D. A mix of functions and concatenation of 10 account fields and 10 opportunity fields.

Answer: B

 

NEW QUESTION 106
Which type of membership can be defined with external objects? (Choose 2)

  • A. Indirect lookup
  • B. Cross-organization lookup
  • C. External lookup
  • D. External master-detail

Answer: A,C

 

NEW QUESTION 107
......

Updated Test Engine to Practice TVB-403 Dumps & Practice Exam: https://www.itexamdownload.com/TVB-403-valid-questions.html

Dumps Collection TVB-403 Test Engine Dumps Training With 441 Questions: https://drive.google.com/open?id=129qNQLmGu77SjLzBKz_zjN5xnYA870nU