Which two approaches correctly read the value of testParam in Sling model?
Review the following HTL code snippet: <div data-sly- use.testComponent='${com.adobe.core.models.TestComponent'@ testParam='testValue'}'></div> Which two approaches correctly read the value of testParam in Sling model? (Choose two.)A . @lnject @Sourcef'request-aItribuIes") @Named{"testParam')B . @RequestAttribute(name = "leslParam")C . @lnject(name = 'testParam')D . @lnjecT @Prop("testParam")View AnswerAnswer: BC Explanation: In Sling Models, annotations are used to map...
Which page will be cached on the dispatcher?
Given this configuration property: Which page will be cached on the dispatcher?A . /myproduct/myrecipe. htmI'search=searchparamB . /myproduct/myrecipe. html?search- s&ordet=asc&brand=adC . /myproduct/myrecipe. html?brand=mybrandView AnswerAnswer: C Explanation: Given the dispatcher configuration snippet provided in the image, we can understand the URL patterns that will be ignored (not cached) by the dispatcher. The...
How can the content author use the Apache Felix Web OSGi console to disable the servlet?
A content author has this OSGI component: How can the content author use the Apache Felix Web OSGi console to disable the servlet?A . Select the Bundle Resource Provider tab > Check that the OSGi component is listed > Click disable Action buttonB . Select the Services tab > Check...
Which two factors must the content author now consider?
A content author will be using live copies on AEM. Which two factors must the content author now consider? (Choose two.)A . When the inheritance Is re-enabled, the page is automatically synchronized with the source.B . When (everting a canceled inheritance on a paragraph system, the order of components will...
Which two structure rules must the content author follow?
An author wants to define a blueprint configuration to identify an existing website that will be used as the source for one or more live copy pages. Which two structure rules must the content author follow? (Choose two.)A . The root of each language branch has at least two child...
Which AEM version would the developer use?
A developer needs to use AEM Core Components in production mode (without sample content). The developer would like to do this without needing to download and install the core components before using them. Which AEM version would the developer use?A . Version 6.3B . Adobe Managed ServicesC . AEM as...
A developer has created a custom workflow model which includes a JAVA-based custom process step. During the creation of this custom process step, some data has been saved in metadata programmatically for subsequent workflow steps.
A developer has created a custom workflow model which includes a JAVA-based custom process step. During the creation of this custom process step, some data has been saved in metadata programmatically for subsequent workflow steps. Which code snippet can be used to save this metadata in JAVA code7A . MetaDataMap...
Which two options are mandatory additions to the Index?
A developer wants to be able to execute the following query: SELECT * FROM [ntbase] AS s WHERE s.status ='STARTED' Which two options are mandatory additions to the Index? (Choose two.)A . ntbase index ruleB . status properly with property Index = falseC . ntbase aggregateD . status property with...
Which property of SAML Authentication Handler configuration must be configured with this URL?
A developer wants to send a SAML Authentication Request to a specific URL of a system entity that creates, maintains, and manages identity information. Which property of SAML Authentication Handler configuration must be configured with this URL?A . Identity Provider URLB . PathC . Default RedirectView AnswerAnswer: A Explanation: Within...
Which two properties must be at least one of the configured properties?
The SAML Authentication Handler is disabled by default, and the developer wants to enable this handler Which two properties must be at least one of the configured properties? (Choose two.)A . IDPURLB . Password of Key StoreC . Identity Provider POST URLD . Service Provider Entity IDView AnswerAnswer: A, D...