[2024年10月27日] 最新をゲットせよ!DEX-403認定練習テスト問題と試験問題集 [Q63-Q81]

Share

[2024年10月27日] 最新をゲットせよ!DEX-403認定練習テスト問題と試験問題集

リアルDEX-403試験問題集解答で有効なDEX-403問題集PDF

質問 # 63
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 phone field.
  • B. An external ID field can be a number field.
  • C. An external ID field can be a text field.
  • D. An external ID field can be a URL field.

正解:B、C


質問 # 64
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. Approval Process
  • C. Record-triggered flow
  • D. Outbound Message

正解:D


質問 # 65
What determines whether a user can create a new record using a specific record type?

  • A. Field level security
  • B. Profile
  • C. Page Layout
  • D. Sharing

正解:B


質問 # 66
Universal Containers would like to embed a chart of all related Opportunities, by stage, on the Account detail page. Which type of report should the App Builder create to add to the Account page layout?

  • A. A tabular report on the Account object.
  • B. A summary report on the Opportunity object.
  • C. A tabular report on the Opportunity object.
  • D. A summary report on the Account object.

正解:B


質問 # 67
When an opportunity is closed date is pushed more than 30 days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.
How can an app builder ensure that these opportunities are submitted into the approval process?

  • A. Submit the record for approval from an automated process.
  • B. Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.
  • C. Use a validation rule and an email alert to the manager requesting approval.
  • D. Give the manager the "API Enabled" permission to permit approval responses by email.

正解:A


質問 # 68
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. Full sandbox
  • B. Partial sandbox
  • C. Developer sandbox
  • D. Developer pro sandbox

正解:C


質問 # 69
An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain.
How should this be accomplished?

  • A. Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.
  • B. Make Testimonial__c a junction object between Account and Contact using master-detail relationships.
  • C. Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.
  • D. Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.

正解:D

解説:
To connect Testimonial__c records with both the submitter's Contact record and Account record, an app builder should create a master-detail relationship from Testimonial__c to Account and a lookup relationship from Testimonial__c to Contact. A master-detail relationship creates a parent-child relationship between two objects and allows for roll-up summary fields, sharing settings, and cascading actions. A lookup relationship creates a loose association between two objects and allows users to relate records from one object to another. Source


質問 # 70
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 role.
  • 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 profile

正解:D


質問 # 71
Universal Containers would like to collaborate with its customers within Salesforce, and has decided to enable the "Allow Customer Invitations" Chatter setting. What permission is granted to Customers when invited to ChatterGroup?

  • A. The ability to interact with members of their groups
  • B. The ability to request access to public groups
  • C. The ability to invite members to groups of which they are a member
  • D. The ability to @mention accounts of which they are a contact.

正解:A

解説:
Customers who are invited to Chatter groups can only interact with members of their groups. They cannot invite other members, @mention accounts, or request access to public groups


質問 # 72
Universal Containers require different fields to be filled out at each stage of the Opportunity sates process.
What configuration steps can an app builder use to meet this requirement?

  • A. Create a Process Builder to prompt the User for field information.
  • B. Set page layout required fields based on the current stage.
  • C. Define record types and page layouts for each stage.
  • D. Add the Path component to the Lightning record page.

正解:D

解説:
The app builder should use the Path component to meet the requirement of tracking different fields at each stage of the Opportunity sales process. The Path component is a Lightning component that displays the key fields and guidance for each stage of a standard or custom picklist field, such as the Opportunity Stage field. The app builder can configure the Path component to show the fields that need to be filled out and provide recommendations and sales strategies for each stage3. Option A, B, and C are not configuration steps that can meet this requirement.


質問 # 73
A custom button can be used for performing all of the following actions, except: Choose 1 answer.

  • A. Invoke a webpage URL
  • B. Invoke a Javascript
  • C. Invoke a visualforce page in your Salesforce org
  • D. Invoke an Apex Trigger

正解:D


質問 # 74
A sales manager would like to look at an Account record and view charts of all of the related open opportunities, closed/won opportunities and open cases. How many report charts can be added to the Account page layout to meet this requirement?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:C


質問 # 75
Universal Containers uses a custom object to track open job positions. They would like to automatically post updates on a record's feed whenever a position stage is changed.

  • A. Feed tracking
  • B. Workflow rule
  • C. Auto-response rule
  • D. Feed Quick Action

正解:A


質問 # 76
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 OWD to private
  • B. Update the profile to remove the Diamond record type from the support team
  • C. Remove the ability for the support team to create new case records
  • D. Make the record type hidden to all users and then use sharing rules to share it

正解:B


質問 # 77
UVC has created the custom objects Candidate and Interview in Salesforce to track candidates and interviews respectively. The company wants to track the total number of interviews a candidate has gone through on the candidate record without writing any code. Which two actions can an App Builder take to accomplish this requirement? Choose 2 answers

  • A. Use a lookup relationship between the Candidate and Interview objects (Your Answer)
  • B. Use a MD relationship between the Candidate and Interview Objects
  • C. Use a roll-up summary field on the Candidate record to show the total number of interviews
  • D. Use a formula field on the Candidate record to show the total number of interviews

正解:B、C


質問 # 78
UC would like to embed a chart of all related opportunities, by stage, on the account details page. Which type of report should use

  • A. A summary report on the account object
  • B. A summary report on the opportunity object
  • C. A tabular report on the account object
  • D. A tabular report on the opportunity object

正解:B


質問 # 79
A user is unable to use inline editing on a list view. A quick check verifies the user should be able to perform inline editing as they have been assigned the appropriate permissions.
Which two conditions should the app builder review?
Choose 2 answers

  • A. If the list view contains more than one record type
  • B. If the list view selected is the recently viewed list view
  • C. If the list view contains a chart created by the user
  • D. If the list view restricts sharing for the user

正解:A、D


質問 # 80
An app builder created multiple custom fields, page layouts, and reports in the sandbox and added them to a change set was deployed to production, the reports were NOT deployed.
What should the app builder do?

  • A. Move the reports to the Untried Public Reports folder and add them to a new change set.
  • B. Recreate the reports in production. Reports are not supported in change sets
  • C. Move the reports from the Unfiled Public Reports folder and add them to a new change set
  • D. Add the reports to an unmanaged package and install the unmanaged package into production.

正解:C

解説:
Moving the reports from the Unfiled Public Reports folder and adding them to a new change set is what the app builder should do to deploy the reports to production. According to the Salesforce documentation, "Reports in the Unfiled Public Reports folder aren't available for deployment." Moving the reports to the Untried Public Reports folder, recreating the reports in production, and adding the reports to an unmanaged package are not necessary or recommended actions.


質問 # 81
......

DEX-403試験問題集でPDF問題とテストエンジン:https://www.passtest.jp/Salesforce/DEX-403-shiken.html

最新DEX-403試験問題集には合格保証付きます:https://drive.google.com/open?id=1ynDoaWb8DcKvnLbX3Bm44RJRGEi-JoEt