
無料でゲット!2026年最新のに更新されたSalesforce AP-201試験問題と解答
AP-201問題集PDFとテストエンジン試験問題
質問 # 60
Which three sub-flows are part of the standard B2B Main Checkout Flow template? 09m 39s
- A. Taxes
- B. Error
- C. Billing Address
- D. Shipping Method
- E. Inventory
正解:A、C、D
解説:
The standard B2B Main Checkout Flow template includes sub-flows for Shipping Method (A), Billing Address (B), and Taxes (E). These sub-flows are integral to the checkout process, ensuring that shipping, billing, and tax calculations are handled efficiently and accurately during the checkout procedure.
質問 # 61
Which requirement must be met before an Administrator can perform a search index?
- A. At least one product must have a ProductCode assigned.
- B. At least one product must be marked Active.
- C. All products must have at least one image assigned.
- D. All products must have a SKU assigned.
正解:A
解説:
Before performing a search index in Salesforce B2B Commerce, it is crucial that at least one product has a ProductCode assigned (D). The ProductCode is a unique identifier for products in Salesforce B2B Commerce, and it is essential for indexing and searching products within the platform. While images (A) and SKUs (B) enhance product listings and navigation, they are not prerequisites for indexing. Ensuring products are marked as Active (C) is important for them to appear in search results, but the presence of a ProductCode is fundamental to the indexing process itself.
質問 # 62
A client would like to set up a Priority Pricing Model.
On which object is the Priority field that determines the priority of pricing?
- A. Entitlement Policy
- B. Buyer Group
- C. Buyer Group Price Book
- D. Price Book
正解:C
解説:
For setting up a Priority Pricing Model, the Priority field that determines the priority of pricing is found on the D. Buyer Group Price Book object. This field allows administrators to define the precedence of price books for different buyer groups, ensuring that the correct pricing is applied based on predefined priorities.
質問 # 63
Why is the System Context with Sharing-Enforces Record-Level Access important to B2B Commerce?
- A. It is required for guest browsing
- B. It is required to check out
- C. It is required to view products in the storefront
- D. It is required to synchronize content
正解:C
解説:
The System Context with Sharing-Enforces Record-Level Access (D) is crucial to B2B Commerce because it ensures that users can only view products and related data that they are authorized to see, maintaining data security and privacy. This setting is particularly important for storefronts where products need to be displayed according to specific customer agreements, contracts, or profiles. It doesn't directly relate to checkout (A), content synchronization (B), or guest browsing (C), but rather to the fundamental aspect of product visibility and access control on the storefront.
質問 # 64
Which two steps can an Administrator take to present different user experiences to different Buyers in a storefront?
- A. Link the Store to multiple communities
- B. Create audiences to define different segments
- C. Associate the branding to specific buyer groups
- D. Use page variations
正解:B、D
解説:
To present different user experiences to different buyers in a storefront, an Administrator can:
A) Create audiences to define different segments: This allows for the customization of content and experiences based on specific characteristics of user segments.
B) Use page variations: Different page layouts and content can be presented to different audiences, enabling a highly personalized shopping experience for each user group.
質問 # 65
Which object is added in the data model by enabling Commerce in Setup?
- A. Price Adjustment Plan
- B. Product Increment Rule
- C. Store
- D. Account
正解:C
解説:
By enabling Commerce in Setup, the object added to the data model is B. Store. The Store object is a fundamental component of Salesforce B2B Commerce, representing the digital storefront where products and services are offered to customers. It serves as the central entity around which various commerce functionalities are configured and managed.
質問 # 66
An Administrator has created a new store and is verifying that a particular user who is a Buyer Manager can review the activity of other users. When logging in an error message shows up: "Looks like this portal user is not a member of an experience or your experience is down. Ask your Salesforce admin or channel manager for help." How can this be resolved?
- A. Verify this member's account is in a Buyer Group for the store.
- B. Adjust the Permission Set Group to include the needed Permission Set.
- C. Verify Membership by Permission Set under Administration in Experience Builder.
- D. Verify Membership by Profile under Administration in Experience Builder.
正解:D
解説:
To resolve the issue where a Buyer Manager cannot review the activity of other users due to an error message, the administrator should D. Verify Membership by Profile under Administration in Experience Builder. This ensures that the user has the appropriate access and membership settings to participate in the B2B Commerce experience and perform their role effectively.
質問 # 67
Which two preferences are required to successfully run B2B on Lightning Experience checkout? 27m 30s
- A. Enable Negative Quantity
- B. Enable Optional Price Books for Orders
- C. Enable Account Relationships
- D. Enable Orders
正解:C、D
解説:
For successful operation of B2B on Lightning Experience checkout, the following preferences need to be enabled:
A) Enable Account Relationships: This allows for the management of complex account hierarchies and relationships, which is crucial for B2B transactions that often involve multiple entities within the same organization.
D) Enable Orders: This is fundamental for the checkout process, as it allows for the creation and management of customer orders within the Lightning Experience, providing a seamless checkout process.
質問 # 68
Which two places can an Administrator go to set up Variation products using the B2B Commerce App's navigation menu?
- A. Products
- B. Product Workspace
- C. Entitlement Policies
- D. Catalogs
- E. Commerce Setup
正解:A、B
解説:
To set up Variation products in Salesforce B2B Commerce, an Administrator can navigate to Product Workspace (A) and Products (B) within the B2B Commerce App's navigation menu. The Product Workspace provides a comprehensive area for managing individual products and their variations, allowing for detailed configuration of product attributes and relationships. The Products section offers a broader view of all products, including the ability to access and manage variation relationships. While Catalogs (C), Entitlement Policies (D), and Commerce Setup (E) are important for overall store configuration, they are not the primary locations for setting up product variations.
質問 # 69
An Administrator has automated the rebuild of a store search index. The solution uses a trigger and a custom metadata value. Each time a product record is created or updated it increments a metadata counter value. If the counter value is divisible by 5, then the rebuild search index functionality is started using an API call. The automation has worked until today. In the past 10 minutes, 80 products have been updated. The B2B Store Manager complains that the store search results are out of date. The product changes are missing in the search results.
What could be the cause of this issue?
- A. The automation is triggering the search index rebuild too often. The store search index should not be rebuilt more than 10 times per day.
- B. The automation is working as designed. The B2B Store Manager needs to login again to the store to see results of the updated search index.
- C. The automation is triggering the search index rebuild too often. The store search index should not be rebuilt more than five times per hour.
正解:C
解説:
The issue with the search index not reflecting recent product updates could be due to the automation triggering the search index rebuild too frequently. If the store search index is rebuilt more than five times per hour, as suggested in option (C), it can lead to performance issues and delays in updating the search results. This frequency can overwhelm the system, leading to a queue of rebuild operations that can't be processed in a timely manner, causing the search results to become outdated despite the updates to product records.
質問 # 70
A boutique sells sporting goods in its B2B Commerce store. An administrator recently added the promotions subflow to the checkout flow template. The administrator has tested the checkout process with a cart in debug mode. The changes pass the test scenarios. However, when the Administrator repeats the same test scenarios in the B2B store, it fails.
Which two reasons could be the cause of the error?
- A. The Checkout page on the Experience Builder site is currently configured to run a different Checkout flow template.
- B. The store site needs to be deactivated and reactivated to use the new version of the checkout flow.
- C. The Apply Promotions Status field needs to be set to Active to enable promotions on the B2B store on the General Settings store page.
- D. A new version of the checkout flow template has not been activated.
正解:A、D
解説:
If the checkout process fails in the B2B store after adding the promotions subflow to the checkout flow template, the two possible reasons could be A. A new version of the checkout flow template has not been activated, meaning the changes have not been applied; and B. The Checkout page on the Experience Builder site is currently configured to run a different Checkout flow template, which does not include the promotions subflow.
質問 # 71
Which two tasks need to be completed before the checkout flow is usable?
- A. Activate the Checkout workflow rule.
- B. Configure the Checkout flow in Flow Builder.
- C. Add the checkout flow to the Checkout Page in Experience Builder.
- D. Install the Checkout Process Builder in the org.
正解:B、C
解説:
Before the checkout flow is usable, the following two tasks need to be completed: A. Configure the Checkout flow in Flow Builder, which involves setting up the logic and steps for the checkout process; and D. Add the checkout flow to the Checkout Page in Experience Builder, which integrates the configured flow into the actual checkout page that users interact with during the purchasing process.
質問 # 72
How can an Administrator stop welcome emails from being sent when a customer joins the store as a new member?
- A. Disable the Welcome Email setting in the B2B Commerce section of Setup.
- B. Disable the Send welcome email setting in the Administration tab in Experience Builder.
- C. Add Welcome Emails to the Filtered Emails field in the Emails section of Setup.
- D. Uncheck the Send Email setting under Self-Registration in the Administration tab in Experience Builder.
正解:B
解説:
To stop welcome emails from being sent to new members joining the store, an Administrator can Disable the Send welcome email setting in the Administration tab in Experience Builder (D). This setting controls the automatic dispatch of welcome emails upon new user registration, and disabling it prevents these emails from being sent. This action offers a direct way to manage communication preferences within the Experience Builder, aligning the store's engagement strategies with business needs and user expectations. Unchecking Send Email settings (A) and modifying email configurations in Setup (B, C) are also relevant to email management, but the specific control for welcome emails is found within the Experience Builder's Administration settings.
質問 # 73
An Administrator is asked to change the Search settings and perform a rebuild of the search index. Which three aspects can the Administrator control out of the box?
- A. Include Images
- B. Results per Page
- C. Sort Rules
- D. Results Filters
- E. Scheduled Indexing
正解:B、C、E
解説:
Out of the box, an Administrator can control the following aspects of the search settings:
A) Sort Rules: These determine the order in which search results are displayed.
B) Results per Page: This setting controls how many results are shown to the user at one time, impacting the browsing experience.
E) Scheduled Indexing: This allows for the automatic rebuilding of the search index at scheduled intervals, ensuring the search functionality reflects the most up-to-date information.
These settings are crucial for optimizing the search experience, ensuring that users can find what they need efficiently and effectively.
質問 # 74
A customer wants to have a discount program based on the number of items purchased, where the higher the quantity, the larger the discount.
What does an Administrator need to configure to set up Tiered Pricing for a product?
- A. Stepped Pricing
- B. Priority Pricing
- C. Price Adjustment Schedules
- D. Promotions Flow
正解:C
解説:
To set up Tiered Pricing for a product, an administrator needs to configure A. Price Adjustment Schedules. This functionality allows for the creation of pricing tiers that apply different discounts based on the quantity of items purchased, enabling volume-based pricing strategies.
質問 # 75
An Administrator is setting up email templates that will be automatically sent to customers after performing different actions.
How should the Administrator ensure that the emails will all be sent from a "no-reply" email address?
- A. Create an Org-Wide Email Address in Setup.
- B. Create a System Email Address in the Store Manager.
- C. Create a Domain Email Address in the Store Manager.
- D. Create a No-Reply Email Address in Setup.
正解:A
解説:
To ensure that all automated emails are sent from a "no-reply" email address, the Administrator should:
B) Create an Org-Wide Email Address in Setup: This allows for the configuration of a default email address (such as a "no-reply" address) that will be used for all outgoing emails from the Salesforce org, ensuring consistency and controlling the reply behavior.
質問 # 76
An implementation of B2B Commerce is requiring guest users to have read access to the Product object.
What should an Administrator do to ensure that guest users have access?
- A. Change the org wide default for the Product object to read.
- B. Create a new store sharing setting on the Product object.
- C. Create a sharing rule on the Product object.
- D. Modify the guest user profile to provide access to the Product object.
正解:D
解説:
To ensure that guest users have read access to the Product object, an Administrator should B. Modify the guest user profile to provide access to the Product object. This involves adjusting the permissions within the guest user profile settings to grant read access specifically to the Product object, ensuring that guest users can view product details without compromising data security.
質問 # 77
For which two reasons should an Administrator activate person accounts in a B2B Commerce org?
- A. To setup B2B2C Commerce in an existing B2B Commerce org.
- B. To enable individual buyers.
- C. To enable business buyers.
- D. To set up Order Management for B2B Commerce use.
正解:A、B
解説:
An administrator should activate person accounts in a B2B Commerce org for A. To set up B2B2C Commerce in an existing B2B Commerce org, allowing the organization to cater to both business and individual consumers, and D. To enable individual buyers, providing a more tailored shopping experience for solo entrepreneurs or individual purchasers.
質問 # 78
Which two permission sets are needed for a user on the storefront to view other accounts across multiple accounts?
- A. Account Switcher User
- B. Account Delegation User
- C. Buyer (or Commerce User)
- D. Buyer Manager (or B2B Commerce Super User)
正解:A、D
解説:
For a user on the storefront to view other accounts across multiple accounts, the necessary permission sets are C. Account Switcher User, which allows users to switch between different accounts they have access to, and D. Buyer Manager (or B2B Commerce Super User), which provides broader permissions including the ability to manage and view information related to multiple accounts.
質問 # 79
A company decided to change their payment method from one payment gateway to another. 08m 07s.
What does an Administrator need to do to configure the store to use the new payment gateway?
- A. Configure the payment gateway using the Experience Builder Administration page.
- B. Update the payment gateway settings on the Payment and Billing subflow.
- C. Use a Salesforce Labs package.
- D. Link the integration in store administration.
正解:B
解説:
To configure the store to use a new payment gateway, an Administrator needs to Update the payment gateway settings on the Payment and Billing subflow (A). This involves configuring the new gateway's details and parameters within the relevant settings, ensuring that the store's payment processing is correctly aligned with the new gateway.
質問 # 80
Which three configuration aspects must be set up outside the Commerce App in order to deploy and activate the full B2B Commerce experience both for internal and external users?
- A. Multi-Factor Authentication
- B. Salesforce CMS
- C. Custom attributes
- D. Experience Sites
- E. Profiles and Permission Sets
正解:A、D、E
解説:
To deploy and activate the full B2B Commerce experience for internal and external users, the three configuration aspects that must be set up outside the Commerce App include B. Experience Sites, which involves configuring the digital experience platforms for users; C. Multi-Factor Authentication, which is a security measure to verify user identities; and D. Profiles and Permission Sets, which are essential for defining access controls and permissions for different types of users within the system.
質問 # 81
What step does an Administrator need to take in order to authorize a payment gateway safely?
- A. Create a Named Credential
- B. Add a username password credential to payment providers in Setup
- C. Upload a client certificate in Setup using Certificate and Key Management
- D. Create a new payment client token
正解:A
解説:
To safely authorize a payment gateway, an Administrator needs to B. Create a Named Credential in Salesforce Setup. Named Credentials provide a secure way of storing authentication details, including endpoint URLs, usernames, passwords, and token endpoints, which are essential for securely connecting to external payment gateway APIs.
質問 # 82
Which status does CMS content need to be in to edit the record?
- A. Review
- B. Preproduction
- C. Editable
- D. Draft
正解:D
解説:
CMS content must be in the D. Draft status to be editable. This status indicates that the content is in the initial stages of creation or modification and has not yet been finalized for publication. Draft status allows administrators to make changes before the content is reviewed, approved, and published, ensuring that only fully vetted and complete content is made available to end-users.
質問 # 83
......
検証済みのAP-201テスト問題集と解答で正確な122問題と解答あります:https://www.jpntest.com/shiken/AP-201-mondaishu
最新をゲットせよ!AP-201認定有効な試験問題集解答:https://drive.google.com/open?id=1aba_8Ow03WGmCnbK2ZaCKMmVhS9X_9XC