最新の2025年04月16日試験エンジン練習問題CRT-403最新の有効問題集を提供中です [Q14-Q30]

Share

最新の2025年04月16日試験エンジン練習問題CRT-403最新の有効問題集を提供中です

試験解答はCRT-403最新版テストエンジンをタダで提供します

質問 # 14
Cool Air Conditioners has been using Service Cloud to manage cases, but are now considering using it to manage field service jobs. They would like to track field service activity and assignment to technicians. What is the recommended solution to meet these requirements? Choose 1 answer.

  • A. Use real time API integration to connect Salesforce with an external field service application
  • B. Install an AppExchange product that provides Field Service functionality
  • C. Utilize the standard objects Work Order and Work Order Line Items
  • D. Extend the Service Cloud configuration to handle Field Service cases

正解:C


質問 # 15
UVC needs to update a field on an Account when an Opportunity Stage is changed to Closed-Lost. Which two should be used to accomplish this requirement? Choose two answers

  • A. Process Builder
  • B. Workflow Rule
  • C. Approval Process
  • D. Assignment Rule

正解:A、B


質問 # 16
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?

  • A. Flow
  • B. Approval process
  • C. Workflow
  • D. Process Builder

正解:C


質問 # 17
Universal Containers has a workflow on opportunity that will change the status field to "In Progress" when the Stage field is changed "Negotiation." In addition, there is a validation rule on Status that will prevent the status being set to "In Progress" if the amount of the opportunity is less than $10,000.A user named Frank does not have FLS to see status. When Frank changes opportunities to a stage of "Negotiation" the status is still being changed to "In Progress", why is this occurring?

  • A. Workflow rules occur after validation rules and thus override validation rules.
  • B. Workflow rules cannot trigger a validation rule
  • C. Field Level Security prevents the validation rule from running.

正解:B


質問 # 18
Which of the following descriptions about the Lightning Components framework is true?

  • A. All of the above.
  • B. It uses JavaScript on the client side and Apex on the server side.
  • C. It uses a stateful client and stateless server architecture.
  • D. It uses events to communicate data between components.

正解:A


質問 # 19
What is true regarding changing the field type of a rich text area?

  • A. Rich text area fields can be converted but only to a long text area field type.
  • B. It is not possible to change the field type of a rich text area.
  • C. Images in a rich text area are deleted when the field type is converted.
  • D. Rich text area fields can be converted to a text area field type but data may be truncate.

正解:A


質問 # 20
What statements are true about managed packages? (Choose two.)

  • A. Managed packages have open?source code.
  • B. Managed packages have upgradable components.
  • C. Managed packages do not allow for licensing.
  • D. Managed packages allow for property protection.

正解:B、D


質問 # 21
Universal Containers wants to deliver purchased containers to remote construction address. In these cases, the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?

  • A. Text
  • B. Geo location
  • C. Number
  • D. External Lookup

正解:B

解説:
A geolocation field can be used to capture the coordinates of a location in latitude and longitude. This field type can also be used in reports, formulas, validation rules, and Apex


質問 # 22
A new custom object is begin created with a private sharing setting. The business wants to share individual records with specific people or groups of people on a case-by-case basis.
Which three options does the business user have to manually share individual records? (Choose three.)

  • A. Users
  • B. Roles
  • C. Permission Sets
  • D. Profiles
  • E. Public Groups

正解:A、B、C


質問 # 23
To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objects related to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.
What are two considerations for this proposal?
Choose 2 answers

  • A. An object can have 20 object references.
  • B. Roll-up summaries are limited to master-detail relationships.
  • C. An object can have 25 roll-up summaries.
  • D. Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

正解:B、C


質問 # 24
Representatives at Universal Containers uses Salesforce to record information for new Leads. When new prospects are added, an outbound message is sent to SAP with the Lead's information.
What automation process will accomplish this without writing any code?

  • A. Create a Workflow Rule with an outbound message as the action.
  • B. Use Flow to create a wizard that will send an outbound message.
  • C. Design an Approval Process that sends an outbound message upon approval.
  • D. Create a process using Process Builder to send the outbound message.

正解:A


質問 # 25
Which social network is available in the Lightning Experience and Salesforce1?

  • A. Twitter
  • B. Facebook
  • C. LinkedIn
  • D. Klout
  • E. All of the above

正解:A


質問 # 26
When an opportunity close date is delayed by more than 60 days, the manager and the VP of Sales must approve the change.
Which two solutions will meet the requirement? (Choose two.)

  • A. Build a validation rule that does not allow a user to save the opportunity record.
  • B. Build an approval process that requires unanimous approval from the manager and VP of Sales.
  • C. Create a Process Builder flow that submits the record for an approval process.
  • D. Create a workflow rule that checks for close date less than 60 days and add an e-mail alert.

正解:B、C


質問 # 27
Universal Containers uses Contracts for agreements with customers. A sales manager is required to provide approval for contracts and director approval for any contract over $10,000.
Which two options should an app builder use to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved?
Choose 2 answers

  • A. Create an approval process on the Contract object with one step for each sales manager that sets the approver as the director.
  • B. Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director.
  • C. Create an approval process on the Contract object and set the field for 'Next Automated Approver Determined By' as Manager'.
  • D. Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed.

正解:B、D

解説:
The app builder should use two options to ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved:
Create an approval process on the Contract object with criteria set on a second approval step set as 'Amount__c > 10,000' and set the approver as director. An approval process is a type of process that automates how Salesforce records are approved in an organization. An approval process can have multiple steps with different criteria and approvers. In this case, the app builder can create an approval process on the Contract object with two steps: one for the sales manager approval and one for the director approval if the contract amount is over $10,0001.
Create a validation rule on the Contract object that prevents updates to the contract record while it is being reviewed. A validation rule is a type of rule that checks data quality by verifying that the data in a record meets certain standards before it can be saved. A validation rule can prevent users from making changes to a record that is in a certain status or stage. In this case, the app builder can create a validation rule on the Contract object that prevents updates to the contract record if its Approval Status field is not equal to Not Submitted2. Option B and D are not options that can ensure all contracts route for the correct approval and also prevent the sales rep from making changes to the record while it is being approved.


質問 # 28
An app builder creates an Account validation rule on the Industry field that will throw an error if the length of the field is longer than 6 characters. Another app builder creates a workflow with a field update that sets the Industry field to Technology whenever the Billing City field is set to San Francisco.
What will happen the next time a sales person saves an Account with a Billing City of San Francisco?

  • A. The record will save but the Industry field will not change to Territory.
  • B. The record will save and the Industry field will change to Technology.
  • C. The record will not save the validation rule's error message will be displayed.
  • D. The record will not save and no error message will be displayed.

正解:D


質問 # 29
What are two capabilities of Schema Builder? Choose 2 answers

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

正解:A、B

解説:
Schema Builder is a tool that allows app builders to view and modify the data model of their Salesforce org. Some of the capabilities of Schema Builder are:
Creating and editing custom objects and fields
Creating and editing relationships between objects
Showing selected objects on a page
Editing custom settings
Schema Builder cannot be used to create a new record type or view page layouts in a new window.


質問 # 30
......

CRT-403試験問題集で無料サンプルは365日更新されます:https://jp.fast2test.com/CRT-403-premium-file.html

合格させるCRT-403試験問題と最新のCRT-403テスト問題集PDF:https://drive.google.com/open?id=1PbkdIZuB8_sewPBeU-XaEgs7zf8pb-1p


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어