Free AD0-E116 Exam Braindumps (page: 5)

Page 4 of 24

After adding new features, a developer'senvironment is experiencing slowness before ultimately running out of memory. The initial log analysis points towards a large number of open sessions.

Which action should the developer take to further monitor the overall session count on this AEM instance?

  1. Run the following command to generate thread dumps jstack -l <pid> >> threaddumps.log, analyze thread dumps to find long running sessions.
  2. Go to Web Console > Status > Threads, verify the overall thread count.
  3. Go to Tools > Operations > Monitoring. Create a new report based on Number of Active Sessions as metric.
  4. Go to <aem-install>/crx-qiuckstart/logs/strderr/log, use the following command grep -o `CRXSessionImpl' strderr.log| wc -l.

Answer(s): D



The structure section of an editable template has a locked component.

What happens to the content of that component when a developer unlocks it?

  1. The content stays in the same place but it ignored on pages using the template.
  2. The content is moved to the initial section of the editabletemplate.
  3. The content is deleted after confirmation from the template author.
  4. The content is copied to the initial section of the editable template.

Answer(s): B



Which xml tag is used within the vault package definition to add a new path to a content package?

  1. <path>
  2. <filter>
  3. <content>
  4. <rule>

Answer(s): B



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

Refer to the $DOCROOT/content/sampleproject directory below.

[user@group /opt/dispatcher/cache/content/sampleproject ]$ ks -la

total 2

drwxr-xr-x. 5 apache apache 4096 Feb 11 11:41 .

drwxr-xr-x. 3 apache apache 4096 Nov 29 16:07 ..

drwxr-xr-x. 4 apache apache 4096 Feb 7 03:21 page.html

-rw-r--r--. 1 apache apache 0 Feb 7 03:19 .stat

The dispatcher.log file contains the following lines:

[Wed Feb 13 13:14:04 2012] [D] [1376(1572)] checking [/libs/cq/security/userinfo.json]

[Wed Feb 13 13:14:04 2012] [D] [1376(1572)] Caching disabled due to query string:
tracking_id=1350373444666

[Wed Feb 13 13:14:04 2012] [D] [1376(1572)] cache-action for [/libs/cq/security/userinfo.json]: None

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

  1. "Modify the dispatcher.any file to contain the following lines:
    /filter
    {
    ...
    /0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" } ...
    }"
  2. "Modify the dispatcher.any file to contain the following lines:
    /rules
    {
    ...
    /0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" } ...
    }"
  3. "Modify the dispatcher.any file to contain the following lines:
    /ignoreUrlParams
    {
    ...
    /0002 { /glob ""tracking_id"" /type ""allow"" }
    ...
    }"
  4. "Modify the dispatcher.any file to contain the following lines:
    /filter
    {
    ...
    /0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" } ...
    }"

Answer(s): C






Post your Comments and Discuss Adobe AD0-E116 exam with other Community members:

AD0-E116 Discussions & Posts