What is the out-of-the-box response of the dispatcher when requesting a URL which is defined as deny in /filter setting of the dispatcher?
What is the out-of-the-box response of the dispatcher when requesting a URL which is defined as deny in /filter setting of the dispatcher?A . 400B . 404C . 403View AnswerAnswer: C Explanation: When the dispatcher encounters a URL that is defined as 'deny' in the /filter settings, the out-of-the-box response...
Which configuration on the dispatcher allows the cache of the request with an authorization header?
Which configuration on the dispatcher allows the cache of the request with an authorization header?A . /allowAuthonzedB . /cacheAuthorized "true"C . /invalidate authorization'View AnswerAnswer: B Explanation: In the dispatcher configuration, to allow the caching of requests with an authorization header, the property /cacheAuthorized "true" must be set. By default, the...
Which two properties will now determine the resulting action?
While configuring a Content Fragment Component, the author has selected 'Display Mode' as 'Single Text Element'. This enables the selection of one multiline text element and enables paragraph control options. Which two properties will now determine the resulting action? (Choose two.)A . Paragraph DescriptionB . Paragraph HeadingC . Paragraph RangeD...
Which property can be used to achieve this goal?
A developer needs to extend a complete dialog from the core component, except for one tab. Which property can be used to achieve this goal?A . jcrhidePropertyB . slingorderBeforeC . sling;hldeResourceView AnswerAnswer: C Explanation: In AEM, when you need to extend a dialog from a core component but want to...
Which two methods are used to update the cache? (Choose two.)
Which two methods are used to update the cache? (Choose two.)A . Content UpdatesB . Restart on AEM Author InstanceC . Restart on AEM Publish InstanceD . Auto-invalidation on the DispatcherView AnswerAnswer: A, D Explanation: Updating the cache in AEM is critical to ensure that users receive the most current...
What is the correct resource type of the configuration node?
What is the correct resource type of the configuration node?A . cq:ConfigurationB . slingOsgiConfigC . cq:OsgiConfigView AnswerAnswer: B Explanation: In Adobe Experience Manager, the correct resource type for an OSGi configuration node is sling:OsgiConfig. This resource type is used to define nodes in the repository that represent OSGi configurations. These...
Which approach would be used?
A developer wants to render Hello World' only in edit mode. Which approach would be used?A . <p data-sly-test='${wcm. edit}" >Hello World</p>B . <p data-sly-test=*${wcmmode.edit}'>Hello World</p>C . <p data-sly-test='${wcmmode editor}'>Hello World</p>View AnswerAnswer: B Explanation: In AEM, the Sightly/HTL scripting language is used to develop robust and secure components. To render...
Which logger must be created for this purpose?
A developer wants to see debug logs for SAML. Which logger must be created for this purpose?A . com.adobe.granlte.debug.auth.samlB . com.adobe.sling.auth.samlC . com. adobe, granite.aulh.samlView AnswerAnswer: C Explanation: The correct logger to be created for debugging SAML (Security Assertion Markup Language) within AEM (Adobe Experience Manager) is the one pertaining...
Which type of index would the developer use?
A developer has to enable the indexing of multiple properties asynchronously. Which type of index would the developer use?A . PropertyB . LuceneC . OrderedView AnswerAnswer: B Explanation: In AEM, Lucene is often used for indexing due to its powerful full-text search capabilities, and it also supports asynchronous indexing. Asynchronous...
Which two configurations will be applied if an instance starts with the run modes author, dev, and emea7 (Choose two.)
Which two configurations will be applied if an instance starts with the run modes author, dev, and emea7 (Choose two.)A . /apps/Vconfig.emeaB . /config/author.dev.emea.noldapC . /apps/Vconfig.tesl.devD . /apps/Vconfig.author.emea.devView AnswerAnswer: B, D Explanation: When an AEM instance starts with specified run modes, it selects configurations from the repository that match those...