[2025年09月01日] 完全版には更新されたのはSalesforce Administrator(Plat-Admn-301)認定サンプル問題 [Q107-Q125]

Share

[2025年09月01日] 完全版には更新されたのはSalesforce Administrator(Plat-Admn-301)認定サンプル問題

最新のSalesforce Plat-Admn-301リアル試験問題集PDF

質問 # 107
The sales department has asked to limit access to the Amount field on the Opportunity to only tnose users. In the sales department and on the executtve team, Northern Trail Outfitters uses six custom profiles including Sales User. Marketing user, call Center user. Executive User Sales Manager user, ana call Center Manager user. Field level access is removed from three or the profiles In the sandbox.
What action should an administrator take to make sure this change is in production?

  • A. Create a sandbox template and push it to production to reflect the update.
  • B. Deploy a change set from tht sandbox to prodUGBOffl including the Amount field with all the custom profiles.
  • C. Manually restrict access to this field for each profile via Setup Just like the sandbox.
  • D. Process a change set with the profiles that should no longer have access to the field.

正解:B

解説:
A change set is a tool that allows you to send customizations from one Salesforce org to another. A change set can contain components such as objects, fields, profiles, permission sets, workflows, and more. You can use change sets to migrate changes from a sandbox org to a production org or between two sandbox orgs that are affiliated with the same production org. In this case, you can deploy a change set from the sandbox to production that includes the Amount field and all the custom profiles that need access to it. This way, you can update the field-level security settings for the field on each profile in one deployment. References: https://help.
salesforce.com/s/articleView?id=sf.changesets.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.
changesets_components_field.htm&type=5


質問 # 108
An administrator is planning he release process for the year. The team will be using change sets to process deployment to production.
Which three best practices should be considered?

  • A. Make sure to deploy all dependent components.
  • B. Use matching names for global publisher layouts and Outlook publisher layouts.
  • C. Plan your deployments around the production and sandbox maintenance schedules.
  • D. Be sure to test only after business hours the data after deployment.
  • E. Make sure change sets are limited to 10,000 files.

正解:A、C、E

解説:
Planning deployments around maintenance schedules ensures that there are no interruptions or delays in the deployment process. Deploying all dependent components ensures that there are no missing metadata or references that could cause errors or failures in the deployment. Limiting change sets to 10,000 files ensures that the deployment does not exceed the maximum size limit for change sets


質問 # 109
An administrator has a request to create a Next Steps field for users to document what they need to do next on a lead. The field should allow users to format the text and be mapped to an opportunity when converted.
What type of field will satisfy these requirements?

  • A. Text Area (Long)
  • B. Text Area
  • C. Text Area (Rich)
  • D. Formula (Text)

正解:C

解説:
A Text Area (Rich) field allows users to format the text with fonts, colors, images, and hyperlinks. It also supports mapping to an opportunity when converting a lead. References: https://help.salesforce.com/s
/articleView?id=sf.fields_using_rich_text_area.htm&type=5


質問 # 110
Cloud Kicks would like to reassign ownership of all leads that are open and more than 60 days old. The system administrator has written an assignment rule to distribute these leads to the correct owners or queues.
Which two tools should the administrator use to update the owner of these leads?
Choose 2 answers

  • A. Bulk API
  • B. Mass Update
  • C. Dataloader.io
  • D. Import Wizard

正解:A、C

解説:
Bulk API and Dataloader.io are both tools that can be used to update large numbers of records in Salesforce.
Bulk API is a RESTful API that allows you to create, update, delete, or query millions of records asynchronously by submitting batches of data. Dataloader.io is a web-based data loader tool that allows you to import, export, or delete data using a simple user interface. References: https://developer.salesforce.com/docs
/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm https://dataloader.io/


質問 # 111
AW Computing created new multi-tier service plans. The primary difference between the packages Is the length of the term. The company wants to capture start and end dates for each service plan sold, which can direr from the contract dates of the subscription.
How should an administrator ensure the data is captured properly?

  • A. Build a validation rule on the Opportunity object to require custom date fields based on the product(s) selected.
  • B. Configure formula fields to reflect the close date of the opportunity.
  • C. Make a validation rule on the Opportunity Product object to require custom date fields based on the product family.
  • D. Create a new price book for service plans with term lengths.

正解:C

