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: 4

Questions 31

What is true regarding adding more Configuration Settings

to Salesforce B2B Commerce?

Options:
A.

Metadata can be added to existing modules, but you cannot add new modules.

B.

Configuration settings can only be extended through API's

C.

Select "New"in your storefront's Configuration Settings and create a custom setting.

D.

More modules and metadata can be added to Salesforce B2B Commerce.

Salesforce B2B-Commerce-Developer Premium Access
Questions 32

Which Lightning web component path allows a developer to view or edit a record while maintaining control over specifying its layout and set of fields?

Options:
A.

lightning-record-edit-form

B.

lightning-record-imperative

C.

lightning-record-view-form

D.

lightning-record-form

Questions 33

Which format is the custom Salesforce relationship with the API name,

"My_Relationship_Name__r.My_Name__c" queried and transformed into dy default in

Salesforce B2B Commerce?

Options:
A.

myrelationshipname.myname: value

B.

myRelationshipName.myName: value

C.

myRelationshipNameR=>(myName: value)

D.

My_Relationship_Name__r.My_Name__c: value

Questions 34

What two things happen with the Cart during tax implementation?

Options:
A.

New entries are written to the Cart

B.

Previous entries are copied to another object

C.

Previous entries are deleted from the Cart

D.

New entries are written to the Order Summary

Questions 35

What target does a developer need to set in the js-meta.xml file when creating a custom LWC component for use in the Checkout Flow?

Options:
A.

lightning_FlowScreen

B.

lightning__CheckoutFlow

C.

Iwe__FlowComponent

D.

lwe__flow

Questions 36

How does a project implement the process to persist payment information datain the

Checkout flow for Salesforce B2B Commerce version 4.2 and beyond?

Options:
A.

Trigger a remote action when the process payment button is selected to capture the payment.

B.

Trigger a remote action to store the payment information in the URL query parameters.

C.

Trigger the processPayment event and pass in the payment information object as an argument.

D.

Trigger the externalprocessedPayment and pass in the payment information object as an argument.

Questions 37

A developer is working on an existing checkout implementation built against the Lightning Web Runtime (LWR) and wants to implement a custom child checkout component to modify out-of-the-box functionality.

Which interface must the developer implement for the child component?

Options:
A.

CheckoutSavable

B.

Checkoutoutinterface

C.

CustomCheckout

D.

CheckoutStep

Questions 38

During checkout flow customizations, a developer receives an error on shipping cost calculation integrations with the error code: INSUFFICIENT_ACCESS_OR_READONLY.

What is causing this error?

Options:
A.

The storefront user does not have access to the Cart Delivery Method object.

B.

An error has occurred during the cart shipping charge integration.

C.

The storefront user does not have access to custom fields on the Order Delivery Method object.

D.

The cart is no longer in a valid Checkout State.

Questions 39

Which three actions are applicable when extendinga default Salesforce B2B Commerce page via a page include? (3 answers)

Options:
A.

Create a Service Class override to query the new page include.

B.

Create the VisualForce page you wish to include to the Salesforce b2B Commerce page.

C.

Prepend "c." to the name ofthe page referenced in the configuration setting.

D.

Create a configuration setting for enabling the page include and assigning the new page include via CC admin.

E.

Build and activate a new configuration cache setting via CC admin.

Questions 40

What is a valid way of referencing the global cc_api_CartExtentsion apex class via

subscriber code?

Options:
A.

ccrz__cc_api_CartExtension

B.

c__cc_api_CartExtension

C.

cloudcraze.cc_api_CartExtension

D.

ccrz.cc_api_CartExtension