[2023年02月12日] 問題集お試しセットCRT-403テストエンジン問題集には432問あります [Q208-Q231]

Share

[2023年02月12日] 問題集お試しセットCRT-403テストエンジントレーニング問題集には432問あります

Salesforce CRT-403問題集で100%カバー率リアル試験問題

質問 208
Universal Containers has purchased a Lightning Component on the AppExchange.
In which two areas can these Components be utilized? (Choose two.)

  • A. Flow Builder
  • B. Standalone Lightning App
  • C. Salesforce Mobile App
  • D. Process Builder

正解: B,C

 

質問 209
UVC uses a custom object to track open job positions. They would like to automatically post updates on a record's feed whenever a position stage is changed. Which social feature can be used to accomplish this.

  • A. Auto response rule
  • B. Feed quick Action
  • C. Workflow rule
  • D. Feed tracking

正解: D

 

質問 210
universal containers has 20 different workflows on the opportunity object. To ensure that updates are processing properly for all field updates uc has the re-evaluete workflow rules after field change checkbox checked. Recently after adding a new workflow, users have reported receiving errors about workflow limits. What should a app builder look at so address this?

  • A. Workflows that cause each other to fire back and forth recursively
  • B. Workflows on other objects that are being re triggered
  • C. Talk to a developer about apex code issues
  • D. Number of workflows per object limits

正解: A

 

質問 211
The VP of Sales wants a Chatter post to the All Sales private group when an Opportunity goes to the closed won stage.
What two tools should the app builder use to automate this process?
Choose 2 answers

  • A. Workflow
  • B. Process Builder
  • C. Flow
  • D. Big Deal Alert

正解: B,C

 

質問 212
You have a team of developers who need logins to sandbox.
What's the best way to give them access?

  • A. Create them as users in sandbox, then deactivate the same number of users in production.
  • B. Have them login as one of the users in production.
  • C. Create them as inactive users in production.
  • D. Use Developer Edition to log into sandbox.

正解: C

 

質問 213
An App Builder wants to deploy a new version of an auto launched flow to production in an active state so that the new functionality Is immediately available to users What should the App Builder rake Into consideration when planning the deployment?

  • A. Include the Process Builder calling the Flow In the deployment
  • B. Grant user access to the Flow.
  • C. Verify there is an Apex test that provides test coverage for the Flow.
  • D. Manually activate the Flow after deployment

正解: C

 

質問 214
What may occur if workflow rules are reevaluated after a field change by afield update?

  • A. Workflow rules trigger validation rules on field updates.
  • B. Cross-object workflow rules result in re-evaluation after field change.
  • C. A recursive loop potentially results in exceeding organizational limits.
  • D. Workflow rules trigger more workflow rules to be re-evaluated.

正解: C,D

 

質問 215
Which setting is available to customize the salesforce1 mobile app for branding ? Select 3

  • A. Header and search bar color
  • B. Notification and search icon
  • C. Background color on loading page
  • D. The image on loading page
  • E. Action bar color

正解: A,C,D

 

質問 216
Universal Containers uses a custom object to track expense reports. They would like to automatically post updates on a record's feed whenever an expense report has been approved.
What social feature can be used to accomplish this?

  • A. Auto-response rule
  • B. Approval process
  • C. Feed Quick Action
  • D. Feed tracking

正解: D

 

質問 217
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 rule 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 and the Industry field will change to Technology
  • B. The record will not save and the validation rule's error message will be displayed
  • C. The record will not save and no error message will be displayed
  • D. The record will save but the Industry field will not change to Technology

正解: A

 

質問 218
Universal Containers has a custom picklist called Support Level on the Account object. They would like to show the real-time value of Support Level on all case records.
How should an app builder implement this requirement?

  • A. Create a roll-up summary field using Support Level on the Account object.
  • B. Create a formula field on the Case object using the TEXT function.
  • C. Create a Process Builder and use a field update on the Case object.
  • D. Create a formula field on the Account object using the ISPICKVAL function.

正解: B

 

質問 219
For an external object relationship, you can create a lookup relationship.
What type of object(s) can be the parent?

  • A. Standard or Custom
  • B. Standard or External
  • C. External
  • D. Custom

正解: A

 

