Frage 1
Frage
What is the purpose of @configurationFactory?
Antworten
-
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
Frage 2
Frage
Which attribute of @Component makes the service configurable ?
Antworten
-
metatype = True
-
metatype = False
-
metadata = True
-
metadata = False
Frage 3
Frage
[1.2,2) – whats the bundle version here ?
Antworten
-
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
Frage 4
Frage
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 ?
Antworten
-
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
Frage 5
Frage
Which log can be used to timings of the requests to an instance
Antworten
-
request log
-
server log
-
Error log
-
stdout log
Frage 6
Frage
How to start AEM instance in debug mode with a specific port.
Antworten
-
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
Frage 7
Frage
What run mode will be set for PROD environment ?
Antworten
-
Nosamplecontent
-
Author
-
Publish
-
Samplecontent
Frage 8
Frage
Behavior of @SlingServlet
Antworten
-
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
Frage 9
Frage
When you are overlaying OOB image component , at a location
/apps/myApp/components, what should you ensure
Antworten
-
Overlay JSP
-
Overlay Dialogs
-
Different icons
-
Different styles
Frage 10
Frage
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 ?
Frage 11
Frage
Property and node types used in cq:dialog in Touch UI?
Antworten
-
nt:unstructured
-
cq:widget
-
cq:panel
-
/title
Frage 12
Frage
Use of Configuring OSGi services via content nodes?
Antworten
-
Not secure
-
Can be differentiated using runmode.
-
Will be of type sling:osgi
-
Can be maintained and deployed with code
Frage 13
Frage
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.
Antworten
-
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
Frage 14
Frage
How to configure MYSQL data source in aem ?
Antworten
-
Day commons JDBC connections pool
-
Day CQ mail service
-
Day commons SQL connections pool
-
Day commons MySQL connections pool
Frage 15
Frage
How to change the CRX token expiration time ?
Frage 16
Frage
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 ?
Frage 17
Frage
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 ?
Antworten
-
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
Frage 18
Frage
http://somedomain/abc.html?v=10. To cache this page, what should be done ?
Antworten
-
Use /ignoreUrlParams
-
Use selectors
-
Use Prefix
Frage 19
Frage
General advantage of caching?
Frage 20
Frage
There are a few pages being CUG in an application. To cache them, what needs to be
done ?
Antworten
-
Define separate virtual host for CUG pages
-
Set /allowAuthorized to 0
-
Define /directories under /sessionmanagement
-
Have a separate farm for CUG based pages
Frage 21
Frage
Which one is used to maintain repository content in a tool like Subversion?
Antworten
-
vlt
-
sling
-
felix web console
-
jcr nodes
Frage 22
Frage
Annotation used to declare a service factory?
Frage 23
Frage
Mail service to be configured to send e mails from AEM
Frage 24
Frage
What is the Importance of -<identifier> in com.service.customservice.config-<identifier>
sling:osgiconfig file?
Frage 25
Frage
A user customizes a osgi configuration on crxde, what should he ensure ?
Antworten
-
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
Frage 26
Frage
Developer used 3 types of runmodes author, foo, bar. How to identify the activities
of the instances that run only on the foo runmode?
Antworten
-
foo.config
-
foo.install
-
foo.author.config
-
foo.publish.config
Frage 27
Frage
when CQ is installed. which errors are listed by default.
Frage 28
Frage
If dispatcher is not optimally configured, what causes it may be
Antworten
-
Extra load on publisher
-
Caching issue
-
Pages are not cached
-
None.
Frage 29
Frage
which are the all mandatory parameters to debug?
Antworten
-
server, suspend , address , transport
-
server, suspend , address , jar
-
server, port , address , transport
-
server, suspend , jar, port
Frage 30
Frage
if we are saving sling folder in nt:unstructured?
what will happened?
Frage 31
Frage
client library - benefits
Frage 32
Frage
what is primary type of config which is created by felix console in
apps/*/system/config?
Antworten
-
nt:unstructered
-
sling folder
-
nt:file
-
mixin node
Frage 33
Frage
How can we recognize the configuration file in Crx?
Antworten
-
sling:osgiConfig
-
Sling:config
-
sling:resourcesupertype
-
sling:resourcetype
Frage 34
Frage
Developer creates a sling:folder and inside it creates node of type sling:OsgiConfig.
What is he trying to achieve?
Antworten
-
Create configuration
-
Creating jar file in crx
-
install bundles
-
install defaults
Frage 35
Frage
Which is the correct way to login when there is user mapping n service?
Antworten
-
Slingrepository.loginService(String subServiceName, String workspace)
-
Slingrepository.loginService(String subServiceName)
-
Slingrepository.loginService(String workspace)
-
Slingrepository.loginsling(String subServiceName, String workspace)
Frage 36
Frage
There is a logger factory configuration at the path apps/myproj/config.Foo.publish-something
what is the significance of the path
Antworten
-
config denotes configuration
-
component and template data jar
-
something denotes configuration instance name - not correct for the PATH
-
Foo.publish denotes run mode
Frage 37
Frage
Cache not working and we are get out of memory error?
what exactly happened here?
Antworten
-
replication not set properly
-
There are sessions which have not been logged out
-
Infinite loop due to replication issue
-
replication & reverse at same location
Frage 38
Frage
Why do we add exclusions in .gitignore file?
Antworten
-
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
Frage 39
Frage
Syntax for storing parameter in cq:widget?
Antworten
-
Cq:panel
-
nt:unstructured
-
./title
-
panel
Frage 40
Frage
How to view debug logs?
Antworten
-
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
Frage 41
Frage
Query search is taking longer time. Debug is necessary. Hence the suggestion is to
debug the search service.
Antworten
-
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
Frage 42
Antworten
-
current Design
-
currentStyle
-
Current node
-
current resource
Frage 43
Frage
default log level of root log?
Frage 44
Frage
how does a dialog inherit the properties from another dialog?
Antworten
-
cq:dialog
-
sling:ResourceSuperType
-
sling:ResourceType
-
cq:panel
-
cq:include
Frage 45
Frage
Which statement about the docroot parameter in the cache section of the CQ
Dispatcher configuration file is true?
Antworten
-
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.
Frage 46
Frage
What is the main advantage of using a template over a component ?
Antworten
-
Allow creation of a page with default components
-
Restrict other components/templates within
-
you can include several components within