Gabriela Visinar
Test por , creado hace más de 1 año

Test sobre AEM Custom Quiz, creado por Gabriela Visinar el 13/02/2016.

296
3
0
Sin etiquetas
Gabriela Visinar
Creado por Gabriela Visinar hace alrededor de 8 años
Cerrar

AEM Custom Quiz

Pregunta 1 de 25

1

Choose the correct names for a CQ jar file for starting an author instance on port 4502

Selecciona una o más de las siguientes respuestas posibles:

  • cq5-author-p4502.jar

  • cq5-author-4502-1234.jar

  • cq5-author-p4502-1234.jar

  • cq5-author-4502.jar

Explicación

Pregunta 2 de 25

1

Say you want a clean production environment, without the geometrix sites being available. What would you do? (choose 2)

Selecciona una o más de las siguientes respuestas posibles:

  • Use the nosamplecontent run mode when installing the cq5 instance

  • Remove all the geometrix related files manually

  • Uninstall the packages cq-geometrixx-pkg-x.y.z.zip and cq-geometrixx-outdoors-pkg-x.y.z.zip from the Package manager

  • Uninstall the packages cq-geometrixx-pkg-x.y.z.zip from the Package manager

  • Uninstall the package cq-geometrixx-all-pkg-5.6.12.zip

Explicación

Pregunta 3 de 25

1

What does the command instsrv.bat cq5 do?

Selecciona una o más de las siguientes respuestas posibles:

  • Starts the cq5 service

  • Creates the cq5 services

  • Shows the status for the cq5 service

  • Creates the cq5 service and starts it right away

Explicación

Pregunta 4 de 25

1

Which environement variables that could be used to start and tune the AEM instance are valid?

Selecciona una o más de las siguientes respuestas posibles:

  • CQ_INSTANCE

  • CQ_INTERFACE

  • CQ_USE_JAAS

  • CQ_LOGS_DIR

  • CQ_JAAS_CONFIG

  • CQ_JARFILE, CQ_RUNMODE

  • CQ_VERSION

  • CQ_HOST, CQ_JVM_OPTS

  • CQ_TEMP_DIR

  • CQ_PORT

Explicación

Pregunta 5 de 25

1

How can you uninstall the cq5 service?

Selecciona una o más de las siguientes respuestas posibles:

  • Click Stop in the Services control panel or in the command line

  • Navigate to the folder
    and type instsrv.bat -uninstall cq5

  • Navigate to the folder
    and type instsrv.bat cq5

  • Click Stop in the Services control panel or in the command line, navigate to the folder
    and type instsrv.bat -uninstall cq5

Explicación

Pregunta 6 de 25

1

How can you redefine the location of the temporary folder?

Selecciona una o más de las siguientes respuestas posibles:

  • Add the JVM parameter -Djava.io.tmpdir="/<new-tmp-path>" to the server startup command line

  • Add the JVM parameter -Dcq.tmpdir="/<new-tmp-path>" to the server startup command line

  • Add the JVM parameter -Djava.io.tmpdir="/<new-tmp-path>" to the CQ_JVM_OPTS environment parameter in the serverctl or start script

  • Add the JVM parameter -Dcq.tmpdir="/<new-tmp-path>" to the CQ_JVM_OPTS environment parameter in the serverctl or start script

Explicación

Pregunta 7 de 25

1

How can you view the Quistart jar help file?

Selecciona una o más de las siguientes respuestas posibles:

  • By accessing the file crx-quicqstart/help after unpacking the quickstart jar file

  • By running the command java -jar cq5-<version>.jar –help

  • By going to the osgi system/console, Support tab, Help section

Explicación

Pregunta 8 de 25

1

What does the property sling.home refer to?

Selecciona una o más de las siguientes respuestas posibles:

  • The home directory for sling logs

  • The path to crx-quickstart directory

  • The directory for sling jar files.

Explicación

Pregunta 9 de 25

1

Which log files are available for CQ?

Selecciona una o más de las siguientes respuestas posibles:

  • access.log
    All access requests to AEM WCM and the repository are registered here

  • audit.log
    Moderation actions are registered here.

  • error.log
    Error messages (of varying levels of severity) are registered here.

  • request.log
    Each access request is registered here together with the response.

  • stderr.log
    Holds error messages, again of varying levels of severity, generated during startup. By default the log level
    is set to Warning (WARN)

  • stdout.log
    Holds logging messages indicating events during startup

  • upgrade.log
    Provides a log of all upgrade operations that runs from the com.day.compat.codeupgrade and
    com.adobe.cq.upgradesexecutor packages.

  • cq-installation-dir>/crx-quickstart/repository (only CQ5)
    revision.log
    Revision journaling information.

Explicación

Pregunta 10 de 25

1

What is the minimum version needed for AEM 6.0?

Selecciona una o más de las siguientes respuestas posibles:

  • Java 5

  • Java 6

  • Java 7

  • Java 8

Explicación

Pregunta 11 de 25

1

Questions 6. Which command would you enter in your CQ Component script to get the template path of an AEM page in publish instance?

B. Page.getTemplate();
C. Page.getTemplate().getPath();
D. resource.getTemplate.getPath();
Answer: B
Explanation:

Selecciona una o más de las siguientes respuestas posibles:

  • A. properties.get("cq:tempate","");

  • B. page.getTemplate().getPath()

  • C. page.getTemplate()

  • resource.getTemplate.getPath();

Explicación

Pregunta 12 de 25

1

What is the config file name for the dispatcher?

Selecciona una de las siguientes respuestas posibles:

  • http.conf.disp<x>

  • dispatcher.any

  • mod_dispatcher.so

  • dispatcher-apache<x.y>-<rel-nr>.so

Explicación

