[Q50-Q73] あなたを余裕でB2B-Commerce-Administrator試験合格させます!100%試験高合格率保証 [2024]

Share

あなたを余裕でB2B-Commerce-Administrator試験合格させます!100%試験高合格率保証 [2024]

B2B-Commerce-Administrator問題集本日限定!無料アクセスが可能に!fromFast2test


Salesforce B2B Commerce Administrator認定試験は、かなりの量の準備と研究を必要とする挑戦的なテストです。 Salesforceは、研究ガイド、オンラインコース、練習試験など、個人が試験の準備を支援するためのさまざまなリソースを提供します。認定試験はオンラインで行うことができ、専門家が世界中のどこからでもテストを受けるのが便利です。


Salesforce B2B-Commerce-Administrator試験は、Salesforce B2B Commerceの実装を管理および管理する責任を持つ個人の知識とスキルをテストするために設計されています。この試験は、Salesforce B2B Commerceに経験があり、プラットフォームの機能と機能に深い理解を持つ管理者を対象としています。この試験は包括的であり、Salesforce B2B Commerceの管理、構成、カスタマイズなど、幅広いトピックをカバーしています。

 

質問 # 50
What does the developer need to implement to override Shipping in Checkout?

  • A. sfdc.checkout.ShippingCharges
  • B. sfdc_checkout.CartShippingCharges
  • C. sfdc_commerce.CartShipplngCharges
  • D. sfdc.commerce.ShippingCharges

正解:B

解説:
To override the shipping charge calculation logic in B2B Commerce for Visualforce, a developer must implement the sfdc_checkout.CartShippingCharges interface. This interface defines two methods: calculateShipping and calculateShippingForCart. The calculateShipping method takes a CC Cart Delivery Group Method record as an input and returns a CC Cart Item record of type Shipping. The calculateShippingForCart method takes a CC Cart record as an input and returns a list of CC Cart Item records of type Shipping. These methods are invoked by the B2B Commerce for Visualforce framework during checkout to calculate the shipping charge for each cart delivery group and the entire cart respectively. Reference: Add a Shipping Service, Calculate Shipping at Checkout, B2B Commerce for Visualforce Developer Guide


質問 # 51
What is the difference between a Kit end a Bundle?

  • A. The pricing of a Bundle is determined by the products contained in theBundle, but a Kit price is determined by the price list item associated with the Kit.
  • B. A Bundle is constructed by the customer.
  • C. A Bundle is a tightly related set of products.
  • D. The pricing of a Bundle is determined by the price list item associated with the Bundle.

正解:D

解説:
According to the Kit Product Type page and the Bundle Product Type page, kit product type and bundle product type are two different product types that consist of multiple components. The difference between a kit product type and a bundle product type is that the pricing of a bundle is determined by the price list item associated with the bundle, while the pricing of a kit is determined by the sum of the prices of the components selected by the customer. Therefore, option A is correct. Option B is false because a bundle is not constructed by the customer, but predefined by the administrator. Option C is false because the pricing of a bundle is not determined by the products contained in the bundle, but by the price list item associated with the bundle. Option D is false because a bundle is not a tightly related set of products, but a fixed set of products that are sold together. Reference: Kit Product Type, Kit Product Type Overview; Bundle Product Type, Bundle Product Type Overview


質問 # 52
How is Anonymous checkout enabled?

  • A. By going to CC ADMIN | storefront name | Checkout Settings and selecting "Allow anonymous checkout"
  • B. By creating a global configuration setting called AnonChk and setting the value to enabled for the Checkout Module.
  • C. By setting the status on a Product to Released.
  • D. By going to CC ADMIN I Global settings | Settings and selecting "Allow anonymous checkout".

正解:A

解説:
To enable anonymous checkout, you must go to CC ADMIN | storefront name | Checkout Settings and select the Allow anonymous checkout checkbox. This will allow customers to checkout without creating an account.
Reference:
Salesforce B2B Commerce Administrator Trailhead module: https://trailhead.salesforce.com/content/learn/modules/b2b-commerce-basics


質問 # 53
In which two ways can Tiered Pricing tables In- input?
Choose 2 answers

  • A. The CC Product Record
  • B. Visualforce component on the Price List Item
  • C. JSON text field
  • D. SOQL Query

正解:B、C


質問 # 54
How should data for Lightning web components be provided?

  • A. A few properties that contain sets (objects) of data
  • B. One property that contains all data in one set (object)
  • C. A single property object that contains sets (objects) of data
  • D. Independent properties that take simpler, primitive values (e.g. String, Number, Boolean, Array)

