合格できるSalesforce Declarative Development for Platform App Builders in Lightning Experience試験最速合格保証最近更新されたGoShiken問題集! [Q79-Q103]

Share

合格できるSalesforce Declarative Development for Platform App Builders in Lightning Experience試験最速合格保証最近更新されたGoShiken問題集!

合格できるDEX-403試験の291問題で最適なGoShiken出題問題


Salesforce DEX-403は、認定されたSalesforce Platformアプリビルダーになりたい個人の知識とスキルを検証する試験です。この認定試験は、Salesforceプラットフォームにカスタムアプリケーションを設計、構築、および実装する候補者の能力をテストするように設計されています。この認定は業界で高く評価されており、世界的に認識されています。 DEX-403試験に合格することは、Salesforceの専門家としての成功したキャリアへの足がかりです。

 

質問 # 79
Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c
Which two automation solutions would meet these business requirements?
Choose 2 answers

  • A. Apex
  • B. Validation Rule
  • C. Approval Process
  • D. AppExchange

正解:A、D

解説:
To meet the requirement of summarizing the number of open and closed cases on an Account, two potential automation solutions can be used:
Option A (AppExchange): Salesforce AppExchange offers various pre-built apps and components, including those for case management, which could provide the functionality to summarize cases and categorize customer support utilization. Many apps can handle complex business requirements like case summary roll-ups and could meet the needs without custom development.
Reference:
Option D (Apex): Apex is Salesforce's programming language that allows developers to implement custom logic. In this scenario, Apex could be used to create a trigger or scheduled job that calculates the number of open and closed cases and updates the Account record accordingly. Apex would allow full customization of how the open/closed case numbers are calculated and how customer support utilization (high, medium, low) is determined.
Option B (Validation Rule): Validation Rules enforce data quality by ensuring that certain conditions are met before saving a record. They are not suitable for summarizing data or performing calculations across related records, so this option is not appropriate.
Option C (Approval Process): Approval Processes are used for managing approval workflows, which is unrelated to the case summarization requirement. Therefore, it is not a relevant option here.
In summary, using AppExchange for a pre-built solution or Apex for a custom automation are the best approaches for summarizing open and closed cases on the Account object.
Reference:
Apex Programming Guide
Salesforce AppExchange


質問 # 80
An app builder is creating a Lightning record page and has added Mobile & Lightning Actions to the page layout.
What two components could be included on the layout to display the actions?
Choose 2 answers

  • A. Chatter
  • B. Path
  • C. Highlights panel
  • D. Activities

正解:C、D

解説:
To display the actions on the Lightning record page, two components could be included on the layout:
Highlights panel: The highlights panel displays key information and actions for a record based on the compact layout. Users can see and perform actions such as edit, clone, delete, follow, etc. from the highlights panel. [Source] Activities: The activities component displays tasks and events related to a record. Users can also create new tasks and events, log calls, send emails, and view past activities from this component.


質問 # 81
Universal Containers has a requirement that an Opportunity should have a field showing the value of its associated account's billing state. This value should not change after the Opportunity has been created. What is the recommended solution to configure this automation behavior?

  • A. Apex
  • B. Roll-up-summary field
  • C. Workflow
  • D. Formula Field

正解:C


質問 # 82
Universal containers wants to ensure that they are accepting clean data from their users and verify that important fields are entered. What should an app builder recommend to meet this requirement?

  • A. Update the important fields to be required on the page layout
  • B. Configure a validation to require a field for a specific record type
  • C. Create a workflow rule to check the fields are formatted correctly
  • D. Make a formula field to check the format of the important fields

正解:B


質問 # 83
An app builder at Cloud Kicks has been working on changes to a custom Shoe Sales app in a sandbox and is ready to deploy their changes to production with a change set. Part of the work included updates to a permission set.
What should the app builder take into consideration when deploying the change set to production?

  • A. The deployed permission set will only contain changes related to the change set.
  • B. The existing permission set will be completely overwritten.
  • C. Change to field-level security in the permission set will not be applied.
  • D. The deployed permission set will manage with the existing permission set.

正解:A

解説:
The deployed permission set will merge with the existing permission set in production, meaning changes made in the sandbox will be added to the existing permission set after deployment.
Reference:
Salesforce Help - Permission Sets


質問 # 84
The previous administrator of Cloud Kicks' (CK) Salesforce Organization used text as the field type when creating new custom fields. CK's current roadmap requires a project that will clean this up during the Lightning migration.
Which three field types should be considered to keep better track of contact information in fields?
Choose 3 answers

  • A. Number
  • B. Email
  • C. Time
  • D. Phone
  • E. Date

