DEX-403 Exam Practice Questions prepared by Salesforce Professionals [Q28-Q51]

Share

DEX-403 Exam Practice Questions prepared by Salesforce Professionals

Use Valid New DEX-403 Questions - Top choice Help You Gain Success

NEW QUESTION # 28
An app builder needs to deploy a new account detail page layout from sandbox to production.
Which three components should an app builder include in the Change Set to ensure it deploys successfully and visually as expected?
Choose 3 answers

  • A. Custom actions
  • B. Detail page layout
  • C. Lightning App Builder
  • D. System administrator profile
  • E. Custom fields

Answer: A,B,E


NEW QUESTION # 29
The DreamHouse Realty (DR) service manager has asked for some improvements in case management to enforce process compliance so that cases are unable to be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met.
What solution should an app builder implement to meet these requirements?

  • A. Process Builder
  • B. A Validation Rules
  • C. Activities Component
  • D. Workflow Rules

Answer: B


NEW QUESTION # 30
Which two relationship types can be defined with external object? Choose 2 answers

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

Answer: C,D


NEW QUESTION # 31
What is a true statement in regards to creating custom report types?

  • A. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for that report type.
  • B. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type
  • C. Any object can be chosen unless the object is no visible to the person creating the report type through security settings
  • D. When the primary object is a custom object and is deleted, then the report type and any reports created from it must be deleted manually.

Answer: A


NEW QUESTION # 32
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final toad and regression testing before going to production.
When should the full sandbox be refreshed?

  • A. After user acceptance testing is complete.
  • B. After a new user is added to production.
  • C. After each push from the partial data sandbox.
  • D. After each major release to production.

Answer: C


NEW QUESTION # 33
Universal container sales reps can modify fields on an opportunity until it isclosed. Only the sales operations team can modify the post close follow up date andpost close followup comments fields. How to make this happen?

  • A. Use record types with field sets and restrict editing fields using field-level security
  • B. Use field-level security to mark fields as read-only on the sales profile
  • C. Use multiple record types, page layouts, and profiles
  • D. Use field-level security on page layouts to restrict editing fields

Answer: D


NEW QUESTION # 34
Cloud Kicks works on an annual subscription model. When a sale rep marks an opportunity as closed won, a new opportunity should automatically be created for the renewal. The contracts team works outside of salesforce but also needs to be notified about closed deals in order to initial the contract process with the customer.
Which automation solution would meet these requirements?

  • A. Validation Rule
  • B. Record-triggered flow
  • C. Approval Process
  • D. Outbound Message

Answer: D


NEW QUESTION # 35
What may occur if workflow rules are re-evaluated after a field change by a field update? Choose 2 answers

  • A. Workflow rules trigger more workflow rules to be re-evaluated.
  • B. A recursive loop potentially results in exceeding organizational limits.
  • C. Workflow rules trigger validation rules on field updates
  • D. Cross-object workflow rules result in re-evaluation after field change.

Answer: A,B


NEW QUESTION # 36
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
Which two steps are necessary to accomplish this task7
Choose 2 answers

  • A. Create a subdomain using My Domain.
  • B. Upload the app to Static Resources.
  • C. Build a Custom Tab for the app.
  • D. Add the app to a Visualforce page.

Answer: C,D


NEW QUESTION # 37
Universal Container installs an unmanaged package. Which of the following are true: (choose 2)

  • A. Unmanaged packages have a namespace prefix
  • B. Components of unmanaged packages can be edited
  • C. Tests are executed during deployment
  • D. Unmanaged packages don't have a version number
  • E. Unmanaged packages can be upgraded

Answer: B,C


NEW QUESTION # 38
Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?
Choose 2 answers

  • A. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.
  • B. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
  • C. Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.
  • D. Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.

Answer: B,D


