[2025年05月08日] 完全版には更新されたのはSalesforce Administrator(B2B-Commerce-Administrator)認定サンプル問題 [Q56-Q81]

Share

[2025年05月08日] 完全版には更新されたのはSalesforce Administrator(B2B-Commerce-Administrator)認定サンプル問題

最新のSalesforce B2B-Commerce-Administratorリアル試験問題集PDF

質問 # 56
A developer has the task to create custom Lightning web components (LWCs). 04m 30s Which two steps must a developer take when creating custom LWCs?

  • A. Deploy a custom component.
  • B. Authorize an org for an SFDX project.
  • C. Create an Apex class.
  • D. ClonealWC.

正解:A、B

解説:
To create custom Lightning web components, a developer needs to follow these steps:
Authorize an org for an SFDX project. This allows the developer to use Salesforce CLI commands to create, test, and deploy code to the org2.
Create a Lightning web component using Visual Studio Code or Salesforce CLI. A Lightning web component consists of a folder with three files: an HTML template file, a JavaScript file, and a metadata file3.
Deploy a custom component to the org using Visual Studio Code or Salesforce CLI. This makes the component available for use in the org4.
Optionally, test the component using Jest framework or browser tools4. Reference: Create Lightning Web Components, Build Lightning Web Components, Create a Hello World Lightning Web Component


質問 # 57
A company sells t-shirts that come in multiple sizes and colors.
Which two steps should an Administrator take to implement the products for this company?

  • A. Create a T-Shirt Parent Product.
  • B. Create a T-Shirt Variable Product.
  • C. Create a Product Variation Rule.
  • D. Create Product Variations.

正解:A、D

解説:
To implement the products for a company that sells t-shirts that come in multiple sizes and colors, an administrator should take two steps: create product variations and create a t-shirt parent product. A product variation is a product that has different variations based on attributes, such as size or color. A t-shirt parent product is a product that groups together all the t-shirt variations that share the same attributes. An administrator can use the Product Workbench to create product variations and t-shirt parent products for a store. Reference: Product Variations and Attributes; Product Workbench


質問 # 58
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 areC. Account Switcher User, which allows users to switch between different accounts they have access to, andD. Buyer Manager (or B2B Commerce Super User), which provides broader permissions including the ability to manage and view information related to multiple accounts.


質問 # 59
A customer has a requirement to allow users to ship items to multiple addresses, as well as allow for multiple shipping option selections.
Which Selesforce B2B Commerce feature Will satisfy this business requirement?

  • A. Enable Line level Independence for the storefront.
  • B. Update the product catalog to include any new shipping properties.
  • C. Update the Salesforce B2B Commerce Shipping Rates table with shipping properties for the storefront.
  • D. Provide a custom shipping Implementation through the Salesforce B2B Commerce logic layer.

正解:A


質問 # 60
What is the fastest way to deploy and activate a sample B2B Storefront?

  • A. Get the Capricorn Data Complete json file from the partner community and Import
  • B. Perform a search Index operation with the lead sample data checkbox checked.
  • C. Deploy with a fresh dev org and import data
  • D. Deploy with sample data right after store Creation

正解:C

解説:
Explanation
According to the Deploy a Sample Storefront page, deploying a sample storefront is a process that allows you to create and activate a B2B Commerce site with sample data and functionality. Deploying a sample storefront can help you learn about the features and capabilities of B2B Commerce and get started quickly with your own site. The fastest way to deploy and activate a sample storefront is to deploy with a fresh dev org and import data. A dev org is a free Salesforce environment that you can use for development, testing, or training purposes. To deploy with a fresh dev org and import data, you need to do the following steps:
Sign up for a free dev org from 4.
Install B2B Commerce managed package from 5.
Import sample data from 6.
Create a store or reorder portal from 7.
Activate your site from 8. Therefore, option D is correct. Options A, B, and C are false because they are not the fastest ways to deploy and activate a sample storefront. Deploying with sample data right after store creation is an alternative method that requires you to have an existing Salesforce org with B2B Commerce installed and configured before creating a store or reorder portal with sample data option enabled. Getting the Capricorn Data Complete json file from the partner community and importing it is an outdated method that is no longer supported or recommended for deploying a sample storefront.
Performing a search index operation with the lead sample data checkbox checked is not a method for deploying a sample storefront at all, but rather a step for rebuilding the search index for your site after importing sample data. References: Deploy a Sample Storefront, Deploy a Sample Storefront Overview


