[2026年05月06日] Plat-Admn-202のPDF問題集にはあなたに不可欠なPlat-Admn-202試験解答を合格に繋ぐ! [Q170-Q190]

Share

[2026年05月06日] Plat-Admn-202のPDF問題集にはあなたに不可欠なPlat-Admn-202試験解答を合格に繋ぐ!

Plat-Admn-202のPDF解答で完璧な予見Plat-Admn-202練習試験問題


Salesforce Plat-Admn-202 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Business Logic and Process Automation: This section of the exam measures the skills of Process Automation Specialists and Salesforce Administrators and covers the key tools Salesforce provides to automate and enforce business logic. It focuses on using formula fields, roll-up summary fields, and validation rules to meet defined requirements. Candidates must also understand approval processes and know how to select the right automation tool to prevent conflicts or errors. The domain emphasizes evaluating business requirements and recommending automation solutions that maintain system stability and accuracy.
トピック 2
  • Salesforce Fundamentals: This section of the exam measures the skills of Salesforce Administrators and Junior Salesforce Consultants and covers the essential concepts needed to understand how Salesforce works at a foundational level. It focuses on recognizing when to use declarative tools versus programmatic customization, determining when AppExchange apps extend org capabilities, and understanding key methods for managing object, record, and field access. It also evaluates your ability to choose the right sharing model based on business needs and to apply reporting tools effectively, including report types and dashboards. Additionally, the domain reviews how to optimize the mobile experience through actions and layouts, and how Chatter can be used to support collaboration.
トピック 3
  • Data Modeling and Management: This section of the exam measures the skills of Data Analysts and Salesforce Administrators and covers the core principles of designing and maintaining Salesforce data structures. It requires selecting the correct data model in various scenarios and understanding relationship types and how they influence reporting, record access, and the user interface. It also tests knowledge of field data types and the operational impact of changing them. The section includes evaluating the use of Schema Builder and understanding the considerations involved in importing and exporting data across internal and external sources.
トピック 4
  • App Deployment: This section of the exam measures the skills of Release Managers and Salesforce Administrators and covers the application lifecycle from planning through deployment. It requires determining the appropriate strategy when working with different sandboxes and managing milestones during development. Candidates must know when to use change sets and how to troubleshoot deployment issues. The section also includes understanding the implications of using unmanaged versus managed packages and selecting the correct deployment plan for various business scenarios.
トピック 5
  • User Interface: This section of the exam measures the skills of Salesforce UI Designers and Lightning App Builders and covers the ways in which Salesforce interfaces can be customized to improve usability. It includes understanding available options for UI customization and demonstrating when to apply custom buttons, links, and actions. The domain also distinguishes between declarative and programmatic methods for incorporating Lightning components in applications, ensuring that the right approach is selected for different user interface needs.

 

質問 # 170
A new field has been added to the Applicant object that is part of an unmanaged package. A recruiter ran the Position with or without Applicants report and noticed that the new field was missing as an option to add as a column.
How should an app builder troubleshoot this issue?

  • A. Add the field to the custom report type field layout.
  • B. Update the profile with the Manage Public Reports permission.
  • C. Check Allow Reports for the position and applicant objects.
  • D. Adjust the field level security to include in the report type.

正解:A

解説:
The app builder should add the field to the custom report type field layout to troubleshoot this issue. A custom report type is a type of report that defines which objects and fields are available for reporting. The app builder can customize which fields are included in each custom report type by editing its field layout. If a new field is added to an object that is part of an unmanaged package, it will not be automatically added to the custom report type field layout. The app builder needs to manually add it to make it available as an option to add as a column in reports based on that custom report type. Option A, B, and D are not steps that can troubleshoot this issue.


質問 # 171
An app builder at Northern Trail Outfitters created a sandbox template for Accounts, Projects, and Project Milestones to reconfigure some flows for the project management app.
Which type of testing environment should the app builder create?

  • A. Scratch Org
  • B. Developer
  • C. Developer Pro
  • D. Partial Copy

正解:D

