
[2023年最新] 最高のCRT-211試験問題集を使って- 実際の試験問題と解答を解こう
テストエンジンを練習してCRT-211テスト問題
質問 # 91
System Administrator has been asked to create a field on the Opportunity object that will total the invoice amount field for all the invoices associated to the Opportunity. How should this be accomplished? - TROVARE LE RISPOSTE
- A. Create a lookup relationship between invoices and opportunities and a workflow rule that will display total on the Opportunity
- B. Create a lookup relationship between invoices and opportunities and a Roll-Up Summary field on the Opportunity object
- C. Create a master detail relationship between invoices and opportunities and a Roll-Up Summary field on the Opportunity object
- D. Create a master detail relationship between invoices and opportunities and a workflow rule that will display total on the Opportunity
正解:C
質問 # 92
The Service team at Cloud Kicks needs a way to show the current status from the Account on the Case. This value should be on the page and is used in validation rules.
What should the administrator recommend to solve this?
- A. Use a picklist field.
- B. Make a Rollup Summary.
- C. Add a lookup field to Account.
- D. Create a cross-object formula.
正解:D
解説:
A cross-object formula is a formula that references fields from related objects. The administrator can create a cross-object formula field on the Case object that displays the current status from the Account. This field can be used in validation rules and other processes. Reference: https://help.salesforce.com/s/articleView?id=sf.tips_on_building_formulas_cross_object_formulas.htm&type=5
質問 # 93
Universal Containers has a Positions object that represents job Positions and a Applications object that represent people that have applied to the position. The Job Application object has a lookup to position. They want to run a report that shows all Positions that do NOT have any child job Applications.
Which solution would meet the requirements?
- A. Use the standard Job Application with Position report type.
- B. Use the standard Position without job Application report type.
- C. Use the standard Position report type with a cross filters.
- D. Use a custom report type that only displays job Application without Positions.
正解:D
質問 # 94
Select an option below that you would use to limit the number of records and assist with data consistency.
- A. Workflow field updates
- B. Custom formula fields
- C. Record types and page layouts
- D. Picklist and dependent picklist fields
- E. Custom lookup fields and lookup filters
正解:E
質問 # 95
Cloud Kicks (CK) does business directly with individual consumers (B2C) and large businesses (B2B). Some of CK's B2C customers are employed at its larger customer accounts and should be tracked under both.
Which two options will CK need to use to manage its customers' accounts?
Choose 2 answers
- A. Campaign Members
- B. Person Accounts
- C. Contacts to Multiple Accounts
- D. Leads
正解:B、C
質問 # 96
Which two deployment tools can be used to deploy metadata from a Developer Edition organization to another organization? Choose 2 answers.
- A. Ant Migration Tool
- B. Change sets
- C. Data Loader
- D. Salesforce Extensions for Visual Studio Code
正解:A、B
質問 # 97
An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing the debug logs for a user, the developer can see that the flow ran, but the debug Information is missing.
What should the administrator recommend to assist with debugging?
- A. Platform events are unavailable for debugging.
- B. Set a debug log on the Automated Process entity.
- C. Select the Debug Enabled checkbox on platform events,
- D. Search the AppExchange to And a tool that assists with debugging.
正解:B
解説:
Setting a debug log on the Automated Process entity allows capturing information about platform events that are published or subscribed by flows or processes. This can help debug issues related to platform events and flows.
質問 # 98
DreamHouse Realty wants to notify an assigned agent when an appointment Is booked on a custom object for one of their listed homes along with the total number of appointments booked so far. The administrator has configured a Roll-up Summary for the number of appointments as well as a flow to detect the creation of a new appointment
and send the information to the agent.
What consideration about process automation should the administrator be aware of to ensure the right Information is delivered?
- A. Roll-up Summary calculations will prevent a Mow from being triggered.
- B. Only standard objects can be used with Roll-up Summary fields.
- C. Roll-up Summary calculations run after processes and workflows.
- D. Rows can only be triggered from the records created on standard objects.
正解:C
質問 # 99
The administrator at Cloud Kicks noticed that a before trigger, which handles saving the original version of a record to an external database, fails. However, a flow configured for fast field updates runs successfully.
How should the administrator advise the developer?
- A. The trigger is writing the data to the wrong place in the external data archive.
- B. The code could be trying to create duplicates in the archieve when it is unable to.
- C. A validation rule could be preventing records from ever meeting the conitions in the trigger.
- D. Record-triggered flows that are configured to run before save execute prior to all before triggers.
正解:B
解説:
One possible reason why the before trigger fails is that the code could be trying to create duplicates in the archive when it is unable to. A before trigger is a type of trigger that executes before a record is saved and can be used to validate or modify record data. In this case, the before trigger is supposed to save the original version of a record to an external database before it is updated or deleted in Salesforce. However, if the code does not handle errors or exceptions properly, it could try to create duplicate records in the external database when it is not allowed or possible. This could cause the trigger to fail and prevent the record from being saved in Salesforce. Reference: https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers.htm https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_triggers_context_variables.htm
質問 # 100
Things to considered enabling Territory Management , Choose 2
- A. Cannot be disable again
- B. Must be set the same setting with role hierarchy
- C. Changes on Account Opportunity and Cases
- D. Users can only go to one territory
正解:A、C
質問 # 101
Which of these steps should take place before setting a List Price for a Product? Choose two answers.
- A. Create the Product
- B. Update all items in the Custom Price Book.
- C. Update all items in the Standard Price Book.
- D. Define the Product's Standard Price.
- E. Specify a Quantity or Revenue Schedule.
正解:A、D
質問 # 102
Admin is asked to restrict visibility of cases of a particular record type to 5 users. One user is assigned the Support Manager Profile, while the other four are assigned the Support Representative Profile. How can admin accomplish this?
- A. Create a Public Group and parent case record type
- B. Create a new profile for the 5 users
- C. Modify the profiles of the 5 users
- D. Create a Public Group and criteria-based sharing rule to extend to the 5 users
正解:B
質問 # 103
Salesforce Knowledge offers administrators the ability to fully customize the way an article type displays to an end user. * (1 Point)
- A. False
- B. True
正解:B
質問 # 104
Developers at Universal Containers have created new custom objects and fields in a sandbox.
Records have also been created for these new objects. What should an administrator do to move these objects, fields , and records to a production environment ?
- A. Use the change sets to migrate both the metadata and the records.
- B. Use the change sets to migrate the new metadata and Data Loader to migrate the records.
- C. Use the Data Loader to Migrate all the new metadata and the related records.
- D. Use the Force.com IDE's built-in deployment wizard to migrate all changes.
正解:B
質問 # 105
A sales manager cannot view a contact owned by a salesperson. The salesperson is below the sales manager in the role hierarchy. Why is the sales manager unable to view the contact?
- A. Contact sharing settings have grant access using hierarchies unchecked
正解:A
質問 # 106
James, a recruiting manager, needs a picklistfield implemented on the Position object by the end of the week. Matt, the system administrator, is too busy to fulfill the requirement.
What should Matt do to prevent this from happening again?* (1 Point)
- A. Change the organization-wide defaults for the Position Object to Public Read/Write
- B. Assign James the "Modify All Data" permission set
- C. Make James a delegated administrator for the Position object
- D. Make James a delegated administrator for the Recruiting app
正解:C
質問 # 107
......
CRT-211実際の問題アンサーPDFには100%カバー率リアルな試験問題:https://jp.fast2test.com/CRT-211-premium-file.html
CRT-211リアルな試験問題テストエンジン問題集トレーニング227問題:https://drive.google.com/open?id=1EN7Hb4cypBQ5GpptPY6-HtMVbSCknOG6