合格させる試験完全版DEX-403問題集210解答 [Q103-Q121]

Share

合格させる試験完全版DEX-403問題集210解答

検証済みDEX-403問題集と解答100%合格はここ

質問 # 103
The Director of Customer Service wants to know when agents are overwhelmed with high-priority items in the support queue. The Director wants to receive a notification when a new case is open with the status of "New" for more than four business hours. Which automation process could be used to accomplish this? Choose 2 answers

  • A. Lightning Process Builder
  • B. Scheduled Apex
  • C. Escalation rules
  • D. Visual workflow

正解:A、C


質問 # 104
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. Any object can be chosen unless the object is no visible to the person creating the report type through security settings
  • C. 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.
  • D. The detail object in a master- detail relationship cannot be added as a secondary object on a custom report type

正解:A

解説:
Explanation: You can choose from all objects-even those you don't have permission to view. This lets you build report types for a variety of users. Once you save a report type, you can't change the primary object. If the primary object on a report type is a custom object, and the custom object is deleted, then the report type and any reports created from it are automatically deleted. If you remove an object from a report type, all references to that object and its associated objects are automatically removed from reports and dashboards based on that type. http://help.salesforce.com/apex/htviewhelpdoc?id=reports_defining_report_types.htm&language=en_us


質問 # 105
UVC uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record, however, only HR users should be able to view, edit, and report on the Salary field. Which action should be recommended for controlling who can view the Salary field?

  • A. Create and assign separate Candidate record types for general employee users and HR users
  • B. Restrict access to the "Salary" field for general employee users using custom sharing settings
  • C. Create and assign separate Candidate page layouts for general employee users and HR users
  • D. Restrict access to the "Salary" field for general employee users using field-level security

正解:D


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

正解:A


質問 # 107
What is a true statement in regard to creating custom report types?

  • A. Any object can be chosen unless the object is not visible to the person creating the report type through security settings
  • B. Once a report type is saved with a standard or custom primary object, the primary object cannot be changed for the report type
  • C. 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
  • D. The detail object in a master-detail relationship cannot be added as a secondary object on a custom report type

正解:B


質問 # 108
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. Cross-object field updates between Training and Student records are not supported
  • B. On Student Record, users can set up Roll-up summary fields on Training records
  • C. On Training record, users can only delete students, if they have access to it
  • D. On Training record, the Student Lookup field can be made optional

正解:C、D


質問 # 109
An app builder at Ursa Major Solar has been working on a new custom app in a sandbox that has been upgraded to the next major Salesforce version, and their production instance is still on the current Salesforce version. The development is complete and they are ready to deploy a change set.
What should the app builder consider when planning the deployment?

  • A. The deployment is not possible due to different versions.
  • B. It will fall if there is a feature only available In the next version.
  • C. The change set components will be upgraded to the next version in production.
  • D. The change set will be automatically deployed when production is upgraded.

正解:B


質問 # 110
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. Workflow on Opportunity/Opportunity Product
  • B. Lightning process builder
  • C. Custom AppExchange-app for product-pricing
  • D. Formula fields on Opportunity/Opportunity Product

正解:B


質問 # 111
What is the capability of schema Builder? Choose 2 Answers

  • A. Editing custom settings
  • B. Creating a new record type
  • C. Viewing page layout in a new window
  • D. Showing selected objects on the page.

正解:C、D


質問 # 112
Universal Containers wants some enhancements on its Opportunity page layout to improve efficiency and collaboration.
Which two solutions should an app builder suggest to help meet these requirements?
Choose 2 answers

  • A. Mark stage dependent fields as required on the Opportunity page layout.
  • B. Set up an approval process requiring manager consent at each stage of the Opportunity.
  • C. Use two Tabs components to separate record information from activities.
  • D. Add a Path component with fields and instructions aligning to stages on the Opportunity.

正解:A、D


質問 # 113
What are two reason to create an unmanaged package? Choose 2 answers

  • A. Publishing an application for sale on the AppExchange
  • B. Deploying from a Developer Edition environment
  • C. Distributing upgradeable components to other Salesforce org (Misse
  • D. Distributing open-source projects on the AppExchange.

正解:C、D


質問 # 114
An app builder is creating a custom object called Testimonial__c and wants to connect 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. Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.
  • B. Create a master-detail relationship from Testimonial__c to Account and a lookup relationship from Testimonial__c to Contact.
  • C. Make Testimonial__c a junction object between Account and Contact using master-detail relationships.
  • D. Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships from Testimonial__c to Contact and to Account.

正解:B


質問 # 115
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. Create unique Opportunity stages by sales process.
  • B. Specify a different page layout by sales process.
  • C. Enable field validation by sales process.
  • D. Prevent access to secure data fields by sales process.

正解:B、C


質問 # 116
Which two solutions prevent a formula field from being referenced by a Roll-Up Summary Field?

  • A. A cross-object field reference in the formula field
  • B. A cross-object workflow updating a field referenced by the formula field
  • C. The NOW() function in the formula field
  • D. The CASE() function in the formula field

正解:B、D


質問 # 117
Which values must be defined when creating a new Opportunity stage? Choose 3

  • A. Close date
  • B. Forecast category
  • C. Type
  • D. Amount
  • E. Probability

正解:B、C、E


質問 # 118
Which three Salesforce functionalities are ignored when process field updates in workflow rules and approval processes?

  • A. Validation Rules
  • B. Field-Level Security
  • C. Multiple currencies
  • D. Decimal places and character limits
  • E. Record type picklist value assignments

正解:A、B、E


質問 # 119
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. Developer Pro
  • B. Developer
  • C. Full
  • D. partial Copy

正解:D


質問 # 120
Universal Containers (UC) wants to build a Recruiting app that allows for multiple Positions to appear on custom objects Websites and Postings. UC requires a report that shows the related custom objects of Postings.
Which two items should an app builder configure to implement this?
Choose 2 answers

  • A. Create two new Custom Report Types.
  • B. Configure a Postings object with Lookup field to both Positions and Websites.
  • C. Configure a Postings object with Master-Detail field to both Positions and Websites.
  • D. Utilize the Standard Report Types.

正解:A、D


質問 # 121
......


Salesforce DEX-403試験は、Salesforceプラットフォーム上でカスタムアプリケーションを構築する専門知識を証明したい個人のための認定試験です。この試験は、Salesforceの管理と開発の経験を持ち、カスタムアプリケーションの作成スキルを向上させたい個人を対象としています。この認定試験は、Salesforceプラットフォームを使用してカスタムアプリケーションを設計、構築、実装するために必要な知識とスキルを検証します。

 

DEX-403問題集完全版解答で試験学習ガイド:https://jp.fast2test.com/DEX-403-premium-file.html

100%DEX-403試験一発合格保証2023問題集:https://drive.google.com/open?id=1-DcAZDSJXDWVr6RRVMmYG7CIcdxMInni


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어