Given the requirement to add caching to an existing page while adhering to SFRA best practices, which code snippet should be used?
A)
B)
C)
Answer : C
In the SFRA Page controller, the following route exists:
The result of navigating to the address below is an error page.
What is the correct way to use this controller route in an ISML template?
A)
B)
C)
Answer : C
A controller route in the SFRA base looks as follows:
In order to extend this route using prepared ( ), what should the developer consider?
Answer : B
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, what will be written to the log?
Answer : C
Which is an appropriate use of the
Answer : B
A developer wants to configure multiple products that should only be sold as a group. It should not be possible for buyers to buy these products individually. How should the developer configure the products?
Answer : A
A developer has a requirement to display a banner in two different category pages.
Which snippet of code should the developer add to a template to allow the merchant to configure each independently?
A)
B)
C)
Answer : B