正解:D

解説:
Lightning web components use a reactive programming model, which means that the framework automatically re-renders the component when its data changes. To make this possible, the component must declare its properties as independent and simple values, such as strings, numbers, booleans, or arrays. If the component uses complex objects or sets of data as properties, the framework cannot detect the changes and the component will not update correctly. Therefore, it is recommended to use independent properties that take simpler, primitive values for Lightning web components.


質問 # 55
Which is a workspace in the Commerce App?

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

正解:A


質問 # 56
How many storefronts can be added to an Experience Site?

  • A. 1.0
  • B. 0.0
  • C. 3.0
  • D. 2.0

正解:A

解説:
Explanation
An Experience Site can have only one storefront or reorder portal. A storefront is a Commerce app that displays products and allows buyers to place orders. A reorder portal is a Commerce app that allows buyers to view their order history and reorder products. References: Salesforce Accredited B2B Commerce Administrator Exam Guide, page 6; Commerce Workspaces


質問 # 57
A developer is debugging a flow and needs to watch all the variables changing as the checkout process is executed, but nothing is displaying.
Which two features did the developer forget to enable?

  • A. Set up a debug log to show the details of what is executed
  • B. Show the details of what is executed and render flow in Lightning Experience.
  • C. Show the details of what is executed and render flow in Lightning Runtime.
  • D. Run the latest version of each flow called by subflow elements.

正解:B、C

解説:
To debug a flow and watch all the variables changing as the checkout process is executed, the developer needs to enable two features: show the details of what is executed and render flow in Lightning Experience, and show the details of what is executed and render flow in Lightning Runtime. These features are available in the Debug Options dialog box in Flow Builder, and they allow the developer to see the detailed information about each element, resource, and variable in the flow as it runs. The developer can also use breakpoints to pause the flow execution and inspect the variable values at any point1. Running the latest version of each flow called by subflow elements is not a feature that affects the display of variables, but rather a feature that ensures that the debug session uses the most recent version of any subflows2. Setting up a debug log is not a feature that can be enabled in Flow Builder, but rather a separate tool that can be used to monitor the events that occur when a flow runs3. Reference: Debug a Flow in Flow Builder, Flow Debugging, Debug Flows with Debug Logs


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

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

正解:A、D


質問 # 59
What two things happen with the Cart during tax implementation? 04m 29s

  • A. New entries are written to the Order Summary
  • B. Previous entries are deleted from the Cart
  • C. Previous entries are copied to another object
  • D. New entries are written to the Cart

正解:A、C

解説:
When tax implementation is enabled in B2B Commerce, two things happen with the Cart during checkout:
Previous entries are copied to another object. The Cart object stores the products and quantities that the customer has added to their shopping cart. When tax implementation is enabled, these entries are copied to another object called CartItemTaxableItem. This object stores additional information about each cart item, such as its taxable amount, tax code, tax rate, and tax amount7.
New entries are written to the Order Summary. The Order Summary object stores the summary information of an order, such as its total amount, subtotal amount, shipping amount, and discount amount. When tax implementation is enabled, new entries are written to this object to store the tax information of an order, such as its total tax amount, tax jurisdiction, and tax breakdown8. Reference: 7: CartItemTaxableItem Object Reference - Salesforce Help, 8: OrderSummary Object Reference - Salesforce Help


質問 # 60
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 criteria rules to filter content.
  • B. Create Content Rule records and associated them to a collection
  • C. Create a Dynamic Content Collection.
  • D. Create an Automated Collection.

正解:A、C

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


質問 # 61
Which two steps should an Administrator take to adjust how long a cart checkout session is active?

  • A. Update the CheckoutValidAfterDate property on a Webstore.
  • B. Update the CheckoutTimeToLive property on a Webstore.
  • C. Update TTL Properties under Order Settings in Setup.
  • D. Update Checkout properties in Store Administration.

正解:B、C

解説:
To adjust the duration of a cart checkout session, an Administrator should:
A: Update TTL Properties under Order Settings in Setup:TTL (Time To Live) properties determine the duration for which a session remains active. Adjusting these settings can extend or shorten the checkout session duration.
C: Update the CheckoutTimeToLive property on a Webstore:This directly affects how long a checkout session remains active before timing out, ensuring that customers have adequate time to complete their purchases.


