Get 2026 Updated Free Adobe AD0-E117 Exam Questions & Answer [Q10-Q35]

Share

Get 2026 Updated Free Adobe AD0-E117 Exam Questions and Answer

AD0-E117 Dumps PDF and Test Engine Exam Questions

NEW QUESTION # 10
During development the AEM Publisher server keeps crashing randomly. The deployment included a new static FAQ component that was used in the websites Contact Us page. An Architect investigates to find the root cause for the random failures, and notices the following parameters:
* The server slows down when requests are sent to the Contact us page
* The number of requests to the page were very few
* Heap dump shows a large number of instances of the FAQ component
What is likely causing this issue?

  • A. The component triggers a traversal query.
  • B. The JVM garbage collection is not running.
  • C. The page was not cached in the Dispatcher.
  • D. The component has a cyclic dependency to itself

Answer: D


NEW QUESTION # 11
An AEM architect is trying to configure a dispatcher rule to serve the page from AEM publisher when
'myparam" query string parameter is present in the page URL, otherwise, serve the page from the dispatcher cache.
Page Link: https://mywebsite.com/mypage.html?cid=true&myparam=true
Which configuration would the architect use?

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

Answer: A


NEW QUESTION # 12
A company with various departments wants to use tagging to improve search capability. Each department is restricted to use its own tags. How should an Architect organize the tags?

  • A. Create a department sub-tag in each tag
  • B. Create a namespace for each department
  • C. Use department ID as a prefix of each tag
  • D. Create tags in "departmentName:tagName" format

Answer: B

Explanation:
"creating a namespace for each department can allow organizing tags by different taxonomies and restricting access to them".


NEW QUESTION # 13
During the implementation of a public-facing website based on AEM as a Cloud Service, the customer raises an additional requirement to have a commenting functionality for end users implemented on the pages.
What should the Architect do to make the design a future proof solution?

  • A. Integrate a third-party solution to store comments externally
  • B. Save comments in JCR and leverage reverse replication to synchronize comments via author
  • C. Use MongoDB as provided with AEM as a Cloud Service to store the comments
  • D. Save comments in JCR and leverage Sling Distribution to synchronize comments between publishers

Answer: A

Explanation:
"integrating a third-party solution to store comments externally can provide a future proof solution that does not depend on AEM as a Cloud Service limitations or changes".


NEW QUESTION # 14
An AEM Architect is moving existing content from an on-premise AEM to an AEM Cloud Service instance using the Content Transfer Tool. As part of the initial source preparation, the Architect is going to run the offline compaction on the on-premise AEM.
What other two actions should the Architect do to the on-premise AEM before proceeding with the extraction phase? (Choose two.)

  • A. Verify that wipe mode is enabled
  • B. Verify that free disk space is at least 1.5x the JCR size
  • C. Stop all bundles using the AEM Web Console
  • D. Run datastore consistency check via oak-run
  • E. Validate that all replication agents are disabled

Answer: D,E

Explanation:
According to Adobe Experience Manager documentation1, before using the Content Transfer Tool, it is recommended to disable all replication agents on the source AEM instance to prevent any content changes during the migration process. It is also recommended to run a datastore consistency check via oak-run tool2 to ensure that there are no missing or corrupted binaries in the source AEM instance.


NEW QUESTION # 15
While developing a public website using AEMaaCS, a client introduces a new requirement on the ability for users to leave comments on the site's pages. How would the Solution Architect respond to ensure the design remains flexible and prepared for potential future modifications while adhering to GDPR regulations?

  • A. Store comments within the platform's native repository and use built-in distribution mechanisms to synchronize comments across multiple servers
  • B. Utilize a NoSQL database that comes with the platform to handle comment storage
  • C. Collaborate with an external vendor to manage and store the comments separately
  • D. Retain comments within the platform's primary database and synchronize them using a pull mechanism via the main content management instance

Answer: C


NEW QUESTION # 16
A client is migrating the content from a legacy website to an existing AEM implementation. An Architect evaluates the content of the legacy site and determine-that there are approximately 20.000 pages with a common structure, and a few hundred pages that do not follow a pattern. The client wants to complete the migration as soon as possible.
Which approach should the Architect recommend for the content migration?

  • A. Use Site importer to import the content into AEM
  • B. Recreate the entire content manually with a group of Content Authors
  • C. Migrate all common pages using the ETL procedure and use manual authoring for the rest
  • D. Migrate all common pages using the ETL procedure with multiple rounds

Answer: C

Explanation:
"migrating all common pages using the ETL procedure and using manual authoring for the rest can reduce the time and effort required for the content migration".