NEW QUESTION # 39
DreamHouse Realty (DR) is expanding into subsidized housing by partnering with local government entitles. DR uses Sales Cloud and has enabled field history tracking on the Opportunity object. Due to increased Information requirements, the App Dev team is changing Text Area (Long) fields to Rich Text fields to allow for up to 1,000 characters and better descriptions.
Which two considerations should be made by the team?
Choose 2 answers

  • A. Audit Trail is available through REST API extracts.
  • B. Rich text field values of all lengths are displayed fully in reports.
  • C. Data loss may occur when changing custom field types.
  • D. Field History Tracking records value changes of 255 characters or less.

Answer: C,D


NEW QUESTION # 40
A Cloud Kicks employee submitted an opportunity for approval by their manager.
What would happen if the employee attempts to edit the description field after submission?

  • A. User will be presented with a 'Record Lock' notification.
  • B. User will be able to edit the description field only.
  • C. User will see the record is now owned by their manager.
  • D. User will be able to edit the name, but unable to edit the description.

Answer: A


NEW QUESTION # 41
Universal Containers is using a custom app to record performance review info for their employees. The performance review should be visible to the employee and the employee's manager, as well as the HR director. How can this be configured? Choose 1 answer.

  • A. Set the org wide default for Performance Review to private and add a criteria based sharing rule to share performance review records with a public group that includes the employee managers and HR director
  • B. Set the org wide default for Performance Review to private, do not use grant access using hierarchies and use manual sharing for the employee manager and HR director
  • C. Set the org wide default for Performance Review to private and use grant access using hierarchies to give visibility to the employee's manager and HR director
  • D. Use manager sharing to enable sharing with the employee's manager and HR director

Answer: B


NEW QUESTION # 42
What is a use case for validation rules?

  • A. Restrict partner Lead visibility to the channel sales team
  • B. Ensure zip/postal codes are entered in the correct format
  • C. Prevent deals with less than a 10% discount from entering an approval process
  • D. Prevent non-managers from joining a private Chatter Group

Answer: B


NEW QUESTION # 43
Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.
Which type of field should an app builder create?

  • A. Lookup field
  • B. Master-detail relationship field
  • C. Roll-up summary field
  • D. Number field

Answer: C


NEW QUESTION # 44
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. Flow
  • B. Workflow
  • C. Process Builder
  • D. Approval process

Answer: B


NEW QUESTION # 45
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 lead record types each with its own page layout containing the relevant fields
  • B. Create a partner community and a record type for web and trade show leads
  • C. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
  • D. Create custom page payouts for each type of lead only containing the relevant fields

Answer: C


NEW QUESTION # 46
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers

  • A. Percent
  • B. Time
  • C. Currency
  • D. Checkbox
  • E. Date

Answer: A,C,E


NEW QUESTION # 47
Which two metadata changes can be made directly in a production environment without deploying from a sandbox?

  • A. Apex classes
  • B. Validation rules
  • C. Apex triggers
  • D. Visualforce pages

Answer: B,D


NEW QUESTION # 48
At UVC, the Account object has a MD relationship with an Invoice custom object. The app builder would like to change this to a lookup field, but is not able to do so. What could be causing this?

  • A. The Invoice must have at least one MD field for reporting
  • B. The Account is included in the workflow on the Invoice Object
  • C. The Account record includes invoice roll-up summary fields
  • D. The invoice records have existing values in the Account

Answer: C


NEW QUESTION # 49
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. Formula Field
  • B. Case Process
  • C. Workflow Update
  • D. Lightning Process Builder

Answer: A


NEW QUESTION # 50
In order to delete Opportunities, Universal Containers would like sales reps to submit a request for approval to their sales manager. What can be used to meet these requirements?

  • A. Process Builder with Submit for Approval Button
  • B. Approval Process with Time-dependent Workflow Action
  • C. Approval Process with Apex Trigger
  • D. Two-step Approval Process

Answer: C


NEW QUESTION # 51
......

DEX-403 Exam Practice Materials Collection: https://www.2pass4sure.com/Salesforce-Platform-APP-Builder/DEX-403-actual-exam-braindumps.html

Get Latest and 100% Accurate DEX-403 Exam Questions: https://drive.google.com/open?id=1Cu8qZ5Ra43kYS4WF5oKRRNTc6pOlqwKm