Which conversion flag allows for sObjects to be returned from the Global API’s when provided as a Boolean parameter with a value of true?

Numerous flags when set, have a direct impact on the result set provided by the Global API’s.

Which conversion flag allows for sObjects to be returned from the Global API’s when provided as a Boolean parameter with a value of true?
A . ccrz.ccAPISizing.SKIPTRZ
B . ccrz.ccAPISizing.SOBJECT
C . ccrz.ccAP
D . SZ_SKIPTRZ
E . ccrz.ccAP
F . SZ_SOBJECT

Answer: C

How can this requirement be fulfilled?

When a user buys 10 units of product B, the user wants 1 unit of Product A to be automatically added to the cart.

How can this requirement be fulfilled?
A . Override the AllowCheckout method in ccrz.cc_api_CartExtension
B . Override the prepareForSave method in ccrz.cc_api_CartExtension
C . Override the preprocess method in ccrz.cc_api_CartExtension
D . Override the prepareToAdd method in ccrz.cc_api_CartExtension

Answer: C

Which two aspects are applicable to Page Includes? (2 answers)

Which two aspects are applicable to Page Includes? (2 answers)
A . Standard Visualforce controls such as apex: form should not be used within a page include
B . Page Includes must be assigned to an OOTB Page, i.e. Home, Product Detail, etc., and enabled
C . Page Includes can be configured as Body Includes Begin.
D . If a controller is used for an included page, then a merge variable must be present on the page.

Answer: A,D

Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)

Which twousages of ccLog should be avoided in Salesforce B2B Commerce? (2 answers)
A . ccrz.ccLog.log(System.LoggingLevel.ERROR, ‘D:something’, myCallToGetMessage(pl) ), where myCallToGetMessage(pl) is a method invocation
B . crz.ccLog.log(System.LoggingLevel.WARN, ‘D:something’, ‘Something unexpected occurred: The data we were expecting for pl was not there,’)
C . crz.ccLog.log(System.LoggingLevel.DEBUG, ‘D:myOrderList’, myOrderList), where myOrderList is a list of orders
D . crz.ccLog.log(System.LoggingLevel.DEBUG, ‘D:myOrder’, myOrder), where myOrder is an order object

Answer: A,B

Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)

Which three steps are necessary to have subscriber page added to Salesforce B2B Commerce after creating a custom Visualforce page? (3 answers)
A . Create a new CC Subscriber Page record that points to your custom Visualforce page.
B . Create a new Visualforce page, and manually import the Salesforce B2BCommerce JavaScript libraries. Run in Anonymous Apex ccrz.cc_util_Reflection.upsertPageUIKey([arg1],[arg2],[arg3]);
C . Refresh the Page Keys Index in CC Admin.
D . Enable the Subscriber Page in CC Admin.

Answer: A,C,D