質問 # 61
An Administrator is having trouble rebuilding the search index. 08m 41s What could be causing this issue?

  • A. There are no active products associated to any of the categories in the store catalog.
  • B. There is no price book associated to the store.
  • C. The products have not been added to an entitlement policy.
  • D. The necessary permissions have not been given to the Administrator.

正解:D

解説:
If an Administrator is having trouble rebuilding the search index, a potential cause could bethe necessary permissions have not been given to the Administrator (A). Proper permissions are required to execute search index rebuilds, and without these permissions, the Administrator may encounter difficulties in initiating or completing the rebuild process.


質問 # 62
Where are Checkout Screens configured?

  • A. Store Administration
  • B. Workbench
  • C. Experience Builder
  • D. Flow Builder

正解:C


質問 # 63
An Administrator needs to support a unique use case with an exclusive line of products.
Only certain stores as 'Premium' Status should contain an exclusive list of products. All of the other products outside of the exclusive product line should be available in all stores. Is it possible to support this use case of store-specific products in B2B Commerce?

  • A. No the data model does not support this type of configuration
  • B. Yes there is anexclusive line checkbox on the product entity which supports this scenario.D, No the product must be filtered with custom code
  • C. yes this is supported by the B2B commerce data model

正解:C

解説:
Explanation
According to the Product Exclusion page, product exclusion is a feature that allows you to exclude certain products from being assigned to a store or a reorder portal. Product exclusion can help you support a unique use case with an exclusive line of products that are only available for certain stores with a premium status. To support this use case of store-specific products in B2B Commerce, an admin can do the following steps:
Create a product list that contains the exclusive products that are only available for the premium stores.
Navigate to CC Admin in the commerce app.
Click Stores in the navigation menu.
Select the store or reorder portal that you want to exclude the exclusive products from.
Click Product Exclusion in the store workspace.
Select the product list that contains the exclusive products from the Product List drop-down list.
Click Save.
Repeat steps 4-7 for each store or reorder portal that you want to exclude the exclusive products from.
Therefore, option A is correct. Options B, C, and D are false because they imply that this use case of store-specific products in B2B Commerce is not supported by the data model or requires additional configuration or customization, which is not true. References: Product Exclusion, Product Exclusion Overview


質問 # 64
What three types of users commonly interact with the Salesforce B2B eCommerce storefront?

  • A. IT Project Managers
  • B. Business buyers
  • C. Equipment Technicians
  • D. Service reps
  • E. Sales reps

正解:B、D、E


質問 # 65
How can an administrator categorize aVariant Product?

  • A. Assign the Entitlement Policy to the Category
  • B. Assign the Price book Policy to the Category
  • C. Assign the Variant Product directly to the Category
  • D. Assign the Variant Parent Product directly to the Category

正解:D

解説:
Explanation
A variant product is a product that has different variations based on attributes such as color or size. A variant parent product is a product that groups together all the variant products that share the same attributes. To categorize a variant product, an administrator can assign the variant parent product directly to the category.
This way, all the variant products under the variant parent product are automatically assigned to the same category. References: Product Variation Grouping; Get to Know Product Variation Grouping


質問 # 66
An Administrator needs to prevent a category from displaying in the navigation menu.
Which feature allows the Administrator to do this?

  • A. Category deactivation
  • B. Category Exclusion
  • C. Menu Exclusion
  • D. Show in Menu

正解:B

解説:
To prevent a category from displaying in the navigation menu, the Administrator can useC. Category Exclusion. This feature allows specific categories to be excluded from the navigation menu, even if they are active and contain products. It is a targeted approach to manage the visibility of categories in the storefront's navigation structure.


質問 # 67
Which two of the following are workspaces in the Commerce App?

  • A. Commerce Reports
  • B. Pricing
  • C. Product
  • D. Content Management
  • E. Search

正解:C、E