Pregunta 13 de 25

1

What is the config file name for the Apache server?

Selecciona una o más de las siguientes respuestas posibles:

  • dispatcher-apache<x.y>-<rel-nr>.so

  • mod_dispatcher.so

  • http.conf.disp<x>

  • dispatcher.any

Explicación

Pregunta 14 de 25

1

In case you are creating the Apache binary by compiling the sources which feature must be included in order to use the Dispatcher?

Selecciona una de las siguientes respuestas posibles:

  • Dynamic modules support. This can be done by using any of the --enable-shared options or at a minimum include the mod_so module with --enable-module=so

  • Dispatcher modules support. This can be done by using any of the --enable-dispatcher options. At a minimum include the dispatcher_so module.

  • Dispatcher modules support. This can be done by using any of the --enable-shared options. At a minimum include the dispatcher_so module.

  • Dispatcher modules support. This can be done by using any of the --enable-shared options. At a minimum include the mod_so module.

Explicación

Pregunta 15 de 25

1

Where do you configure the log file for the dispatcher?

Selecciona una de las siguientes respuestas posibles:

  • In the dispatcher configuration dispatcher.any, using the parameter DispatcherLog

  • In the apache configuration apache2.conf, using the parameter DispatcherLog

  • In the CQ5 installation by adding a Logging Logger Configuration

Explicación

Pregunta 16 de 25

1

What does the flag DispatcherNoServerHeader do?

Selecciona una de las siguientes respuestas posibles:

  • Defines the Server Header to be used:
    undefined or 0 - the HTTP server header contains the AEM version.
    1 - the Apache server header is used.

  • Defines the Server Header to be used:
    undefined or 0 - the Apache server header is used.
    undefined or 0 - the HTTP server header contains the AEM version.

Explicación

Pregunta 17 de 25

1

What does the flag DispatcherDeclineRoot do?

Selecciona una de las siguientes respuestas posibles:

  • Defines whether to decline requests to the root "/":
    0 - accept requests to /
    1 - requests to / are not handled by the dispatcher; use mod_alias for the correct mapping.

  • Defines whether to decline requests to the root "/":
    1 - accept requests to /
    0 - requests to / are not handled by the dispatcher; use mod_alias for the correct mapping.

Explicación

Pregunta 18 de 25

1

What does the flag DispatcherUseProcessedURL do?

Selecciona una de las siguientes respuestas posibles:

  • Defines whether to use pre-processed URLs for all further processing by Dispatcher:
    0 - use the original URL passed to the web server.
    1 - the dispatcher uses the URL already processed by the handlers that precede the dispatcher (i.e. mod_rewrite) instead of the original URL passed to the web server.

  • Defines whether to use pre-processed URLs for all further processing by Dispatcher:
    1 - use the original URL passed to the web server.
    0 - the dispatcher uses the URL already processed by the handlers that precede the dispatcher (i.e. mod_rewrite) instead of the original URL passed to the web server.

Explicación

Pregunta 19 de 25

1

What does the flag DispatcherPassError do?

Selecciona una de las siguientes respuestas posibles:

  • Defines how to support error codes for ErrorDocument handling:
    0 - Dispatcher spools all error responses to the client.
    1 - Dispatcher does not spool an error response to the client (where the status code is greater or equal than 400), but passes the status code to Apache, which e.g. allows an ErrorDocument directive to process such a status code.

  • Defines how to support error codes for ErrorDocument handling:
    1 - Dispatcher spools all error responses to the client.
    0 - Dispatcher does not spool an error response to the client (where the status code is greater or equal than 400), but passes the status code to Apache, which e.g. allows an ErrorDocument directive to process such a status code.

Explicación

Pregunta 20 de 25

1

What are the possible values for the DispatcherLogLevel flag?

Selecciona una de las siguientes respuestas posibles:

  • 0,1,2,3

  • Error,Warning,Info,Debug

Explicación

Pregunta 21 de 25

1

Does the dispatcher save the Http Headers in the cached files?

Selecciona una de las siguientes respuestas posibles:

  • Yes

  • No

Explicación

Pregunta 22 de 25

1

Which two are valid CQ dispatcher caching methods?

Selecciona una de las siguientes respuestas posibles:

  • Content Updates remove the pages that have changed, as well as files that are directly associated with them.

  • Auto-Invalidation automatically invalidates those parts of the cache that may be out of date after an update. i.e. it effectively flags relevant pages as being out of date, without deleting anything.

  • Content Delete remove the pages that have changed, as well as files that are directly associated with them.

Explicación

Pregunta 23 de 25

1

Which two are valid CQ dispatcher cahcing methods?

Selecciona una o más de las siguientes respuestas posibles:

  • Content Update : remove the pages that have changed, as well as files that are directly associated with them.

  • Content Delete : remove the pages that have changed, as well as files that are directly associated with them.

  • Dispatcher-Invalidate: automatically invalidates those parts of the cache that may be out of date after an update. i.e. it effectively flags relevant pages as being out of date, without deleting anything.

Explicación

Pregunta 24 de 25

1

In which case a request is not cached by the dispatcher?

Selecciona una o más de las siguientes respuestas posibles:

  • If the HTTP method is not GET. Other common methods are POST for form data and HEAD for the HTTP header.

  • If the request URI contains a question mark "?". This usually indicates a dynamic page, such as a search result, which does not need to be cached.

  • The file extension is missing. The web server needs the extension to determine the document type (the MIME-type).

  • The authentication header is set (this can be configured)

Explicación

Pregunta 25 de 25

1

Which are some benefits of the AEm Dispatcher for load balancing?

Selecciona una de las siguientes respuestas posibles:

  • Increased processing and increased fail-safe coverage

  • Increased security

  • Increased data storage

Explicación