NEW QUESTION # 17
A client has set up branded error pages in AEM to be presented in case of HTTP 400 and HTTP 500 errors on an AEM hosted website. The website pages are under "/content/xbrand/fr/fr/" directory. The error pages are located under "/content/xbrand/fr/fr/error-docs/". The architect notices that the error pages are being invalidated too whenever any other site page is published. Which solution would prevent the error pages from invalidating when publishing any other site page?

  • A. Add error pages to the /invalidate property of dispatcher.any to prevent from invalidation
  • B. Add error pages to the /rule property of dispatcher.any to prevent from invalidation
  • C. Add error pages to the /filter property of dispatcher.any to prevent from invalidation

Answer: C


NEW QUESTION # 18
During an optimization session, a client using AEM 6.5 mentions that they face challenges with their AEM Author setup. The client has significant repository growth and can see an increased amount of TAR files in the segmentstore on disk. When editors are working, they see that workflows take up more time. The purging of workflows works as expected. Which two optimizations should an Architect suggest to took into and further investigate? (Choose two.)

  • A. Leverage Transient Workflows where possible
  • B. Execute an offline tar compaction twice a day
  • C. Increase the maxFileSize of the TAR segmentstore
  • D. Leverage workflow offloading for all workflows
  • E. Configure the Maximum Parallel Jobs

Answer: A,D

Explanation:
Leverage workflow offloading for all workflows and Leverage Transient Workflows where possible123. According to Adobe Experience Manager documentation2, workflow offloading is a technique that distributes processing tasks among AEM instances in a topology. This can improve performance and scalability of AEM author instances by using dedicated instances for executing workflows. Transient workflows are workflows that do not persist any data or history and are automatically purged after completion3. This can reduce repository growth and improve workflow efficiency.


NEW QUESTION # 19
A client is using AEM and wants to make sure they are managing their configurations correctly. Refer to the following requirements:
The client has multiple brands that they will be hosting on a single AEM implementation The client wants to reuse as much between brands as possible Each brand needs to be able to override the default values for items like contact us information The client plans to support multiple languages in multiple regions for each brand Each brand/language/region combination will have its own set of content approvers used as part of a custom workflow Which approach should an Architect recommend to manage the client's configurations for AEM?

  • A. Use OSGi Configuration to handle configuration overrides by brand. Create a new workflow for each brand/language/region combination for content approval.
  • B. Use the OOTB Configuration Browser to set configuration defaults and approval group by brand/language/region combination.
  • C. Use Context-aware configurations to manage configuration overrides and approval group by brand/language/region combination.
  • D. Use OSGi to manage approval group and provide default contact us information by runmode.

Answer: D


NEW QUESTION # 20
A client using AEM 6.5 on-premise is experiencing an unsustainable repository growth of 100Gb a day. After investigation, an Architect finds out that the DAM is causing this issue. Each image uploaded to the DAM triggers the creation of approximately 100 renditions, necessary by business to consume in different channels and systems. The client also complains about stale content reported by site visitors happening randomly in pages where article-related components are present.
How should the Architect address these issues?

  • A. Split WCM and DAM in separate instances, set up Connected Assets, and implement a workflow to purge all pages affected by an article change in Dispatcher
  • B. Split WCM and DAM in separate instances, set up Connected Assets, and re-implement article-related components to use AJAX to load the content
  • C. Leverage AEM Adaptive Image Servlet cache image variations in Dispatcher, and implement a cache TTL in Dispatcher
  • D. Leverage AEM Adaptive Image Servlet, cache image variations in Dispatcher, and reimplement article-related components to use AJAX to load the content

Answer: D

Explanation:
According to Adobe Experience Manager documentation1, the Adaptive Image Servlet is a feature that automatically selects the most appropriate rendition of an image asset based on the size of the container in which it is displayed. This can reduce the number of renditions needed and improve performance and scalability of AEM DAM. Caching image variations in Dispatcher can also help reduce repository growth and network traffic. Reimplementing article-related components to use AJAX can prevent stale content issues by dynamically loading fresh content from AEM without refreshing the whole page.


NEW QUESTION # 21
AEM Site users report that the web content pages render very slowly. An Architect notices that the CPU usages of the AEM Publish instances are spiking and reviews the following entry in the log:
[Frt Nov 27 23:11:00 2019] [I] [pid 16004 (tid 140134145820416)] Current cache hit ratio: 47.94 % What should the Architect do to increase the dispatcher cache ratio and prevent the AEM Publish CPU usage spikes?

  • A. Add additional AEM instances to the Publish Farm
  • B. Create a cron job that will delete the dispatcher cache on a regular basis
  • C. Review and optimize the Dispatcher cache configuration
  • D. Add additional dispatcher servers

