AEM Certification Exam Questions
And Answers Already Passed |
Graded A+
If your changes are not reflected in JSP, how to inforce refresh - ✔✔Search and delete the
Java class file from within var/classes
print.a4.html which script will be rendered - ✔✔print.html.jsp not print.a4.jsp
How to debug clientlibs - ✔✔Add a query parameter to the url called debugClientLibs with
the value true
how to get WCMMODE from request? - ✔✔WCMMode.fromRequest(request)
you have created tempA and tempB. In the property allowed children of tempA you placed tempB.
you created a pageA based on tempA and add property cq:allowedTemplates, with a list of
templates excluding tempB. Can you select tempB to create page as cold of pageA? - ✔✔No, tempB
needs to be added to the property cq:allowedTemplates of PageA to accomplish that
which xtype should you use of you want to raise a part of a dialog in another dialog -
✔✔cqinclude
And Answers Already Passed |
Graded A+
If your changes are not reflected in JSP, how to inforce refresh - ✔✔Search and delete the
Java class file from within var/classes
print.a4.html which script will be rendered - ✔✔print.html.jsp not print.a4.jsp
How to debug clientlibs - ✔✔Add a query parameter to the url called debugClientLibs with
the value true
how to get WCMMODE from request? - ✔✔WCMMode.fromRequest(request)
you have created tempA and tempB. In the property allowed children of tempA you placed tempB.
you created a pageA based on tempA and add property cq:allowedTemplates, with a list of
templates excluding tempB. Can you select tempB to create page as cold of pageA? - ✔✔No, tempB
needs to be added to the property cq:allowedTemplates of PageA to accomplish that
which xtype should you use of you want to raise a part of a dialog in another dialog -
✔✔cqinclude