解説:
A Partial Copy Sandbox is designed for testing and development with a subset of production data based on a sandbox template. Since the question mentions that a sandbox template was created for certain objects (Accounts, Projects, Project Milestones), the environment must support template-based sampling, which only Partial Copy and Full sandboxes do.
Why B (Partial Copy) is correct:Exact Extract:"A Partial Copy sandbox includes your organization's metadata and a sample of your production data as defined by a sandbox template. Use it for quality assurance tasks, integration testing, and user training." - Salesforce Help | Sandbox Types and TemplatesDeveloper and Developer Pro sandboxes do not support sandbox templates.
Why B (Partial Copy) is correct:Exact Extract:"A Partial Copy sandbox includes your organization's metadata and a sample of your production data as defined by a sandbox template. Use it for quality assurance tasks, integration testing, and user training." - Salesforce Help | Sandbox Types and TemplatesDeveloper and Developer Pro sandboxes do not support sandbox templates.
Why not A or C:Developer and Developer Pro contain metadata only - no data templates or sample data.
Why not D:Scratch Orgs are for source-driven development and are not created from sandbox templates.
Reference:
Salesforce Help | Sandbox Types and Templates
Salesforce Platform App Builder Exam Guide | App Deployment


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

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

正解:B、C

解説:
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.


質問 # 173
An app builder wants to create a new field using Schema Builder.
Who will get access to the new field by default?

  • A. Internal profiles
  • B. All profiles
  • C. No profiles
  • D. Standard profiles

正解:B

解説:
All profiles will get access to the new field by default when it is created using Schema Builder. The app builder can modify the field-level security settings later to restrict access for certain profiles. Standard profiles, no profiles, and internal profiles are not correct options.


質問 # 174
After a deal is closed, Cloud Kicks (CK) wants to assign a user as a customer service manager (CSM) in addition to the account owner and would like a new field to easily track and report which CSM is assigned to the Account.
Which solution should an app builder use for this request?

  • A. Lookup field
  • B. Picklist field
  • C. Multi-select picklist Meld
  • D. Text field

正解:A

解説:
The solution that an app builder should use for this request is a lookup field. A lookup field is a type of relationship field that links two objects together and allows users to select a record from another object. The app builder can create a lookup field on the account object that references the user object and allows users to assign a customer service manager (CSM) to the account. Option A is incorrect because a multi-select picklist field is not suitable for this request, as multi-select picklist fields allow users to select multiple values from a predefined list, not from another object. Option B is incorrect because a picklist field is not suitable for this request, as picklist fields allow users to select one value from a predefined list, not from another object. Option D is incorrect because a text field is not suitable for this request, as text fields allow users to enter any alphanumeric characters, not from another object.


質問 # 175
Universal Containers wants to give sales managers the ability to quickly provide sign off on an Opportunity via the Opportunity record page when a sales rep has discounted a deal by 20% to 30%.
Which two features should be used for this requirement?
Choose 2 answers

  • A. Validation Rule
  • B. Dynamic Actions
  • C. Approval Process
  • D. Schema Builder

正解:B、C

解説:
To facilitate quick managerial sign-off on discounted opportunities:
B . Dynamic Actions: Allows the display of specific actions on the Opportunity record page based on certain conditions, like the discount percentage.
D . Approval Process: Configures a formal sign-off process for records meeting specific criteria, such as discount ranges between 20% to 30%.
Steps to set up:
Configure an approval process for opportunities where the discount is between 20% and 30%.
Use Dynamic Actions to conditionally show the approval action directly on the Opportunity record page based on the discount percentage.
This setup allows sales managers to efficiently review and approve discounted deals directly from the Opportunity record page.
For guidance on setting up approval processes and dynamic actions, refer to Dynamic Actions in Salesforce.


質問 # 176
Universal Containers (UC) utilizes two custom picklist fields called sales_Organization__c and Pricing_Tier__c.
Which validation rule should an app builder use to ensure pricing_Tier__c is required for customers with a Sales_Organization__c value of Canada?

  • A.
  • B.
  • C.
  • D.

正解:C


質問 # 177
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 formula field on the Account object using the ISPICKVAL function.
  • B. Create a formula field on the Case object using the TEXT function.
  • C. Create a roll-up summary field using Support Level on the Account object.
  • D. Create a Process Builder and use a field update on the Case object.

正解:B

解説:
The best way to implement this requirement is to create a formula field on the Case object using the TEXT function. A formula field can display the value of another field from a related object, such as the Account object. The TEXT function can convert a picklist value into text, which can be displayed on the Case record. Creating a formula field on the Account object using the ISPICKVAL function is not a valid solution, as it does not show the value of Support Level on the Case record. The ISPICKVAL function is used to check if a picklist field has a certain value, not to display it. Creating a Process Builder and using a field update on the Case object is not an optimal solution, as it requires more configuration and maintenance than a formula field. A Process Builder may also introduce delays or errors in updating the field value. Creating a roll-up summary field using Support Level on the Account object is not a valid solution, as it does not show the value of Support Level on the Case record. A roll-up summary field is used to aggregate numeric values from child records, not to display picklist values.


