The Home-Show route uses this middleware chain:
The developer added Home.;s in another cartridge, which is before the original cartridge in the
cartridge path, to extend that route but it does not have the middleware chain:
Assuming the code is correct on both functions, what is the expected result?
A
A merchant is selling a new product line of televisions. In order to deliver a good customer
experience, the merchandising team wants the screen size to be incorporated into the search and
navigation journey.
Which two things can the developer do to facilitate this for them?
Choose 2 answers
B, C
The developer has been given the following business requirement:
The shipping method, "Free Standard Ground Shipping" has an exclusion for products with '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'
C
A merchant has complained to the developers that some products are not appearing in the
storefront and has asked them to diagnose and solve the issue.
Which two factors might be causing a product to be hidden?
Choose 2 answers
B, C
Given the above OCAPI definitions, which permission or permissions apply?
D
Given a template rendered by a controller with caching and a remote include without caching, which
situation applies?
A. Both the remote include portion and the rest of the page are cached.
B. The remote include portion is not cached, but the rest of the page is cached.
C. The page is cached only for returning customers because of the remote include.
D. The page is not cached because the remote include introduces an uncached portion.
B
A developer is given the requirement to add a step to the existing business logic of the registration
process. How should the developer modify the route that handles the customer registration?
C
A developer configures the dw.json file and needs to fill in the necessary parameters to complete the
task.
Which three parameters are required when using npm scripts?
Choose 3 answers
B, D, E
A client has two B2C Commerce sites in the same instance: one for the U.S. market, the other for the
European market. They offer free gift wrapping on a selection of products. For each order, five
products can be wrapped in the U.S., but only three products can be wrapped in the European
region.
How should a developer allow the merchant to independently adjust this number?
D
When exporting a price book from an external system, which file format or formats should a
developer use so it can be imported into a B2C Commerce site?
A
Explanation:
A developer has these requirements for out-of-stock products:
Save the SKUs of the out-of-stock products that the customer is interested in
Save the customer email regardless if the customer is a guest or registered
Email the customer when the product is back-in-stock
Which step should the developer perform as part of the solution to achieve the requirements?
D
Business Manager has the configuration:
Active Log category is "root"
Log level of WARN
The code below is executing:
var log = Logger.getLogger("products");
Using this information, which two logs will be written?
Choose 2 answers
A, C
When looking at Custom Object instances for a site, a merchant notices that the creation date is not
showing up on the instances in Business Manager.
Where should the developer add this attribute to the Custom Object so it is visible for the merchant
to see in Business Manager'
B
A developer is implementing new Page Designer content on a merchant's Storefront and adds the
line below to
What does this achieve?
A
Refer to the screen shot below:
Given a site called RefArch that has the settings shown, what must be done for RefArch to use the
same customer list as RefArchGlobal?
D