Adobe AD0-E116 Adobe Experience Manager Sites Developer Expert Online Training
Adobe AD0-E116 Online Training
The questions for AD0-E116 were last updated at Nov 23,2024.
- Exam Code: AD0-E116
- Exam Name: Adobe Experience Manager Sites Developer Expert
- Certification Provider: Adobe
- Latest update: Nov 23,2024
After adding new features, a developer’s environment 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?
- A . Run the following command to generate thread dumps jstack -l <pid> >> threaddumps.log, analyze thread dumps to find long running sessions.
- B . Go to Web Console > Status > Threads, verify the overall thread count.
- C . Go to Tools > Operations > Monitoring. Create a new report based on Number of Active Sessions as metric.
- D . Go to <aem-install>/crx-qiuckstart/logs/strderr/log, use the following command grep -o ‘CRXSessionImpl’ strderr.log| wc -l.
The structure section of an editable template has a locked component.
What happens to the content of that component when a developer unlocks it?
- A . The content stays in the same place but it ignored on pages using the template.
- B . The content is moved to the initial section of the editabletemplate.
- C . The content is deleted after confirmation from the template author.
- D . The content is copied to the initial section of the editable template.
Which xml tag is used within the vault package definition to add a new path to a content package?
- A . <path>
- B . <filter>
- C . <content>
- D . <rule>
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"
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?
- A . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html?tracking_id=*"" }
…
}" - B . "Modify the dispatcher.any file to contain the following lines:
/rules
{
…
/0000 { /glob ""*"" /type ""allow"" /params ""tracking_id"" }
…
}" - C . "Modify the dispatcher.any file to contain the following lines:
/ignoreUrlParams
{
…
/0002 { /glob ""tracking_id"" /type ""allow"" }
…
}" - D . "Modify the dispatcher.any file to contain the following lines:
/filter
{
…
/0023 { /type ""allow"" /url ""/content/*/*.html"" /params ""tracking_id"" }
…
}"