質問 # 178
What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers

  • A. Redirecting the end user to the detail page of the target object
  • B. Allowingthe end user to choose the record type
  • C. Pre-Defining field values on the target object.
  • D. Specifying the fields and layout of the action.

正解:C、D

解説:
The app builder has two options available when defining an object-specific Create Record custom action:
Pre-Defining field values on the target object. This means that the app builder can specify default values for certain fields on the target object when creating a new record using the custom action.
Specifying the fields and layout of the action. This means that the app builder can choose which fields to include in the action and how they are arranged on the screen. Option B and D are not options available when defining an object-specific Create Record custom action.


質問 # 179
Universal Containers asked the app builder to ensure when an account type changes to 'Past-Customer' the contacts directly related to that account get an updated status of 'Re-Market'.
Which automation should the app builder use to accomplish this task?

  • A. Validation rule
  • B. Screen flow
  • C. Lightning component
  • D. Record triggered flow

正解:D

解説:
For automatically updating contact statuses when an account type changes:
D . Record triggered flow. This type of automation can monitor changes in account types and accordingly update related records, such as contacts.
Steps to implement:
Navigate to Setup → Flows.
Create a new Flow and choose the record-triggered flow type.
Configure the flow to trigger when the Account record is updated to 'Past-Customer'.
Add an Update Records element to modify all related contacts, setting their status to 'Re-Market'.
Activate the flow.
This automation ensures that contact statuses are updated in real-time when their related account's type changes, maintaining data consistency and relevancy.
For more on record-triggered flows, check out Salesforce's Record-Triggered Flows documentation.


質問 # 180
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. Create a master-detail relationship from Testimonial__c to Accountand a lookup relationship from Testimonial__c to Contact.
  • B. Create a lookup relationship from Testimonial__c to Account and a master-detail relationship from Testimonial__c to Contact.
  • C. Make Testimonial__c a junction object between Account and Contact using master-detail relationships.
  • 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.

正解:A

解説:
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


質問 # 181
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.
What can be causing the delay?

  • A. Profiles are included in the change set.
  • B. Dependent fields are included in the change set.
  • C. A field type change is included in the change set.
  • D. Roles are included in the change set.

正解:C

解説:
The app builder should know that a field type change is included in the change set and that it can cause a delay in the deployment. A field type change is a change that modifies the data type of an existing field, such as changing a text field to a number field. A field type change can affect many aspects of Salesforce functionality, such as validation rules, formulas, workflows, reports, dashboards, and more. Therefore, deploying a change set that contains a field type change can take longer than usual and require more testing and verification. Option A, C, and D are not changes that can cause a delay in the deployment.


質問 # 182
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. List Class
  • B. ListVlew
  • C. Enhanced List
  • D. Basic List

正解:C

解説:
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.


質問 # 183
An app builder is preparing to deploy a new app from the sandbox to production using change sets.
What two considerations should an app builder keep in mind during this process?
Choose 2 answers

  • A. Transactions will revert if the deployment errors.
  • B. Salesforce Connect automatically establishes a link between environments.
  • C. Users should be logged out of production when receiving inbound change sets.
  • D. Change sets do not include all components and may have to perform some changes manually.

正解:C、D

解説:
The two considerations that an app builder should keep in mind during the deployment process using change sets are: Change sets do not include all components and may have to perform some changes manually. Change sets are a way to deploy metadata changes from one Salesforce org to another, but they do not support all types of components, such as reports, dashboards, email templates, etc. The app builder may have to use other methods, such as unmanaged packages or manual configuration, to deploy these components. Users should be logged out of production when receiving inbound change sets. This is a best practice to avoid any errors or conflicts that may occur when deploying changes to production. Users may be working on records or components that are being updated by the change set, which may cause data loss or inconsistency. Salesforce Connect does not automatically establish a link between environments. Salesforce Connect is a feature that allows users to access data from external sources without storing it in Salesforce. It does not have anything to do with deploying changes between Salesforce orgs. Transactions will not revert if the deployment errors. Transactions are units of work that are either completed entirely or not at all. If a deployment error occurs during a transaction, the transaction will be rolled back and no changes will be made to the target org. However, this does not mean that the source org will revert to its previous state before the deployment.


質問 # 184
Northern Trail Outfitters wants to initiate a daily backup of its Salesforce org.
Which tool should an app builder recommend for this task?

  • A. Report export
  • B. Data Export Service
  • C. Refresh full copy sandbox
  • D. AppExchange package

正解:B

