Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

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

Page: 5 / 7
Total 220 questions

Which service method should be overridden in order to allow "without sharing" queries?

A.

ccrz.ccService.queryWithoutSharing()

B.

ccrz.ccAPI.queryService()

C.

ccrz.ccService.query()

D.

ccrz.ccService.initSVCDAO()

A developer has created a custom Lightning web component to display on the Product Detail page in the store. When the developer goes to add the component to the page in Experience Builder, it is missing from the list of custom components.

Which XML fragment should the developer include in the component's configuration XML file to ensure the custom component is available to add to the page?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which cart item type is created with the Cart Delivery Group Method after the shipping integration?

A.

Surcharge

B.

Charge

C.

Shipping

D.

Delivery

A developer is trying to troubleshoot why a field is not displaying on the Product Detail Page. What should be typed in the Developer Tools Console in the browser to view the fields available for the Product Detail Page?

A.

CCRZ.productSearchView

B.

CCRZ.cartView

C.

CCRZ.productDetailModel

D.

CCRZ.productDetailView

Whichtechnique is used by Lightning Web Components to provide areas of swappable, customizable content?

A.

elements

B.

JQuery templates

C.

MutationObservers

D.

CSS classes

What tool can a developer use to investigate errors during development?

A.

Commerce Diagnostics Event Logging

B.

Checkout Flow Log

C.

Support cases

D.

Browser dev tools

Which three files are required for adeployable Lightning Web Component called displayMyData that will fetch and display data?

A.

displayMyData.css

B.

displayMyData.js-meta.xml

C.

displayMyData.js

D.

displayMyDataController.cls

E.

displayMyData.html

An administrator has just provided a developer with a new org and username. Which two sets of steps can the developer use to authorize the org and begin deploying Lightning web components?

What should a developer do to expose a public property in a Lightning web component?

A.

Decorate the field with @property

B.

Decorate the field with @track

C.

Decorate the field with @public

D.

Decorate the field with @api

Which Global JavaScript Object should be extended when

writing custom Remote Actions?

A.

CCRZ.

B.

CCRZ.cc

C.

CCRZ.cc_CallContext

D.

CCRZ.RemoteInvocation

In what way can a developer's code subscribe to platform events?

A.

Flows and Apex Triggers

B.

Flows

C.

Apex Triggers

D.

Process Builder, Apex Triggers and Flows