解説:
Explanation
According to the Commerce App page, commerce app is an app that allows you to manage your B2B Commerce data and functionality in Salesforce. Commerce app has several workspaces that correspond to different aspects of your B2B Commerce site, such as product, pricing, promotion, order, store, search, report, and content. Product and search are two of the workspaces in the commerce app. Product workspace allows you to manage your products and product variations. Search workspace allows you to configure and optimize the search functionality for your B2B Commerce site. Therefore, options C and D are correct. Options A, B, and E are false because commerce reports, pricing, and content management are not workspaces in the commerce app. Commerce reports are a set of reports and dashboards that provide insights into your B2B Commerce performance and metrics. Pricing workspace allows you to manage your price lists and price list items. Content management is a feature that allows you to create and manage content assets for your B2B Commerce site. References: Commerce App, Commerce App Overview


質問 # 68
Which two statements are true when upgrading Salesforce B2B Commerce from Release A to Release B?
Choose 2 answers

  • A. Salesforce B2B Commerce upgrades ONLY replaces and adds to Managed Package Meta Data already installed.
  • B. Take a backup of all your Salesforce B2B Commerce data, since all data is most likely to get erased during the upgrade.
  • C. Salesforce B2B Commerce upgrades do not touch data in Salesforce B2B Commerce objects
  • D. Take a backup of all the Salesforce B2B Commerce extensions, since most likely all the extensions are going to be overwritten.

正解:A、C


質問 # 69
How can an admin configure the checkout time-to-live?

  • A. Update Webstore properties in Store Administration
  • B. Find a Webstore and update properties and updateCheckoutTimeToLive and CheckoutValidAfterDate properties
  • C. Find a WebCart and update CheckoutTimeToLive and CheckoutValidAfterDate properties
  • D. Update TTL properties in Order Settings under Setup

正解:B

解説:
Explanation
To configure the checkout time-to-live, an admin can find a Webstore and update properties and updateCheckoutTimeToLive and CheckoutValidAfterDate properties. These properties determine how long a checkout session is valid for a user after they initiate checkout or after they modify their cart. The CheckoutTimeToLive property specifies the number of minutes that a checkout session is valid after it is initiated. The CheckoutValidAfterDate property specifies the number of minutes that a checkout session is valid after it is modified. References: Checkout Properties


質問 # 70
A company sells t-shirts that come in multiple sizes and colors.
Which two steps should an Administrator take to implement the products for this company?

  • A. Create a T-Shirt Parent Product.
  • B. Create a T-Shirt Variable Product.
  • C. Create a Product Variation Rule.
  • D. Create Product Variations.

正解:A、D

解説:
Explanation
To implement the products for a company that sells t-shirts that come in multiple sizes and colors, an administrator should take two steps: create product variations and create a t-shirt parent product. A product variation is a product that has different variations based on attributes, such as size or color. A t-shirt parent product is a product that groups together all the t-shirt variations that share the same attributes. An administrator can use the Product Workbench to create product variations and t-shirt parent products for a store. References: Product Variations and Attributes; Product Workbench


質問 # 71
A developer is building a custom component in Lightning web components (LWC) that has a grandchild component that needs to pass information to the grandparent component. Ex Ther m Ss What is the correct way to demonstrate the passing of a message from the grandchild component to the grandparent component?

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

正解:A

解説:
The correct way to demonstrate the passing of a message from the grandchild component to the grandparent component is by using an attribute on the child component to pass the message. This can be done by using the @api decorator in the grandchild component and then handling the message in the grandparent component with the handlemessage method. For example:
<!-- grandchild.html --> <template> <lightning-button label="Send Message" onclick={handleClick}></lightning-button> </template>
// grandchild.js import { LightningElement, api } from 'lwc';
export default class Grandchild extends LightningElement { // Declare an attribute to pass the message @api message = 'Hello from grandchild';
// Handle the button click and fire an event handleClick() { // Create a custom event with the message as detail const event = new CustomEvent('message', { detail: this.message }); // Dispatch the event from this component this.dispatchEvent(event); } }
<!-- child.html --> <template> <c-grandchild onmessage={handleMessage}></c-grandchild> </template>
// child.js import { LightningElement } from 'lwc';
export default class Child extends LightningElement { // Handle the message event from the grandchild component handleMessage(event) { // Get the message from the event detail const message = event.detail; // Fire another event with the same message to pass it to the parent component this.dispatchEvent(new CustomEvent('message', { detail: message })); } }
<!-- parent.html --> <template> <c-child onmessage={handleMessage}></c-child> </template>
// parent.js import { LightningElement } from 'lwc';
export default class Parent extends LightningElement { // Declare a property to store the message message;
// Handle the message event from the child component handleMessage(event) { // Get the message from the event detail and assign it to the property this.message = event.detail; // Do something with the message, such as display it on the screen console.log(this.message); } }


質問 # 72
Which step can an Admin take to present different user experiences to different Buyers in a Storefront?