解説:
A validation rule on the Opportunity Product object to require custom date fields based on the product family will ensure that the data is captured properly. A validation rule can check if the product family matches the service plan and if so, require the start and end date fields to be filled out. This way, AW Computing can capture the term length for each service plan sold. References: https://help.salesforce.com/s/articleView?id=sf.
fields_about_validation_rules.htm&type=5


質問 # 112
Cloud Kicks has a Process Builder which should trigger upon a status change from on approval process. The Process Builder triggers if the status is updated manually, but not as a result or the approval process update.
What could the administrator do to troubleshoot the issue?

  • A. Check the Reevaluate Workflow Rules After Field Change box on the Approval Process Field Update Action.
  • B. Check the Approval Process to make sure it is on the correct version.
  • C. Turn Recursion the Process Builder under the Advanced Settings so the Process Builder fires again.
  • D. Change the value with a Specific New Field Value so the Process Builder knows what value to look for.

正解:A

解説:
Check the Reevaluate Workflow Rules After Field Change box on the Approval Process Field Update Action is what the administrator should do to troubleshoot the issue. This option allows the approval process field update to trigger any workflow rules or processes that are based on the updated field value. If this option is not checked, the approval process field update will not trigger any workflow rules or processes, and the Process Builder will not fire


質問 # 113
AW Computing wants to enable a backup resource to assign permissions while restricting the backup resource's ability to create or modify permission sets.
Which feature should be employed to accomplish this request?

  • A. View All Users Permission
  • B. Customize Application Permission
  • C. Delegated Administrator
  • D. Assignment Rules

正解:C

解説:
Delegated Administration allows administrators to delegate certain user management tasks to non- administrators. For example, a delegated administrator can assign permissions sets to users in specified roles or public groups without having full access to modify permission sets. References: https://help.salesforce.com
/s/articleView?id=sf.admin_usermgt_delegated.htm&type=5


質問 # 114
The Service team at Cloud Kicks needs a way to show the current status from the Account on the Case. This value should be on the page and is used in validation rules.
What should the administrator recommend to solve this?

  • A. Create a cross-object formula.
  • B. Use a picklist field.
  • C. Add a lookup field to Account.
  • D. Make a Rollup Summary.

正解:A

解説:
A cross-object formula is a formula that references fields from related objects. The administrator can create a cross-object formula field on the Case object that displays the current status from the Account. This field can be used in validation rules and other processes. References: https://help.salesforce.com/s/articleView?id=sf.
tips_on_building_formulas_cross_object_formulas.htm&type=5


質問 # 115
The administrator at Universal Containers does a soft launch of the Salesforce Authenticator app and allows users to optionally use it to log In. The administrator would now like to look at how many users have successfully used it since It was rolled out.
What are two ways the administrator can get this Information?
Choose 2 answers

  • A. Create a new view In Identity Verification History, specifying Method.
  • B. Run a session setting report, specifying login methods by user.
  • C. Export Login History and filter based off of Authentication Method Reference,
  • D. Open the Login Access Policies In Setup which shows how many users are using MFA.

正解:A、C

解説:
Salesforce Authenticator is an app that adds an extra layer of security for logging into Salesforce by requiring users to verify their identity using their mobile device after entering their username and password on Salesforce login page. To see how many users have successfully used Salesforce Authenticator since it was rolled out, an administrator can use two methods:
* A) Create a new view In Identity Verification History, specifying Method.
Identity Verification History is a tool that shows information about each identity verification event for users in your org, such as the date and time, the verification method used, the IP address, and the status of the verification. By creating a new view in Identity Verification History and specifying the method as Salesforce Authenticator, an administrator can see how many users have used the app to verify their identity when logging in. References: https://help.salesforce.com/s/articleView?id=sf.identity_verification_history.
htm&type=5
* D) Export Login History and filter based off of Authentication Method Reference.
Login History is a tool that shows information about each login attempt for users in your org, such as the date and time, the username, the source IP address, the login type, and the status of the login. By exporting Login History as a CSV file and filtering based on the Authentication Method Reference column, an administrator can see how many users have used Salesforce Authenticator as their authentication method when logging in.
References: https://help.salesforce.com/s/articleView?id=sf.monitoring_login_history.htm&type=5


