01. Which OSGi property file should be created within the config folder when configuring oauth2 for a mailing service?
a) com.day.cq.services.oauth.impl.OAuthCodeTokenAuthorization.cfg.json
b) com.day.cq.services.oauth.impl.OAuthAccessTokenAuthorization.cfg.json
c) com.day.cq.mailer.oauth.impl.OAuthConfigurationProviderImpl.cfg.json
d) com.day.cq.mailer.oauth.impl.OAuthCodeTokenGenerator.cfg.json
02. An engineer needs to apply a configuration to preview a service in the AEM as a Cloud Service development environment. What would the engineer do?
a) /apps/example/config.publish.dev
b) /apps/example/config.author.dev
c) /apps/example/config.preview.dev
d) /apps/example/config.test.dev
03. An AEM developer is trying to find logs from dispatcher modules, including filtering and serving from cache messages. What log would be used to access this information?
a) httpd error
b) httpd access
c) aem dispatcher
d) dispatcher event log
04. A developer is optimizing queries when using Oak. What is a recommended practice to be used?
a) Enabling debug logging for query executions
b) Breaking down complex queries into smaller ones
c) Increasing the number of query parameters
d) Reducing indexing options for faster query execution
05. A developer needs to identify the directory where cached files are stored. Which dispatcher configuration property will identify the correct directory?
a) /cache
b) /var/cache
c) /html
d) /docroot
06. Dialog listeners are not working in the SPA editor for React components. To debug the issue, the developer needs to identify the root cause. What is the root cause of this issue?
a) Listeners are supported only for Angular components.
b) Edit configs are not supported in the SPA editor.
c) Components need to extend the SPA base component.
d) Dialog listeners are only supported in static templates.
07. You have recently onboarded onto AEM as a Cloud Service environment and there is a requirement that each dev environment has some OSGi configuration value that's different than other dev environment.
What is the recommended way to configure these values?
a) Introduce additional runmodes for each dev server
b) Modify each dev environment's image to have a different configuration value
c) It's not possible for each dev environment to have a different configuration in AEM as a Cloud Service
d) Use Environment Specific Variables in Cloud Manager
08. A developer is working with the servlet that is supported by Last-Modified header. Which servlet is being used?
a) Adaptive Image Servlet
b) Sling Servlet
c) Adaptive Sling Servlet
d) Default Sling Servlet
09. A developer wants to setup multiple AEM environments using AEM as a Cloud Service. What kind of environment types can be created?
a) Production + Development, Stage & Rapid Development
b) Production + Pre Production, Stage & Rapid Production
c) Production + Stage, Development & Rapid Development
d) Production + Development, Development & Rapid Development
10. An engineer has configured SAML 2.0 in AEM. During testing, the engineer notices that the 'Default Redirect' configuration does not work for a few requests. What should the engineer do to fix the issue?
a) The requests must not contain the 'request-path' cookie.
b) The requests must contain the 'request-path' cookie.
c) The requests must contain the 'location.href' cookie.
d) The requests must contain the 'session-id' cookie.