Pass DEX-403 Brain Dump Updated Certification Sample Questions [Q47-Q70]

Share

Pass DEX-403 Brain Dump Updated Certification Sample Questions

Online DEX-403 Test Brain Dump Question and Test Engine


Salesforce DEX-403 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Lightning App, Record, and Home Page
  • Enforcing Conditionally Required Fields
Topic 2
  • Automating with Lightning Process Builder and Workflow
  • Deciding When Declarative Isn't Enough
Topic 3
  • Automating Business Processes Using Flow
  • Record Types and the User Interface
Topic 4
  • Creating Relationships Between Objects
  • Programmatic Alternatives
Topic 5
  • Controlling Access to Records
  • Defining Approval Processes
Topic 6
  • Building Your Data Model
  • Organization Wide Defaults
Topic 7
  • Understanding Objects on the Lightning Platform
  • Keeping Track of Unauthorized Changes
Topic 8
  • Custom Applications and Custom Tabs
  • Tools for Data Management
Topic 9
  • Exploring the Save Order of Execution
  • Working with Transactions
Topic 10
  • Auditing Configuration Changes
  • Building Your User Interface
Topic 11
  • Automating Business Processes with Approvals
  • Enforcing Proper Data Format

 

NEW QUESTION 47
What is true when changing the following field types? (Choose 3)

  • A. Data can be lost when changing from Rich Text to Long Text
  • B. No data is lost when converting Text to auto number
  • C. No data is lost when changing Picklist to Multipicklist
  • D. Data is lost when changing Number to Currency
  • E. Rollup summary fields will stop calculate if Master Detail is changed to lookup

Answer: A,B,C

 

NEW QUESTION 48
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. Lightning Process Builder
  • B. Chatter Actions
  • C. Workflow
  • D. Visual Workflow

Answer: A,D

 

NEW QUESTION 49
Universal con has purchased a lighting component on the appExchange. Where can that component be utilized? (Choose 2)

  • A. Lightning process builder
  • B. Visual workflow
  • C. Salesforce1 mobile app
  • D. Salesforce lighting app

Answer: C,D

 

NEW QUESTION 50
What is a true statement in regards to converting a tabular, summary, ormatrix report to a joined report? (Choose 3)

  • A. Cross filter are not supported in joined reports
  • B. Bucket field are not supported in joined reports
  • C. Joined report blocks are formatted as matrix reports
  • D. Report formula fields are not supported in joined reports
  • E. The rows to display filter is not supported in joined reports

Answer: A,B,E

 

NEW QUESTION 51
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. Create unique Opportunity stages by sales process.
  • C. Enable field validation by sales process.
  • D. Prevent access to secure data fields by sales process.

Answer: A,C

 

NEW QUESTION 52
What is a use case for approval processes? Choose 2 answers.

  • A. Require the CFO to review the salary range for all job offers.
  • B. Approve expense reports automatically when less than $50.
  • C. Update the PTO record field with the user's manager.
  • D. Ensure an opportunity that has at least one product added.

Answer: A,B

 

NEW QUESTION 53
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 type with single page layout.
  • D. Use record types with multiple page layout

Answer: B

 

NEW QUESTION 54
At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based on the case priority. High-priority cases should be flagged red, medium-priority should be flagged yellow, and low-priority cases should be flagged green. Which formula would accomplish this requirement? Choose 2 answers

  • A. IMAGE( IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"), "img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "img/samples/flag_red.gif"))), "Priority Flag")
  • B. IMAGE(CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "Priority Flag")
  • C. IF(ISPICKVAL(Priority, "Low"), "img/samples/flag_green.gif", IF(ISPICKVAL(Priority, "Medium"), "img/samples/flag_yellow.gif", IF(ISPICKVAL(Priority, "High"), "img/samples/flag_red.gif", "/s.gif")))
  • D. CASE( Priority, "Low", "img/samples/flag_green.gif", "Medium", "img/samples/flag_yellow.gif", "High", "img/samples/flag_red.gif", "/s.gif")

Answer: A,B

 

NEW QUESTION 55
The Vp of sales at universal con has requested the sales reps be given access to view all accounts in salesforce. However, they've also requested the sales rep only be allowed to create new opportunities on accounts they own

  • A. Set the organization wide default sharing on opportunities to private and recalculate sharing
  • B. Create a new opportunity quick action that validation account ownership
  • C. Create an opportunity validation rule that compares the opportunity and account owner
  • D. Set the organization wide default sharing on opportunities to controlled by parent

Answer: C

 

NEW QUESTION 56
Person Accounts Choose 2 answers

  • A. Are enabled by default
  • B. Have the same icon as Business accounts
  • C. Are enabled via feature license
  • D. Do use space in both account and contacts table
  • E. Can only be merged with other person accounts