質問 # 62
Salesforce B2BCommerce Community Users can run on which three Selesforce License Types?
Choose 3 answers

  • A. Customer Community Plus
  • B. Partner Community
  • C. Customer Portal License
  • D. Customer Cloud License
  • E. Customer Community

正解:A、B

解説:
Explanation
According to the License Types page, license types are categories of user licenses that determine the features and permissions that users can access in Salesforce. Salesforce B2B Commerce community users can run on three Salesforce license types: Customer Community Plus, Partner Community, and Lightning External Apps Plus. Customer Community Plus license type allows users to access standard CRM objects, such as accounts, contacts, cases, and custom objects in a community. Partner Community license type allows users to access standard CRM objects, such as accounts, contacts, opportunities, leads, campaigns, and custom objects in a community. Lightning External Apps Plus license type allows users to access custom objects and a subset of standard CRM objects in a community or a Lightning app. Therefore, options C and E are correct. Options A, B, and D are false because Customer Community, Customer Portal License, and Customer Cloud License are not valid license types for Salesforce B2B Commerce community users. References: License Types, License Types Overview


質問 # 63
How can an Administrator stop welcome emails from being sent when a customer joins thestore as a new member?

  • A. Uncheck the Send Email setting under Self-Registration in the Administration tab in Experience Builder.
  • 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. Disable the Welcome Email setting in the B2B Commerce section of Setup.

正解:B

解説:
To stop welcome emails from being sent to new members joining the store, an Administrator canDisable 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.


質問 # 64
What are two purposes of the Shadow DOM in a Lightning web component?

  • A. It encapsulates the internal document object model (DOM) structure of a web component
  • B. It allow components to be shared while protecting them from being manipulated by arbitrary code
  • C. It allows older JavaScript libraries to manipulate the tagging structure
  • D. It allows direct access to the document object model of the component

正解:A、B

解説:
The Shadow DOM is a standard that provides encapsulation for the internal document object model (DOM) structure of a web component. The DOM is the representation of the HTML elements and attributes of a web page in a tree-like structure. The Shadow DOM allows creating a separate DOM tree for each web component, which is hidden from the main DOM tree. This means that the markup, style, and behavior of the web component are isolated from the rest of the page1. The purposes of the Shadow DOM in a Lightning web component are:
It encapsulates the internal document object model (DOM) structure of a web component. This means that the web component has its own scope and namespace, and does not interfere with other elements on the page. For example, the web component can use its own CSS selectors and variables without affecting or being affected by the global CSS2. The web component can also use custom HTML tags without conflicting with existing or future HTML standards3.
It allows components to be shared while protecting them from being manipulated by arbitrary code. This means that the web component can be reused in different contexts and applications, without worrying about external code changing its functionality or appearance. For example, the web component can be embedded in another web page or application, and it will still work as intended, regardless of the surrounding code4. The web component can also prevent malicious code from accessing or modifying its internal state or data5.


質問 # 65
In which context does a checkout flow need to run?

  • A. System Context With Sharing- Enforces Record Level Access
  • B. System Context Without Sharing- Access All Data
  • C. System Context Without Sharing- Enforces record Level Access
  • D. User or System Context- Depends on How Flow is Launched

正解:A


質問 # 66
What is the limit on the category hierarchy in terms of child records in B2B Commerce?
Choose 7 option.
Send a comment about this question

  • A. 3.0
  • B. 2.0
  • C. 4.0
  • D. 5.0

正解:D

解説:
The limit on the category hierarchy in terms of child records in B2B Commerce isC. 5.0. This means that within the category structure, a parent category can have up to five levels of child categories beneath it. This hierarchical structure allows for organizing products into categories and subcategories, providing a clear and navigable structure for users.


質問 # 67
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. Bulk Import Using Command Line Interface
  • C. Commerce Product Data Import
  • D. Dataloader.io

正解:C

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


質問 # 68
A developer is setting up a storefront from scratch. They need to create a storefront, push 05m 28s store sources, create buyer users, import products, and create and search index.
Which command allows the developer to accomplish this task?

  • A. sfdx commerce:store:open -store-name test-store
  • B. sfdx commerce:store:quickstart:create -templatename 'b2c-lite-storefront'
  • C. sfdx commerce:store:quickstart:setup -definitionfile store-scratch-def json
  • D. sfdx commerce:store:create -store-name test-store

正解:C

