Magento M70-301 - Front End Certified Developer Exam
Page: 2 / 22
Total 107 questions
Question #6 (Topic: Single Topic)
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a
class called AdvancedPhotoViewer that extends Photoviewe r?
EXAMPLE:
var PhotoViewer = Class.create();
class called AdvancedPhotoViewer that extends Photoviewe r?
EXAMPLE:
var PhotoViewer = Class.create();
A. var AdvancedPhotoViewer = new PhotoViewer()
B. AdvancedPhotoViewer.prototype = Object.extend (new PhotoViewer ()
C. var AdvancedPhotoViewer = Class.extend (PhotoViewer)
D. AdvancedPhotoViewer = PhotoViewer.extend ()
Answer: B
Question #7 (Topic: Single Topic)
Which element in layout XML specifies a method to be called on a referenced or newly defined block?
A. <action>
B. <call>
C. <change>
D. <method>
E. <update>
Answer: A
Question #8 (Topic: Single Topic)
Which one of these code samples will assign a root template to a specific page of native Magento?


A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Question #9 (Topic: Single Topic)
You want to create a new `screendesign` package based on the `default` package's `default` theme.
Which ONE of the following steps do you have to take?
Which ONE of the following steps do you have to take?
A. Copy app/design/base to app/design/screendesign
B. Create an empty folder app/design/frontend/screendesign and copy app/design/frontend/default/default into it
C. Create skin/frontend/screendesign, then copy the CSS and images folders and their files from /skin/frontend/default/default/ to skin/frontend/screendesign/ default
D. Inside app/design/frontend and skin/frontend, copy the folder ג€defaultג€ to the folder ג€customג€; then rename custom/default to custom/screendesign in both places
E. Create app/design/frontend/default/screendesign
Answer: C
Question #10 (Topic: Single Topic)
Which ONE of the following adds links to the top links navigation?


A. Option A
B. Option B
C. Option C
D. Option D
Answer: B