The Best Practice Test Preparation for the AD0-E117 Certification Exam
AD0-E117 Exam Dumps, Practice Test Questions BUNDLE PACK
NEW QUESTION # 44
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. Content Fragments
- B. Sling Model Exporter
- C. Assets API
- D. Experience Fragments
Answer: D
Explanation:
According to Adobe Experience Manager documentation, experience fragments are reusable pieces of content that can be used across different channels such as web pages, mobile apps, social media, etc. They allow authors to create consistent experiences without refactoring the existing content or creating duplicate content.
NEW QUESTION # 45
An Architect needs to design a deployment process without downtime for end users. The system architecture contains an AEM author, two AEM publishers, two publish Dispatchers, and a centrally managed load balancer. The publishers serve some content that cannot be cached.
Which two actions should the Architect take to meet these requirements? (Choose two.)
- A. Use each publish Dispatcher to load-balance to both AEM publishers
- B. Deploy software packages by replicating them from author to publishers
- C. Configure the centrally managed load balancer to connect directly to the AEM publisher that is not being dedKyed to
- D. Connect each publish Dispatcher to one AEM publish
- E. Deploy software package to AEM Publishers one by one
Answer: B,C
NEW QUESTION # 46
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. Isolating /app and /libs from the content, configurations and state mgmt.
- B. Using sling content distribution as the replication mechanism
- C. Using MongoDB for Author environment
- D. Using Adobe 10 for asset ingestion and processing, storing it on a separate blob and providing AEM with metadata
Answer: A
Explanation:
"isolating /app and /libs from the content, configurations and state management allows AEM as a Cloud Service to use containers for scalability and resilience".
NEW QUESTION # 47
On the release day, an AEM code deployment is done on AEM 6.5 on-prem. After the deployment was completed, the users were able to get into the Author instance with no issues. However, users are unable to access any of the sites on public domains. The users are seeing a "502 Bad Gateway" error.
What would be the potential cause of this issue?
- A. The replication agents are stuck which is causing load on the publish instances.
- B. Because there was a deploy and cache was cleared, there is an increased load on the AEM Publish Instances.
- C. Not all the OSGi bundles restarted after the code deploy causing the publishing instances not to be responsive.
- D. The new dispatcher configurations are not pointing at the correct publish instances.
Answer: D
NEW QUESTION # 48
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. Allocate more memory to ImageMagick and FFmpeg
- B. Train the design team to upload smaller assets and save the originals elsewhere
- C. Split AEM Assets and Sites in two different stacks and use Connected Assets
- D. Add more dispatchers and publishers to the AEM configuration
- E. Optimize renditions for the different viewports used by the visitors
Answer: C,E
Explanation:
"optimizing renditions for different viewports can improve the image quality and page load speed for visitors. Splitting AEM Assets and Sites in two different stacks and using Connected Assets can reduce the load on the author server and improve platform stability".
NEW QUESTION # 49
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 # 50
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. Create AEM multi-threaded workflow
- B. Reduce the number of AEM Asset versions
- C. Use AEM Asset Offloading
- D. Update dispatcher configuration to cache Assetsa
Answer: C
Explanation:
"AEM Asset Offloading allows for delegating asset processing tasks such as rendition generation to a separate AEM instance or service. This reduces the load on the author servers and improves performance for authors".
NEW QUESTION # 51
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 the generic SSO Authentication Handler interface
- C. Configure the Sling Authentication Requirements for the OSGi HTTP Service
- D. Implement a custom JAAS Login Module
- E. Configure the SAML Authentication Handler
Answer: A,B
NEW QUESTION # 52
A company is implementing a new e-commerce site that is expected to get seasonal and flash-sale induced traffic peaks from all over the world. It is projected that a minute of downtime could cause excessive lost revenue. The company management wants to keep resource utilization to optimal levels without experiencing degradation to avoid introducing bugs in the system.
The Architect needs to choose between AEM 6.5 and AEM as Cloud Service.
What are the two most critical non-functional requirements the Architect must consider? (Choose two.)
- A. Maintainability
- B. Usability
- C. Scalability
- D. Reliability
- E. Availability
Answer: C,E
Explanation:
According to Adobe Experience Manager documentation3, AEM as Cloud Service provides scalable and resilient architecture that can handle traffic peaks and ensure high availability. AEM 6.5 requires manual scaling and backup strategies to achieve the same level of performance and reliability.
NEW QUESTION # 53
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. Integrate the AEM Publishers directly with the API Management solution
- C. Convert the technical data to Content Fragments and expose using Content Services
- D. Import the technical data into the AEM Author and replicate to Publishers
Answer: B
NEW QUESTION # 54
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. Move to a shared datastore and enable binary less replication
- C. Set up Connected Assets to share the DAM assets in the sites
- D. Run online revision cleanup before moving to the new storage format
Answer: D
Explanation:
"running online revision cleanup before moving to the new storage format can reduce the size of the repository and improve performance".
NEW QUESTION # 55
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 # 56
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. Isolating /app and /libs from the content, configurations and state mgmt.
- B. Using sling content distribution as the replication mechanism
- C. Using MongoDB for Author environment
- D. Using Adobe 10 for asset ingestion and processing, storing it on a separate blob and providing AEM with metadata
Answer: A
NEW QUESTION # 57
After building a new website in AEMaaCS, it was discovered that the AEM-Managed CDN cache is not clearing hours after a page is published. What would be a way to resolve this issue?
- A. Use the Replication API to invoke the publish Dispatcher flush replication agent
- B. Invoke the CDN flush replication agent
- C. Lower the CDN TTL
- D. Use Sling Content Distribution (SCD) from Author to flush CDN
Answer: D
NEW QUESTION # 58
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. Review and optimize the Dispatcher cache configuration
- B. Add additional AEM instances to the Publish Farm
- C. Add additional dispatcher servers
- D. Create a cron job that will delete the dispatcher cache on a regular basis
Answer: A
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 # 59
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. Allocate more memory to ImageMagick and FFmpeg
- B. Train the design team to upload smaller assets and save the originals elsewhere
- C. Split AEM Assets and Sites in two different stacks and use Connected Assets
- D. Add more dispatchers and publishers to the AEM configuration
- E. Optimize renditions for the different viewports used by the visitors
Answer: C,E
Explanation:
"optimizing renditions for different viewports can improve the image quality and page load speed for visitors. Splitting AEM Assets and Sites in two different stacks and using Connected Assets can reduce the load on the author server and improve platform stability".
NEW QUESTION # 60
An AEM customer is designing a new website. The design shows that images are very prominent on the website but there is a concern about the big variety of aspect ratios used. Images can potentially be used on different places and components on the website. The customer is looking for a maintainable solution to limit the amount of content editing work when adding the assets to the pages.
Which solution should an Architect recommend?
- A. Use the cropping feature on the asset in the AEM DAM
- B. Use inline cropping feature of the image component on the pages
- C. Integrate with Dynamic Media (Scene 7) and enable smart imaging
- D. Integrate with Dynamic Media (Scene 7) and enable smart cropping
Answer: C
NEW QUESTION # 61
A media company wants to use AEM as content hub for multiple customer touch points:
* Brand-specific marketing websites hosted on AEM Sites
* Single Page Applications using headless content
* Native mobile applications
* Content offers in Adobe Target
The company wants to manage its content efficiently with its small editor staff. Text should be entered and reviewed only once, then reused for all touch points.
How should an Architect incorporate these requirements into a solution that leverages AEM Sites features?
A)
B)
C)
D)
- A. Option B
- B. Option D
- C. Option A
- D. Option C
Answer: A
Explanation:
AEM content fragments are pure content with structured data that can be used to describe and manage content for multiple channels123. Content fragments can be exposed as JSON via AEM Content Services and API Pages for headless delivery4. Content fragments can also be used in AEM Sites pages with different layouts and designs using the style system5. Option B is the only diagram that shows how content fragments can be created and reused for all touch points using AEM Sites features.
NEW QUESTION # 62
A client is in the discovery process for building a React native app, which is a single codebase that runs natively on iOS and Android. The goal is to reduce development costs. The client wants to reduce content creation costs in the new react Native app by reusing as much of the marketing content already publish in their AEM instance.
What should the Architect recommend to meet this requirement?
- A. Content Fragments
- B. Sling Resource Resolution
- C. Experience Fragments
- D. OSGi Bundles
Answer: B
NEW QUESTION # 63
......
Prepare for the Actual Adobe Experience Manager AD0-E117 Exam Practice Materials Collection: https://exams4sure.actualcollection.com/AD0-E117-exam-questions.html