Certified-B2C-Commerce-Developer Certified B2C Commerce Developer

Loading demo links...

Showing 10–12 of 15 questions

Question 10

What is accomplished by the code below?

Select an option, then click Submit answer.

  • Performs a remote include from the Account-Header endpoint.

  • Performs a local include from the Account-Header endpoint.

  • Creates a link to the Account-Header end point that allows mobile navigation.

Question 11

Assume the code below is executing:

Business Manager has the configuration:

Active Log category is “root” with log level of “info.”

Given this information, what is the beginning of the filename in which the log will be written?

Select an option, then click Submit answer.

  • xyz

  • custominfo-blade

  • custom-export

  • custom-xyz

Question 12

The developer has been given the following business requirement:

The shipping method, Free Standard Ground Shipping' has an exclusion for products *lth category equals or is child of electronics-televisions.'

The marketing department has scheduled a sale offering a “Free Standard Ground Shipping” method for brand XyzTv televisions for the next 3 months.

What method accomplishes this while following best practices?

Select an option, then click Submit answer.

  • Extend the code in cartridge/models/shipping/shippingMethod.js using module, super Module and add an exception for the specified brand.

  • Extend the CheckoutShippingservices controller using module.superModule and add an exception for the specified brand

  • Create an allow list for the existing shipping method by adding a product exclusion for 'brand equals XyzTV" to the exclusion list for "Free Standard Ground Shipping."