In the CQ 5.5 component developer exam sample questions here http://training.adobe.com/certification/exams/cq-5.5-component-developer.html there is on
Given the following selector: print.a4 and the URL extension is html, which script will Sling render?
A. print.html.jsp
B. a4.html.jsp
C. print.a4.jsp
D. a4.jsp
Correct Answer: A
A similar question here http://dev.day.com/docs/v5_1/html-resources/cq5_guide_developer/ch02s08.html
For example, consider a request to access the resource /content/corporate/jobs/developer.print.a4.html of type sling:resourceType="hr/jobs".
And the script selection order is
jobs.print.a4.esp
jobs.print.html.esp
which one is correct?