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

B2B-Commerce-Developer Exam Dumps - Salesforce Accredited B2B Commerce Developer(SP23)

Question # 4

A developer needs to create an event listener on a parent component programmaticallv. With the script below, what should replace the text ?

A.

this.template.addEventListener(handleNotification);

B.

this.template.addEventListener(this.handleNotification);

C.

this.template.addEventListenerCnotification1, this.handleNotification);

D.

addEventListener('notifJcatiorV, this.handleNotification);

Full Access
Question # 5

A user wants the pricing to reflect the price values stored in an external ERP during

the checkoutflow. In what way can this requirement be satisfied?

A.

Override the computePricingCart method in ccrz.cc_api_PriceAdjustoment and make the callout in this method.

B.

None of the above

C.

Override the computePricingReview method in ccrz.cc_CartExtension and make the callout in this method.

D.

Override the computePricingCart methos in ccrz.cc_api_CartExtension and make the callout in this method.

Full Access
Question # 6

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?

A.

lightning_FlowScreen

B.

lightning__CheckoutFlow

C.

Iwe__FlowComponent

D.

lwe__flow

Full Access
Question # 7

What two kinds of queries do the methods in Salesforce B2B Commerce services perform by default? (2 answers)

A.

SOSL

B.

SQL

C.

SOQL

D.

Schema-less queries

Full Access
Question # 8

Which three statements are accurate?

A.

An Aura component can contain another Aura component

B.

An Aura component can contain a Lightning Web Component

C.

A Lightning Web Component can contain an Aura component

D.

A Lightning Web Component cannot contain an Aura component

Full Access
Question # 9

Which two items are required for a developer to bring picklist values into a Lightning Web Component?

A.

import { getPicklistvValues } from 'lightning/uiObjectinfoApi';

B.

import { LightningElement, wire } from ‘lwc’;

C.

import { wire } from ‘lwc’;

D.

import { picklistValues } from 'lightning/uiObjectinfoApi’;

Full Access
Question # 10

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}

Full Access
Question # 11

Which event is invoked by any CCRZ Salesforce B2B CommeceView after the view is rendered?

A.

view:*:load

B.

view:*:refresh

C.

view:*:onload

D.

view:*:rendered

Full Access
Question # 12

What is true regarding adding more Configuration Settings

to Salesforce B2B Commerce?

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.

Full Access
Question # 13

Which Salesforce B2BCommerce object needs to have a record added when defining

a new Subscriber Pages to be rendered in a CC Page?

A.

CC Storefront Assosiation

B.

CC Admin

C.

CC Page Sections

D.

CC Subscriber Pages

Full Access
Question # 14

What are two common and maintainable ways the content layout of a Lightning Web Component can be implemented?

A.

Spreading layout styles across several separate components

B.

Styling the :host pseudo-element (or other elements) via the CSS file

C.

Using inline styles

D.

Applying SLDS classes to internal elements

Full Access
Question # 15

What is the fastest route to establishing the data needed for checkout development when setting up a new Store?

A.

Import a previously exported store archive

B.

Use sfdx setup scripts

C.

Select Add Sample Data when setting up the store

D.

Import the data with data loader

Full Access
Question # 16

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

Full Access
Question # 17

What interface must a developer implement to override Tax in Checkout?

A.

sfdc.checkout.CartTaxCalculations

B.

sfdc.commerce.TaxCalculations

C.

sfdc_commerce.CartTaxCalculations

D.

sfdc_checkout.TaxCalculations

E.

sfdc.commerce.CheckoutTaxCalculations

Full Access
Question # 18

Which two steps are necessary to enable Salesforce B2B Commerce

logging in the managed package?

A.

Ensure you save a value in the Logging Token input field in the Global Settings section of CC Admin.

B.

Turn On theCheckbox "Cloudcraze Logging" in CC Admin.

C.

Ensure the value saved in the Logging token field is appended to the ccLog query parameter.

D.

Set a cookie with the Id of the user accessing the storefront in CC Admin

Full Access
Question # 19

What are two considerations to keep in mind when including additional JavaScript files in a Lightning web component?

A.

Each additional file needs a corresponding .js-meta.xml file.

B.

The files must be ES6 modules and must have names that are unique within the component's folder.

C.

A module can export named functions or variables

D.

Additional JavaScript files should be minified before deployment

Full Access
Question # 20

A dev at Northern Trail Outfitters (NTO) exported Order Summary records via Data Loader, but noticed that some orders were missing. What is the most likely cause?

A.

Status was not in Created

B.

Billing Contact was missing

C.

Original Order information was missing

D.

Order Life Cycle Type was Managed

E.

Currency mapping was not done correctly

Full Access
Question # 21

Which template will correctly display the details message only when areDetailsVisible becomes true given the following code in a Lightning Web Component?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access