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: 2 / 7
Total 220 questions

Which two components in a B2B store template should a developer use to customize a storefront page?

A.

My Lists

B.

Product List

C.

Order List

D.

Address List

Which wire adapter should a developer use to retrieve metadata about a specific object?

A.

getObjectMetadata

B.

getObjectlnfo

C.

getObject

D.

getObjectDescribe

A Northern Trail Qutfitters (NTO) developer made a tile component. To expose a click event and react to user input using the markup below, what should replace ?

A.

tileClick()

B.

{event:tileClick}

C.

javascript:avoid(0);tileClick();

D.

{tileClick}

Which event is triggered within Salesforce B2B Commerce whenever a cart's statechanges?

A.

cartChange

B.

cart

C.

pageMessage

D.

cartState

Which three attributes are true regarding Subscriber pages? (3 answers)

A.

Subscriber pages can include additional standard Salesforce B2B Commerce components such as featured products, category tree, andmini cart.

B.

All the user interface components must be createdmanually.

C.

Subscriber pages allow customers to quickly create new custom pages for their storefront.

D.

Out of the Box, Subscriber Pages are completely blank HTML pages.

E.

Standard Salesforce B2B Commerce components are automatically included on the page e.g. Header links, images, menu items, containers, etc.

Universal Containers (UC) needs to display data from standard objects (entities) in a different format than what

comes with B2B Commerce out of the box. In doing this, what is one advantage of using the Lightning Data

Service vs using a custom Controller class?

A.

Lightning Data Service translates the developer's component implementation to a VisualForce page for backward compatibility.

B.

JavaScript proxies for transport objects are created in the developer's IDE automatically.

C.

The developer can read, create, or modify single records or metadata without writingApex code.

D.

There is a Visual Studio add-in that accelerates the layout process

Which handlebars helper function is used on Salesforce B2B Commerce pages and

components for formatting price values?

A.

formatPrice

B.

priceAbs

C.

showprice

D.

price

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 direct access to the document object model of the component

D.

It allows older JavaScript libraries to manipulate the tagging structure

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

A.

Set up a debug tog to show the details of what is executed

B.

Show the details of what is executed and render flow in Lightning Runtime

C.

Run the latest version of each flow called by subtle w elements

D.

Show the details of what is executed and render flow in Lightning Experience.

A query containing a subquery is executed. What is appended to the subquery name

as part of its transformation by default in Salesforce B2B Commerce?

A.

A subscriber-supplied token

B.

"__ccrz"

C.

The "*" symbol

D.

The letter "S"