  • A. Associate the branding to specific buyer groups
  • B. Link the Store to multiple Communities
  • C. Use component variations
  • D. create audiences to define different segments

正解:D

解説:
Explanation
According to the Audiences page, audiences are features that allow you to define different segments of users based on various criteria, such as location, device type, profile, etc. Audiences can help you present different user experiences to different buyers in a storefront on B2B Commerce by showing or hiding components or pages based on their audience membership. To create audiences for your B2B Commerce site, an admin can do the following steps:
Navigate to Experience Workspaces in CC Admin.
Click Administration in the navigation menu.
Click Audiences in the administration workspace.
Click New Audience.
Enter the details for the audience, such as name, description, criteria, etc.
Click Save.
Repeat steps 4-6 for each audience that you want to create. Therefore, option D is correct. Options A, B, and C are false because they are not steps that an admin can take to present different user experiences to different buyers in a storefront on B2B Commerce. Linking the store to multiple communities, using component variations, and associating the branding to specific buyer groups are either irrelevant or insufficient methods that do not allow an admin to define different segments of users based on various criteria and show or hide components or pages based on their audience membership. References:
Audiences, Audiences Overview


質問 # 73
Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across 05m 06s multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects-ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct- while preserving its relationships and without purchasing additional licenses or using thirdparty tools.
What is the recommended tool a developer should select to address the requirement?

  • A. Data Import Wizard
  • B. Commerce Product Data Import
  • C. Dataloader.io
  • D. Bulk Import Using Command Line Interface

正解:B

解説:
Commerce Product Data Import is a tool that allows developers to import product data from a CSV file into the B2B Commerce Cloud platform. It supports importing data for related objects, such as ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct, while preserving their relationships. It also supports scheduling the import process to run at a specified time or frequency, which can be useful for demo purposes. Commerce Product Data Import does not require any additional licenses or third-party tools to use. Reference:
Import Products
Commerce Product Data Import


質問 # 74
Which two objects are accessible from the Commerce App menu?

  • A. Buyer Policies
  • B. Buyer Groups
  • C. Product
  • D. Buyer Entitlements
  • E. Reports

正解:B、C

解説:
According to the Commerce App page, commerce app is an app that allows you to manage your B2B Commerce data and functionality in Salesforce. Commerce app has several workspaces that correspond to different aspects of your B2B Commerce site, such as product, pricing, promotion, order, store, search, report, and content. Two of the objects that are accessible from the Commerce app menu are product and buyer groups. Product object stores information about the products that you sell on your site, such as name, description, status, visibility, category, image, etc. Buyer groups object stores information about the buyer groups that you assign to your site, such as name, description, price list selection method, price lists, etc. Therefore, options B and C are correct. Options A, D, and E are false because buyer policies, buyer entitlements, and reports are not objects that are accessible from the Commerce app menu. They are features or components that can be managed separately in the CC Admin interface or in Salesforce Setup. Reference: Commerce App, Commerce App Overview


質問 # 75
Which entities do not need the "Public Read Only" access level to enable external buyers to view products on the storefront?

  • A. Order Delivery Method
  • B. Price Book
  • C. Product Media
  • D. Catalog

正解:B

解説:
To enable external buyers to view products on the storefront, the following entities need the "Public Read Only" access level: Product Media, Catalog, Order Delivery Method, Product Category Assignment, Product Category Localization, Product Category Media Assignment, Product Category Media Localization, Product Localization, Product Media Assignment, Product Media Localization, Product Variation Grouping Localization. Price Book does not need this access level because it is not directly related to product visibility on the storefront. Reference: Configure Sharing Settings for Commerce


質問 # 76
An Administrator does not want to use the default domain associated with a B2B Commerce store.
In which two ways should the Administrator configure Salesforce to allow for a custom domain?

