Practice Free AD0-E128 Exam Online Questions
Which maintenance task helps improve AEM repository performance?
- A . Offline Tar Compaction
- B . Increasing JVM heap size
- C . Deleting users from CRXDE Lite
- D . Enabling full-page caching for all users
An outdoor gear retailer wants to create multiple experience themes based on various outdoor gears like Cycle, Tent, Grill, Rucksack etc. They have a need to reuse the themes across multiple channels. The developer decided to use Experience Fragment Features of AEM.
What is a sub feature of experience fragments that helps to maintain consistency across Experience Fragments variations?
- A . Responsive Grid
- B . Building Blocks
- C . Adaptive Image
- D . Content Fragment
An Adobe Experience Manager (AEM) developer has noticed that some pages on the site are not updating immediately after content changes are published. Users are still seeing the old content even though it has been updated in AEM. The developer suspects the issue is related to the Dispatcher caching.
What is the quickest step to debug and resolve this issue?
- A . Check the Dispatcher Flush Agent to ensure that it is properly configured in AEM
- B . Verify that the Dispatcher filter rules to ensure that the correct paths are being cached or excluded from caching
- C . Verify the setting and configuration of the invalidation rule at the Content Delivery Network (CDN) level
- D . Check the Dispatcher Cache Files to verify if the outdated content is still present
The replication queue is blocked when a developer is trying to replicate namespace information from the author instance to the publish instance.
What are two possible reasons for this problem? (Choose two.)
- A . The administrator does not have read and write privileges at the path where the content is installed.
- B . The administrator does not have jcr:namespaceManagement privilege at the repository level.
- C . The replication user does not have jcr:namespaceManagement privilege at the repository level.
- D . The replication user does not have read and write privileges at the path where the content is installed.
A developer is encountering an error related to misconfigured properties in their AEMaaCS environments.
After navigating to the Developer Console via Cloud Manager, which two steps could the developer take to begin debugging their environments? (Choose two.)
- A . Check the status of the OSGI Services
- B . Check the status of the Components
- C . Check the status of the Bundles
- D . Check the status of the Configurations
Which command is used to build an AEM Maven project?
- A . mvn clean install
- B . npm run build
- C . gulp serve
- D . java -jar aem-sdk.jar
A developer notices that some pages are not caching correctly in the Dispatcher.
What should they check first?
- A . Verify caching rules in dispatcher.any
- B . Modify content in CRXDE Lite
- C . Increase the JVM heap size
- D . Disable OSGi configurations
Which benefits do Editable Templates provide over Static Templates? (Choose two)
- A . Allow content authors to change structure dynamically
- B . Store all data in /etc/templates
- C . Enforce static page layouts
- D . Enable inheritance and flexibility in page structures
What is the recommended method for deploying an AEM content package in a local instance?
- A . Manually copying files to the jcr_root folder
- B . Using CRX Package Manager (/crx/packmgr)
- C . Editing nodes in CRXDE Lite
- D . Uploading ZIP files directly into the repository
How would a developer define global project properties in Maven project structure?
- A . <properties> section of the "all" content package pom.xml
- B . <properties> section of the parent pom.xml
- C . <properties> section of the “core” package pom.xml
- D . <properties> section of the dispatcher package pom.xml