Pre-Winter Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

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)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which two statements are accurate?

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

What is a methodto resolve if the current storefront customer is a Salesforce B2B Commerce guest user in an apex class?

A.

ccrz.cc_CallContext.currUser.isGuest

B.

ccrz.cc_CallContext.isGuest

C.

UserInfo.getUserType()

D.

... UserType

What are three advantages of using ccLog over the Salesforce

standard System.debug class? (3 answers)

A.

There is no need to use string concatenation to easily tag log statements with asubject.

B.

ccLog can debug syntax errors found in the JavaScript.

C.

There is no need to create a User Trace Flag.

D.

Append #ccLog= to the end of the storefront URL in order to get logs in the inspector console.

E.

There is no need tomanually set a cookie to debug with the Site Guest User.

Which handlebars helper expression is used in Salesforce B2B Commerce pages and

components to toggle the display of a block of markup?

A.

{{#ifStoreSetting 'Field__c'}} ... {{/ifStoreSetting}}

B.

{{#ifSetting 'Page.cfg}} ... {{/ifSetting}}

C.

{{#ifConfig 'Field__c'}} ... {{/ifConfig}}

D.

{{#ifDisplay 'Page.cfg'}} ... {{/ifDisplay}}

A product is assigned to the entitlement policybut is missing from the Price Book related to the Buyer Group. The entitlement policy has View products and View prices in catalog checked.

How will the product behave on the B2B Portal?

A.

The product will not appear on the Portal but can be searchedsince it is part of the entitlement policy.

B.

The product will appear on the Portal with Price Unavailable status and can also be added to the cart.

C.

The product will not appear on the Portal and therefore cannot be added to the cart.

D.

The product will appear on the Portal with Price Unavailable status but cannot be added to the cart.