質問 220
Which of these is NOT an appropriate use case for Lightning Connect?

  • A. You need to setup workflows and triggers for the external data.
  • B. You want to integrate external data without writing custom code.
  • C. The external data is changing frequently.
  • D. You only need real-time access to a small fraction of the external data.

正解: A

 

質問 221
The VP of account management at Universal Containers has requested that all contacts mailing postal codes match the associated accounts shipping postal code. How can this be enforced using validation rules?

  • A. Create a validation rule using the geolocation() function
  • B. Create a validation rule using a compare operator
  • C. Create a validation rule using a not equal operator
  • D. Create a validation rule using the distance() function

正解: C

 

質問 222
What is a capability of schema builder? (Select 2)

  • A. To create new lookup or master-detail object relationships
  • B. To update descriptions of standard and custom objects
  • C. To enable field history tracking on standard objects
  • D. To modify custom field help text on standard objects

正解: A,D

 

質問 223
Universal Containers is rolling out a new opportunity review process. Regional managers will need to edit opportunities for their subordinates, but not for other groups. Managers and users should be able to view all opportunities.
Which two approaches are recommended to meet their requirement? (Choose two.)

  • A. Set organization-wide defaults to public read/write.
  • B. Set organization-wide defaults to public read/only.
  • C. Create criteria based sharing rules.
  • D. Create standard role hierarchies

正解: B,D

 

質問 224
UVC sells to three different types of organizations. Partner, Enterprise, and Small Business. Some of the information collected about each organization overlaps; however, there are also unique attributes to each type of organization that need to be tracked, some of which are required. What Solution meets these requirements?

  • A. Three different sections on an Account page layout, with each section displaying the relevant fields for that organization.
  • B. Three Account record types, each with its own page layout to display the relevant fields for that type of organization
  • C. Three custom objects for the three organization types, each with custom fields that pertain to that type of organization
  • D. A Partner Community for partner organization records, and two lead record types for Enterprise and Small Business organizations

正解: B

 

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

正解: A,D

 

質問 226
DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.
Which two details should the app builder know when using external ID fields?
Choose 2 answers

  • A. An external ID field can be a URL field.
  • B. An external ID field can be a number field.
  • C. An external ID field can be a text field.
  • D. An external ID field can be a phone field.

正解: B,C

 

質問 227
Universal containers allows users to create standard reports on demand. What are two considerations users should be aware of when creating a new report?

  • A. Reports created from standard report types are available to all users
  • B. The report type determines the types of records and fields that will be available
  • C. Users can require that child objects exist for parent records using a cross filter
  • D. Records will be available in the in the report regardless of security permissions

正解: B

 

質問 228
When Record Types control picklist values, you need to ___________. (Choose two.)

  • A. Manually add values to the Record Types.
  • B. If removed from picklist, value won't be available on any record types but the value on existing record will not change.
  • C. Other option.
  • D. You need to manually add values to Opportunity Source, Lead Source and Case source.

正解: A,B

 

質問 229
Universal Containers is setting up salesforce for the first time. Management wants the sales and marketing teams to have different navigation names in the salesforce1 mobile app. Which option is available to an app builder to satisfy the requirement?

  • A. Create roles for sales and marketing and assign a custom homepage layout for each role.
  • B. Create sales and marketing profiles to ensure read access to different objects
  • C. Create mobile navigation menus for both the sales and marketing profiles.
  • D. Create public groups for sales and marketing and create mobile navigation menus for each group.

正解: B

 

質問 230
What is true about unmanaged packages?

  • A. All of the above.
  • B. Once the components are installed from an unmanaged package, the components can be edited in the organization they are installed in.
  • C. Unmanaged packages should not be used to migrate components from a sandbox to production organization. Instead, use Change Sets.
  • D. The developer who created and uploaded the unmanaged package has no control over the installed components, and can't change or upgrade them.

正解: A

 

質問 231
......

実際にあるCRT-403問題集PDFで100%合格率保証付きます:https://www.goshiken.com/Salesforce/CRT-403-mondaishu.html

リアルなCRT-403問題集でSalesforce問題集PDF:https://drive.google.com/open?id=1Z-hRMX8uDfwRBh2ZjomCMnH_sO2fV76u