質問 # 116
An administrator is Informed that an employee has Just resigned and needs all access removed Immediately.
This user is the owner of 4,000 records and the sole recipient or 57 email alerts. Management will need at least a month to find a replacement. The email administrator has already revoked their email access.
What action should be taken to ensure the user's access is immediately revoked?

  • A. Go into the user record and freeze the user.
  • B. Go into the user record and set the login hours to None'.
  • C. Go into the user record and delete the user,
  • D. Go into the user record and uncheck the Lightning User checkbox.

正解:A

解説:
Go into the user record and freeze the user is the action that should be taken to ensure the user's access is immediately revoked. Freezing a user is a way to temporarily prevent a user from logging in to Salesforce without deactivating their user record or changing their profile. Freezing a user can be useful when an employee has resigned or left the company and their access needs to be removed immediately. Freezing a user does not affect the ownership of records or email alerts that are assigned to them


質問 # 117
Northern Trail Outfitters (NTO) is expending into the U.K. While most of NTO's product are the same as in the US. Pricing will vary from product due to shipping and raw material cost differences.
What should the administrator configure for a smooth rollout to the U.K.?

  • A. Write a flow the translates the currency from dollars to euros using a custom Exchange Rate field.
  • B. Create a new Price Book for the U.K product pricing.
  • C. Configure a U.K Opportunity record type.
  • D. Add a new U.K Order Form that has the euro symbol instead of the dollar symbol.

正解:B

解説:
As explained in question 3, a price book is a list of products and their prices for a specific segment of customers or market. By creating a new price book for the U.K product pricing, Northern Trail Outfitters (NTO) can offer different prices for their products in the U.K market due to shipping and raw material cost differences. The price book can also specify which currency is used for the prices, such as pounds or euros.
References: https://help.salesforce.com/s/articleView?id=sf.products_pricebooks_def.htm&type=5


質問 # 118
AW Computing is conducting an audit and wants to understand how many objects have been shared as public externally.
which tool should the administrator use to quickly obtain this details?

  • A. Object Manager
  • B. Security Health Check
  • C. Setup Audit Trail
  • D. Session Security Settings

正解:B

解説:
The Security Health Check tool in Salesforce provides a detailed overview of an organization's security posture, which includes information on how objects are shared externally. This tool is particularly useful for administrators who need to review and assess various security configurations, including the visibility of objects to external users.
* Security Health Check:
* This tool helps administrators quickly identify and manage risks related to security settings, including those pertaining to data sharing externally.
* By using Health Check, administrators can access a report that shows the sharing settings of objects, allowing them to confirm if any objects have been shared as "Public" externally, which is crucial during an audit.
* It provides insights into high-risk settings and areas where the configuration does not align with Salesforce security best practices, such as public access levels.
* Use Case:
* For an audit focused on understanding external access to objects, Security Health Check is the most appropriate choice because it gives a quick snapshot of how data sharing settings compare against Salesforce's recommended security baseline.
* This can help AW Computing immediately identify which objects have broader public access than desired, addressing potential security vulnerabilities.
Incorrect options:
* Setup Audit Trail: This tool tracks configuration changes within Salesforce over time, but it does not provide specific details about data sharing settings or external visibility of objects.
* Session Security Settings: These settings control session policies and timeouts but are not related to object sharing or external visibility.
* Object Manager: While Object Manager allows administrators to configure object-specific settings, it does not provide an overall view or quick audit of external sharing configurations.
Reference: Salesforce documentation highlights that the Security Health Check tool is designed for comprehensive security assessments, including the review of public data exposure and external sharing settings.


質問 # 119
The Cloud Kicks online Lead Intake form was recently updated to allow for new choices on some older picklist fields. The leads are all being created properly in Salesforce, but reps are getting errors as they try to work the leads.
What tool should the administrator use to evaluate what is causing the errors?

  • A. Login History
  • B. Record History
  • C. Debug Log
  • D. Setup Audit Log

正解:C

解説:
Debug Log is a tool that captures information about database operations, system processes, and errors that occur when executing a transaction or running a unit test. Debug Log can help troubleshoot issues related to triggers, workflows, validation rules, or other custom logic by showing the order of execution and the values of variables and expressions


質問 # 120
The Cloud Kicks security team has seen an increase in unattended device attacks, where hackers can view sensitive information when users leave devices unlocked in public settings. The security team wants to ensure Salesforce data cannot be viewed after 10 minutes of inactivity.
What is the recommended security setting to configure?

  • A. Require a high assurance session.
  • B. Enforce login IP ranges on every request.
  • C. Force logout on session timeout.
  • D. Lock sessions to the domain in which they were first used.