正解:A、B、D


質問 # 85
Universal Containers uses a custom picklist called Account_Region__c on the Account object. The vice president of sales has asked that the value of this field is visible on Opportunities.
How should an app builder create this solution?

  • A. Field history tacking
  • B. Cross-object formula field
  • C. Lookup field
  • D. Field-level security

正解:A


質問 # 86
An app builder wants to create a report to compare the number of support cases in each status (New, In-progress, or Closed) and by priority (Critical, High, Medium, or Low).
What solution should be used for the report?

  • A. Custom Report Type
  • B. Filters
  • C. Grouping
  • D. Bucket Columns

正解:D


質問 # 87
What should an app builder consider when choosing a template for a new Lightning record page?

  • A. A Page structure will automatically adapt to the device being used to view the record page.
  • B. Select a new template for each type of device users use to view the record page.
  • C. The template is unable to be changed after the initial save.
  • D. To view the record page, users need "View All Data" permissions for the object.

正解:A


質問 # 88
Universal Containers (UC) has created a picklist field called Status on three separate custom objects. UC has a requirement to share the list of values for this field across each object.
Which feature would an app builder use?

  • A. Global Picklist Value Set
  • B. Dependent Picklist
  • C. Field Update
  • D. Dynamic Action

正解:A

解説:
The app builder should use a global picklist value set to share the list of values for the Status field across each object. A global picklist value set is a set of values that can be used by multiple picklist fields on different objects. This can ensure data consistency and reduce maintenance efforts. Option A, C, and D are not features that can share picklist values across objects.


質問 # 89
Cloud Kicks (CK) wants to simultaneously delete a Supplier's record and all Supplier ltem__c records if a partnership ends with a supplier.
What solution could an app builder use to meet the requirement?

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

正解:B

解説:
The solution that an app builder should use to meet this requirement is master-detail relationship. A master-detail relationship is a type of relationship that creates a parent-child relationship between two objects, where the child records inherit the sharing and security settings of their parent record. The app builder can create a master-detail relationship between Supplier__c and SupplierItem__c objects, where Supplier__c is the parent object and SupplierItem__c is the child object. This way, when a Supplier__c record is deleted, all related SupplierItem__c records are also deleted automatically. Option A is incorrect because many-to-many relationship is not suitable for this requirement, as many-to-many relationship allows two objects to be linked in both directions through a junction object, but does not support cascading delete. Option B is incorrect because indirect lookup relationship is not suitable for this requirement, as indirect lookup relationship allows an external object to link with another object using an external ID field, but does not support cascading delete. Option C is incorrect because hierarchical relationship is not suitable for this requirement, as hierarchical relationship allows users to use a lookup field that links an object with itself, but does not support cascading delete.


質問 # 90
Ursa Major Solar (UMS) uses a public sharing model for accounts. UMS would like to move to a more restrictive sharing model but wants the Sales team to continue to have access to all account records with the sales record type.
Which two actions should an app builder complete to implement this change?
Choose 2 answers

  • A. Update the Sales profile.
  • B. Update the organization-wide defaults
  • C. Create a criteria-based sharing rule.
  • D. Create an owner-based sharing rule.

正解:B、C

解説:
Update the organization-wide defaults and create a criteria based sharing rule are two actions that an app builder should complete to implement the change of moving to a more restrictive sharing model while allowing the Sales team to access all account records with the sales record type. Updating the organization-wide defaults can set the baseline level of access for accounts, and creating a criteria based sharing rule can grant additional access based on record type. Updating the Sales profile and creating an owner-based sharing rule are not necessary or sufficient actions for this change.


質問 # 91
Person Accounts Choose 2 answers

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

正解:B、E


質問 # 92
An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?
Choose 2 answers

  • A. Sharing Rules
  • B. Manual Sharing Rules
  • C. Public Groups
  • D. Permission Set Groups

正解:A、C


質問 # 93
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 a chart created by the user
  • B. If the list view selected is the recently viewed list view
  • C. If the list view contains more than one record type
  • D. If the list view restricts sharing for the user

正解:C、D


質問 # 94
Universal con needs a field on the account to track how many opportunitiesare closing within the next 30 days. What can be used?

  • A. Roll-up summary field
  • B. Process builder
  • C. Apex code
  • D. Workflow rule

正解:C


質問 # 95
What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

  • A. Pre-Defining field values on the target object.
  • B. Specifying the fields and layout of the action.
  • C. Redirecting the end user to the detail page of the target object
  • D. Allowing the end user to choose the record type

正解:B、D