解説:
To set up a storefront from scratch, the developer can use the sfdx commerce:store:quickstart:setup command, which performs all the necessary steps to create a storefront, push store sources, create buyer users, import products, and create and search index. The command requires a definition file that specifies the store name, template name, and other parameters. For example, a store-scratch-def.json file could look like this:
{ "storeName": "test-store", "templateName": "b2c-lite-storefront", "orgName": "Test Org", "edition": "Developer", "features": ["Communities", "B2BCommerce"], "settings": { "communitiesSettings": { "enableNetworksEnabled": true } } } The developer can then run the command as follows:
sfdx commerce:store:quickstart:setup -definitionfile store-scratch-def.json This will create a test-store storefront using the b2c-lite-storefront template in a scratch org named Test Org with Developer edition and B2B Commerce features enabled. The other options are not correct because:
sfdx commerce:store:quickstart:create -templatename 'b2c-lite-storefront' is an invalid command. There is no quickstart:create command in sfdx commerce:store.
sfdx commerce:store:create -store-name test-store is a valid command, but it only creates a storefront with a default template. It does not push store sources, create buyer users, import products, or create and search index.
sfdx commerce:store:open -store-name test-store is a valid command, but it only opens an existing storefront in a web browser. It does not set up a storefront from scratch


質問 # 69
In whattype of Salesforce construct are Storefront themes stored?

  • A. Visualforce Pages
  • B. Static Resource
  • C. Attachment
  • D. Custom Object

正解:B

解説:
According to the Storefront Themes page, storefront themes are collections of files that define the look and feel of your storefront. Storefront themes are stored as static resources in Salesforce. Static resources are files that can be referenced by Visualforce pages or Lightning components. Therefore, option C is correct. Options A, B, and D are false because storefront themes are not stored as Visualforce pages, attachments, or custom objects. Reference: Storefront Themes, Storefront Themes Overview


質問 # 70
In which context does a checkout flow need to run?

  • A. System Context Without Sharing- Access All Data
  • B. System Context With Sharing- Enforces RecordLevel Access
  • C. System Context Without Sharing- Enforces record Level Access
  • D. User or System Context- Depends on How Flow is Launched

正解:B

解説:
According to the Checkout Flow page, checkout flow is a feature that allows you to customize the steps and actions that occur when a user places an order on your B2B Commerce site. Checkout flow is a type of flow that runs in the system context with sharing-enforces record level access. System context with sharing-enforces record level access means that the flow runs with the permissions of the Salesforce system user but respects the sharing rules of your org. This ensures that the flow can access all the necessary data and functionality for checkout but also respects the security and visibility settings of your org. Therefore, option B is correct. Options A, C, and D are false because they are not the context in which a checkout flow needs to run. System context without sharing-enforces record level access means that the flow runs with the permissions of the Salesforce system user but ignores the sharing rules of your org. This could result in data leakage or unauthorized access during checkout. System context without sharing-access all data means that the flow runs with the permissions of the Salesforce system user and has access to all data in your org regardless of sharing rules or field-level security. This could result in data leakage or unauthorized access during checkout. User or system context-depends on how flow is launched means that the flow runs with either the permissions of the user who launched it or the permissions of the Salesforce system user depending on how it was triggered. This could result in inconsistent or unpredictable behavior during checkout. Reference: Checkout Flow, Checkout Flow Overview


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

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

正解:A、D

解説:
According to the Salesforce Accredited B2B Commerce Administrator Exam Guide, Salesforce B2B Commerce upgrades do not touch data in Salesforce B2B Commerce objects, and only replace and add to managed package metadata already installed. Therefore, options B and C are true statements. Option A is false because data is not erased during the upgrade, and option D is false because extensions are not overwritten by the upgrade. Reference: Salesforce Accredited B2B Commerce Administrator Exam Guide, page 9


質問 # 72
Where can an administrator configure an alternative or new checkout flow?

  • A. Experience Builder on the Checkout page
  • B. Store tile in the Commerce app
  • C. Process Builder Button in Experience Builder
  • D. Checkout Button on the Cart page

正解:A


質問 # 73
......

学習材料は有効なB2B-Commerce-Administrator効率的問題集:https://jp.fast2test.com/B2B-Commerce-Administrator-premium-file.html

最新Salesforce Administrator B2B-Commerce-Administrator実際の無料試験解答:https://drive.google.com/open?id=1DBP17WKXklYpHpAK2-_Z2yD496ukVdSx


弊社を連絡する

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

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

サポート: 現在連絡 

English Deutsch 繁体中文 한국어