You want to load my-file.js only on the exam’ CMS page. In native Magento, which two of the followingstatements are true? (Choose TWO.)

A.
You must create exam.xml and put the appropriate XML inside the <cms_page_exam> layout handle,
B.
You must make sure that my-file.js is present in app/design/base/default/cms/exam/.
C.
You must add appropriate XML to the CMS Layout-Update-XML textarea of the exam CMS page.
D.
You must add <?php echo $this->getChildJs (‘js/my-file.js’); ?> to head.phtml .
E.
You must make sure you are not using a layout handle in the Layout-Update-XML textarea of the “exam”
CMS page.