AD0-E117 PDF Dumps Mar 01, 2024 Exam Questions – Valid AD0-E117 Dumps
Ultimate AD0-E117 Guide to Prepare Free Latest Adobe Practice Tests Dumps
NEW QUESTION # 12
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. Use a client-side integration with AJAX from the browser to the API Management
- B. Import the technical data into the AEM Author and replicate to Publishers
- C. Convert the technical data to Content Fragments and expose using Content Services
- D. Integrate the AEM Publishers directly with the API Management solution
Answer: D
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 # 13
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 tags in "departmentName:tagName" format
- B. Create a namespace for each department
- C. Use department ID as a prefix of each tag
- D. Create a department sub-tag in each tag
Answer: B
Explanation:
"creating a namespace for each department can allow organizing tags by different taxonomies and restricting access to them".
NEW QUESTION # 14
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: B
NEW QUESTION # 15
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. Set up CUG and use User Synchronisation from Author to Publisher
- C. Integrate AEM Publisher using SAML directly with the IDP
- D. Integrate AEM Publisher using SAML with Adobe IMS
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 # 16
Users report cases where data inaccuracies are present in an AEM component that relies on AEM Search functionality. The AEM platform utilizes Lucene as its main search engine.
How should an Architect resolve this issue?
- A. Change the search engine to Property Search
- B. Migrate search engine to an external Solr instance
- C. Add search indexes to Lucene search engine
- D. Scale up server resources to meet demands
Answer: C
Explanation:
"adding search indexes to Lucene search engine can improve the performance and accuracy of AEM Search functionality".
NEW QUESTION # 17
A news agency editor wants to publish news articles to an intermediate Publish (preview) instance for internal review before publishing the article to production Publish instance.
Which two steps should the Architect recommend? (Choose two.)
- A. Set up a new replication agent for preview server
- B. Create a reverse replication agent on preview server
- C. Create a separate live copy to preview content
- D. Create a closed user group (CUG) for editors
- E. Create a custom publish workflow
Answer: A,C
Explanation:
Create a separate live copy to preview content and set up a new replication agent for preview server1. According to Adobe Experience Manager documentation4, a live copy is used to create a local copy of content from another site that can be modified independently. A replication agent is used to publish content from an author instance to a publish instance. Creating a reverse replication agent on preview server (B) is not necessary as reverse replication is not supported by AEM as a Cloud Service1. Creating a custom publish workflow (E) is also not necessary as workflows are handled by AEM Cloud Service automatically1.
NEW QUESTION # 18
An Architect is performing infrastructure and capacity planning for Author servers for a customer using AEM 6.5. Which two factors would lead the Architect to pick a multi-author instance architecture setup? (Choose two.)
- A. Fail safeness of the servers
- B. Website Traffic handled by servers
- C. Types of actions performed by Authors
- D. Number of Parallel Authors
- E. Cache Efficiency on the dispatcher
Answer: A,D
Explanation:
"a multi-author instance architecture setup provides failover and load balancing for author servers. It also allows for scaling up the number of parallel authors who can work on the same content without affecting performance".
NEW QUESTION # 19
A media company surveys the end users of their AEM Sites website. The survey identifies that it is difficult to locate content on the site due to lack of relevancy and slow performance when navigating through the large volume of content.
To address both issues, the business team suggests integrating an innovative taxonomy product to the company s AEM implementation. The product is new on the market and the development team has no experience with the technology.
Which two steps should an Architect recommend to evaluate this new feature? (Choose two.)
- A. Develop the integration as proof of concept with sample content
- B. Test usability of the feature withselected end users
- C. Develop the integration as proof of concept with full production content
- D. Develop the integration and deploy it to 50% of the production AEM instances
- E. Test usability of the feature with selected business users
Answer: A,B
Explanation:
"developing a proof of concept with sample content allows for testing the feasibility and performance of the integration without affecting production data. Testing usability with selected end users allows for validating the relevancy and user satisfaction of the feature".
NEW QUESTION # 20
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 dispatcher servers
- B. Review and optimize the Dispatcher cache configuration
- C. Add additional AEM instances to the Publish Farm
- D. Create a cron job that will delete the dispatcher cache on a regular basis
Answer: D
NEW QUESTION # 21
An AEM client requests that an Architect to establish non-functional KPIs. The Architect needs to avoid impacting user experience, asset processing, and download speed while doing this.
How should the Architect measure the performance properly to establish target metrics?
- A. Tail the Access Log and look for long-running queries
- B. Use the OOTB Explain Query Tool
- C. Use the Free Request Log Analyzer Command Line Tool
- D. Use JMeter for end-to-end tests
Answer: B
NEW QUESTION # 22
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. Configure Apache Felix Http Service SSL Filter to use the correct SSL forward header
- B. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.80
- C. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.443
- D. Ensure the Sling Mapping exist at /etc/map/httpj)mwp<.domain.com.443Configure the Adobe Granite SSL Connector Factory with the correct SSL port
Answer: A,D
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 # 23
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. Dispatcher load balancing configuration
- B. Cache-Control Headers in dispatcher.any
- C. Volume of assets being loaded at a time
- D. ignoreUrlParams configuration in dispatcher.any
Answer: B
NEW QUESTION # 24
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. Run datastore consistency check via oak-run
- B. Stop all bundles using the AEM Web Console
- C. Verify that wipe mode is enabled
- D. Verify that free disk space is at least 1.5x the JCR size
- E. Validate that all replication agents are disabled
Answer: A,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 # 25
A website built on AEM Sites displays the company's stock price in the footer of all pages. The stock data is retrieved from a third party REST service using two-way SSL and rendered in an AEM component using HTL During performance testing in the last development sprint it becomes apparent that the third party service sometimes takes up to 30 seconds to respond, which degrades the overall site performance.
How should an Architect address this issue?
- A. Call the REST service directly from the browser
- B. Temporarily remove the component from all content
- C. Load the stock data component asynchronously
- D. Add a 5 second timeout to the REST call
Answer: C
NEW QUESTION # 26
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. Use MongoDB as provided with AEM as a Cloud Service to store the comments
- C. Integrate a third-party solution to store comments externally
- D. Save comments in JCR and leverage Sling Distribution to synchronize comments between publishers
Answer: C
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 # 27
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 tags in "departmentName:tagName" format
- B. Create a namespace for each department
- C. Use department ID as a prefix of each tag
- D. Create a department sub-tag in each tag
Answer: B
NEW QUESTION # 28
A customer has an international presence and a strong brand image. The customer considers the exceptional quality images used for both print and on the website to be essential for its business, The customer uses AEM
6.5 managed services with a configuration of 2 dispatchers, 2 publishers, and 1 author.
The original images can weigh up to 500Mb with videos weighing even more. Renditions are generated after files are uploaded to AEM DAM by the Design team so the Authoring team can use them on the website.
The teams report issues with platform stability and slowness. Visitors report that images look pixelated on some screens and pages are very slow to load.
Which two actions should the Architect take to resolve these issues? (Choose two.)
- A. Add more dispatchers and publishers to the AEM configuration
- B. Train the design team to upload smaller assets and save the originals elsewhere
- C. Optimize renditions for the different viewports used by the visitors
- D. Allocate more memory to ImageMagick and FFmpeg
- E. Split AEM Assets and Sites in two different stacks and use Connected Assets
Answer: B,E
NEW QUESTION # 29
An AEM client requests that an Architect to establish non-functional KPIs. The Architect needs to avoid impacting user experience, asset processing, and download speed while doing this.
How should the Architect measure the performance properly to establish target metrics?
- A. Tail the Access Log and look for long-running queries
- B. Use the Free Request Log Analyzer Command Line Tool
- C. Use JMeter for end-to-end tests
- D. Use the OOTB Explain Query Tool
Answer: C
Explanation:
"using JMeter for end-to-end tests can measure the performance of AEM pages and components under different load scenarios".
NEW QUESTION # 30
A client wants to change how they publish their content. Refer to the following client business requirements:
* The client has a seasonal business that has significant content changes across their site that need to be rolled out at once based on the season change over date.
* The content authors need to be able to work one season in advance of publish dates to ensure that all changes can be completed on time.
* The content authors need a way to indicate that all the seasonal changes are ready. If the content changes are not completed, then the pages should not get published.
* The content authors need the ability to modify the current live pages without rolling back changes for a future content rollout.
What approach should the Architect recommend?
- A. Create a Project inside of AEM for each new season and create a task for notifying that changes are completed.
- B. Use the Manage Publication with scheduling value set to the season change over date when changes are completed.
- C. Use Launches inside of AEM for each new season and use the production ready flag to show changes are completed.
- D. Use the Versioning feature when editing a page to toggle and publish changes when ready.
Answer: C
Explanation:
"using Launches inside of AEM for each new season can allow content authors to work on future content changes without affecting the current live pages and use the production ready flag to indicate when changes are completed".
NEW QUESTION # 31
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/httpj)mwp<.domain.com.443Configure the Adobe Granite SSL Connector Factory with the correct SSL port
- B. Configure Apache Felix Http Service SSL Filter to use the correct SSL forward header
- C. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.443
- D. Ensure the Sling Mapping exist at /etc/map/https/www.domain.com.80
Answer: B,D
NEW QUESTION # 32
......
Passing Key To Getting AD0-E117 Certified Exam Engine PDF: https://www.exams4collection.com/AD0-E117-latest-braindumps.html
Get Top-Rated Adobe AD0-E117 Exam Dumps Now: https://drive.google.com/open?id=1RDww72XmMm1uUliXtYPutlMoIpHzZ6Ih
