Practice Free AD0-E128 Exam Online Questions
What is the default log level used by AEM?
- A . WARN
- B . DEBUG
- C . ERROR
- D . INFO
Which feature in AEM helps developers identify missing resources or incorrect configurations?
- A . OSGi Configuration Console
- B . Sling Resource Resolver
- C . Dispatcher Log Analyzer
- D . Workflow Engine
Which methods are available for integrating AEM with a front-end JavaScript framework? (Choose two)
- A . Using Sling Model Exporters for JSON output
- B . Direct JCR XML data binding
- C . Enabling AJAX queries to AEM APIs
- D . Implementing business logic in HTML files
An AEM developer needs to deploy a project that includes Java code, components, and content packages.
What is the best approach?
- A . Use Maven to build and deploy the project
- B . Upload individual files manually to CRXDE Lite
- C . Modify JCR nodes directly via queries
- D . Copy project files to /content/dam
Which features help ensure AEM system stability? (Choose three)
- A . Automated backups
- B . TarMK garbage collection
- C . Customizing OSGi configurations
- D . Logging audit trails
- E . Enabling developer mode in production
Which JCR storage model is used in AEM for performance optimization?
- A . TarMK
- B . MongoDB
- C . MySQL
- D . PostgreSQL
Which AEM tool is used to develop workflows?
- A . AEM Workflow Editor
- B . Dispatcher Rules Manager
- C . OSGi Config Console
- D . Multi-Site Manager
We can delete files from the CQ cache by using an HTTP request.
Which is the correct HTTP request syntax?
- A . POST /dispatcher/invalidate.cache HTTP/1.1
CQ-Action: Deactivate
CQ-Handle: path-pattern
Content-Length: 0 - B . GET /dispatcher/invalidate.cache HTTP/1.1
CQ-Action: Replicate
CQ-Handle: path-pattern
Content-Length: 0 - C . POST /dispatcher/invalidate.cache HTTP/1.1
CQ-Action: Activate
CQ-Handle: path-pattern
Content-Length: 0 - D . PUT /dispatcher/invalidate.cache HTTP/1.1
CQ-Action: Delete
CQ-Handle: path-pattern
Content-Length: 0
Which AEM feature ensures high availability and disaster recovery?
- A . Cold Standby
- B . Dispatcher Rules
- C . Client-side Rendering
- D . JCR Node Indexing
Which tool is used to analyze AEM logs through the AEM web interface?
- A . CRXDE Lite
- B . Apache Felix Web Console
- C . AEM Logs Viewer (/system/console/slinglog)
- D . Dispatcher Configuration Console