Salesforceは2024年最新のCRT-403テスト解説(更新されたのは290問があります) [Q13-Q35]

Share

Salesforceは2024年最新のCRT-403テスト解説(更新されたのは290問があります)

CRT-403試験問題集を提供していますSalesforce問題

質問 # 13
On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.
What Related List type would the app builder select for the Related List Lightning component?

  • A. Basic List
  • B. Enhanced List
  • C. ListVlew
  • D. List Class

正解:B

解説:
The app builder should select Enhanced List for the Related List type for the Related List Lightning component. Enhanced List allows users to see ten fields and sort and wrap text on their Related Lists. Option B is incorrect because Basic List only allows users to see four fields and does not support sorting or wrapping text on their Related Lists. Option C is incorrect because ListView does not show Related Lists on record pages, but rather shows list views on object home pages or tabs. Option D is incorrect because List Class is not a valid Related List type.


質問 # 14
Ursa Major Solar wants to see the Type field from the parent object Galaxy listed on the child recordStar. The app builder is receiving an error stating "Picklist values are only supported in certain functions".
What formula should an app builder use to achieve the desired result?

  • A. ISPICKVAL(Galaxy__r.Type__c)
  • B. TEXT(Galaxy_r.Type_c)
  • C. FIND(Galaxy__r.Type__c)
  • D. VALUE(Galaxy_r.Type__c)

正解:B

解説:
TEXT() is a formula function that converts a picklist value to text. This can be used to display the Type field from the parent object Galaxy on the child record Star. ISPICKVAL() is used to check if a picklist value is equal to a specified value. VALUE() is used to convert text that represents a number to a number. FIND() is used to locate one text string within another text string.


質問 # 15
What is a self-relationship?

  • A. A lookup field to the same object.
  • B. A lookup to the global search.
  • C. A lookup field to the user object.
  • D. A relationship of account to opportunity owned by the same owner.

正解:A


質問 # 16
You need to provide a way to invoke a custom report from the account detail page. The report should render values that are specific to the account in context.
What are the best options? (Choose two.)

  • A. Detail Page Button
  • B. Detail Page Links
  • C. Visualforce
  • D. List Button

正解:A、B


質問 # 17
An app builder at Cloud Kicks created a custom object and related fields in the schema builder.
What next steps should the app build take to ensure users can access the new object and fields7

  • A. Allow reporting for the object and fields.
  • B. Add the fields to the page layout on the object.
  • C. Assign data types to the fields on the object.
  • D. Create a permission set for access to the object and fields.

正解:B


質問 # 18
An app builder has created a custom Lightning App and wants to make it available to the internal users at Universal Containers.
Which two steps are necessary to accomplish this task?
Choose 2 answers

  • A. Upload the app to Static Resources.
  • B. Build a Custom Tab for the app.
  • C. Create a subdomain using My Domain.
  • D. Add the app to a Visualforce page.

正解:B、C

解説:
The app builder needs to do two steps to make the custom Lightning App available to the internal users at Universal Containers:
Create a subdomain using My Domain: My Domain is a feature that allows an organization to set up a custom domain name for their Salesforce instance. This is required to use custom Lightning components and apps in Salesforce1.
Build a Custom Tab for the app: A custom tab is a tab that displays any custom object or web page in Salesforce. This is required to make the custom Lightning App accessible from the navigation menu or app launcher2. Option A and B are not necessary steps to make the custom Lightning App available to the internal users.


質問 # 19
An app builder has been asked to provide users a way to identify a Contact's "Preferred Contact Method" directly on the Contact record. Users need to be able to identify whether a phone number or an e-mail is the Contact's preferred communication method.
What field type will allow the app builder to accomplish this with the fewest fields possible?

  • A. E-mail
  • B. Picklist
  • C. Checkboxes
  • D. Formula

正解:B


質問 # 20
What is true about Junction objects?

  • A. If both associated master records are deleted, the junction object record is deleted permanently and can't be restored.
  • B. All of the above.
  • C. Junction object records are deleted when either associated master record is deleted and placed in the Recycle Bin.
  • D. The first master-detail relationship you create on your junction object becomes the primary relationship.

正解:B


質問 # 21
What is the maximum number of master-detail lookup relationships allowable per object?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

正解:A


質問 # 22
Where can a custom button be placed? Choose 3 answers

  • A. On a related list
  • B. On the User Object
  • C. On a Person Account
  • D. On a Web-to-Case form
  • E. On the Custom List View

正解:A、C、E


質問 # 23
An app builder has downloaded a component from the AppExchange successfully; however, they are unable to add it to the Lightning home page.
Which two reasons can be preventing the app builder from being able to add the custom component?
Choose 2 answers

  • A. The component requires a developer permission to add it to the page with the App Builder.
  • B. A custom tab must be created to add custom components to the page with the App Builder.
  • C. The component is tagged for record pages instead of home pages and is not showing up in the App Builder.
  • D. My Domain must be deployed to add custom components to the page with the App Builder.

正解:C、D


質問 # 24
What can you build with the Lightning app builder?

  • A. At-a-glance, dashboard-style apps.
  • B. All of the above.
  • C. Simple, single-page apps with drill-down capability.
  • D. Apps optimized for a particular task.

