Adobe Reports and Analytics ACE Sample Questions:
1. You have a component "A" that has a dialog and four JSP scripts: main.jsp, script1.jsp, script2.jsp and script3.jsp. The script main.jsp includes the other three scripts. Now you implement component "B", which is very similar to component "A", but with a different script2.jsp script. Component "B" declares "A" as its resourceSuperType. What is the best way to implement script2.jsp for Component "B"?
A) Since the dialog will be inherited, copy only all the jsp files from component "A" to "B" and write a new script2.jsp.
B) Write script2.jsp and copy main.jsp, which includes script2.jsp, from component "A" to "B".
C) Copy all the dialog nodes from "A" to the component folder "B" and write script2.jsp
D) Only write a new script2.jsp.
2. Which access control policies does the JCR Session define to manage nodes?
A) Permissions to access the JCR repository.
B) Privileges to access the JCR workspace.
C) A list of node locks in the JCR workspace.
D) Capabilities to traverse the JCR repository.
3. Which is the correct JSP Tag Library Directive to include the standard CQ Tag Library?
A) <%@include file="/libs/foundation/global.jsp" %>
B) <%@taglib prefix="cq" uri="http://www.day.com/taglibs/cq/1.0" %>
C) <%@taglib prefix="sling" uri="http://sling.apache.org/taglibs/sling/1.0" %>
D) <%@page import ="com.day.cq.wcm.api"%>
4. How can you use the CRX repository to install an OSGi bundle?
A) Copy the bundle to the /config folder, which you need to add to your project folder.
B) Copy the bundle into the /apps/config folder.
C) Copy the bundle into the /apps/install folder.
D) Copy the bundle into the /libs/config folder.
5. How do you specify dependencies for your CQ HTML client library?
A) Add a multivalue property called dependencies to the template definition containing the value of the dependent client libraries root path.
B) Add a multivalue property called dependencies to the client library root node, containing the value of the dependent client libraries' categories.
C) Specify the dependencies as path attributes in the <cq:includeClientLib> tag.
D) In the js.txt file specify the path to the client library folder where the dependent files are located.
Solutions:
| Question # 1 Answer: D | Question # 2 Answer: B | Question # 3 Answer: B | Question # 4 Answer: C | Question # 5 Answer: B |
We're so confident of our products that we provide no hassle product exchange.


By Blithe

