Pay attention to our Valid and Useful Exam Reviews and take our Exam Torrent as your Study Material. With little time and energy investment, you have a High Efficiency Study experience. Pass your Actual Test with the help of our Actual Reviews.

[Sep-2021] AD0-E117 Dumps Full Questions - Adobe Experience Manager Exam Study Guide [Q11-Q28]

Share

[Sep-2021] AD0-E117 Dumps Full Questions - Adobe Experience Manager Exam Study Guide

Exam Questions and Answers for  AD0-E117 Study Guide

NEW QUESTION 11
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. Use AEM Asset Offloading
  • B. Update dispatcher configuration to cache Assetsa
  • C. Reduce the number of AEM Asset versions
  • D. Create AEM multi-threaded workflow

Answer: D

 

NEW QUESTION 12
An enterprise client is on-boarding an AEM Desktop application to provide authors with the ability to load the AEM repository virtually on the file system. The desktop application is unable to connect to the AEM Author, which has SSL enabled. The intermediate certificate is installed on Apache.
How should an Architect resolve this issue?

  • A. Install the certificate chain to the keystore of the AEM authentication service user
  • B. Install the certificate chain to the AEM truststore
  • C. Install the certificate chain to the keystore of the AEM ssl-service user
  • D. Install the Root certificate to the AEM truststore

Answer: D

 

NEW QUESTION 13
A client has an existing AEM site using components that proxy AEM WCM Core Components. The site uses simple page authoring without referenced content, The client wants to create a new experience on another marketing channel. The plan is to use as much of the existing page content as possible to avoid refactoring the current content and to maintain consistency across channels.
Which AEM capability should an Architect use to meet these requirements?

  • A. Sling Model Exporter
  • B. Assets API
  • C. Experience Fragments
  • D. Content Fragments

Answer: D

 

NEW QUESTION 14
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 page was not cached in the Dispatcher.
  • B. The JVM garbage collection is not running.
  • C. The component has a cyclic dependency to itself
  • D. The component triggers a traversal query.

Answer: C

 

NEW QUESTION 15
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 generic SSO Authentication Handler
  • B. Implement a custom JAAS Login Module
  • C. Configure the Sling Authentication Requirements for the OSGi HTTP Service
  • D. Implement the generic SSO Authentication Handler interface
  • E. Configure the SAML Authentication Handler

Answer: A,D

 

NEW QUESTION 16
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 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. Create a closed user group (CUG) for editors
  • B. Create a separate live copy to preview content
  • C. Create a reverse replication agent on preview server
  • D. Create a custom publish workflow
  • E. Set up a new replication agent for preview server

Answer: B,C

 

NEW QUESTION 18
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

 

NEW QUESTION 19
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. Load the stock data component asynchronously
  • C. Temporarily remove the component from all content
  • D. Add a 5 second timeout to the REST call

Answer: B

 

NEW QUESTION 20
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 sling content distribution as the replication mechanism
  • B. Using MongoDB for Author environment
  • C. Using Adobe 10 for asset ingestion and processing, storing it on a separate blob and providing AEM with metadata
  • D. Isolating /app and /libs from the content, configurations and state mgmt.

Answer: D

 

NEW QUESTION 21
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. 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. Configure Apache Felix Http Service SSL Filter to use the correct SSL forward header

Answer: B,D

 

NEW QUESTION 22
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. Volume of assets being loaded at a time
  • C. Cache-Control Headers in dispatcher.any
  • D. ignoreUrlParams configuration in dispatcher.any

Answer: C

 

NEW QUESTION 23
A customer has a website with 10,000 pages and wants to improve performance. Which option should be used?

  • A. Decrease .stat file level from the default
  • B. Advise to use URL parameters instead of sling selectors
  • C. Increase .stat file level from the default
  • D. Specify a wildcard allow rule in the invalidate section

Answer: B

 

NEW QUESTION 24
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. Use the Manage Publication with scheduling value set to the season change over date when changes are completed.
  • B. Create a Project inside of AEM for each new season and create a task for notifying that changes are completed.
  • C. Use the Versioning feature when editing a page to toggle and publish changes when ready.
  • D. Use Launches inside of AEM for each new season and use the production ready flag to show changes are completed.

Answer: A

 

NEW QUESTION 25
A client's site does not show the latest page content for some site visitors. The client has two data centers with each configured with a Dispatcher connected to two Publish machines. The site load issue only occurs intermittently for visitors from one of the data centers.
Which step should the Architect take to resolve the issue?

  • A. Review the log files on the Author instances to determine if there are any template errors
  • B. Check the SSL certificate on the impacted data center's load balance.
  • C. Disable caching on all impacted data centers Dispatchers to force the Publish machines to serve the page content
  • D. Check the Publish instance(s) attached to the Dispatcher associated to the impacted data center

Answer: B

 

NEW QUESTION 26
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. Migrate all common pages using the ETL procedure with multiple rounds
  • C. Recreate the entire content manually with a group of Content Authors
  • D. Migrate all common pages using the ETL procedure and use manual authoring for the rest

Answer: C

 

NEW QUESTION 27
A new AEM Sites implementation includes a component that lists the 10 most recently published PDF documents in AEM Assets. The component works as expected during development and passes QA testing. The business starts to use it while entering content and uploading assets in preparation for go-live. A few days later, the component's PDF list is empty.
What is the most likely cause of the issue?

  • A. A PDF with incorrect MIME type has been uploaded.
  • B. The component is missing a matching Oak index.
  • C. The component is missing the HTL display context to escape the PDF title.
  • D. A PDF with too large file size has been uploaded.

Answer: D

 

NEW QUESTION 28
......

Adobe Experience Manager Architect Master Free Update With 100% Exam Passing Guarantee: https://www.examsreviews.com/AD0-E117-pass4sure-exam-review.html

Real Exam Questions & Answers - Adobe AD0-E117 Dump is Ready: https://drive.google.com/open?id=1NBJsOIcfE1KHZv3ps-144WrVQJ1dMcGz