Answer: D,E

 

NEW QUESTION 57
UVC uses a custom object to track site visits, When the status of a site visit ischanged from "in process " to "On hold " the business wants the site visit owner tobe automatically assigned to an "On hold " Queue. Which capability can be used toaccomplish this?

  • A. Visual workflow
  • B. Assignment rule
  • C. Apex Trigger
  • D. Action

Answer: B

 

NEW QUESTION 58
Need to change ownership when field of custom object changed.

  • A. Apex trigger
  • B. Assignment Rule
  • C. Visual Workflow
  • D. Validation Rule

Answer: B

 

NEW QUESTION 59
UVC uses a custom object to track expense reports. They would like to automatically post updates in a record's feed whenever an expense report has been approved. Which social feature can be used to accomplish this?

  • A. Feed Tracking
  • B. Approval Process
  • C. Feed Quick Action
  • D. Auto-response rule

Answer: A

 

NEW QUESTION 60
Which opportunity standard field is available tobe configured directly? Choose3

  • A. Forecast category
  • B. Lead source
  • C. Type
  • D. Stage

Answer: B,C,D

 

NEW QUESTION 61
Universal container needs to update a field on an account when an opportunity stage is changed to close lost. What can be used to accomplish this requirement? Choose 2

  • A. Lightning Process Builder
  • B. Approval Process
  • C. Workflow Rule
  • D. Assignment Rules

Answer: A,C

 

NEW QUESTION 62
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. Create a new Opportunity Quick Action that validates Account ownership.
  • B. Create an Opportunity Validation Rule that compares the Opportunity and Account Owners
  • C. Set the Organization-Wide Defaults sharing on Opportunities to Controlled by Parent.
  • D. Set the Organization-Wide Defaults sharing on Opportunities to Private and recalculate sharing.

Answer: C

 

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

Answer: A

 

NEW QUESTION 64
User at Universal Containers needs to be able to quickly create a contact record from the Account record's Chatter feed. How should the App Builder enable the functionality?

  • A. By creating a custom "Detail Page" Button on the Account.
  • B. By creating a custom "Create a Record" Action on the Contract
  • C. By creating a custom "Create a Record" Action on the Account.
  • D. By creating a custom "Detail Page" Button on the Contract.

Answer: C

 

NEW QUESTION 65
The organization wide defaults for a custom object is set to private. The Supervisor profile grants view access to the same object. A user with the Supervisor profile is also listed as the Manager on the user detail records for access. However, the supervisor still cannot view records owned by the subordinate. What is preventing the Supervisor from viewing records owned by the subordinate? Choose 2 answers

  • A. The Supervisor's role is not above the subordinate's role in hierarchy
  • B. Organization wide settings for the custom object do not grant access using hierarchy
  • C. The Supervisor requires a permission set in order to view the subordinate's record
  • D. Organization wide settings for the custom object grant access to other users with the same role

Answer: A,B

 

NEW QUESTION 66
UVC has two types of customer support processes: Platinum and Diamond. The App Builder created separate record types for each process on the Case Object. The customer support team should not be able to create new cases with the Diamond record type.How can this requirement be met?

  • A. Update the profile to remove the Diamond record type from the support team
  • B. Remove the ability for the support team to create new case records
  • C. Make the record type hidden to all users and then use sharing rules to share it
  • D. Update the OWD to private

Answer: A

 

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

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

Answer: B,C

 

NEW QUESTION 68
Universal Containers provides access to Salesforce for their sales, service and marketing teams. Management wants to ensure that when users log in, their home tab provides access to links and documentation that are specifically relevant to their job function. How can this requirement be met?

  • A. Expose specific elements within a home page custom component determined by role.
  • B. Create separate home page custom components and layouts; assign to users by profile
  • C. Expose specific elements within a home page custom components determined by profile.
  • D. Create separate home page custom components and layouts; assign to users by role.

Answer: B

 

NEW QUESTION 69
What the true statement is in regards to converting a tabular, summary, or matrix report to a joined report? Choose 3 answers

  • A. The rows to display filter is not supported in Joined reports
  • B. Joined report blocks are formatted as matrix reports.
  • C. Report formula fields are nor supported in Joined reports
  • D. Bucket fields are not supported in joined reports.
  • E. Cross filters are not supported in joined reports

Answer: A,D,E

 

NEW QUESTION 70
......

Real Salesforce DEX-403 Exam Dumps with Correct 265 Questions and Answers: https://www.trainingdump.com/Salesforce/DEX-403-practice-exam-dumps.html

Salesforce DEX-403 Certification Real 2021 Mock Exam: https://drive.google.com/open?id=12ZVantw8Rqdk6jx9iHkVoivL8RR7qY7r

0
0
0
0