
Provide Salesforce TVB-403 Practice Test Engine for Preparation
Detailed New TVB-403 Exam Questions for Concept Clearance
NEW QUESTION 254
Universal Containers has separated business requirements for consumer and Business Opportunities. The sales team work with both types of Opportunities. The app builder created two record types on the Opportunity Object. Which action can now be performed? Choose 2 answers
- A. Specify a different page layout by sales process.
- B. Enable field validation by sales process.
- C. Create unique Opportunity stages by sales process.
- D. Prevent access to secure data fields by sales process.
Answer: A,B
NEW QUESTION 255
When do you refresh a Sandbox?
- A. Option 4
- B. When a Production user is added
- C. After a major update
- D. Before UAT
Answer: D
NEW QUESTION 256
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 for HR users and another page layout without the field for all other users
- C. Create a sharing rule to share the filed with the VP of HR with role and subordinates
- D. Create a page layout with the field and use field level security to hide the from all others users
Answer: D
NEW QUESTION 257
Universal Container wants to display a message when a case needs follow up. What can be used to display different text on the case record depending on the number of days a case is opened?
- A. Lightning Process Builder
- B. Case Process
- C. Formula Field
- D. Workflow Update
Answer: C
NEW QUESTION 258
A manager wants to calculate the number of days an account has been last contacted through mail. Which field should be used to achieve this?
- A. Formula Field
- B. Number Field
- C. Rollup Summary Field
- D. Date Field
Answer: A
NEW QUESTION 259
What are two capabilities of Schema Builder? Choose 2 answers
- A. Creating a new record type
- B. Viewing page layouts in a new window
- C. Showing selected objects on a page
- D. Editing custom settings
Answer: B,C
NEW QUESTION 260
The Training team at UVC uses a custom Training object to track their customer trainings. An App Builder needs to create a relationship between the Training object and the related Student's record. A private sharing model is in place for both Students and Training. Which two statements are true when creating a Student lookup field on the Training object? Choose 2 answers
- A. On Student Record, users can set up Roll-up summary fields on Training records
- B. On Training record, users can only delete students, if they have access to it
- C. On Training record, the Student Lookup field can be made optional
- D. Cross-object field updates between Training and Student records are not supported
Answer: B,C
NEW QUESTION 261
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
- A. Use a private sharing model granting record access using hierarchy; manage field access with field-level security
- B. Use a private sharing model granting record access using hierarchy; manage field access with record types and field-level security
- C. Use a private sharing model granting record access using custom setting; manage field access with record types and page layouts
- D. Use a private sharing model granting record access using custom setting; manage field access with page layouts and field level security
Answer: A
NEW QUESTION 262
Which of these actions are executed after a re-evaluated workflow? (Choose 3 answers)
- A. Active Validation rules
- B. Active Escalation rules
- C. Previously fired workflow rules
- D. Criteria-based sharing rules
- E. Cross-object workflow rules
Answer: B,C,D
NEW QUESTION 263
Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able to view all cases. What is the recommended solution to configure this? Choose 2 answers
- A. Set organization-wide sharing defaults to public read/only.
- B. Create standard role hierarchies
- C. Set organization-wide sharing defaults to private.
- D. Create criteria-based sharing rules.
Answer: A,B
NEW QUESTION 264
What is a key consideration when using Unmanaged packages? Choose 2 answers
- A. The person who created the Unmanaged package can change or upgrade installed components
- B. A namespace is required to create an Unmanaged package
- C. A namespace is not required to create an Unamanged package
- D. The person who created the Unamanged package has no control over the installed components
Answer: B,D
NEW QUESTION 265
UC would like to automatically assign a specific permission set to new users. How can they do that?
- A. Create a workflow rule on the user object to assign a permission set
- B. Create a lighting process on the user object to launch a flow
- C. Create a flow on the user object to assign permission set
- D. Option 4
Answer: C
NEW QUESTION 266
Which three field types should be referenced by a roll-up summary field using SUM? Choose 3 answers
- A. Currency
- B. Date
- C. Formula
- D. Number
- E. Percent
Answer: A,D,E
NEW QUESTION 267
An app Builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another App Builder creates a workflow rule with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco. What will happen the next time a sales person saves an Account with a Billing City of San Francisco?
- A. The record will save but the Industry field will not change to Technology
- B. The record will not save and the validation rule's error message will be displayed
- C. The record will not save and no error message will be displayed
- D. The record will save and the Industry field will change to Technology
Answer: D
NEW QUESTION 268
The case handling process at Universal Containers includes multiple steps Including approvals, notifications, and fields updates. To manage and evaluate all of these changes in a single save operation, an app builder wants to use Process Builder and the Advanced option to let the process evaluate a record multiple times has been selected.
Which two options should the app builder avoid to prevent recursion?
Choose 2 answers
- A. The ISCHANGED function
- B. Setting a criteria node to No criteria-just execute the procedure
- C. IF statements
- D. Invocable processes
Answer: B,D
NEW QUESTION 269
DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.
Which two details should the app builder know when using external ID fields?
Choose 2 answers
- A. An external ID field can be a number field.
- B. An external ID field can be a text field.
- C. An external ID field can be a phone field.
- D. An external ID field can be a URL field.
Answer: A,B
NEW QUESTION 270
UVC wants to show different picklist values to different groups of users in a custom picklist field. What should be configured?
- A. Field-level security
- B. Page Layout
- C. Permission sets
- D. Record Types
Answer: D
NEW QUESTION 271
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?
- A. A Lightning Object Creator
- B. Import Wizard
- C. Data Loader
- D. Schema Builder
Answer: C
NEW QUESTION 272
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. Research and evaluate products available on appExchange to send mass emails
- B. Develop apex code and Visualforce pages to sent the emails
- C. Download all contacts to a CSV file and use an email client to send the emails
- D. Request salesforce increase the number of maximum daily emails
Answer: A
Explanation:
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
NEW QUESTION 273
What can be branded in SF1?(Select 3)
- A. Action tab bar
- B. Loading page color
- C. Loading logo
- D. Header and Search
Answer: B,C,D
NEW QUESTION 274
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. Changing the data type of a field used in a report from text to an encrypted field
- B. As an external ID from number to text
- C. In lead conversion from number to text
- D. In an apex class from number to text
Answer: C
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 275
......
TVB-403 2022 Training With 441 QA's: https://www.actualtestsit.com/Salesforce/TVB-403-exam-prep-dumps.html