Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

Salesforce B2B-Commerce-Developer - Salesforce Accredited B2B Commerce Developer (SP25)

Page: 3 / 7
Total 220 questions

Which two aspects are applicable to Page Includes? (2 answers)

A.

Standard Visualforce controls such as apex:form should not be used within a page include

B.

Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabled

C.

Page Includes can be configured as Body Includes Begin.

D.

If a controller is used for an included page, then a merge variable must be present on the page.

What are twoconsiderations to keep in mind when including additional JavaScript files in a Lightning web component?

A.

Each additional file needs a corresponding .js-meta.xml file.

B.

The files must be ES6 modules and must have names that are unique within the component's folder.

C.

A module can export named functions or variables

D.

Additional JavaScript files should be minified before deployment

Which orders can a user view on Order List Component (Aura) for B2B stores?

A.

Orders placed in the current storefront and related to the current effective account

B.

Orders placed in any storefront and related to the current effective account

C.

Orders placed in the current storefront and related to the current user's account

D.

Orders placed in any storefront and related to the current user's account

Which cookie stores the effective account ID when effective account is enabled?

A.

apex__cclgtkn

B.

apex__effacc

C.

apex__currCartId

D.

apex__cc_anonymous_Country

Which two methods should a developer implement in a Lightning web component to successfully handle the subscription lifecycle of a Message Channel?

A.

Subscribe()

B.

stopListener()

C.

startListener()

D.

unsubscribe()

Which threestatements are true about Global API versioning? (3 answers)

A.

Calling in with an API version set to lower than 1 will result in an exceptional case where the exception classccrz.BelowMinAPIVersionException will be returned tocallers.

B.

There is no needto pass API_VERSION to the Global APIs, and based on the Salesforce B2B Commerce Managed Package version, Global APIs are able to figure out what version of the API to use.

C.

The API version is scoped at the Class API level and NOT at the method level.

D.

Minimum API_VERSION is 1 and the Maximum API version follows the releases. E.g. The maximum was 4 as of Salesforce B2B Commerce Release-4.5, 5 as of Salesforce B2B CommerceRelease 4.6, etc.

E.

Calling in with an API version set to more than current maximum will result in exception case where the exception class ccrz.ExceedsMaxAPIVersionException will be returned to callers.

Salesforce B2B Commerce natively provides a robots.txt file, however, a customer

can also create its own version.Which three scenarios are valid reasons for customer to

create their own robots.txt file? (3 answers)

A.

The customer wants to reference multiple storefront sitemap indexes in a single robots.txt file

B.

The customer wants to reference a custom sitemap index.

C.

The customer wants tohave multiple robot.txt files in a single Salesforce Community.

D.

The customer's store is not located at the rootof their domain.

E.

robot.txt only works if there is one storefront in the org

Which tool is used to retrieve and manipulate Salesforce data in a Lightning Web Component?

A.

Aura requests

B.

Wire adapters

C.

Proxy adapters

D.

XHR requests

Which three components should a developer use on the product page to replace the out-of-the-box Product Detail Card component?

A.

Product Detail Breadcrumbs component

B.

Product Fields Short component

C.

Product Field Long component

D.

Product Detail Purchase Options component

E.

Product Detail Image Gallery component

What is the purpose of connectedCallback in a Lightning web component?

A.

It performs actions when a network request is made.

B.

It perform actions when a component makes a call to a Connect APL.

C.

It performs actions when a component is removed from the DOM.

D.

It performs actions when a component is added to the DOM.