Question 1
Question
What is the purpose of @configurationFactory?
Answer
-
To specify which factory this component will be added to
-
To manage and maintain many OSGi service instances .
-
To configure OSGi services
-
To create new service factories
Question 2
Question
Which attribute of @Component makes the service configurable ?
Answer
-
metatype = True
-
metatype = False
-
metadata = True
-
metadata = False
Question 3
Question
[1.2,2) – whats the bundle version here ?
Answer
-
1.2 to 2, 1.2 included and 1.2 excluded
-
1.2 to 2, 1.2 included and 2 excluded
-
below 1.2 and above 2
-
below 2 and above 1.2
Question 4
Question
Your system keeps crashing and is very slow. You see the below line in error logs.
cacheManager: ResizeAll
What are the probable reasons for this crash ?
Answer
-
The instance is replicating to itself
-
Instance reverse replication is mapped to itself
-
Instances of unclosed JcrSessions
-
Some known issue with replication is causing infinite replications
-
Server cache not set properly
Question 5
Question
Which log can be used to timings of the requests to an instance
Answer
-
request log
-
server log
-
Error log
-
stdout log
Question 6
Question
How to start AEM instance in debug mode with a specific port.
Answer
-
java –Xdebug socket=”specific port no.” –jar
aem-author-4502.jar
-
java socket=”specific port no.” –jar
aem-author-4502.jar
-
java –Xdebug socket=”specific port no.” –jar
aem-publish-4502.jar
-
java –Xdebug socket=”Apache port num.” –jar
aem-author-4502.jar
Question 7
Question
What run mode will be set for PROD environment ?
Answer
-
Nosamplecontent
-
Author
-
Publish
-
Samplecontent
Question 8
Question
Behavior of @SlingServlet
Answer
-
Path always takes precedence even if other options like resourceType and selector are
present
-
When both path and the resource type properties are absent , the servlet is ignored .
-
Checks the selectors and prefix
-
Checks hyperlinks
Question 9
Question
When you are overlaying OOB image component , at a location
/apps/myApp/components, what should you ensure
Answer
-
Overlay JSP
-
Overlay Dialogs
-
Different icons
-
Different styles
Question 10
Question
There is an external dependency that you have included in your pom.xml file. But
when you install the bundle in felix console, bundle is not active. To include the classes
from the external dependency, which one of the below will you use ?
Question 11
Question
Property and node types used in cq:dialog in Touch UI?
Answer
-
nt:unstructured
-
cq:widget
-
cq:panel
-
/title
Question 12
Question
Use of Configuring OSGi services via content nodes?
Answer
-
Not secure
-
Can be differentiated using runmode.
-
Will be of type sling:osgi
-
Can be maintained and deployed with code
Question 13
Question
Parent component has 4 tabs. A component overlays it and additionally, a node with
property sling:hideChildren set to 2 tab names. What is the significance of this ?
component dialog - developer overlays OOTB component.
Answer
-
Permission and cloudservices as well as their Children are hidden
-
Permission and cloudservices are hidden but properties retained
-
basic and advanced tab are removed
-
Basic and advanced tab remains unchanged
-
Permission and cloudservices as well as their properties are hidden
Question 14
Question
How to configure MYSQL data source in aem ?
Answer
-
Day commons JDBC connections pool
-
Day CQ mail service
-
Day commons SQL connections pool
-
Day commons MySQL connections pool
Question 15
Question
How to change the CRX token expiration time ?
Question 16
Question
An application uses SAML authentication with AEM and for this purpose the AEM
granite SAML authentication handler has been configured with the saml url. But on sign
in, 403 forbidden. Possible reasons ?
Question 17
Question
A set of pages follow template A. You add a new component in that template and
then refresh those pages again. You don’t see the component there. What is the reason ?
Answer
-
Browser cache
-
The changes on templates only starts reflecting on new pages using the template.
-
Pages have to be recreated
-
Component path was wrong
-
Jsp might have to be recompiled
Question 18
Question
http://somedomain/abc.html?v=10. To cache this page, what should be done ?
Answer
-
Use /ignoreUrlParams
-
Use selectors
-
Use Prefix
Question 19
Question
General advantage of caching?
Question 20
Question
There are a few pages being CUG in an application. To cache them, what needs to be
done ?
Answer
-
Define separate virtual host for CUG pages
-
Set /allowAuthorized to 0
-
Define /directories under /sessionmanagement
-
Have a separate farm for CUG based pages
Question 21
Question
Which one is used to maintain repository content in a tool like Subversion?
Answer
-
vlt
-
sling
-
felix web console
-
jcr nodes
Question 22
Question
Annotation used to declare a service factory?
Question 23
Question
Mail service to be configured to send e mails from AEM
Question 24
Question
What is the Importance of -<identifier> in com.service.customservice.config-<identifier>
sling:osgiconfig file?
Question 25
Question
A user customizes a osgi configuration on crxde, what should he ensure ?
Answer
-
com.sample.customService
-
Node of type sling:folder on /apps/myapp/config
-
com.sample.customService.config
-
Node of type sling:folder on /apps/myapp/install
Question 26
Question
Developer used 3 types of runmodes author, foo, bar. How to identify the activities
of the instances that run only on the foo runmode?
Answer
-
foo.config
-
foo.install
-
foo.author.config
-
foo.publish.config
Question 27
Question
when CQ is installed. which errors are listed by default.
Question 28
Question
If dispatcher is not optimally configured, what causes it may be
Answer
-
Extra load on publisher
-
Caching issue
-
Pages are not cached
-
None.
Question 29
Question
which are the all mandatory parameters to debug?
Answer
-
server, suspend , address , transport
-
server, suspend , address , jar
-
server, port , address , transport
-
server, suspend , jar, port
Question 30
Question
if we are saving sling folder in nt:unstructured?
what will happened?
Question 31
Question
client library - benefits
Question 32
Question
what is primary type of config which is created by felix console in
apps/*/system/config?
Answer
-
nt:unstructered
-
sling folder
-
nt:file
-
mixin node
Question 33
Question
How can we recognize the configuration file in Crx?
Answer
-
sling:osgiConfig
-
Sling:config
-
sling:resourcesupertype
-
sling:resourcetype
Question 34
Question
Developer creates a sling:folder and inside it creates node of type sling:OsgiConfig.
What is he trying to achieve?
Answer
-
Create configuration
-
Creating jar file in crx
-
install bundles
-
install defaults
Question 35
Question
Which is the correct way to login when there is user mapping n service?
Answer
-
Slingrepository.loginService(String subServiceName, String workspace)
-
Slingrepository.loginService(String subServiceName)
-
Slingrepository.loginService(String workspace)
-
Slingrepository.loginsling(String subServiceName, String workspace)
Question 36
Question
There is a logger factory configuration at the path apps/myproj/config.Foo.publish-something
what is the significance of the path
Answer
-
config denotes configuration
-
component and template data jar
-
something denotes configuration instance name - not correct for the PATH
-
Foo.publish denotes run mode
Question 37
Question
Cache not working and we are get out of memory error?
what exactly happened here?
Answer
-
replication not set properly
-
There are sessions which have not been logged out
-
Infinite loop due to replication issue
-
replication & reverse at same location
Question 38
Question
Why do we add exclusions in .gitignore file?
Answer
-
To exclude ide specific files and
-
Generated files not related to code base
-
Patterns read from the command line for those commands that support them.
-
A gitignore file specifies intentionally untracked files that Git should ignore
Question 39
Question
Syntax for storing parameter in cq:widget?
Answer
-
Cq:panel
-
nt:unstructured
-
./title
-
panel
Question 40
Question
How to view debug logs?
Answer
-
set log level = debug in logging logger configuration
-
set loglevel = debug on cmd line parameter
-
set log level= debug in logging writer
-
start aem in debug mode
Question 41
Question
Query search is taking longer time. Debug is necessary. Hence the suggestion is to
debug the search service.
Answer
-
Write a log writer service to get the debug logs of the sling search service
-
Write a log writer service to get the debug logs of the search service
-
Write a logging log service to get the debug logs of the sling search service
Question 42
Answer
-
current Design
-
currentStyle
-
Current node
-
current resource
Question 43
Question
default log level of root log?
Question 44
Question
how does a dialog inherit the properties from another dialog?
Answer
-
cq:dialog
-
sling:ResourceSuperType
-
sling:ResourceType
-
cq:panel
-
cq:include
Question 45
Question
Which statement about the docroot parameter in the cache section of the CQ
Dispatcher configuration file is true?
Answer
-
It should be the same path where the CQ server is installed.
-
It should be the same as the one configured in the repository as docroot property
-
It can be any path inside the filesystem that can be modified by the Web server.
-
It is required to be the same as the document root of the Web server.
Question 46
Question
What is the main advantage of using a template over a component ?
Answer
-
Allow creation of a page with default components
-
Restrict other components/templates within
-
you can include several components within