Free AD0-E116 Braindumps Download Updated on Nov 21, 2021 with 95 Questions [Q18-Q34]

Share

Free AD0-E116 Braindumps Download Updated on Nov 21, 2021 with 95 Questions

Adobe AD0-E116 Exam Practice Test Questions


Adobe AD0-E116 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Determine the correct usage of each archetype when building projects
  • Given a scenario, determine the correct method to develop workflows
Topic 2
  • Determine the correct steps to implement SPA structure and components
  • Given a design, create complex components including the HTL, models, and services
Topic 3
  • Recommend & implement solutions to sync content/configurations across AEM environments
  • Identify the steps to set up and maintain front-end and back-end dependency management
Topic 4
  • Determine the correct method to create unit tests and map mock data
  • Given a scenario, determine the approach for any third-party integration
Topic 5
  • Determine the steps required around planning and implementing AEM upgrades and repository migration activities/tasks
  • Explain the setup steps around release management
Topic 6
  • Given a scenario, determine the correct method to Create and manage custom OAK indices
  • Identify the steps to create and manage AEM dispatcher configurations
Topic 7
  • Determine the correct steps to configure OOTB SAML and LDAP integration
  • Determine the correct steps to configure multi-tenancy
Topic 8
  • Determine the approach to implement a headless or hybrid implementation
  • Explain how to create and manage OSGi configurations

 

NEW QUESTION 18
A developer is installing a content package with the package manager. The developer needs to restrict the approximate number of nodes in a batch that is saved to persistent storage in one transaction.
How should the developer modify the number of transient nodes to be triggered until automatic saving?

  • A. AEM instances automatically modify the number of transient nodes based on the load balancing.
  • B. Modify the export package manifest header and copy the content package to AEM installation folder.
  • C. Select the option MergePreserve for the Access Control Handling drop-down in the Install Package dialog-box.
  • D. Change the value of Save Threshold in the Install Package dialog-box.

Answer: D

Explanation:
Reference:
https://helpx.adobe.com/ro/experience-manager/kt/sites/using/gettingstarted- wknd-tutorial-develop/part1.html

 

NEW QUESTION 19
A developer determines that the dispatcher is NOT refreshing the cached page /content/sampleproject/sample.html after it is updated.
The dispatcher.any contains the following entries:
/cache
{
/docroot "/opt/dispatcher/cache"
/statfile "/tmp/dispatcher-website.stat"
/statfileslevel "2"
/rules
{
/0000 { /glob "*" /type "allow" }
}
/invalidate
{
/0000 { /glob "*" /type "deny" }
}
}
Refer to the $DOCROOT directory below:
[user@group /opt/dispatcher/cache]$ ls -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 ..
drw-r--r--. 4 root root 4096 Feb 7 03:21 content
-rw-r--r--. 1 apache apache 0 Feb 7 03:19 .stat
The dispatcher needs to cache the page and refresh it after it gets updated.
What action should the developer take to meet these requirements?

  • A. Remove /statfile or /statfileslevel
  • B. Delete the contents of the DOCROOT directory
  • C. Change the value of the entry /statfileslevel to "3"
  • D. Add the entry /0001 { /glob "*.html" /type "allow" } in the /invalidate section

Answer: D

 

NEW QUESTION 20
A developer created an editable template with a Layout Container. The developer needs to restrict the Layout Container to just one column layout.
What should the developer do to the editable template to enforce this restriction?

  • A. Add responsive column control component to the template and set column type to 1
  • B. Using Template Editor, lock the Structure Component for the template
  • C. Using Template Editor, set the responsive settings to 1 column for Layout Container Policy
  • D. Overlay wcm.foundation.components.page.responsive Client Library and set @max_col to 1

Answer: C

 

NEW QUESTION 21
What is not available in globel.jsp?

  • A. currentDesign
  • B. currentResource
  • C. currentNode
  • D. currentPage

Answer: B

 

NEW QUESTION 22
An application contains an OSGi configuration that contains a password.
How should a developer prevent this sensitive information from being stored in plain text in JCR?

  • A. 1. Use console at /system/console/configMgr and tick the checkbox "encrypt" before saving a configuration
    2. Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key
    3. Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned
  • B. 1. Use console at /system/console/crypto to encrypt the value
    2. Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key
    3. When loading the value in the code, call CryptoSupport.unprotect(_) before using the value
  • C. 1. Use console at /system/console/crypto to encrypt the value
    2. Either create an encrypted value for each AEM instance and use runmodes to apply the different values or make sure relevant instances share the same master key
    3. Sensitive information is automatically decrypted using the CryptoSupport OSGi service before the value is returned
  • D. 1. Use console at /system/console/configMgr and tick the checkbox "encrypt" before saving a configuration
    2. Use encrypted values work across all instances
    3. When loading the value in the code, call CryptoSupport.unprotect(...) before using the value

Answer: B

 

