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

Welcome To DumpsPedia

B2B-Commerce-Developer Sample Questions Answers

Questions 4

How can a developer introduce new screen behavior in a checkout flow step?

Options:

A.

Modify the property mappings in checkoutSteps.xml

B.

Edit the default subflow directly

C.

Clone the appropriate subflow and replace the Lightning web components in it

D.

Adjust next-state in previous subflow configuration

Buy Now
Questions 5

A developer has the task to bring some historical data into an org. The data must reside in the org, but cannot be populated in standard or custom objects. The customer is fine with developers building Ul components to surface this data on a case-by-case basis.

Which option allows a developer to meet all of these requirements?

Options:

A.

Big objects

B.

Lightning Canvas

C.

External objects

D.

Lightning Out

Buy Now
Questions 6

How are variables bound when services use the ccSercviceDao classto execute queries?

Options:

A.

Global variables

B.

Apex local variables

C.

String substitution

D.

Apex class variables

Buy Now
Questions 7

A developer needs to loop through a series of child components which are tiles. What is the correct syntax for this if the child component is called appTile?

A)

7

B)

7

C)

7

D)

7

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 8

Which three actions are applicable when modifying the number of steps required in the Salesforce Commerce Checkout flow? (3 answers)

Options:

A.

Perform a template override on the Checkout page.

B.

Add a page include to the checkout page.

C.

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

D.

Set the value of the configuration setting defined as CO.useDef to TRUE

E.

Set the value of the configuration setting defined as CO.overrideFlow to TRUE.

Buy Now
Questions 9

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)

Buy Now