解説:
Reference:
Salesforce Help - Data Export Service


質問 # 185
Universal Containers uses a custom object called Reviews to capture information generated by interviewers 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 MR department How should the app builder meet this requirement?

  • A. Create an Apex sharing rule to share the field with users that have "MR'' in their role.
  • B. Create a page layout with the field for HR users and another page layout without the field for all other users.
  • C. Create a page layout with the field and use field-level security to hide the field from all other users.
  • D. Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

正解:C

解説:
Create a page layout with the field and use field-level security to hide the field from all other users is how the app builder should meet the requirement of making the comment field on Review private to anyone outside of HR department. Field-level security can control which profiles can view or edit a field on a record. Create an Apex sharing rule, create a sharing rule to share the field with VP of HR with Role and Subordinates, and create a page layout with the field for HR users and another page layout without the field for all other users are not valid or feasible solutions for this requirement.


質問 # 186
A customer service representative at a call center wants to be able to collect information from customers using a series of question prompts.
What should an app builder use to accomplish this?

  • A. Validation Rule
  • B. Path
  • C. Approval Process
  • D. Flow

正解:D

解説:
For a customer service representative to collect information through a series of question prompts:
B . Flow. Salesforce Flows allow for the creation of guided interactions that can prompt users for information in a step-by-step manner.
Steps to create a flow for this purpose:
Navigate to Setup → Flows.
Click on 'New Flow' and select a Screen Flow to interactively prompt users.
Design the flow with Screen elements for each question.
Add logic to process responses as necessary.
Save and activate the flow.
Embed or link the flow in a relevant location accessible to the service representative, such as on a record page or in the utility bar.
Flows provide a flexible and powerful way to interactively gather and process customer data in real time.
For detailed guidance on creating Flows, see Salesforce's Flow Builder documentation.


質問 # 187
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. Rename the change set, add the changes and re_display
  • B. Clone the change set and re_display
  • C. Update the change set and re_display
  • D. Refresh the text sandbox and re_display the change set.

正解:C

解説:
Reference:
Salesforce Help - Change Sets


質問 # 188
Cloud Kicks is redefining its entire business process to convert the Manager Notes field from a long text area field. The goal is to encourage managers to be more concise in their comments and stayat 255 characters or less. There is preexisting information in the Manager Notes field that often is well beyond the character limit.
What would happen to any existing information if the app builder tries to convert a preexisting long text area field to text area?

  • A. Preexisting information will remain even if it was over 255 characters.
  • B. Preexisting information in the field will be completely lost.
  • C. Preexisting information will cause a- e-r0- -essace to poo up.
  • D. Preexisting information will truncate to the first 255 characters.

正解:D

解説:
If the app builder tries to convert a preexisting long text area field to text area, preexisting information will truncate to the first 255 characters. This means that any information beyond 255 characters will be lost. Option B is incorrect because preexisting information will not remain if it was over 255 characters. Option C is incorrect because preexisting information will not cause an error message to pop up. Option D is incorrect because preexisting information in the field will not be completely lost, only truncated.


質問 # 189
Universal Containers (UC) requires that all users specify a contract is sent on each Opportunity prior to marking it as "Closed Won". UC wants to be able to report on how many Opportunities have sent Contracts compared to how many have a missing contract when the Opportunities closed.
Which field type should an app builder configure to fulfill this requirement?

  • A. Text Area
  • B. Checkbox. This field type allows users to clearly indicate (Yes/No) whether a contract has been sent. This binary nature of checkboxes makes it simple to filter and report on Opportunities based on whether a contract was sent.
  • C. Picklise
  • D. Text

正解:B

解説:
Steps to configure this field:
Navigate to Setup → Object Manager → Opportunity.
Click Fields & Relationships → New → Checkbox.
Define the field with a label (e.g., Contract Sent).
Set the default value to false (unchecked).
Add the field to the relevant page layouts.
This setup facilitates accurate reporting and ensures that opportunities cannot be marked as "Closed Won" without indicating whether a contract was sent.
For guidance on creating fields, see Salesforce's documentation on Custom Field Creation.
Explanation:
For tracking whether contracts have been sent for Opportunities:


質問 # 190
......

Plat-Admn-202リアル試験問題と正確なSalesforce Certified Platform App BuilderのPDF解答:https://www.jpntest.com/shiken/Plat-Admn-202-mondaishu

リアルSalesforce試験の素晴らしい練習問題集でPlat-Admn-202試験:https://drive.google.com/open?id=1R0ILrW4DHnMURgwR3pMZnJQIIZY0AjoT

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