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

Which two log levels does a developer need to include to debug platform events?

A.

Apex Code

B.

Database

C.

Callout

D.

Workflow

A developer is implementing an Inventory class for checkout. All the error states have been handled and now the developer needs to take the next step to indicate that inventory is available for all of the items and amounts in the cart. What should the next step be?

A.

Return TRUE

B.

Return sfde_checkout.InventoryStatus. SUCCESS

C.

Return sfdc_checkout.IntegrationStatus. Status. SUCCESS

D.

Return sfdc_checkout.InventoryStatus.Status. SUCCESS

How is a price group dynamically set?

A.

By overriding the ccLogicProductPrice class

B.

By using contract pricing

C.

By extending the ccApiPriceList API

D.

By extending the cc_hk_priceing hook

What class must a developerimplement to override Pricing during the checkout?

A.

sfdc_commerce.CartPriceCalculations

B.

sfdc_commerce.PriceCalculations

C.

sfdc_checkout.PriceCalculations

D.

sfdc_checkout.CartPriceCalculations

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

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.

A developer needs to make a call to a long running web service which is critical to finalizing their checkout process. Which three items should the developer consider in their implementation?

A.

A new CORS entry may need to be created in Setup

A new Named Credential may need to be created in Setup

B.

An Apex method returning aContinuation will need to be created

C.

Requests to the service should be brokered to prevent limit exceptions

D.

A new Remote Site may need to be created in Setup

What is default behavior for how theSalesforce B2B Commerce Global APIs transform Salesforce data?

A.

Fields names are returned using the Salesforce naming convention.

B.

Fields names are returned with „c." prepended in their name.

C.

Fields names are returned with a lowercase first letter,camelcase convention

D.

Fields names can be mapped to any naming convention desired

Universal Containers (UC) is ready to build a tax provider class using the interfaces available in the Buyer Experience SDK. When creating a tax provider, what are three things that a developer should consider first?

A.

Steps to complete in the Tax Service

B.

How to handle results

C.

WhethertouseJSONorXML

D.

What to implement

E.

What events to fire in the Lightning web component

Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?

A.

B.

C.

D.