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 developer is checking an AEM start script on the server and notices the CQ_JVM_OPTS parameter is set to the following:
'-agentlib:jdwp=transport=dt_socketladdress=8000,server=y,suspend=n" How will this value affect the start of the AEM instance?
Given this configuration property:
Which page will be cached on the dispatcher?
Which two methods are used to update the cache? (Choose two.)
Review the following HTL code snippet:
use.testComponent='${com.adobe.core.models.TestComponent'@
testParam='testValue'}'>
Which two approaches correctly read the value of testParam in Sling model? (Choose two.)
A developer wants to overwrite an OSGi configuration via the codebase.
Which one of the Maven modules is the place to create this configuration on the codebase?
What is the correct resource type of the configuration node?
Which plugin cleans the container project's target folder before Maven build?
A developer wants to customize a core component.
Which property needs to be set in the new component to achieve this goal?
A developer is starting an AEM instance every time in the debug mode by providing JVM parameters in the console. The developer needs to automate this process to avoid adding JVM parameters at every start of an AEM instance.
How would the developer accomplish this goal?
A developer needs to produce various content fragments depending on some dynamic names and decides to use JAVA code.
Which code snippet should be used to create a new content fragment?
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.)
Which service is used in AEM to control how AEM instances interact with a topology, while running on instances?
Which two configurations will be applied if an instance starts with the run modes author, dev, and emea7 (Choose two.)
A developer wants to replace the element name of the host element with titleLevel property of the model in HTL.
Which action would be taken to complete this task?