正解:B


質問 # 25
What of the following are general types of actions available in Salesforce? (Choose four.)

  • A. Log a Call - log a call and it is recorded as a task
  • B. Delete - permanently remove a record
  • C. Remove - Remove a record
  • D. Update - Update Records
  • E. Custom - requires visual force page
  • F. Create - create a record

正解:A、D、E、F


質問 # 26
Universal Containers uses a custom object called Candidates to track information about people who are being recruited for jobs within the company. When an employee refers a recruiting candidate, that employee should have access to the Candidate record; however, only HR users should be able to view, edit, and report on the Salary field.
What action should be recommended for controlling who can view the Salary field?

  • A. Create and assign separate Candidate page layouts for general employee users and HR users.
  • B. Restrict access to the "Salary" field for general employee users using custom sharing settings.
  • C. Create and assign separate Candidate record types for general employee users and HR users.
  • D. Restrict access to the "Salary" field for general employee users using field-level security.

正解:D


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

正解:A


質問 # 28
An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the Account remains, the Testimonial__c should remain.
How should this be accomplished?

  • A. Make Testimonial__c a junction object between Account and Contact using master-detail relationships.
  • B. Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.
  • C. Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.
  • D. Make both the Contact and Account fields required on the Testimonial__c object and create lookup relationships fromTestimonial__c to Contact and to Account.

正解:B

解説:
To connect Testimonial__c records with both the submitter's Contact record and Account record, an app builder should create a master-detail relationship from Testimonial__c to Account and a lookup relationship from Testimonial__c to Contact. A master-detail relationship creates a parent-child relationship between two objects and allows for roll-up summary fields, sharing settings, and cascading actions. A lookup relationship creates a loose association between two objects and allows users to relate records from one object to another. Source


質問 # 29
In order to delete the Opportunities, Universal Containers would like sales reps to submit requests for approval from their sales manager. What can be used to meet these requirements?

  • A. Two-step Approval process.
  • B. Approval Process with Time-Dependent workflow action.
  • C. Approval Process with Apex Trigger.
  • D. Process Builder with Submit for Approval action

正解:C


質問 # 30
ABC Company wants to rollout new product bundles with several pricing options. Pricing options include product-price bundles, account specific pricing and more.
Which product satisfies the needs?

  • A. Lightning process builder.
  • B. Workflow on Opportunity/Opportunity Product.
  • C. Custom AppExchange app for product-pricing.
  • D. Formula fields on Opportunity/Opportunity Product.

正解:A


質問 # 31
An app builder wants to limit the amount of fields users are required to fill out when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.
How could this be accomplished?

  • A. Hide additional sections on the page layout and show the users how to manually expand them when they want to fill in the fields in the hidden sections.
  • B. Use different page layouts for Opportunity types based on the user profile.
  • C. Make the Opportunity type a required field on the initial Opportunity page layout and use automation to fill in the type field to a record type.
  • D. Once the required fields are populated, use a sharing rule to share the new fields with the user.

正解:C


質問 # 32
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 phone field.
  • D. An external IDfield can be a text field.

正解:B、D

解説:
An external ID field can be a number field or a text field, but not a URL field or a phone field. A URL field is used to store web addresses and a phone field is used to store phone numbers. An external ID field is used to store unique identifiers from an external system and it can be used for upsert operations


質問 # 33
Cloud Kicks has created a custom object called Interests which is joined to Accounts by way of a junction object called Account Interest.
What is the impact to users attempting to view an Account and the associated Account Interest records if they are without read access to the Interest object?

  • A. Users will be unable to view the Account Interest records or the Interest records.
  • B. Users will be able to view the Account Interest records and will have read-only access to the Interest records.
  • C. Users will be able to view the Account Interest record, but unable to view the field or any information relating back to the Interest record.
  • D. Users will be unable to view Account records that have a related Account Interest record.

正解:D


質問 # 34
When a sales rep submits an account for approval, Universal Containers wants the user to answer additional questions via a popup window to populate additional record fields.
What should an app builder use to achieve the desired result?

  • A. Lightning component and Process Builder
  • B. Custom button and Flow
  • C. Process Builder and Flow
  • D. Custom picklist field and Process Builder

正解:B

解説:
The app builder should use a custom button and Flow to achieve the desired result. A custom button is a button that can invoke custom logic or actions when clicked by a user. A Flow is a type of automation tool that can guide users through a series of screens and perform actions based on user input. In this case, the app builder can create a custom button on the Account object that launches a Flow when clicked by a user. The Flow can display a popup window with questions for the user to answer and populate additional fields on the Account record based on the user input4. Option A, B, and C are not tools that can achieve this result.


質問 # 35
......

CRT-403認定ガイドPDFは100%カバー率でリアル試験問題:https://www.passtest.jp/Salesforce/CRT-403-shiken.html

合格させるCRT-403レビューガイド、信頼され続けるCRT-403テストエンジン:https://drive.google.com/open?id=1uGk8JpThEoFj30LW59SE7EgC5PsuLf8C