A developer needs to create a dynamic participant step where the participant is selected automatically at run time.
The developer decides to develop an OSGi service, which needs to implement the com.day.cq.workflow.exec.ParticipantStepChooser interface.
Which method should the developer implement from the com.day.cq.workflow.exec.ParticipantStepChooser interface?
A. String getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
B. void getParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
C. String getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
D. void getDynamicParticipant(Workltem workltem, WorkflowSession workflowSession, MetaDataMap metaDataMap)
An AEM server is overloaded with too many concurrently running workflows. The developer decides to reduce the number of concurrent workflows. What should be configured to reduce the number of concurrent workflows?
A. The number of threads in Scheduler
B. The number of threads in Apache Felix Jetty Http Service
C. Launchers for each workflow
D. Maximum Parallel Jobs in OSGI console
The OSGi configuration is added to a runmode specific configuration "config.author.staging" in AEM as a Cloud Service. The application fails to read the configuration.
What is a possible cause of this issue?
A. The custom OSGi configuration runmode used (i.e., "config.author.staging") is not supported in AEM as a Cloud service.
B. OSGi configuration runmodes cannot be installed automatically on AEM as a Cloud Service. We need to install them as a package using the Package manager.
C. AEM as a Cloud service does not support OSGi configuration runmodes.
D. Only
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?
A. /autolnvalidate true
B. /autolnvalidate "1"
C. /enableTTLtrue
D. /enableTTL "1"
Which attribute must be present in all filter rules in AEM dispatcher configuration?
A. /type
B. /selectors
C. /url
D. /glob
The following anchor tag is not resolving:
Upon further inspection the developer notices that the link has no .html appended to the end of the URL
What could be a potential fix for the issue?
A. Option A
B. Option B
C. Option C
D. Option D
Which option should be used to synchronize user data across publish servers in a publish farm?
A. Sling Content Distribution
B. Vault plugin
C. CURL
D. Replication Agents
Which property under /cache on dispatcher.any file identifies the directory where cached files are stored?
A. /invalidate
B. /statfile
C. /docroot
D. /cacheroot
An AEM application wants to set up multi-tenancy using Adobe-recommended best practices and bind multiple configurations to it. Which of the following options is recommended?
A. import org.apache.felix.scr.annotations.Component; @Component(label = "My configuration", metatype = true, factory= true)
B. import org.osgi.service.component.annotations.Component; @Component(service = ConfigurationFactory.class)
C. import org.osgi.service.metatype.annotations.AttributeDefinition; import org.osgi.service.metatype.annotations.ObjectClassDefinition; @ObjectClassDefinition(name = "My configuration")
D. @Component(service = ConfigurationFactory.class) @Designate(ocd = ConfigurationFactorylmpl.Config.class, factory=true)
A developer needs to create a project based on AEM Project Archetype with a specific AEM as a Cloud Service SDK version on the local environment. Which two properties must be defined when creating this project? (Choose two.)
A. aemVersion=cloud
B. sdkVersion=2022.5.7575.20220530T152407Z-220401
C. sdkVersion=latest
D. aemVersion=latest
E. aemVersion=2022.5.7575.20220530T152407Z-220401