View all detail and faqs for the B2C-Commerce-Developer exam
Given the customerbasket described below:
A customer has an existing basket that consists of multiple items.
One of the items is identified as a gift ítem by an attribute at the product line ítem.
The developer needs to write custom code to fetch the customer basket andthen modify the basket based
upon the items in the cart. If the basket contains any gift items, modify the basket and create a separate
shipment for the gift item.
Four hooks are required to make the modification, beginning with modifyGETRespone and endingwith
validatebasket.
Dw.ocapi.shop.basket.modifyGETResponse
-- missing hook –
-- missing hook --
dw.ocapi.shop.basket.validateBasket
What are the two missing hooks in the middle?
An instance has custom logging enabled. The log reaches the file size limit.
What happens in this situation?
Which two methods are efficientand scalable? (Choose two.)

The developer wants to be able to view DEBUG
The developer wants to be able to view DEBUG level messages for myLogCategory in the Request Log tool. Given the custom log configurations in the image above, what does the developer need to do to accomplish this?
A merchant has asked their development team to add a new site.
Which two tasks are essential for correct site configuration prior to launch?
Choose 2 answers
Recent code changes to an existing cartridge do not appear correctly on a Storefront. The developer confirms that the code is uploaded in the IDE and ensures that the cartridge is associated with the sandbox.
Which two additional steps should the developer take to troubleshoot this problem?
Choose 2 answers
Given the code snippet aboce, what should be added after this code so it can be used for page
component display?
A client uses tax tables in Business Manager to calculate tax. They recently started shipping to a new
country, Italy, and the taxi s not being calculated correctly on the Storefront
What is the likely problem?
A Storefront is designed so that multiple pages share a common header and footer layout.
Which ISML tag should a developer use on the templates for these pages to avoid code repetition in the most effective way?
A Digital Developer needs to add logging to the following code:

Which statement logs the HTTP status code to a debug-level custom log file?