Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Salesforce B2B-Commerce-Developer Practice Exam with Questions & Answers | Set: 5

Questions 41

A configuration value, CO.NewOrder, is set to TRUE. What is one way of

preventing anexisting payment page from being shown on the checkout payment page?

Options:
A.

Delete the Visualforce page from the code base.

B.

Remove the value matching the page name from the pmt.whitelist configurationsetting, then rebuild and activate a new Configuration cache

C.

Remove the payment type associated with the payment page from CO.pmts, thenrebuild and activate a new cache.

D.

Override the front end template and modify the way the embedded payment page getsloaded from the payment list configuration.

Salesforce B2B-Commerce-Developer Premium Access
Questions 42

Which interface does a developer have to implement to override Inventory in Checkout?

Options:
A.

sfdc_commerce.ValidationCartinventory

B.

sfdc_commerce.CartinventoryValidation

C.

sfdc_checkout.InventoryCartVvalidation

D.

sfdc_checkout.CartinventoryValidation

Questions 43

A developer has made some changes to the products of an existing storefront, but they are unable to see the changes in the products from the store.

Which action did the developer forget to take?

Options:
A.

Activate the product list.

B.

Publish the storefront.

C.

Rebuild the search index.

D.

Publish the catalog

Questions 44

How should data for Lightning web components be provided?

Options:
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)

Questions 45

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?

Options:
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 a Continuation 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

Questions 46

Which two event settings are required for a custom event called CustomEvent to fire from the Lightning web component and propagate up to the DOM?

Options:
A.

bubbles: true

B.

composed: true

C.

cancelable: true

D.

composed: false

Questions 47

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

components for formatting price values?

Options:
A.

formatPrice

B.

priceAbs

C.

showprice

D.

price

Questions 48

What are three standard page reference types?

Options:
A.

standard__app

B.

standard__component

C.

standard__pageNamed

D.

comm_loginPage

E.

standard__recordDetailPage

Questions 49

Which two technologies can subscribe to the CommerceDiagnosticEvents event?

Options:
A.

Aura Components

B.

Processes

C.

Streaming API

D.

Lightning web components

Questions 50

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

Options:
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 need to 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.