試験準備には欠かさない!DEX-403問題解答でDEX-403試験問題集 [Q76-Q99]

Share

試験準備には欠かさない!DEX-403問題解答でDEX-403試験問題集

リアルSalesforce DEX-403試験問題 [更新されたのは2024年]

質問 # 76
DreamMouse Realty has a mentorship program that pairs experienced Realtors with new Realtors. Each experienced Realtor can mentor one or several new Realtors, and each new Realtor is required to work with a single experienced Realtor they report to for a probationary period.
What type of relationship would an app builder set up to meet this specification?

  • A. Many-to-many
  • B. Master-detail
  • C. Indirect lookup
  • D. Lookup

正解:D

解説:
Lookup is the type of relationship that would be set up to meet the specification of pairing experienced Realtors with new Realtors. According to the Salesforce documentation, "A lookup relationship creates a loose association between objects. The lookup field allows users to select a record from another object." Indirect lookup is used for junction objects on different platforms. Many-to-many is not a type of relationship, but a result of using junction objects. Master-detail is used for creating parent-child relationships.


質問 # 77
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 junction object to relate Asset Inventory and Asset. Add the Asset Inventory related list to the Asset page layout.
  • C. Create a roll-up on 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.

正解:D


質問 # 78
You are explaining to another developer, who is not familiar with Force.com, how an external ID field can be used to work with data coming from another system. What features would you mention? Choose 3 answers.

  • A. An external ID is indexed and increases query performance
  • B. An external ID is used to represent an identifier for a record from an external system
  • C. An external ID can be either text, number or email data types
  • D. External IDs are not case sensitive

正解:A、B、C


質問 # 79
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. Approval process
  • C. Process Builder
  • D. Workflow

正解:D


質問 # 80
An App Builder is loading the data into salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records. Which field attribute should be selected? Choose 2 answers

  • A. External ID
  • B. Text (encrypted)
  • C. Unique
  • D. Required

正解:A、C


質問 # 81
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

正解:A、B


質問 # 82
An app builder just added a lookup field to Account from the existing custom object, Box.
Which report type is automatically created?

  • A. Accounts with or without Boxes
  • B. Boxes with Accounts
  • C. Accounts with Boxes
  • D. Accounts with Boxes. Salesforce automatically creates a new report type that reflects the relationship from the perspective of the parent object, in this case, Accounts, showing related Box records.
  • E. Boxes with or without Accounts

正解:C

解説:
This new report type enables users to create reports that list Accounts along with their associated Boxes, if any.
For further understanding of report types and relationships, Salesforce's guide on Report Types provides comprehensive information on how these are structured following modifications to object relationships.
Explanation:
Upon adding a lookup field to Account from a custom object, Box:


質問 # 83
To synchronize accounts, orders, and shipments in real time, a developer hasbuilt a custom interface between an external system and salesforce. Prior todeployment, the developer needs to confirm that the interface can sustain thesyncing of thousands of records at a time. Which sandbox environment isrecommended to complete performance and load testing?

  • A. Developer sandbox
  • B. Partial sandbox
  • C. Full sandbox
  • D. Developer pro sandbox

正解:A


質問 # 84
An app builder has modified a Lightning record page for a case and has added an email button item to the page layout; however, users are unable to see the new item on the layout.
What are two potential reasons why users are unable to view the item on the Case Lightning record page?
Choose 2 answers

  • A. The case page layout also contains custom buttons.
  • B. The page layout includes the case feed component.
  • C. The page layout excludes the case feed component.
  • D. The email button contains JavaScript.

正解:B、D

解説:
The email button item will not be visible on the Lightning record page if the page layout includes the case feed component or if the email button contains JavaScript. The case feed component replaces the standard buttons on the page layout with actions in the feed. The email button item will not work if it contains JavaScript because JavaScript buttons are not supported in Lightning Experience.


質問 # 85
Universal Containers wants to test code against a subnet of production data that is under 5 GB, Additionally, Universal Containers wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?

  • A. partial Copy
  • B. Full
  • C. Developer
  • D. Developer Pro

正解:A


質問 # 86
A new custom object called invoices needs to have an invoice date for the date and time it was invoiced. What field type should be selected for this?

  • A. Time
  • B. Date/Timestamp
  • C. Date/Time
  • D. Date

正解:C


質問 # 87
Universal Containers has purchased a Lightning Component on the Apple exchange.
In which two areas should Components be utilized?

  • A. Salesforce Mobile App
  • B. Process Builder
  • C. Flow Builder
  • D. Standalone Lightning App

正解:A


質問 # 88
What is a true statement in regards to managing access to reports and dashboards? Choose 2 answers

  • A. Users must have certain permissions to access public, hidden, or shared folder.
  • B. Users with the "Manage Public Reports" and "Create and Customize Reports" permissions can create custom reports that all users can view.
  • C. Users with the "Manage Public Reports" permission can organize reports by creating custom report folders and sending invitations to users to access them.
  • D. Users that want to grant access to personal folders can manually share a personal folder with a user or public group.