Answer: C

Explanation:
According to Adobe Experience Manager documentation5, dispatcher is a caching and load balancing tool that can be used to improve performance and security of AEM sites. Dispatcher cache configuration can be adjusted using various properties in the dispatcher.any file6. Creating a cron job that will delete the dispatcher cache on a regular basis is not a good idea as it will reduce the cache hit ratio and increase the load on AEM servers.


NEW QUESTION # 22
A large AEM enterprise site is implementing authentication and requires a true optimal load balancing across the site's multi AEM publish instances. Which approach should an Architect take to meet this requirement?

  • A. Enable Encapsulated Token Option
  • B. Configure Sticky Connections
  • C. Configure the Dispatcher to run with a Dedicated System Usei
  • D. Enable Round Robin processing in Dispatcher configuration

Answer: A

Explanation:
"enabling Encapsulated Token Option can provide optimal load balancing across multiple AEM publish instances by using a token-based authentication mechanism".


NEW QUESTION # 23
A user is part of the Employees LDAP group synchronized with AEM. The same user is added to the authors group in AEM. The user is then removed from the Employees group on the LDAP server.
What is the result during the next synchronization with AEM?

  • A. The user is removed from both the Employees and the AEM authors groups
  • B. The user is removed from the authors group but not the Employees group in AEM
  • C. The user is not removed from either the Employees and the AEM authors groups
  • D. The user is removed from the Employees group but not the authors group in AEM

Answer: A

Explanation:
"if a user is removed from an LDAP group that has been synchronized with AEM, then that user will be removed from all AEM groups that they are a member of".


NEW QUESTION # 24
An AEM architect working on a large-scale e-commerce project is tasked with creating a prototype solution to showcase a proof of concept (POC) using Adobe Experience Manager (AEM) to manage complex product data. Which method or approach would be most effective in ensuring the success of this POC, while maintaining the client project data structure?

  • A. Creating a sample custom Node taxonomy
  • B. Creating a sample Experience Fragment taxonomy
  • C. Creating a sample Tag taxonomy
  • D. Creating a sample Content Fragment taxonomy

Answer: D


NEW QUESTION # 25
During an optimization session, a client using AEM 6.5 mentions that they face challenges with their AEM Author setup. The client has significant repository growth and can see an increased amount of TAR files in the segmentstore on disk. When editors are working, they see that workflows take up more time. The purging of workflows works as expected. Which two optimizations should an Architect suggest to took into and further investigate? (Choose two.)

  • A. Leverage workflow offloading for all workflows
  • B. Leverage Transient Workflows where possible
  • C. Execute an offline tar compaction twice a day
  • D. Increase the maxFileSize of the TAR segmentstore
  • E. Configure the Maximum Parallel Jobs

Answer: B,E


NEW QUESTION # 26
A customer's photo gallery site uses query parameters to filter photo search results. The site experiences high AEM Publish server load when users filter photos on the site. The customer would like to identify the cause of this issue.
What should the Architect investigate first?

  • A. ignoreUrlParams configuration in dispatcher.any
  • B. Volume of assets being loaded at a time
  • C. Cache-Control Headers in dispatcher.any
  • D. Dispatcher load balancing configuration

Answer: C


NEW QUESTION # 27
During the implementation of a public-facing website based on AEM as a Cloud Service, the customer raises an additional requirement to have a commenting functionality for end users implemented on the pages.
What should the Architect do to make the design a future proof solution?

  • A. Save comments in JCR and leverage reverse replication to synchronize comments via author
  • B. Integrate a third-party solution to store comments externally
  • C. Use MongoDB as provided with AEM as a Cloud Service to store the comments
  • D. Save comments in JCR and leverage Sling Distribution to synchronize comments between publishers

Answer: C


NEW QUESTION # 28
An organization is transitioning its digital platform to AEMaaCS. The lead architect is overseeing the transition and ensuring that the platform remains robust and offers a consistent user experience. The team has already performed general functionality tests. As the launch date approaches, the team is focusing on potential real-world challenges, such as the platform's behavior under high-user traffic and communicating with third- party services.
Which two types of testing should the architect prioritize next to ensure a seamless transition to AEMaaCS?
(Choose two.)

  • A. Usability Testing
  • B. Load Testing
  • C. Integration Testing
  • D. Unit Testing

Answer: B,C


NEW QUESTION # 29
A retail customer with an international presence and both in-store and online sales needs a new assets platform. The customer decides to use AM assets. The customer's sites will continue to run on their proprietary CMS for websites.
The customer wants to be able to scale the platform for spikes in user traffic such as on local sales or online marketing campaigns. Under some circumstances, the customer also has a higher load of editors for a certain period of time.
Which architecture should an Architect use for this business case?

  • A. An AEM as a Cloud Service Sites with Dynamic Media
  • B. An AEM Assets setup on Adobe Managed Services with Cloud Manager
  • C. An AEM Publish instance on Adobe Managed Services with auto scaling
  • D. An AEM as a Cloud Service Assets setup using the combined CDN for delivery

Answer: D

Explanation:
"using AEM as a Cloud Service Assets setup using the combined CDN for delivery can provide scalability, performance, and security for asset delivery".


NEW QUESTION # 30
A customer is about to go live with a new website on AEM on prem. The DNS (www.domam.com) already points to the load balancer of the AEM environment and final sanity checks are being performed. The website was tested in lower environments without SSL On production, the website is served over https. During sanity testing, all requests result in a 404.
While investigating this issue, an Architect determines the following:
* The requests land on port 443 on the load balancer where SSL is terminated and an HTTP header X-Forwarded-Proto is set
* The website Sling Mapping is created beneath /etc/map/http/www.domain.com.80
* The URLs on the website are externalized with http in the absolute links Which two actions should the Architect take to resolve this problem? (Choose two.)

  • A. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.80
  • B. Configure Apache Felix Http Service SSL Filter to use the correct SSL forward header
  • C. Ensure the Sling Mapping exist at /etc/map/httpj)mwp<.domain.com.443Configure the Adobe Granite SSL Connector Factory with the correct SSL port
  • D. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.443

Answer: B,C

Explanation:
"the Sling Mapping should match the protocol and port of the incoming request, which in this case is https and 443. The Apache Felix Http Service SSL Filter should be configured to use the X-Forwarded-Proto header to detect if the request is secure or not".


NEW QUESTION # 31
A large digital agency has 10 TB of assets in their DAM where renditions for each Asset must be created without affecting performance for the authors. Which capability should the Architect recommend to meet the requirements?

  • A. Reduce the number of AEM Asset versions
  • B. Create AEM multi-threaded workflow
  • C. Use AEM Asset Offloading
  • D. Update dispatcher configuration to cache Assetsa

Answer: B


NEW QUESTION # 32
A customer has a requirement to allow authors to access AEM with single sign-on. To achieve this an Architect needs to integrate AEM with the customer's identity management system.
Which two actions could an Architect take to meet this requirement? (Choose two.)

  • A. Configure the SAML Authentication Handler
  • B. Implement a custom JAAS Login Module
  • C. Configure the Sling Authentication Requirements for the OSGi HTTP Service
  • D. Configure the generic SSO Authentication Handler
  • E. Implement the generic SSO Authentication Handler interface

Answer: D,E


NEW QUESTION # 33
A client wants to enable SSO in the AEM Authoring instance using SAML for the content authors. The client also wants to onboard their marketing team and design team to use AEM. However, these teams use their personal Adobe ID to login to the Creative and Marketing Cloud products such as Analytics and Target on Admin Console. The client wants to enable the usage of company credentials for all their solutions to enforce standardized security policies. What would the architect propose to meet these requirements?

  • A. Configure Adobe IMS to forward sign-in for Adobe ID to the client IDP
  • B. Create a new SAML profile in the client IDP to integrate to the Marketing and Creative cloud products
  • C. Onboard all users to Adobe IMS using Enterprise ID
  • D. Onboard all users to Adobe IMS using Federated ID

Answer: C


NEW QUESTION # 34
A client is upgrading their live site hosted on AEM via AMS from version 6.3 to 6.5. The client prefers Blue Green deployment approach and hence not choosing an in-place upgrade.
Which tool would the architect use to migrate the existing content to new servers?

  • A. CRX2OAK Tool
  • B. Bulk Import Tool
  • C. Oak-Run Tool
  • D. Content Transfer Tool

Answer: D


NEW QUESTION # 35
......

Verified AD0-E117 exam dumps Q&As with Correct 89 Questions and Answers: https://www.passcollection.com/AD0-E117_real-exams.html

Get New AD0-E117 Certification – Valid Exam Dumps Questions: https://drive.google.com/open?id=1u1BWePAkgaL69m7pQokxA-E_qJWP-s4M