Magento M70-301 Exam Practice Questions (P. 1)
- Full Access (107 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #1
Which of the following is the correct code for assigning a custom template file using layout XML?
- A<block type=ג€core/text_listג€ name=ג€custom.templateג€ template=ג€ folder/custom_template.phtmlג€/>
- B<block type=ג€core/templateג€ name=ג€custom templateג€ template=ג€ folder/custom_template.phtmlג€/>
- C<block type=ג€block/templateג€ name=ג€custom templateג€ template=ג€ folder/custom_template.phtmlג€/>
- D<block type=ג€cms/blockג€ name=ג€custom.templateג€ template=ג€ folder/custom_template.phtmlג€/>
- E<block type=ג€block/htmlג€ name=ג€custom templateג€ template=ג€ folder/custom_template.phtmlג€/>
Correct Answer:
B
B
send
light_mode
delete
Question #2
You want to create a wrapper block that uses an HTML tag name which is set by the action setHtmlTagName. The wrapper block should render all its child blocks within the HTML tag. Which block type should you use to create the wrapper block?
send
light_mode
delete
Question #3
You want to figure out which phtml-files are rendering in the front end. Which developer tool helps you do that?
- AProfiler
- BException.log
- CBlock Class Names
- DTemplate Path Hints
- ESystem.log
Correct Answer:
D
D
send
light_mode
delete
Question #4
Which is the correct order of the three types of translations by priority (1 = highest, 3 = lowest)?
- A1. Database (Inline) translation 2. Module translation 3. Theme translation
- B1. Database (Inline) translation 2. Theme translation 3. Module translation
- C1. Module translation 2. Database (In line) translation 3. Theme translation
- D1. Theme translation 2. Database (In line) translation 3. Module translation
Correct Answer:
B
B
send
light_mode
delete
Question #5
Which piece of code creates a url that links to the store pages in transactional email templates?
- A{ {store url= ג€ ג€}}
- B{ { store_page url= ג€ ג€} }
- C{ { store_url= ג€ ג€} }
- D{ { store_name url= ג€ ג€} }
Correct Answer:
A
A
send
light_mode
delete
All Pages