正解:B、C


質問 # 89
Universal container would like to use a chatter group for their mergers andacquisitions team to collaborate on potential new projects. This project should notbe visible for non-members to see or join,and can be accessed by invites only.

  • A. Unlisted group
  • B. Private group
  • C. Public group
  • D. Member group

正解:A


質問 # 90
Universal Containers has public Read-Write as the Account Org Wide Default (OWO) setting. visit form to the Universal Containers Customer Community report they can see all of Universal Containers' 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. Define a Permission Set External Accounts.
  • C. Set the Account External OWD to Private.
  • D. Create an Account record type for External Accounts.

正解:B


質問 # 91
At Universal Containers, the Account object has a Master-Detail relationship with an Invoice custom object. The App Builder would like to change to a lookup field, but is not able to do so. What could be causing this?

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

正解:B


質問 # 92
DreamHouse Realty (DHR) recently acquired Cloud Kicks (CK), a company that is still on Salesforce Classic. DHR is keeping the CK Salesforce org; however, it will migrate this org to Lightning Experience.
Where should the app builder find prebuilt resources to help with this project and overall adoption?

  • A. Lightning Object Creator
  • B. Import Wizard
  • C. AppExchange
  • D. Flow Builder

正解:C


質問 # 93
Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field. The goal is to encourage managers to be more concise in their comments and stayat 255 characters or less. There is preexisting information in the Manager Notes field that often is well beyond the character limit.
What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?

  • A. Preexisting information in the field will be completely lost.
  • B. Preexisting information will cause a- e-r0- -essace to poo up.
  • C. Preexisting information will remain even if it was over 255 characters.
  • D. Preexisting information will truncate to the first 255 characters.

正解:D

解説:
If the app builder tries to convert a preexisting long text area field to text area, preexisting information will truncate to the first 255 characters. This means that any information beyond 255 characters will be lost. Option B is incorrect because preexisting information will not remain if it was over 255 characters. Option C is incorrect because preexisting information will not cause an error message to pop up. Option D is incorrect because preexisting information in the field will not be completely lost, only truncated.


質問 # 94
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 hyperlink to the parent account of the parent opportunity.
  • B. A Rich text area field that uses HTML to bold certain characters
  • C. A combination of the opportunity`s text and a description fields.
  • D. A mix of functions and concatenation of 10 account fields and 10 opportunity fields.

正解:B


質問 # 95
DreamHouse Realty (DR) asks for some improvements in case management. They want 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.
Which solution should an app builder implement to meet these requirements?

  • A. Use an approval process to check field criteria are met.
  • B. Make the fields required on the page layout.
  • C. Configure validation rules with help text.
  • D. Create dependent picklist fields and set them as required.

正解:C

解説:
To ensure process compliance where cases cannot revert to an earlier status and certain fields are required based on specific case criteria, the recommended solution is:
Configure validation rules with help text (A). Validation rules enforce data integrity and business processes by preventing users from saving records if certain conditions are not met. For instance, a validation rule can prevent the status of a case from being changed back to an earlier status and can conditionally require fields based on other field values on the case.
Dependent picklists (B) ensure field values depend on another field's value but do not enforce the inability to revert status. Approval processes (C) are used for step-by-step record approval and are not designed to prevent status reversion or conditionally require fields. Making fields required on the page layout (D) ensures they are always required when accessing the record through that layout but does not enforce conditional requirements based on other criteria.
Reference for creating validation rules in Salesforce:
Validation Rules: https://help.salesforce.com/articleView?id=sf.validation_rules.htm&type=5


質問 # 96
The app builder at UVC has been asked to ensure that the amount field ispopulated when the stage is set to closed won. What can be used to meet this requirement?

  • A. Validation rule
  • B. Approval process
  • C. Lighting process builder
  • D. Workflow

正解:D


質問 # 97
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 and the Industry field will change to Technology
  • B. The record will not save and the validation rule's error message will be displayed
  • C. The record will save but the Industry field will not change to Technology
  • D. The record will not save and no error message will be displayed

正解:A


質問 # 98
Universal Containers wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more. Which product satisfies the needs?

  • A. Lightning process builder
  • B. Formula fields on Opportunity/Opportunity Product
  • C. Workflow on Opportunity/Opportunity Product
  • D. Custom AppExchange-app for product-pricing

正解:A


質問 # 99
......

DEX-403合格させる試験問題集には更新されたのは2024年:https://jp.fast2test.com/DEX-403-premium-file.html

無料DEX-403試験問題集でお手軽に試験合格させる:https://drive.google.com/open?id=1-DcAZDSJXDWVr6RRVMmYG7CIcdxMInni


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어