NEW QUESTION 23
A developer is working on a dialog for a contact list component. The dialog has the following requirements:
1. The list of contacts must include one or more entries.
2. Contact details must include a full name.
3. Contact details must include an email address
4. Contact details can optionally include a short bio
5. Authors need to be able to rearrange the contacts in the list
Which dialog configuration should the developer use to meet all of these requirements?



  • A. Option D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: C

 

NEW QUESTION 24
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"" }
    ...
    }"

Answer: C

 

NEW QUESTION 25
One content package of a custom application contains the following content paths.

The server also contains the content path /apps/myproj/configuration that must NOT be touched when installing the package.
Which two filter definitions should a developer use to always update only the contained paths upon installation in the server? (Choose two.)

  • A. Option D
  • B. Option B
  • C. Option A
  • D. Option E
  • E. Option C

Answer: A,E

 

NEW QUESTION 26
A developer needs to change the label "Sites" in the navigation of AEM author to "Websites".
Which action should the developer take to achieve this?

  • A. Change the code of /libs/granite/ui/components/shell/clientlibs/shell/js/globalnav.js to display the new value
  • B. Modify the code of /libs/granite/ui/components/shell/globalnav/overlay/overlay.jsp to display the new value
  • C. Create a new node /apps/cq/core/content/nav/sites and update the property jcr:itle
  • D. Modify the node /libs/cq/core/content/nav/sites by updating the jcr:title property

Answer: C

 

NEW QUESTION 27
A developer has a component located under the path /apps. This component has a Client Library which is directly loaded onto a page. The publish instance loads the page correctly. The dispatcher also loads the page but the Client Library is missing.
How should the developer resolve this issue, while taking security into consideration?

  • A. Add the property allowProxy with a boolean value true.
  • B. Move the Client Library under /apps/<project>library.
  • C. Change the ACLs for the Client Library.
  • D. Allow the path to the clientlibs on the dispatcher.

Answer: A

 

NEW QUESTION 28
Refer to the following four Client Library Folders.

A developer uses the following:

What is the resulting HTML?

  • A. Option D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: D

 

NEW QUESTION 29
Which log file contains AEM application request and response entries?

  • A. request.log
  • B. history.log
  • C. audit.log
  • D. response.log

Answer: A

 

NEW QUESTION 30
A developer is creating a custom component that shows a list of pages. For each page, the following items must be shown:
* Title of the page
* Description of the page
* A button with fixed text "Read more" that must be translatable
All of the above fields must be wrapped in a <div> tag.
The logic for obtaining the list of pages must be reusable for future components.
Which snippet should the developer use to meet these requirements?

  • A. Option D
  • B. Option B
  • C. Option A
  • D. Option C

Answer: D

Explanation:
Reference:
https://docs.adobe.com/content/help/en/experience-manager-htl/using/htl/block-statements.html

 

NEW QUESTION 31
A service component periodically retrieves content from an external REST interface and saves the information in JCR. The REST endpoint is configured via an OSGi service property. There is one URL for production (runmode prod) and another URL for all other environments.
How should a developer configure the OSGi service?

  • A. Underneath /apps/<project>/settings, create the sub folders global and prod and node with name <PID>.conf each and configure the properties via node properties.
  • B. Underneath /config/<project>/settings, create the sub folders config.default and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
  • C. Underneath /config/<project>/settings, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.
  • D. Underneath /apps/<project>, create the sub folders config and config.prod and a file with the name <PID>.config each and list the properties as key value pairs in there.

Answer: D

 

NEW QUESTION 32
A developer installs the latest Service pack to a local AEM author instance.
How should the developer install this package on the publish instance?

  • A. Use upload/install from OSGi console of publish instance
  • B. Replicate from package manager of author instance
  • C. Replicate from package manager of publish instance
  • D. Use upload/install from OSGi console of author instance

Answer: B

 

NEW QUESTION 33
A developer needs to install a content package on an AEM environment. However a content package with the same name is already installed.
What would be the safest way for the developer to install the content package to make sure only the changes of the new content package get applied?

  • A. Install the content package using the OSGi web console
  • B. Uninstall the existing content package before installing the new content package
  • C. Upload the content package to the CRX Package Share before installing it
  • D. Use the "Force Upload" option when uploading the new content package

Answer: B

 

NEW QUESTION 34
......

Updated Verified AD0-E116 dumps Q&As - Pass Guarantee or Full Refund: https://www.prepawayete.com/Adobe/AD0-E116-practice-exam-dumps.html

Updated Certification Exam AD0-E116 Dumps - Practice Test Questions: https://drive.google.com/open?id=12qtZ0eq4tfVUZw-3j29MB600f5ItkCue

Contact Us

If you have any question please leave me your email address, we will reply and send email to you in 12 hours.

Our Working Time: ( GMT 0:00-15:00 )
From Monday to Saturday

Support: Contact now