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

B2B-Commerce-Developer Exam Dumps - Salesforce Developer Questions and Answers

Question # 34

The ccrz.cc_hk_UserInterface apex class, HTMLHead Include Begin and HTML Head Include End Cloudcraze Page Include sections allow additional content to be added to the HTML tag. What are two reasons that is it preferred to use the ccrz.cc_hk_UserInterface extension over the Cloudcraze Page Include sections? (2 answers)

Options:

A.

Salesforce apex:include is wrapped in tags.

B.

HTML does not support

tags inside the

C.

Salesforce apex:include is wrapped in tags.

D.

HTML does not support tags inside the

Buy Now
Question # 35

A developer suspects that a defect exists in 30 lines of Apex code. How can the developer add debug statements, run the block of apex code in isolation and observe the immediate results?

Options:

A.

Click the Check Out button in the storefront

B.

Use the Execute Anonymous window

C.

Activate Chrome dev tools and click the Check Out button in the Storefront

D.

Use the Execute Immediate window

Buy Now
Question # 36

Which Global JavaScript Object should be extended when

writing custom Remote Actions?

Options:

A.

CCRZ.

B.

CCRZ.cc

C.

CCRZ.cc_CallContext

D.

CCRZ.RemoteInvocation

Buy Now
Question # 37

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.

Buy Now
Question # 38

Which service method should be overridden in order to allow "without sharing" queries?

Options:

A.

ccrz.ccService.queryWithoutSharing()

B.

ccrz.ccAPI.queryService()

C.

ccrz.ccService.query()

D.

ccrz.ccService.initSVCDAO()

Buy Now
Question # 39

Which method is used to override when extending the Salesforce B2B Commerce logic providers?

Options:

A.

doLogic

B.

process

C.

doAction

D.

fetch

Buy Now
Question # 40

A developer is on a tight timeline and needs to implement a Lightning web component which can read, create and modify single records. What is the recommended path forward?

Options:

A.

Use base components

B.

Write custom functions against a wire adapter

C.

Create an Apex Controller

D.

Use Lightning Data Service

Buy Now
Question # 41

Which two steps are necessary to enable Salesforce B2B Commerce

logging in the managed package?

Options:

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

Buy Now
Question # 42

What are the templating, Javascript, and CSS frameworks what the cloudcraze managed package leverages?

Options:

A.

Angularjs, Backbonejs, and handlebarsjs

B.

Bootstrap, Backbonejs, and handlebarsjs

C.

Bootstrap, Angularjs, and Backbonejs

D.

Angularjs, react.js, and handlebarsjs

Buy Now
Question # 43

Which HTML element can be used as a root tag for a Lightning Web Component's HTML file?

Options:

A.

B.

C.

D.