AD0-E103 Exam QuestionsBrowse all questions from this exam

AD0-E103 Exam - Question 6


A developer identifies that some requests for the page /content/sampleproject/page.html take longer that other requests for the same page. Refer to the

$DOCROOT/content/sampleproject directory below.

The dispatcher.log file contains the following lines:

How should the developer make sure that the page is always cached?

Show Answer
Correct Answer: CD

To ensure that the page is always cached, the developer should modify the dispatcher.any file to allow caching even when there are query string parameters present in the request. Option D shows the correct modification where the property /ignoreUrlParams is set to [*]. This tells the dispatcher to ignore all query string parameters when deciding whether to cache the page, thereby ensuring that the page is always cached.

Discussion

3 comments
Sign in to comment
paaaOption: D
Jul 17, 2020

https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html,Answer is D

kdattaOption: D
Jun 7, 2020

Answer will be D

gkay2Option: D
Jul 15, 2020

D is the correct option