[2025年03月14日] 最新リアルCRT-403試験問題集解答 [Q71-Q90]

Share

[2025年03月14日] 最新リアルCRT-403試験問題集解答

あなたを簡単に合格させるCRT-403試験問と正確なPrepare for your Platform App Builder Certification ExamPDF問題


この認定により、カスタムオブジェクト、フィールド、および関係を作成するために必要なスキルを個人に装備し、カスタマイズされたアプリケーションを構築します。また、Salesforce Appexchangeを使用してサードパーティアプリケーションを統合してカスタムアプリケーションの機能を強化する方法を教えています。

 

質問 # 71
When an opportunity closes, close all activities related to that opportunity automatically and create a renewal opportunity.
Which tool would you use for the following use case?

  • A. Flow
  • B. Process builder
  • C. Approvals
  • D. Workflow

正解:B


質問 # 72
Universal Containers has two teams: Sales and Services. Both teams interact with the same records. Sales users use ten fields on the Account record. Services users use three of the same fields as the Sales team, but also have five of their own, which the sales team does not use. What is the minimum configuration necessary to meet this requirement?

  • A. One profile, one record type, one page layout.
  • B. Two profiles, one record type, two page layouts
  • C. Two profiles, two record types, two page layouts
  • D. One profile, two record types, one page layout

正解:C

解説:
Explanation- Record types allow you to offer different business processes, picklist values, and page layouts to different users based on their profiles.


質問 # 73
Which permission is required to install and uninstall packages from Salesforce AppExchange?

  • A. Create AppExchange Packages.
  • B. Upload AppExchange Packages.
  • C. Download AppExchange Packages.
  • D. Manage Package Licenses.

正解:C


質問 # 74
Cloud Kicks (CK) Is finding sales reps are Inconsistent in data entry when deals are won. CK requires that custom shoes are shipped within two weeks after the close date. A custom field called Scheduled Ship Date on the opportunity records the ship date.How should the app butler ensure this field is properly filed out before setting the opportunity to closed won?

  • A. ISPICKVAL( StageName= CloseDate ) > 14,losed Won") && ( CloseDateScheduled_Ship_Date_c) >14
  • B. OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c))
  • C. ISPICKVAL( StageName ,"Closed Won") && ( Scheduled _Ship_Date_c-CloseDate ) > 14
  • D. OR(ISPICKVAL( StageName ="Closed Won") && ( Scheduled_Ship_Date__c- CloseDate ) > 14,ISBLANK(Scheduled_Ship_Date__c))

正解:B

解説:
The correct validation rule formula to ensure that the Scheduled Ship Date field is properly filled out before setting the Opportunity to Closed Won is:
OR(ISPICKVAL( StageName ,"Closed Won") && ( Scheduled_Ship_Date_cCloseDate)>14,ISBLANK(Scheduled_Ship_Date_c)) This formula checks two conditions: if the StageName is Closed Won and the Scheduled Ship Date is more than 14 days after the Close Date, or if the Scheduled Ship Date is blank. If either condition is true, the validation rule will fire and prevent saving the record. The other formulas are incorrect because they either use incorrect syntax (such as "=" instead of "," or missing parentheses) or incorrect logic (such as checking if the Scheduled Ship Date is less than 14 days after the Close Date)


質問 # 75
Which three are true about converting a tabular, summary, or matrix report to a joined report? (Choose three.)

  • A. Cross filters are not supported in joined reports.
  • B. The Rows to Display filter is not supported in joined reports.
  • C. Joined report blocks are formatted as matrix reports.
  • D. Bucket fields are not supported in joined reports.
  • E. Report formula fields are not supported in joined reports.

正解:A、B、D


質問 # 76
When an opportunity is closed date is pushed more than 30 days, manager approval is required. An approval process is in place but reps frequently forget to submit for approval to run the process.
How can an app builder ensure that these opportunities are submitted into the approval process?

  • A. Change the entry criteria on the approval process to criteria are met and lock the record on initial submission.
  • B. Give the manager the "API Enabled" permission to permit approval responses by email.
  • C. Use a validation rule and an email alert to the manager requesting approval.
  • D. Submit the record for approval from an automated process.

正解:D


質問 # 77
Universal Containers needs the 18-digit record ID from Opportunity records when exporting data to Excel in order to ensure each record is treated uniquely.
What formula should an app builder use to create this new field?

  • A. TEXT(Id)
  • B. VALUE(Id)
  • C. ISNUMBER(Id)
  • D. CASESAFEID(Id)

正解:D

解説:
The app builder should use the CASESAFEID(Id) formula to create this new field. The CASESAFEID function returns the 18-digit case-insensitive version of the record ID, which is unique for each record in Salesforce. The 18-digit record ID is useful for exporting data to external systems that require case-sensitive IDs1. Option A, C, and D are not formulas that can return the 18-digit record ID.


質問 # 78
Cloud Kicks (CK) increased its Salesforce development efforts so that it now has multiple custom development efforts happening in parallel. CK's developers and admins perform the custom (rations and have complained that working in one sandbox has led to many problems. They requested a solution in which they can work in at least 20 different sandboxes at once, that all start with the same base configuration and data.
What should an app builder use to solve the problem?

  • A. Sandbox refreshes
  • B. Sandbox during
  • C. Partial copy sandboxes
  • D. Full copy sandboxes

