AEM installation Flashcards

1
Q
You want to check the response time of a request for a page. Which log file should you choose?
A. /crx- quickstart/logs/request.log 
B. /crx- quickstart/logs/stdout.log 
C. /crx- quickstart/logs/access.log 
D. /crx- quickstart/logs/server.log
A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

You have an AEM instance configured to use LDAP authentication. What is the purpose of sufficient parameter in “com.day.core.CRXLoginModule ;”.?
A. It means that after logging in successfully, user credentials will be copied automatically to CRX.
B. It means that the authentication will use a callback implementation.
C. It means that if authentication fails with the CRXLoginModule, the complete authentication fails
D. It means that if CRX can authenticate a user with the CRXLoginModule, the user is authenticated successfully; else CRX uses the next login module.

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you copy .jar files jcr-2.0.jar and crx-shared.jar to the Websphere folder holding the shared libraries?
A. Unpack cq.war and copy both files to Websphere’s shared libraries folder.
B. Start CRX Quickstart with java -jar crx–.jar -unpack and copy both files from the unpacked folder to Websphere’s shared libraries folder.
C. Download both files via CRX Package Manager and copy both files to Websphere’s shared libraries folder.
D. Copy crx–.jar to Websphere’s shared libraries folder.

A

B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you disable WebDAV access on the publish instance?
A. Comment according servlet mappings in web.xml and stop the WebDAV bundle in the Apache Felix Web OSGi console
B. Remove the WebDAV bundle from the Apache Felix Web OSGI console
C. In the CRX User Management Console disable the WebDAV user group
D. Start CQ with java -jar cq-publish-4503.jar -nobrowser -nowebdav

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which command you will use to specify that you will be using an LDAP authentication in crx-quickstart ?
A. Dcom.day.crx.security.ldap.principals.LDAPPrincipalProvider=crx- quickstart/server/etc/ldap_login.conf
B. Dcom.day.crx.security.ldap.LDAPLoginModule=required
C. Djava.security.auth.login.config=crx-quickstart/server/etc/ldap_login.conf
D. Dcom.day.crx.core.CRXUserManagerImpl=crx-quickstart/server/etc/ldap_login.conf

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You have renamed the CQ quickstart file to cq5-author-4502.jar. What is the correct way to install AEM 6 as a Windows Service?
A. Open the Apache Felix Web OSGi console, navigate to Services and upload cq5-author-4502.jar.
B. Use the command line and start CQ with java -Xmx512M -jar cq5-author-4502.jar -service.
C. In Windows open Services > Administrative Tools and then upload cq5-author-4502.jar to the control panel.
D. Unpack cq5-author-4502.jar, navigate to crx-quickstart/opt/helpers and start instsrv.bat.

A

D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which type of Replication Agent do you create to flush the Web server cache for a newly activated page?
A. Create a new replication agent and set Transport URI to point to the Web server.
B. Create a Reverse Replication Agent on the author instance.
C. Create a Dispatcher Flush Agent.
D. Set the Serialization Type property of the Default Agent to Dispatcher Flush.

A

C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly