Top Adobe AD0-E117 Courses Online - Updated [Jun-2026]
AD0-E117 Practice Dumps - Verified By ITPassLeader Updated 89 Questions
Adobe AD0-E117 exam is an essential certification for AEM architects. AD0-E117 exam validates the candidate's knowledge and skills required to design, architect, and deploy AEM solutions. Certification can help individuals to advance their careers and increase their earning potential. It also provides access to Adobe's community of experts, where individuals can learn from and collaborate with other AEM professionals.
NEW QUESTION # 47
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. Configure the Maximum Parallel Jobs
- B. Leverage workflow offloading for all workflows
- C. Leverage Transient Workflows where possible
- D. Increase the maxFileSize of the TAR segmentstore
- E. Execute an offline tar compaction twice a day
Answer: B,C
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 # 48
AEM as a cloud service introduces major changes in the architecture by using containers. Which key architectural change was necessary to allow this to occur?
- A. Using MongoDB for Author environment
- B. Isolating /app and /libs from the content, configurations and state mgmt.
- C. Using Adobe 10 for asset ingestion and processing, storing it on a separate blob and providing AEM with metadata
- D. Using sling content distribution as the replication mechanism
Answer: B
NEW QUESTION # 49
A customer wants to implement an AEM solution to serve localized content to several regional websites.
Which AEM capability should the Architect recommend?
- A. Use translation connector and translation workflows
- B. Use translation connector and Multi Site Manager
- C. Use translation connector and il8N API
- D. Use il8N API and Multi Site Manager
Answer: C
NEW QUESTION # 50
A customer wants to migrate their AEM environment from an on-premise infrastructure to a public cloud to improve performance. The customer currently hosts many assets (images, videos, documents) in the DAM.
Approximately 10 business users frequently upload new assets and update existing assets. Editors then use these assets on the sites.
What should an Architect do as part of this migration?
- A. Set up a horizontally scalable AEM environment on MongoDB
- B. Run online revision cleanup before moving to the new storage format
- C. Move to a shared datastore and enable binary less replication
- D. Set up Connected Assets to share the DAM assets in the sites
Answer: B
Explanation:
"running online revision cleanup before moving to the new storage format can reduce the size of the repository and improve performance".
NEW QUESTION # 51
A renowned eCommerce company's flagship product page witnesses a dramatic surge in traffic during the holiday seasons. Over the past few sales events, users have highlighted slower load times and sporadic outages. Preliminary analysis suggests that the current setup might be straining under the increased traffic.
The company has recently integrated a Content Delivery Network (CDN) and plans to fine-tune the dispatcher settings. The leadership emphasizes ensuring a seamless user experience for the forthcoming holiday season and wants to leverage the CDN and dispatcher optimally.
Given the situation described, which two approaches should be prioritized to bolster the performance and resilience of the product page during peak traffic? (Choose two.)
- A. Performing Penetration Testing for securing the site
- B. Performing Load Testing to mimic high traffic scenarios
- C. Performing testing of cache efficiency of dispatcher and CDN
- D. Performing Integration Testing to validate third-party APIs
Answer: B,C
NEW QUESTION # 52
A client is modernizing some of their AEM sites to go from static to editable templates so they can use the latest features around has the following parameters:
* The client currently has a dozen static templates that they want to move to editable templates.
* The existing pages use the parsys paragraph system for storing components.
* Each page based on one of the static templates has its own custom properties tab that is unique for that template type.
* The client wants template authors to be able to create the editable templates.
Which approach should an Architect use to meet these requirements?
- A. 1. Use the same page components for editable templates
2. Use a new template type for each static template - B. 1. Use a new page component for editable templates based on the core components page component
2. Convert page properties to policies - C. 1. Use the same page components for editable templates
2. Create a new editable template based on each of the existing page components - D. 1. Use a new page component for editable templates based on the core components page component
2. Migrate page properties to respective components dialogues
Answer: D
Explanation:
Use a new page component for editable templates based on the core components page component and migrate page properties to respective components dialogues12. According to Adobe Experience Manager documentation1, static templates are not considered a best practice and editable templates should be used instead. AEM Modernization tools can help migrate from static to editable templates. Editable templates use core components as their base components2 and page properties can be migrated to component dialogues using content policies2.
NEW QUESTION # 53
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. Leverage AEM Adaptive Image Servlet, cache image variations in Dispatcher, and reimplement article-related components to use AJAX to load the content
- B. Leverage AEM Adaptive Image Servlet cache image variations in Dispatcher, and implement a cache TTL in Dispatcher
- C. Split WCM and DAM in separate instances, set up Connected Assets, and re-implement article-related components to use AJAX to load the content
- D. 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
Answer: C
NEW QUESTION # 54
A client publishes content by a tree activation, which frequently invalidates the page cache in short succession. This causes the visitors to almost always hit an empty cache. The implementation uses a .stat file for invalidation. The client wants to delay the invalidation of cached pages while the publishing is in progress, so that the cached files are served until the invalidation completes. Which AEM dispatcher's feature can the architect propose to delay cache invalidation?
- A. Set the Dispatcher to use /invalidate property of dispatcher.any for auto-invalidation
- B. Use ServeStaleOnError dispatcher configuration to render the cache in case of error
- C. Set the Dispatcher to adjust /statfileslevel property of dispatcher.any
- D. Set the Dispatcher to use /gracePeriod property of dispatcher.any for auto-invalidation
Answer: D
NEW QUESTION # 55
An existing AEM sites platform will receive the latest service pack. The service pack includes functional and non-functional fixes such as security patches. Which action should the Architect take to make sure the update is successful?
- A. Do a full staging of the service pack including a regression test, if passed, deploy to production.
- B. Advise the customer to request Adobe to install the fixes directly on production since they are prechecked.
- C. Install the service pack m staging and ensure that all the bundles are up and running, then deploy to production.
- D. Identify the packages affected by the service pack after installing them into production and monitor them.
Answer: A
Explanation:
According to Adobe Experience Manager documentation3, installing a service pack requires careful planning and testing before applying it to production environments. A full staging of the service pack includes verifying that all customizations and integrations are compatible with the new version, performing a regression test to ensure that all functionalities are working as expected, and validating that there are no performance or security issues.
NEW QUESTION # 56
A large retail customer is building their ecommerce platform on AEM. Several third-party vendors sell products through their site. Those vendors need to review and verify the content close to production before the content goes live and the customer wants to provide them a restricted environment.
Which approach should the Architect recommend?
- A. Give third-party vendors access to the Author Server
- B. Use the Preview Capabilities of AEM Author Server
- C. Add a Publish (preview) Server and provide access
- D. Export content as PDF and share with the vendors
Answer: C
Explanation:
According to Adobe Experience Manager documentation1, a publish (preview) server is a publish instance that is used for previewing content before it goes live on the production server. This can be useful for verifying content with third-party vendors or other stakeholders who need restricted access.
NEW QUESTION # 57
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 the OOTB Configuration Browser to set configuration defaults and approval group by brand/language/region combination.
- B. Use OSGi Configuration to handle configuration overrides by brand. Create a new workflow for each brand/language/region combination for content approval.
- 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 # 58
After building an AEMaaCS website, it was found that non-cached secured static content will put too much load on the servers. How can this secured static content be cached without creating a security concern?
- A. Cache the secured content on the CDN using AuthChecker module
- B. Cache the secured content on the dispatcher using AuthChecker module
- C. Cache the secured content on the dispatcher and return "Cache-Control: private" on the HTTP header
- D. Cache the secured content on the CDN and return "Cache-Control: private" on the HTTP header
Answer: B
NEW QUESTION # 59
On AEM 6.5, when an editor tries to edit pages on the author, some pages only show a blank screen. Upon inspection of the logs, the following exception is found:
Which action would an architect try to restore functionality to the system without data loss?
- A. Restore the most recent back-up of the author instance
- B. Use the oak-run jar to revert the segment store to the last good revision
- C. Run the Data Store Garbage Collection maintenance task
- D. Increase the tarmk.size value in the SegmentNodeStoreService config
Answer: B
NEW QUESTION # 60
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 as a Cloud Service Assets setup using the combined CDN for delivery
- D. An AEM Publish instance on Adobe Managed Services with auto scaling
Answer: C
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 # 61
Refer to the exhibit.
A customer has SSO on its AEM Author environment using Adobe IMS, which is integrated with the customer's IDP using SAML The customer plans to roll out a new secured website on AEM where SSO authentication is required for end users. The end user accounts are also managed in the customer's existing IDP.
How should the Architect set up the authentication for the website?
- A. Integrate AEM Publisher using oAuth with Adobe IMS
- B. Integrate AEM Publisher using SAML with Adobe IMS
- C. Integrate AEM Publisher using SAML directly with the IDP
- D. Set up CUG and use User Synchronisation from Author to Publisher
Answer: C
Explanation:
SAML is a common and standard SSO handler that allows a user to access multiple systems after providing authentication credentials once. AEM ships with a SAML 2.0 Authentication Handler that supports signing and encryption of messages, automatic creation of users, and synching groups to existing ones in AEM3. By integrating AEM Publisher using SAML directly with the IDP, the Architect can leverage the existing user accounts and authentication mechanism for the end users of the secured website.
NEW QUESTION # 62
A client recently purchased the Smart Content Service and is considering using the Enhanced Smart Tagging feature. As part of the process, the client recently created a new tagging taxonomy that has not been applied to any assets yet. An Architect needs to demonstrate the feature on a subset of the client's assets before using on all assets.
How should the Architect proceed?
- A. Add sample assets to a new folder, tag assets in folder, then run the Smart Tags Training workflow
- B. Enable Smart Tagging via the folder properties for a single folder of assets
- C. Enable Smart Tagging via the folder properties for a single folder of assets, then run the Smart Tags Training workflow
- D. Add sample assets to a new folder, tag assets in folder, then enable Smart Tagging via the folder properties
Answer: C
Explanation:
"to use Enhanced Smart Tagging, the Architect needs to enable Smart Tagging via the folder properties for a single folder of assets, then run the Smart Tags Training workflow to train the model with the new tagging taxonomy".
NEW QUESTION # 63
A client's marketing pages are generally slow to load which is causing a significant drop in sales. All other AEM pages load within expected performance guidelines regardless of whether the visitor is being served the desktop or mobile experiences.
The marketing pages typically get slower when multiple external campaigns such as Facebook and AdWords drive traffic to those pages. The page performance tends to dip during high traffic periods. Internal campaign clicks such as those from hero images use similar campaign codes as external campaign traffic.
What should the Architect do to resolve this issue?
- A. Convert the marketing pages to a responsive design instead of an adaptive design
- B. Set AEM to use GZIP compression instead of the web server's compression
- C. Add a new dispatcher farm to assist with the client's marketing pages
- D. Modify the dispatcher.any file's section to ignore campaign-based URL parameters
Answer: D
Explanation:
Modify the dispatcher.any file's section to ignore campaign-based URL parameters12. According to Adobe Experience Manager documentation2, dispatcher can be configured to ignore certain URL parameters that do not affect the content of a page. This can improve caching performance and reduce load on AEM servers.
NEW QUESTION # 64
Refer to the exhibit.
A customer with an existing AEM implementation wants to enrich product pages with technical data coming from their PIM system. The PIM system sits behind an API Management solution that publicly exposes the PIM API's as RESTful web services with basic authentication as the security mechanism. Data consistency with the PIM and secure access to the APIs are key elements of the integration.
How should the Architect set up the integration between AEM and the PIM?
- A. Integrate the AEM Publishers directly with the API Management solution
- B. Import the technical data into the AEM Author and replicate to Publishers
- C. Use a client-side integration with AJAX from the browser to the API Management
- D. Convert the technical data to Content Fragments and expose using Content Services
Answer: A
Explanation:
Integrate the AEM Publishers directly with the API Management solution . According to Adobe Experience Manager documentation1, a direct integration between AEM and PIM can enable marketers and creative professionals to manage eCommerce-related product data and photography within AEM. A direct integration can also ensure data consistency with the PIM and secure access to the APIs using basic authentication23.
Option A is the only diagram that shows how AEM Publishers can directly communicate with the API Management solution.
NEW QUESTION # 65
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 B
- B. Option D
- C. Option C
- D. Option A
Answer: D
NEW QUESTION # 66
......
New (2026) Adobe AD0-E117 Exam Dumps: https://exam-labs.itpassleader.com/Adobe/AD0-E117-dumps-pass-exam.html