正解:C

解説:
Partial Copy Sandboxes are ideal for testing and development purposes as they include a subset of production data and can be refreshed more frequently than Full Copy sandboxes.
References:
Salesforce Help - Types of Sandboxes


質問 # 79
The finance manager at Universal Containers wants to receive a new business notification email each time a new client is won. The sales manager wants to receive a task letting them know to onboard the new client unless it is a top-tier client.
Which automation tool should an app builder use to best address all these requests?

  • A. Apex
  • B. Approval process
  • C. Record-triggered flow
  • D. Screen flow

正解:C

解説:
Record-triggered flow is the automation tool that the app builder should use to best address all these requests of sending an email to the finance manager and creating a task for the sales manager when a new client is won. According to the Salesforce documentation, "Record-triggered flows automate processes for you. They start when a record is created or updated, or when a platform event occurs." A record-triggered flow can perform actions such as sending an email alert or creating a record based on criteria or conditions. Screen flow, Apex, and Approval process are not automation tools that can handle all these requests.


質問 # 80
The VP of sales at Universal Containers wants to have a set of screens to guide the inside sales team through collecting and updating data for leads. How can the App Builder accomplish this?

  • A. Lightning Process Builder
  • B. Visual workflow
  • C. Workflow
  • D. Lightning Connect

正解:B


質問 # 81
Cloud Kicks has created accustom 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 able to view the Account Interest records and will have read-only access to the Interest records.
  • B. Users will be unable to view the Account Interest records or 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.

正解:B

解説:
Users will be unable to view the Account Interest records or the Interest records because they do not have read access to the Interest object. This is a standard behavior of Salesforce when a user does not have access to a related object.


質問 # 82
What is true about validation rules? (Choose all that apply.)

  • A. When one validation rule fails, Salesforce continues to check any additional validation rules on that field or any other field on the page and displays all appropriate error messages at once.
  • B. Validation rules are only enforced during lead conversion if "validation and triggers for lead conversion" are enabled in your organization.
  • C. Salesforce runs validation rules before creating records submitted via Web-to-Lead and Web-to-Case, and only creates records that have valid values.
  • D. Campaign hierarchies follow validation rules.

正解:A、B、C


質問 # 83
Universal Containers's app builder has been tasked with replacing workflow rules and Apex triggers with Process Builders where possible.
What are two important considerations an app builder should know before the project is started?
Choose 2 answers

  • A. Combine actions when possible.
  • B. Avoid generating infinite loops.
  • C. Create a process for each workflow rule.
  • D. Apex has a different SOQL query limit than Flow.

正解:A、B


質問 # 84
Universal Containers deployed an app in a large change set from a Developer Sandbox to a Developer Pro Sandbox used for testing. After testing, changes had to be made to several of the components in the change set.
How should an app builder move the new changes to the Developer Pro Sandbox?

  • A. Update the change set and re_display
  • B. Clone the change set and re_display
  • C. Rename the change set, add the changes and re_display
  • D. Refresh the text sandbox and re_display the change set.

正解:A

解説:
Updating the existing change set with the new changes and redeploying is the most efficient way to move the updated components to the Developer Pro Sandbox.
Reference:
Salesforce Help - Change Sets


質問 # 85
What Is true statement regarding roll up summary fields. Select 2.

  • A. The roll up summary field inherits the field level security of the child object.
  • B. Changes to the value of a roll up summary field can trigger assignment rules to run
  • C. Roll up summary fields can only be created on the master of master-detail relationship
  • D. Multi select picklist files can be used in the field column of the field column of roll up summary filters.

正解:B、C


質問 # 86
Universal containers uses a custom called reviews to capture information generated by interviews during the candidate process. The review records are visible to any user that has access to the related custom candidate record. The VP of human resources wants the comment field on the review to be private to anyone outside of the HR department.

  • A. Create a page layout with the field for HR users and another page layout without the field for all other users
  • B. Create an apex sharing rule to share the field with users that have HR in their role
  • C. Create a page layout with the field and use field level security to hide the from all others users
  • D. Create a sharing rule to share the filed with the VP of HR with role and subordinates

正解:C


質問 # 87
Universal Container wants customers to be able to open cases from a public-facing website.
What should the app builder use to enable visitors to the website?

  • A. Outbound message
  • B. Web-to-case
  • C. Email-to-case
  • D. Screen flow

正解:C


質問 # 88
Universal Containers needsto send an Outbound Message to an external system whenrecord has been updated.
What is recommended feature to meet this requirement?

  • A. Process Builder
  • B. Workflow
  • C. Visual Workflow
  • D. Lightning Connect

正解:B


質問 # 89
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 25 roll-up summaries.
  • B. Roll-up summaries are limited to master-detail relationships.
  • C. An object can have 20 object references.
  • D. Roll-up summaries allow MAX, MIN, SUM, COUNT, and AVG.

正解:A、D


質問 # 90
......

CRT-403認証試験問題集の解答を提供しています:https://drive.google.com/open?id=1khLq5vON9K7R362MWRynmt9_Gg7SuyjH

更新されたCRT-403試験練習テスト問題:https://www.passtest.jp/Salesforce/CRT-403-shiken.html