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

Salesforce B2B-Commerce-Developer Dumps

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

Question 1

A developer needs to implement a custom Lightning web component (LWC) for the storefront.

The LWC contains language-specific text values.

How should the developer translate the text values?

Options:

A.

Import static resources for the text values and add them into the LWC.

B.

Use a CustomLabel xml file in the LWC to add the text values there.

C.

Create custom labels for the text values and import them in the LWC.

D.

Create a custom Metadata object for the text values and query it in the LWC.

Question 2

A developer needs to implement specific styling for a standard component on a single page of the B2B Commerce store using an Aura template. The component should use the default style on all other pages

How should the developer implement the required changes over multiple instances?

Options:

A.

Use a Custom CSS file in a static resource and add the import using the Edit Head Markup Editor in the Experience Builder.

B.

Create a Custom Content Layout Lightning web component that imports the custom CSS file. Set up the page to use this Content Layout.

C.

Create a Custom Theme Layout Aura component that imports the custom CSS file. Set up the page to use this Theme Layout.

D.

Use the Override CSR Editor in the Experience Builder and add the desired CSS to change the styles.

Question 3

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

Question 4

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)

Question 5

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

Question 6

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

Question 7

Which two statements are true about Global API's in Salesforce B2B Commerce? (2 answers)

Options:

A.

Each globalAPI method takes in a Map as a single parameter and returns a Map

B.

Global APIs are versioned.

C.

Global APIs will catch any Exceptions that are thrown as part of missing parameters.

D.

Global APIs will handle Transaction scope, and the Subscriber calling it does not need to handle scope.

Question 8

Which two statements are accurate?

Options:

A.

A Lightning Web Component cannot contain an Aura component

B.

A Lightning Web Component can contain an Aura component

C.

An Aura component can contain a Lightning Web Component which contains an Aura component

D.

An Aura component can contain a Lightning Web Component

Question 9

Northern Trail Outfitters (NTO) has a requirement to schedule a reusable data import across multiple orgs for customer demo purposes. NTO also has a requirement to seed data of related objects—ProductCatalog, ProductCategory, Product2, and ProductCategoryProduct— while preserving its relationships and without purchasing additional licenses or using thirdparty tools.

What is the recommended tool a developer should select to address the requirement?

Options:

A.

Dataloader.io

B.

Bulk Import Using Command Line Interface

C.

Commerce Product Data Import

D.

Data Import Wizard

Question 10

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

Options:

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.

Question 11

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.

Question 12

A developer is working on a storefront and is seeing unexpected Ul behavior in one of the custom Lightning web components (LWCs) their team has built.

How should the developer investigate the issue?

Options:

A.

Enable Debug Mode for a storefront user, log in to the storefront, and use Browser Inspection tools and debugger points.

B.

Enable Debug Mode for a storefront user, load the LWC in Visual Studio (VS) Code, attach to session, and view debug logs in VS Code.

C.

Enable debug logs for a storefront user, log in to storefront and perform action, and view debug logs in Setup.

D.

Identify the user, inputs, and failure, then ask Salesforce support to investigate the issue with the custom LWC.

Question 13

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

Options:

A.

getPicklistMetadata

B.

getPicklist

C.

getPicklistValues

D.

getPicklistMetadataValues

Question 14

Which two different types of services do Salesforce B2B

Options:

A.

Commerce APIs leverage? (2 answers) A) Logic services which are responsible for implementing business logic associated with entities.

B.

Global services which are responsible for querying and transforming data from entities

C.

Data services which are responsible for querying and transforming data from entities

D.

Hook services which are extension points for subscribers to tie into.

Question 15

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?

Options:

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 writing Apex code.

D.

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

Question 16

The ccUtil apex class in Salesforce B2B Commerce provides numerous utility

functions that can be leveraged in subscriber classes.

What are two ways to check the input or return data of the Global API's? (2 answers)

Options:

A.

ccrz.ccUtil.isNotEmpty(Map) andccrz.ccUtil.isNotEmpty(List)

B.

ccrz.ccUtil.isNotValid(Map) andccrz.ccUtil.isNotValid(List)

C.

ccrz.ccUtil.isValid(Map) and ccrz.ccUtil.isValid(List)

D.

ccrz.ccUtil.isEmpty(Map) and ccrz.ccUtil.isEmpty(List)