  • A. Enable Custom URL Redirect in the Administration panel of the store.
  • B. Add the custom domain to the B2B store in Experience Builder.
  • C. Create a Custom URL in Setup.
  • D. Configure a custom domain and CDN in Setup.

正解:C、D

解説:
To configure Salesforce for a custom domain for a B2B Commerce store, the Administrator shouldA. Create a Custom URL in Setup, defining the custom domain to be used, andC. Configure a custom domain and CDN in Setup, ensuring that the domain is properly linked to the Salesforce environment and content is delivered efficiently via a Content Delivery Network (CDN).


質問 # 77
Which feature should an Administrator use to determine which price is shown to customers that have multiple price books assigned to them.

  • A. Buyer Groups
  • B. Price Book Flows
  • C. Pricing Strategies
  • D. Pricing Entitlement Po

正解:C

解説:
To determine which price is shown to customers that have multiple price books assigned to them, the administrator should use pricing strategies. Pricing strategies are rules that define how prices are calculated and displayed for products and orders on the storefront. They can be based on various criteria, such as buyer group, product class, price book priority, etc. Reference: Pricing Strategies


質問 # 78
Which Org preference needs to be enabled in order to see the Order Summary object in Object Manager?

  • A. There is no action to take. Order Summary access is automatically enabled.
  • B. Enhanced Commerce Orders
  • C. Person Accounts
  • D. Person Accounts for Shoppers

正解:B

解説:
Explanation
Enhanced Commerce Orders is the org preference that needs to be enabled in order to see the Order Summary object in Object Manager. The Order Summary object is a custom object that stores information about an order placed on a B2B Commerce site, such as products, quantities, prices, discounts, taxes, and shipping costs. The Enhanced Commerce Orders preference allows you to use this object instead of the standard Order object for B2B Commerce orders, giving you more flexibility and control over your order management process. References: Order Summary Object; [Enhanced Commerce Orders Preference]


質問 # 79
Which technique can be used with Lightning web components to expose them outside of an 04m 155 org in another web container?

  • A. Lightning Canvas
  • B. Slot elements
  • C. Heroku
  • D. Lightning Out

正解:D

解説:
Lightning Out because this is a technique that allows developers to use Lightning web components outside of Salesforce servers, such as in a Node.js app running on Heroku or a department server inside the firewall2. Lightning Out uses a standalone Aura dependency app to host the Lightning web components and expose them to an external web container2. The other options are incorrect because they are not techniques for exposing Lightning web components outside of an org. Slot elements are a way to create reusable components with dynamic content3. Heroku is a cloud platform that supports various languages and frameworks, but it does not directly expose Lightning web components4. Lightning Canvas is a framework that enables developers to integrate third-party applications into Salesforce5, but it does not support Lightning web components6. Reference: Use Components Outside Salesforce, Slot Elements, Heroku, Lightning Canvas Developer's Guide, Lightning Web Components in Visualforce, Aura, and Lightning Out


質問 # 80
How can a customer control the products that different buyers can purchase in the same store front?

  • A. Sharing rules
  • B. Misdirection
  • C. Entitlements
  • D. Catalogs

正解:D

解説:
According to the Catalogs page, catalogs are collections of products that are available for a store or a reorder portal. Catalogs can be used to organize your products and control their visibility and availability on your B2B Commerce site. To control the products that different buyers can purchase in the same storefront, a customer can use catalogs. A customer can create different catalogs for different buyer groups and assign them to the same store or reorder portal. This way, a customer can ensure that only the products that are relevant and authorized for each buyer group are displayed and purchasable on the storefront. Therefore, option A is correct. Options B, C, and D are false because they are not features that a customer can use to control the products that different buyers can purchase in the same storefront. Misdirection is not a valid feature or term in B2B Commerce. Sharing rules are features that allow you to control the access level and permissions of your users for your B2B Commerce data and functionality. Entitlements are features that allow you to define service levels and support terms for your customers on your B2B Commerce site. Reference: Catalogs, Catalogs Overview


質問 # 81
......

Salesforce B2B-Commerce-Administrator問題集で一発合格を目指すならこれ!:https://jp.fast2test.com/B2B-Commerce-Administrator-premium-file.html

B2B-Commerce-Administrator練習テスト問題更新されたのは121問があります:https://drive.google.com/open?id=1haI8t73i5ErGvKa50t6FPNyEzbvwgVsU


弊社を連絡する

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

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어