1.
How do you disable WebDAV access on the publish instance?
2.
What does the Configuration Admin Service in OSGi provide?
3.
You are creating a component to render a modified image. What is the proper way to build the URL of the image in order to enable caching of the response?
4.
How do you get the current rendering mode within a CQ component script?
5.
You need to restore a version of a node. How do you get the versionManager object?
6.
Which provider service scans the CRX repository for artifacts and provides them to the OSGi installer?
7.
You want to override an OSGi component configuration in CRX. What happens if you do NOT specify a property in the CRX configuration that is required by the component?
8.
Given the service reference properties set in a servlet:
@Properties({
@Property(name="sling.servlet.resourceType",?
value="myApp/myResource"),
@Property(name="sling.servlet.selectors", value={"img","pdf"}), @Property(name="sling.servlet.paths", ?
value={"/apps/myApp/mypdf","/libs/sling/myimg"})
})
Which properties will the servlet take into consideration when it is being registered?
9.
A change in a JSP is NOT being reflected. How do you enforce a fresh parsing/compilation of the JSP file?
10.
Which type of Replication Agent do you create to flush the Web server cache for a newly activated page?