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

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

What are two maintainable ways that Lightning Web Components can be made mobile ready? 33m 215

A.

Create a Lightning app page and add the component to the mobile navigation

B.

Import a third party JavaScript library

C.

Install the mobile extensions plug-in for VS Code

D.

Decorate templates with mobile-ready

What is the fastest route to setting up a B2B Commerce Store as a developer?

A.

Set up B2B Commerce on Lightning Experiencemanually

B.

Create a new store in the Commerce app

C.

Import a previously exported store archive

D.

Use sfdx setup scripts

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)

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)