質問 # 96
DreamHouse Realty requires that field value changes for certain fields such as Asking_Price__c and Real_Estate_Agent_c on their House__c custom object show up prominently on Chatter.
What Chatter feature should the app builder utilize?

  • A. Thanks
  • B. Feed Tracking
  • C. Topics
  • D. Publisher Actions

正解:B

解説:
Feed Tracking is the Chatter feature that allows field value changes for certain fields to show up on Chatter. Thanks, Publisher Actions, and Topics are other Chatter features, but they do not relate to field value changes.


質問 # 97
Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being created. The Org Wide Default (OWD) is set to "Private" for Leads.
Which two actions help prevent duplicate Leads from being created?
Choose 2 answers

  • A. Change the Lead Assignment Rule to check for duplicates.
  • B. Change OWD for Leads to Public Read.
  • C. Change the Lead Duplicate Rule details to Bypass Sharing Rules.
  • D. Change the lead Hatching Rule to Block on create.

正解:C、D

解説:
A: Changing the Lead Matching Rule to 'Block on create' will directly prevent duplicates at the point of lead creation based on defined criteria.
C: Changing the Lead Duplicate Rule to 'Bypass Sharing Rules' allows the system to compare leads across the entire organization regardless of the user's access level, which is crucial especially when OWD is set to 'Private'.
References:
Salesforce Help - Duplicate Management


質問 # 98
Which of the following can be source of report chart placed in page layout?(Choose 2)

  • A. Summary
  • B. Matrix
  • C. Tabular
  • D. Joined

正解:A、B


質問 # 99
An app builder has created a change set and deployed a report from their development sandbox for User Acceptance Testing. When the app builder runs the report, no data is returned.
What can be a reason for this?

  • A. Reports have to be manually re-created in each environment.
  • B. Reports have to be deployed with Salesforce DX.
  • C. Data is deployed when added to a change sets.
  • D. Data is unable to be deployed with change sets.

正解:D

解説:
Data is unable to be deployed with change sets. Change sets are used to deploy metadata components such as custom objects, fields, workflows, reports, etc. from one Salesforce org to another. However, change sets do not include any data or records from the source org. Users will need to use other tools such as Data Loader or Data Import Wizard to migrate data between orgs. [Source]


質問 # 100
When a user creates an account report, the user does not see industry as an available field in the report builder. However, this same user is able to see in the account page layout. What scenario would cause this?

  • A. The industry field is not enabled for the particular record type
  • B. The user uses a custom report type which does not include the industry field
  • C. The industry field has no record values in the account.
  • D. The user does not have industry field visibility in the field level security

正解:C


質問 # 101
Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC's orders.
What formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

  • A. TEXT(Account.Zip_Code_c, 5)
  • B. LPAD(Account.Zip_Code__r, 5)
  • C. BEGINS(Account.Zip_Code_r, 5)
  • D. LEFT(Account.Zip_Code_c, 5)

正解:D

解説:
LEFT(Account.Zip_Code_c, 5) is the correct formula to display only the first five digits of Zip Code from the parent Account. LEFT function returns the specified number of characters from the left side of a text string. Account.Zip_Code_c is the custom text field that stores the Zip Code on Account object. 5 is the number of characters to return from the left side of the Zip Code. The other options are not valid formulas or functions.


質問 # 102
The developer at Universal Containers wants to test code in a sandbox environment. In order to ensure the code works properly, the sandbox needs to have at least half a gigabyte of dat
a. The sandbox will need to be refreshed after each three-day sprint.
What type of sandbox should the App Builder provision to the developer?

  • A. Partial Data
  • B. Developer Pro
  • C. Full Copy
  • D. Developer

正解:A

解説:
The app builder should provision a Partial Data sandbox to the developer. A Partial Data sandbox can have up to 5 GB of data, which meets the requirement of having at least half a gigabyte of data. A Partial Data sandbox can also be refreshed every 5 days, which meets the requirement of refreshing after each three-day sprint. Option A is incorrect because a Developer sandbox can only have up to 200 MB of data, which does not meet the requirement. Option B is incorrect because a Full Copy sandbox can only be refreshed every 29 days, which does not meet the requirement. Option C is incorrect because a Developer Pro sandbox can only have up to 1 GB of data, which may not be enough for the requirement.


質問 # 103
......

合格突破受験者シミュレーションされたDEX-403試験問題集:https://www.goshiken.com/Salesforce/DEX-403-mondaishu.html

無料テストエンジンはDeclarative Development for Platform App Builders in Lightning Experience認定試験:https://drive.google.com/open?id=1sLLSf5GB4Ntp_DFQRc_EHf24VtD7lkhp