Exam AD0-E103 All QuestionsBrowse all questions from this 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?

    Correct Answer: D

    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
paaaOption: D

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

kdattaOption: D

Answer will be D

gkay2Option: D

D is the correct option