Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Download Latest B2B-Commerce-Developer Questions

Salesforce Accredited B2B Commerce Developer(SP23) Questions and Answers

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)