
厳密検証されたCRT-403試験問題集と解答で無料提供のCRT-403問題と正解付き
あなたを合格させるCRT-403問題集で無料最新Salesforce練習テスト
質問 # 137
Universal containers has included its orders as an external data object into Salesforce. You want to create a relationship between Accounts and the Orders object (one-to-many relationship) leveraging a key field for account which is on both external object and Account. Which relationship do you create:
- A. Indirect Lookup Relationship
- B. Master Detail Relationship
- C. External Lookup Relationship
- D. Lookup Relationship
正解:A
質問 # 138
Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?
- A. Create a new roll-up summary field called First Order Date, using Type SUM on Opportunity Close Date.
- B. Create a new date field called First Order Date, create a new Workflow to set the date, and roll up the value with a filter where IsWon = TRUE.
- C. Create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE.
- D. Create a new date field called First Order Date, then create a roll-up summary to update the field using Type MIN.
正解:C
解説:
The app builder should create a new roll-up summary field called First Order Date, using Type MIN on the Opportunity Close Date with a filter where IsWon = TRUE. A roll-up summary field is a type of field that calculates values from related records and displays them on the parent record. In this case, the app builder can create a roll-up summary field on the Account object that calculates the minimum (earliest) value of the Opportunity Close Date field from the related opportunities where IsWon = TRUE. This will show when customers made their first purchase. Option B, C, and D are not correct ways to use a roll-up summary field to meet the requirement.
質問 # 139
Universal Containers is adding drone delivery to service offerings, and the developer has written and tested code prior to deployment to production, and the change set is ready to go. The deployment window will occur when the developer is on vacation.
What can the app builder do to ensure a smooth deployment to production?
- A. Use a metadata package set.
- B. Remove Apex classes from Abound change set.
- C. Validate the outbound change set.
- D. Validate the inbound change set.
正解:D
解説:
The app builder should validate the inbound change set to ensure a smooth deployment to production. Validating an inbound change set allows the app builder to test whether the change set can be deployed without errors in the target org. Validating an inbound change set does not affect any data or metadata in the target org.
質問 # 140
What is a capability of schema builder? (Select 2)
- A. To update descriptions of standard and custom objects
- B. To enable field history tracking on standard objects
- C. To modify custom field help text on standard objects
- D. To create new lookup or master-detail object relationships
正解:C、D
質問 # 141
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?
- A. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
- B. Create a partner community and a record type for web and trade show leads
- C. Create custom page payouts for each type of lead only containing the relevant fields
- D. Create three lead record types each with its own page layout containing the relevant fields
正解:D
解説:
The solution that the app builder should configure to meet these requirements is creating three lead record types each with its own page layout containing the relevant fields. This way, the app builder can customize the fields and sections that appear on each record type based on the source of the lead. Option B is incorrect because creating a partner community and a record type for web and trade show leads does not address the requirement of collecting information that is unique to each type of lead, as partner community users may have different fields and layouts than internal users. Option C is incorrect because creating three sections on the lead layout and instructing users to collapse the non-relevant fields does not address the requirement of collecting information that is unique to each type of lead, as users may still see or enter data in the wrong fields. Option D is incorrect because creating custom page layouts for each type of lead only containing the relevant fields does not address the requirement of collecting information that is applicable to all sources, as users may miss some common fields.
質問 # 142
An app builder would like to streamline the user experience by reflecting summarized calculations of specific fields on various objects. Which field types could be used in roll-up summary fields to accomplish this? Choose 3 answers
- A. Date
- B. Time
- C. Percent
- D. Checkbox
- E. Currency
正解:A、C、E
質問 # 143
An app builder wants to create a custom object and 10 fields.
What should they use to create the object, fields, and relationships quickly from one place?
- A. Developer Console
- B. Manage Field Permissions
- C. Lightning Object Creator
- D. Schema Builder
正解:D
解説:
To create a custom object along with multiple fields and relationships efficiently from a single interface, the Schema Builder is the ideal tool:
A . Schema Builder. This graphical tool provides a drag-and-drop interface for creating and modifying objects and fields in Salesforce, allowing for a visual layout of database schema.
Steps to use Schema Builder:
Go to Setup → Schema Builder.
Drag the 'Object' element into the schema area to create a new custom object.
Define the object's properties (e.g., label, API name).
Drag field elements like Text, Number, or Lookup into the object to create fields.
Configure each field's properties according to your requirements.
Connect objects via lookup or master-detail relationships by dragging the relationship fields between them.
Save the layout to create all elements in Salesforce.
For more information, review Salesforce's Schema Builder documentation.
質問 # 144
Universal Containers allows all employees to submit reviews for leadership using a custom object called Review. These Reviews should only be visible to the HR department and the employee who submitted the record.
Which three steps should an app builder take to properly control access to Reviews?
Choose 3 answers
- A. Create a criteria-based Sharing Rule for the HR Department.
- B. Set organization-wide default to Private.
- C. Remove Review Read permission from non-HR Department user Profiles.
- D. Add a Master-Detail (User; field on the Review object.
- E. Disable Grant Access Using Hierarchies.
正解:A、B、D
解説:
Disable Grant Access Using Hierarchies, Create a criteria-based Sharing Rule for the HR Department, and Remove Review Read permission from non-HR profiles. These are correct because disabling Grant Access Using Hierarchies prevents users above the record owner in the role hierarchy from viewing the Review records, creating a criteria-based Sharing Rule for the HR Department allows users in that group to view all Review records, and removing Review Read permission from non-HR profiles prevents users in other profiles from viewing any Review records.
質問 # 145
Northern Trail Outfitters wants the field sales team to only see the accounts that they own Separate North American and European marketing teams should only see accounts m their respective regions. The inside sales team needs to see all accounts in Salesforce.
How can this be accomplished?
- A. Set the Organization-Wide Default to Private for accounts. Create permission sets for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- B. Set the Organization-Wide Default to Public for accounts. Create profiles for each marketing team, and create an Inside Sales Team role that is at the top of the Role Hteran
- C. Set the Organization-Wide Default to Private for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team profile with the "View All" setting for accounts.
- D. Set the Organization-Wide Default to Public for accounts. Create criteria- based sharing rules for each marketing team, and create an Inside Sales Team permission set with the "View Air setting for accounts,
正解:C
解説:
Set the Organization-Wide Default to Private for accounts and create criteria-based sharing rules for each marketing team are the actions that can accomplish the requirement of restricting access to accounts based on region and role. Setting the Organization-Wide Default to Private will limit access to accounts to only owners and administrators. Creating criteria-based sharing rules will grant additional access to accounts based on region for each marketing team. Creating an Inside Sales Team profile with the "View All" setting for accounts will grant access to all accounts for the inside sales team. Update the Sales profile, update the organization-wide defaults to Public for accounts, create profiles for each marketing team, create permission sets for each marketing team, and create an Inside Sales Team role are not necessary or sufficient actions for this requirement.
質問 # 146
At UVC, multiple departments utilize the Case object for different purposes. Some users submit cases while other users provide customer support with case records. What is the minimum required configuration for an App Builder to enable different users to see different fields, based on the case type?
- A. Record Types, Page Layouts, Case Teams and Profiles
- B. Record Types, Page Layouts, Support Process and Profiles
- C. Record Types, Page Layouts, Permission Sets and Profiles
- D. Record Types, Page Layouts, Field Sets and Profiles
正解:D
質問 # 147
Which attribute must field have to be used in external modeling?
- A. Required
- B. External ID
- C. None of the above
- D. Unique
正解:B
質問 # 148
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?
- A. Create three sections on the lead layout and instruct users to collapse the non-relevant fields
- B. Create a partner community and a record type for web and trade show leads
- C. Create custom page payouts for each type of lead only containing the relevant fields
- D. Create three lead record types each with its own page layout containing the relevant fields
正解:A
質問 # 149
Ursa Major Solar (UMS) is looking to hire some new employees. UMS wants to allow the same applicant to apply for multiple open positions using a single application.
What should an app builder recommend to meet these requirements?
- A. Create a master-detail relationship field on Applicant__c to Apphcabon_c
- B. Create a master-detail relationship on Open_Position__c to Application__c
- C. Create a master-detailrelationship field on Application__c to Open.Position__c
- D. Create a master-detail relationship held on Applicant__c to Application__c
正解:A
解説:
Create a master-detail relationship field on Applicant__c to Application__c is what the app builder should recommend to meet the requirements of allowing the same applicant to apply for multiple open positions using a single application. This will create a many-to-many relationship between Applicant__c and Open_Position__c using Application__c as a junction object. Create a master-detail relationship on Open_Position__c to Application__c, create a master-detail relationship field on Application__c to Open_Position__c, and create a lookup relationship field on Applicant__c to Application__c are not valid or correct ways to create a many-to-many relationship.
質問 # 150
An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.
What should be done next in order to configure the component for use in a record page?
- A. Edit a record page using the Page Layout editor > Drag the component onto the page.
- B. Edit a record page using App Manager > Drag the component onto the page.
- C. Edit a record page using the Page Layout editor > Drag the Visualforce component onto the page.
- D. Edit a record page using Lightning App Builder > Drag the component onto the page.
正解:D
解説:
To configure a custom Lightning component for use in a record page, the app builder needs to edit a record page using the Lightning App Builder and drag the component onto the page. The Page Layout editor and the App Manager are not used for this purpose
質問 # 151
ABC Company want to store an area code and wants to be able to search for it in searches.
Which are possible fields to store the data? (Choose two.)
- A. Text
- B. Phone
- C. Email
- D. Multi Picklist
正解:A、C
質問 # 152
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. VLOOKUP
- C. Quick action
- D. Formula field
正解:A、D
質問 # 153
Universal Containers has created two custom objects called Seminars and Attendees. Organization-wide defaults for these objects have been set to Private. Universal Containers wants to set up a new Junction object between these custom objects. A select group of users should be able to edit records in the Junction object.
Which two steps should an app builder take to configure the proper security?
- A. Create owner-based sharing rules that give Read access to the master objects.
- B. Set Sharing Settings to Road Only on both Master-Detail relationship fields.
- C. Sat lookup filters on both Junction object relationship field.
- D. Create an owner-based sharing rule that gives Road action to the junction object.
正解:B、D
解説:
A: Setting Sharing Settings to Read Only on both Master-Detail relationship fields ensures that users can view but not edit the master records from the junction object.
D: Creating an owner-based sharing rule that gives Read access to the junction object allows specific users or groups to access and edit records in the Junction object while maintaining the private OWD setting.
Reference:
Salesforce Help - Sharing Settings
質問 # 154
Cloud Kicks (CK) keeps track of its shoe inventory in Salesforce. When an order's status is changed to Activated, the inventory for the ordered shoe is reduced. At that point, a SOAP web service on the CK website must be called so that the website is updated to display the correct inventory amount for the shoe.
What should an app builder use to communicate to the CK web service when a shoe's inventory has changed?
- A. Before-Save Record-Triggered flow
- B. After-Save Record-Triggered flow
- C. Process Builder
- D. Workflow rule
正解:B
解説:
To communicate to the CK web service when a shoe's inventory has changed, an app builder should use an after-save record-triggered flow. An after-save record-triggered flow is a type of flow that runs after a record is saved and can perform actions such as updating related records, sending emails, calling external services, etc. An after-save record-triggered flow can use an Apex action to invoke a SOAP web service using a WSDL file. [Source]
質問 # 155
If any of the triggered workflow rules result in another field update that's also enabled for workflow rule re-evaluation, a domino effect occurs, and more workflow rules can be re-evaluated as a result of the newly-triggered field update.
- A. False
- B. True
正解:B
質問 # 156
......
無料でゲット!高評価Salesforce CRT-403試験問題集今すぐダウンロード!:https://www.goshiken.com/Salesforce/CRT-403-mondaishu.html
CRT-403試験問題集合格には最新なテスト問題集:https://drive.google.com/open?id=1OM3c1zmfie0xsxvluSPIeaHOJNpzLG2V