正解:C

解説:
Force logout on session timeout is the recommended security setting to configure because it prevents users from resuming their sessions after they time out due to inactivity, which reduces the risk of unauthorized access to Salesforce data from unattended devices. References: https://help.salesforce.com/s/articleView?
id=sf.security_sessions_logout.htm&type=5


質問 # 121
A request was made to import a spreadsheet of new Campaign Members. He system administrator started Data import Wizard but the Campaign Members object was unavailable as a choice. What is causing as a choice.
What is causing this occur?

  • A. Import Wizard is only available for the Standard objects Accounts, Contacts, and Leads.
  • B. The marketing user feature license assignment is missing on the admin's user record.
  • C. The Compaign Member option is only available for Update.
  • D. The Salesforce,id field is required and was missing from the file.

正解:C

解説:
The Campaign Member option is only available for Update when using Data Import Wizard. This means that you can use Data Import Wizard to update existing campaign members with new or modified information, but you cannot use it to create new campaign members from a spreadsheet. To create new campaign members from a spreadsheet, you need to use other tools such as Data Loader, Import Wizard for Leads and Contacts, or Manage Members button on the campaign page. References: https://help.salesforce.com/s/articleView?
id=sf.campaigns_members_adding_parent.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.
data_importer.htm&type=5


質問 # 122
Cloud Kicks needs to track government-issued identification numbers for its customers. The security team requires that the identification number cannot changed by users and must be masked when displayed, except the last two digits.
Which two recommended configurators should administrator create? Choose 2 answers

  • A. SetRead-Only Field-Level Security in the user Profile
  • B. Use a field with Classic Encryption.
  • C. Enable Shield Platform Encryption.
  • D. Configure a Field Encryption Policy

正解:C、D

解説:
Shield Platform Encryption is a Salesforce feature that allows you to encrypt sensitive data at rest while preserving critical platform functionality. It uses a combination of tenant secrets, encryption keys, and masking policies to protect your data. A field encryption policy is a set of rules that defines which fields are encrypted and how they are masked when displayed. A field encryption policy can be used to encrypt and mask the identification number field, except for the last two digits. References: https://help.salesforce.com/s
/articleView?id=sf.security_pe_overview.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.
security_pe_field_encryption_policies.htm&type=5


質問 # 123
Cloud Kicks uses a dashboard with multiple components based on Account, Case, and Opportunity reports.
The system administrator adds a dashboard filter on Account Owner. When filtering the dashboard by Account Owner, records are now missing from several Opportunity components.
What is the recommended way for the system administrator to resolve this issue?

  • A. Create a joined Accounts and Opportunities report for the components.
  • B. On the Opportunity components, change the equivalent field.
  • C. Add a cross-filter to the Opportunity source reports.
  • D. Use a custom report type for Accounts with or without Opportunities.

正解:B

解説:
The equivalent field is the field that matches the dashboard filter field on the source report object. For example, if the dashboard filter is on Account Owner, then the equivalent field on the Opportunity object is Opportunity Owner. Changing the equivalent field ensures that the dashboard filter applies correctly to the Opportunity components. References: https://help.salesforce.com/s/articleView?id=sf.dashboard_filters.
htm&type=5


質問 # 124
AW Computing has implemented the Contacts to Multiple Accounts functionality. Users should be able to distinguish between contacts and related contacts.
What should the administrator do to configure the account page layout?

  • A. Display the related accounts related list on the page layout.
  • B. Display both the contacts and the related contacts related lists.
  • C. Display the contacts related list and add the related field.
  • D. Display the related contacts related list and add the direct field.

正解:D

解説:
Displaying the related contacts related list and adding the direct field will allow users to distinguish between contacts and related contacts. The related contacts related list shows all contacts that are related to an account, either directly or indirectly. The direct field indicates whether a contact is directly associated with an account or not. By adding this field to the related list, users can easily see which contacts are direct and which are not.
References: https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.contacts_multiple_accounts_direct_field.htm&type=5


質問 # 125
......

Salesforce Plat-Admn-301問題集で一発合格を目指すならこれ!:https://www.goshiken.com/Salesforce/Plat-Admn-301-mondaishu.html

Plat-Admn-301練習テスト問題更新されたのは224問があります:https://drive.google.com/open?id=16Z-ZB0yyv1E1f-7dMqUEs6134LVcPaR4