
問題集を購入するなら最新の2025年03月29日 DEX-403試験問題と解答PDFで一年間無料更新
時間限定無料ダウンロード!最新のDEX-403問題集で2025年最新のDEX-403試験問題
Salesforce DEX-403試験は、カスタムアプリケーションをSalesforceプラットフォーム上に構築するために必要な幅広いトピックをカバーしています。この認定は、個人の知識とスキルを検証し、自己のキャリアに対するコミットメントを示すものです。試験に合格することは、Salesforceエコシステム内の個人に新しい求人機会を開くことができる重要な業績です。
質問 # 102
the services manager would like to highlight case age. When a case is new, they would like to see a green flag on the case record. The flag should be yellow if the case is still open after one day. Tha flag should be red when cases are open after three days. Which two options should an app builder use to implement this requirements? Choose 2
- A. Image
- B. Formula field
- C. Quick action
- D. VLOOKUP
正解:A、B
質問 # 103
Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement be met? Choose 2 Answers
- A. Create a workflow rule on the User object to assign a permission set.
- B. Create a flow on the user object to assign a permission set.
- C. Create a lightning process on the user object to launch a flow.
- D. Create an approval process on the User object to assign a permission set
正解:B、C
質問 # 104
Which rule can be configured for the Opportunity object? Choose 2 answers
- A. Validation Rule
- B. Workflow Rule
- C. Escalation Rule
- D. Assignment Rule
正解:A、B
質問 # 105
DreamHouse Realty wants to make sure an Opportunity has a field Expected_Close_Date_c populated before it is allowed to enter the qualified stage.
How should an app builder solution this request?
- A. Validation Rule
- B. Activity History
- C. Record Type
- D. Page Layout
正解:A
質問 # 106
Universal Containers is rolling out a new customer service process. Customer service managers will need to edit cases for their subordinates, but not cases for other groups. Managers and users should be able to view all cases. What is the recommended solution to configure this? Choose 2 answers
- A. Set organization-wide sharing defaults to private.
- B. Set organization-wide sharing defaults to public read/only.
- C. Create criteria-based sharing rules.
- D. Create standard role hierarchies
正解:B、D
質問 # 107
A new field is being created on a custom object. However, the app builder does not want the field to show up on pre-existing custom report
types.
What should the app builder do on the custom field setup to fulfill this requirement?
- A. Remove visibility to all report profiles.
- B. Grant read-only access to all report profiles.
- C. Deselect auto add to custom report type.
- D. Remove the new field from all page layouts.
正解:C
解説:
When creating a new field, if an app builder does not want the field to be automatically added to pre-existing custom report types, the step to take is:
Deselect 'Add Field to Custom Report Types' (D). This option is available when creating or editing a custom field and ensures that the field is not automatically included in report types where 'Automatically add new custom fields to report type layouts' is enabled.
Removing the field from page layouts (A) affects the visibility on record pages but not reports. Adjusting visibility (B) or setting read-only access (C) for report profiles affects user permissions to see the field in reports, but does not remove the field from report types if it was previously added.
Reference for managing fields in custom report types:
Custom Report Types and Fields: https://help.salesforce.com/articleView?id=reports_report_type_layouts.htm&type=5
質問 # 108
Cloud Kicks's management team frequently travels and wants to approve requests from their team on the go via Chatter.
Where would an app builder enable this ability?
- A. Approval Process Settings
- B. Chatter Settings
- C. Chatter Feed Tracking
- D. Object Settings
正解:B
解説:
The app builder would enable this ability in Chatter Settings. Chatter Settings is a setup menu that allows an app builder to configure various aspects of Chatter functionality, such as feeds, groups, email notifications, and more. One of the options in Chatter Settings is Enable Approvals via Chatter, which allows users to approve or reject requests from their team via Chatter posts or comments. Option A, B, and D are not places where an app builder would enable this ability.
質問 # 109
Universal Containers has a junction object called Invoices with a primary Master-Detail relationship with Accounts and a secondary Master-Detail relationship with Contacts. The app builder has a requirement to change the primary Master-Detail relationship to Lookup. What happens to the Master-Detail relationship with Contacts?
- A. The Contacts Master-Detail becomes the primary.
- B. The Contacts Master-Detail values are cleared from invoices.
- C. The Contacts Master-Detail field is deleted from the object
- D. The Contacts Master-Detail also converts to Lookup.
正解:A
質問 # 110
Which setting is available to customize the salesforce1 mobile app for branding ? Select 3
- A. The image on loading page
- B. Notification and search icon
- C. Header and search bar color
- D. Action bar color
- E. Background color on loading page
正解:A、C、E
質問 # 111
UC 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. Is there a recommended solution to configure this automated behavior?
- A. Workflow
- B. Apex
- C. Formula field
- D. Roll-up summary field
正解:A
解説:
Apex. This is correct because Apex is a programming language that can perform complex logic and manipulate data in Salesforce. Apex can be used to create a trigger on the opportunity object that copies the value of the billing state from the related account record when the opportunity is created, and prevents it from being changed afterwards. The other options are not suitable for this requirement because they either cannot copy data from a related object (formula field, roll-up summary field) or cannot prevent data from being changed (workflow).
質問 # 112
Ursa Major Solar (UMS) uses Cases to track customer complaints, an Issue__c object to represent known problems with its solar panels, and a
Case_Issue__c junction object to relate known problems to customer complaints.
Periodically, UMS conducts audits which require the auditing users to view Case _Issue__c records.
Which access levels must be configured to allow UMS users to access Case _Issue_c records?
- A. Read-Only access of Case issue =
- B. Read Only access on Case and case_issue__o
- C. Read-Only access on Case and issue__c
- D. Read-Only access or issue_c and_issue_c
正解:C
解説:
To ensure auditing users can access records in the Case_Issue__c junction object, the correct data permissions on related records must be established:
D . Read-Only access on Case and Issue__c. Users need read-only access to both Case and Issue__c objects to view associated Case_Issue__c junction object records properly. This is because access to junction object records in Salesforce is determined by the user's access levels to the parent records in a relationship.
Steps to configure access:
Navigate to Setup → Profiles or Permission Sets.
Select the profile or permission set of the auditing users.
Under Object Settings, adjust the permissions for Case and Issue__c to at least 'Read-Only'.
Ensure that users have visibility to the Case_Issue__c object itself.
This configuration allows users to view the details of cases and issues as they audit the junction object records.
質問 # 113
Universal Containers has a Lightning record page that supports both the mobile app and desktop. An app builder has downloaded a custom Lightning component from AppExchange, but users are unable to view the component on mobile devices.
What can be the issue?
- A. The record page template is unable to support mobile devices.
- B. The component needs to be activated.
- C. The component has been developed for Desktop Pages.
- D. The record page needs to be activated.
正解:C
解説:
The most likely reason why users are unable to view the custom Lightning component on mobile devices is that the component has been developed for Desktop Pages only. Some components are not supported on mobile devices or have different behavior on mobile devices. An app builder should check the component documentation or metadata to see if it is compatible with mobile devices.
質問 # 114
Universal Containers (UC) has several picklist fields on the Account object whose values are routinely modified to meet changing business requirements. Due to
these revolving changes, UC has a high number of inactive picklist values that are impacting system performance and user experience.
What can the app builder do to alleviate this issue?
- A. Set up Global Values in Picklist Value Sets.
- B. Convert the picklist fields to a different field type that will still meet the business requirements.
- C. Remove upper bound on inactive picklist values in Picklist Settings.
- D. Establish upper bound on existing picklists in Picklist Settings.
正解:A
解説:
To manage frequently changing picklist values effectively:
B . Set up Global Values in Picklist Value Sets. This approach allows for centralized management of picklist values that can be reused across multiple fields and objects. By using global value sets, inactive values can be efficiently managed and deactivated without impacting fields that use these sets.
For further information on managing picklists, check Salesforce's Picklist Management guide.
質問 # 115
At Universal Containers, multiple departments utilize the Case object for different purposes. Some users submit cases for IT and HR requests. Other users provide customer support with case records. How can an App Builder enable different users to see different fields, based on the case type?
- A. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by profile.
- B. Create different case record types for IT, HR and Customer Support. Assign different page layouts to each record type by role.
- C. Create different case field sets for IT, HR and Customer Support. Assign different field sets by role.
- D. Create different case field sets for IT, HR and Customer Support. Assign different field sets by profile.
正解:A
質問 # 116
Cloud Kicks Is redefining its entire business process to convert the Manager Notes field from a long text area files. The goal is to encourage managers to be more concise In their comments and stay at 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 an error message to pop up.
- C. Preexisting information will truncate to the first 255 characters.
- D. Preexisting information will remain even if it was over 255 characters.
正解:D
解説:
Preexisting information will remain even if it was over 255 characters if the app builder tries to convert a preexisting long text area field to text area. However, users will not be able to edit or save records with more than 255 characters in that field until they reduce the number of characters. Preexisting information will not truncate, be lost, or cause an error message.
質問 # 117
Universal Containers sales reps can modify fields on an opportunity until it is closed. Only the sales operation team can modify the post closed follow-up dates and post closed follow-up comments fields. How can these requirements be met?
- A. Use field-level security on page layouts to restrict editing fields
- 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 record types with field sets and restrict editing fields using field-level security.
正解:A
質問 # 118
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 is included in the workflow on the Invoice object.
- C. The Account record includes Invoice roll-up summary fields.
- D. The invoice must have at least one Master-Detail field for reporting.
正解:C
質問 # 119
......
検証済みのDEX-403問題集と解答で一年間無料最速更新:https://www.passtest.jp/Salesforce/DEX-403-shiken.html
最新のSalesforce DEX-403認定の練習テスト問題:https://drive.google.com/open?id=1p-1ZxHW_2bbp6s6lPbGrrOhde2hMhScy