
2025年最新の実際に出るB2B-Commerce-Administrator問題集テストエンジン試験問題はここにある
更新された公式資料はB2B-Commerce-Administrator認証済みのB2B-Commerce-Administrator問題集PDF
質問 # 66
Which cart item type is created with the Cart Delivery Group Method after the shipping integration?
- A. Surcharge
- B. Charge
- C. Shipping
- D. Delivery
正解:C
解説:
When a shipping integration is enabled in B2B Commerce for Visualforce, the cart delivery group method record is used to store the selected shipping method for each cart delivery group. After the shipping integration returns the shipping cost for each cart delivery group, a cart item record of type Shipping is created with the cart delivery group method record as its parent. This cart item record represents the shipping charge for the corresponding cart delivery group and is displayed in the order review section of the checkout page. Reference: Specify Shipping Group Options for LLI Checkout, Specify Shipping Options for Standard Checkout, CartDeliveryGroupMethod
質問 # 67
An administrator at Universal Containers (UC) wants to supply buyers with product-related information. Which two content types can an admin use to provide buyers with product-related information?
- A. Asset
- B. Image
- C. File
- D. Document
正解:B、D
質問 # 68
Which two records can an Administrator bulk update in the Commerce app?
- A. Products
- B. Stores
- C. Pricing
- D. Catalogs
正解:A、B
質問 # 69
Which two content types can an Admin use to provide buyers with product related information?
- A. Document
- B. Video
- C. Image
- D. Quip
正解:B、C
解説:
Video and image are two content types that an admin can use to provide buyers with product related information. Video and image content can be added to product detail pages or category pages to showcase product features, benefits, or usage scenarios. Video and image content can also be used to enhance the SEO ranking of the site and improve the user experience. Reference: [Add Content to Product Detail Pages]; [Add Content to Category Pages]
質問 # 70
Which category can receive signaling from a Lightning Message Channel? 03m 42s
- A. only ancestors (i.e. parents)
- B. page (anywhere on it)
- C. only descendents (i.e. children)
- D. only direct siblings
正解:B
解説:
The Lightning Message Service (LMS) allows communication across different UI technologies on a Lightning page, such as Lightning Web Components, Aura Components, and Visualforce pages. LMS uses message channels to publish and subscribe to messages. A message channel is a custom metadata type that defines the shape and scope of the messages1. The scope of a message channel determines which components can receive signaling from it. There are two possible scopes: application and component1. The application scope means that any component on the page can receive signaling from the message channel, regardless of its position in the DOM hierarchy1. The component scope means that only components that share a common ancestor can receive signaling from the message channel1. Therefore, the correct answer is B. page (anywhere on it), because it corresponds to the application scope of a message channel. Reference: Use Lightning Message Service
質問 # 71
Which Salesforce B2B Commerce functionality enables Users to place orders on behalf of an account?
- A. Effective Account
- B. Dynamic Pricelist
- C. Account Sharing
- D. Account Sets
正解:A
解説:
effective account is a feature that enables users to place orders on behalf of an account. Effective account has the following advantages:
Users can switch between different accounts that they have access to and place orders as if they were logged in as those accounts.
Users can inherit the entitlements of the accounts that they switch to, such as products, prices, promotions, and orders.
Users can view and manage the orders of the accounts that they switch to, as well as their own orders. Therefore, option C is correct. Options A, B, and D are false because they are not features that enable users to place orders on behalf of an account. They are related to other aspects of account functionality, such as sharing access to accounts with other users, creating sets of accounts for reporting purposes, or using dynamic pricing based on account attributes.
質問 # 72
Which product type should be used to offer slight variations ofthe same product on one product detail page?
- A. Aggregated Product
- B. Variant Product
- C. Composite Product
- D. Component Product
正解:B
解説:
Explanation
According to the Product Variations and Attributes page, variant product is the product type that should be used to offer slight variations of the same product on one product detail page. Variant products are products that share common attributes but differ in one or more ways, such as color or size. Variant products are grouped under a parent product and displayed as variations on a single product detail page. Therefore, option B is correct. Option A is false because component product is a product type that is used to create bundles of products that are sold together. Option C is false because aggregated product is a product type that is used to group multiple products under one parent product and display them as separate line items on the cart page.
Option D is false because composite product is a product type that is used to create complex products that consist of multiple components with different attributes and prices. References: Product Variations and Attributes, Product Types
質問 # 73
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. Create a new store sharing setting on the Product object.
- B. Modify the guest user profile to provide access to the Product object,
- C. Change the org wide default for the Product object to read.
- D. Create a sharing rule on the Product object.
正解:B
解説:
Explanation
To ensure that guest users have read access to the Product object, an Administrator should modify the guest user profile to provide access to the Product object. The guest user profile controls what guest users can do and see on a site1, 2. By default, guest users have read-only access to some standard objects, such as Account and Contact, but not to custom objects, such as Product2. Therefore, the Administrator needs to edit the guest user profile and assign the appropriate object permissions for Product2. References: Salesforce Accredited B2B Commerce Administrator Exam Guide, Set Up Guest User Access for Your Site
質問 # 74
A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages.
How should the developer implement the required changes over multiple instances?
- A. Use the Override ii a in the Experience Builder and add the desired CSS to change the styles.
- B. Use a Custom CSS file in a static resource and add the import using the Edit Head Markup Editor in the Experience Builder.
- C. Create a Custom Theme Layout Aura component that imports the custom CSS file. Set up the page to use this Theme Layout.
- D. Create a Custom Content Layout Lightning web component that imports the custom CSS file. Set up the page to use this Content Layout.
正解:C
解説:
To implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template, the developer should create a custom theme layout Aura component that imports the custom CSS file. The developer should then set up the page to use this theme layout in the Experience Builder. This approach allows the developer to apply the custom CSS file only to the page that needs it, without affecting the default style of the component on other pages. The developer can also use the theme layout component to add other elements or functionality to the page, such as headers, footers, or navigation menus. Reference:
Customize Your Storefront with Aura Components
Create a Custom Theme Layout Component
質問 # 75
An administrator would like for their content collection to automatically update when new content is added.
Which two steps should the Administrator take to implement this?
- A. Create an Automated Collection.
- B. Create a Dynamic Content Collection.
- C. Create Content Rule records and associated them to a collection
- D. Create criteria rules to filter content.
正解:B、D
解説:
To create a content collection that automatically updates when new content is added, an administrator should take two steps: create a dynamic content collection and create criteria rules to filter content. A dynamic content collection is a collection that automatically includes content based on criteria rules, such as content type, tag, category, etc. A criteria rule is a rule that defines how to filter content for a dynamic content collection based on one or more conditions. Reference: Dynamic Content Collections; Criteria Rules
質問 # 76
What needs to be done first, in order to modify the out-of-the-box checkout flow template?
- A. Clone the existing checkout flow
- B. Change the permissions on the existing checkout flow
- C. Delete the existing flow
- D. Rename the existing Checkout Flow in place
正解:B
質問 # 77
In which location is the first price Tier defined when using Tiered Pricing?
- A. The Price field on the respective Pricelist Item Record
- B. The Default Storefront Pricelist
- C. The Tiered Pricing Lightning Component
- D. The CC Product Record
正解:A
解説:
Explanation
The first price Tier is defined on the Price field on the respective Pricelist Item Record. This is the price that will be displayed to users on the storefront.
When using Tiered Pricing, the first price tier is defined in the Price field on the respective Pricelist Item Record. Each Pricelist Item Record represents a specific product and defines the price tiers associated with that product. The Price field on the Pricelist Item Record determines the price for the first tier of the product.
References: Salesforce B2B Commerce Administrator documents or study guide (specifically, the section related to Tiered Pricing and Pricelist Item Records).
質問 # 78
In which location is the first price Tier defined when using Tiered Pricing?
- A. The Price field on the respective Pricelist Item Record
- B. The Default Storefront Pricelist
- C. The Tiered Pricing Lightning Component
- D. The CC Product Record
正解:A
質問 # 79
An admin is analyzing requirements around a customer's category hierarchy for a multi-language site. They have a set of 110categories which contain many child categories. Which consideration should the admin keep in mind prior to implementation?
- A. Only 50 categories can be localized per language
- B. There is a limit of 50 categories total across all languages
- C. There is a limit of 100 categories total across all languages
- D. There is a depth limit for the number of child categories
正解:A
解説:
Explanation
An admin should keep in mind that only 50 categories can be localized per language prior to implementing a customer's category hierarchy for a multi-language site. This means that if there are more than 50 categories in one language, some of them will not be translated into other languages on the storefront. References: Localize Store Categories
質問 # 80
What happens if there is no translation of Product content available for a Buyer's language?
- A. Product data is not surfaced
- B. The site falls back to the Buyer's second language
- C. The site falls back to the Store's default language
- D. An error message is surfaced to the Buyer
正解:C
質問 # 81
While working on a commerce rollout, a developer needs to update the checkout process so that buyers can purchase with one of the below payment types. --- m Ss
* Credit Card
* Purchase Order
* Contract Now & Pay Later
Additionally, the developer needs to show only Purchase Order and Contract Now & Pay Later if a custom checkbox field on the account is checked.
How should the developer meet these requirements?
- A. Modify the standard payment component settings in the checkout screen flow and add the new payment method. Use the component visibility feature in screen flows to fulfill the account-based
- B. Create a custom Lightning web component that can be used with the standard payment component. Use a publish-subscribe (pub-sub) model to listen to events from the standard component to determine which additional payment options should be shown.
- C. Add a new payment gateway through the reference implementation steps so the payment shows up on the checkout payment screen. Configure the different payment options required.
- D. Create a custom Lightning web component for the checkout flow that has all the options available. Within that component, pull data from the account to determine which options to show.
正解:D
解説:
To update the checkout process with different payment types, the developer should create a custom Lightning web component for the checkout flow that has all the options available. Within that component, the developer can pull data from the account to determine which options to show based on the custom checkbox field. This approach allows the developer to have full control over the payment logic and UI, and avoid using multiple components or events. Reference:
Checkout Flow Component (Aura) for B2B Stores
Lightning Web Components Developer Guide
質問 # 82
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. Associate the branding to specific buyer groups
- C. Create audiences to define different segments
- D. Use page variations
正解:C、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.
質問 # 83
An Administrator at Universal Containers (UC) wants to supply buyers with product-related information.
Whichtwocontent types can an admin use to provide buyers with product-related information?
- A. Asset
- B. Image
- C. File
- D. Document
正解:B、D
解説:
To provide product-related information, an administrator can use:
A: Document:This could include product manuals, specifications, or any other document that provides detailed information about the product.
D: Image:High-quality images can be used to visually represent the product, its usage, or any specific features, contributing to a better understanding of the product for the buyer.
These content types are instrumental in delivering comprehensive product information, enhancing the buyer's journey by providing all necessary details to make an informed purchase decision.
質問 # 84
What is the purpose of connectedCallback in a Lightning web component? "04m 385.
- A. It performs actions when a component is removed from the DOM.
- B. It perform actions when a component makes a call to a Connect APL.
- C. It performs actions when a network request is made.
- D. It performs actions when a component is added to the DOM.
正解:D
解説:
The connectedCallback is a lifecycle hook in Lightning web component. It fires when a component is inserted into the DOM. It runs once when the component is inserted. connectedCallback in Lightning Web Component flows from parent to child. It can be used to perform actions such as initializing variables, fetching data, or setting event listeners1. Reference: connectedCallback() and disconnectedCallback(), connectedCallback() in Lightning Web Component, What is connectedCallback in LWC?
質問 # 85
Northern Trail Outfitters (NTO) has a B2B Commerce store for its resellers. It has received many customer service calls involving questions about the delivery date of customer orders.
How should a developer expose delivery time estimates to NTO's customers in the storefront to reduce call volume?
- A. Add a Desired Delivery Date input field during the checkout flow.
- B. Display the Expected Delivery Date on the order page with a Lightning web component.
- C. Configure an email alert to the customer when the Expected Delivery Date changes.
- D. Add the Expected Delivery Date field to the order confirmation email.
正解:B
解説:
A developer can expose delivery time estimates to NTO's customers in the storefront by displaying the Expected Delivery Date on the order page with a Lightning web component. This way, the customers can see the delivery date of their orders in real time, without having to wait for an email confirmation or contact customer service. A Lightning web component is a custom HTML element that can render dynamic data from Salesforce B2B Commerce using Apex and JavaScript1. The developer can use the ccrz.cc_api_DeliveryDate.getDeliveryDates method to get the expected delivery date for an order, based on various factors such as inventory availability, shipping method, and requested delivery date2. The developer can then display the expected delivery date on the order page using a Lightning web component template and style3. Reference: 1: Build Lightning Web Components - Trailhead, 2: Set Up the Requested Delivery Date Picker on the Checkout Page - Salesforce, 3: Create and Use Lightning Web Components in B2B Commerce - Trailhead
質問 # 86
Which two preferences are required to successfully run B2B on Lightning Commerce Checkout?
- A. Enable Optional Price Books for Orders
- B. Enable Orders
- C. Enable Negative Quantity
- D. Enable Account Relationship
正解:C
質問 # 87
What are three best practices for controlling where a promotion is shown within a given storefront?
Choose 3 answers
- A. setting thePage Location for the promotion to the pages you want it displayed on
- B. A page promotion can adjust the price of a product on the PIP page
- C. Setting the Promotions location configuration setting to theappropriate location string
- D. Setting the Location Type to where you want the promotion to display on the page
- E. Setting Location Display Sequence to the order in which you want the promotion to display relative to other promotions within the same space
正解:A、D、E
解説:
According to the Promotions page, to control where a promotion is shown within a given storefront, you need to set the location display sequence, the page location, and the location type for the promotion. Therefore, options C, D, and E are best practices. Option A is false because there is no such configuration setting as promotions location. Option B is false because a page promotion cannot adjust the price of a product on the PIP page, only a cart promotion can. Reference: Promotions, Promotion Location Display Sequence, Page Location, Location Type
質問 # 88
Which profile or permission set is needed for Buyer Managers on the storefront? 10m 22s
- A. B2B Commerce User
- B. B2B Commerce Super User
- C. Account Switcher User
- D. Commerce User
正解:A
解説:
For Buyer Managers on the storefront, the appropriate profile or permission set is typicallyB2B Commerce User (D). This profile or permission set is designed to provide the necessary permissions for users to perform tasks related to managing purchases, viewing orders, and accessing account-specific pricing and products. The B2B Commerce User role encompasses the functionalities needed by Buyer Managers to efficiently manage their purchasing activities within the B2B Commerce environment.
質問 # 89
Where can an administrator configure an alternative or new checkout flow?
- A. Process Builder Button in Experience Builder
- B. Store tile in the Commerce app
- C. Checkout Button on the Cart page
- D. Experience Builder on the Checkout page
正解:D
質問 # 90
What is true regarding coupons with a type of 'General'?
- A. There must be at leasta source Product or Spec rules defined with a value
- B. There does not need to be a source or target rule defined for a general coupon.
- C. Coupons rules enable AND/OR conditions within the source or target condition.
- D. There must be a coupon rule defined for both source and target conditions.
正解:C
解説:
Explanation
General coupons allow you to create complex coupon rules with AND/OR conditions. This means that you can create coupons that apply to customers who meet multiple criteria, such as purchasing a specific product and spending a certain amount of money.
質問 # 91
......
Salesforce B2B-Commerce-Administrator試験に合格することは、B2Bコマースの分野で多くのキャリアチャンスを開く素晴らしい成果です。認定されたSalesforceプロフェッショナルは、雇用主に高く求められ、非認定プロフェッショナルよりも高い給与とより良い就職機会を求めることができます。さらに、認定は就職市場での競争優位性を提供し、職業的なスキルアップへのコミットメントを示します。
最新版無料体験を掴み取れ!Salesforce B2B-Commerce-Administrator問題集PDFは更新された:https://www.goshiken.com/Salesforce/B2B-Commerce-Administrator-mondaishu.html
最新リリースのB2B-Commerce-Administrator問題集はSalesforce Administrator認証済み:https://drive.google.com/open?id=1K3yDEy_M3Dgg9GYffDXVHPvW86bMLPxO