Quiz-summary
0 of 15 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
Information
This quiz is designed to check your basic knowledge of Magento 2. It also allows you to check your understanding of the Magento architecture and your ability to work with Magento modules.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results:
0 of 15 questions answered correctly
Time Spent:
Time has elapsed
Average score |
|
Your score |
|
Download your certificate |
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- Answered
- Review
-
Question 1 of 15
1.
Which the latest Magento community edition version.
-
Question 2 of 15
2.
A Magento URL that uses the standard router has the below format:
-
Question 3 of 15
3.
Which statement is false for Plugin in Magento
-
Question 4 of 15
4.
What is difference between Group products and bundle products in Magento
-
Question 5 of 15
5.
If we have routes.xml file
< ?xml version="1.0" ?>
And our controller file is Letsknowit/Helloworld/Controller/Index/Post.php
If we want to create layout for this controller what will be the layout filename. -
Question 6 of 15
6.
Which files are required to create a new custom module in Magento.
-
Question 7 of 15
7.
If we don’t want a page to be cached in magento, what we need to do
-
Question 8 of 15
8.
Which payment methods that magento support natively?
-
Question 9 of 15
9.
Which external search servers does Magento Commerce support natively?
-
Question 10 of 15
10.
How do we instruct Magento to enable a new module?
-
Question 11 of 15
11.
We are trying to determine why a product is not appearing in a category. Which tables does Magento on the frontend to locate the relationship between a category and its products?
-
Question 12 of 15
12.
We are creating a new module and we need to create a controller class for that. Which class our controller extends?
-
Question 13 of 15
13.
What is difference between ObjectManager::create($className) and ObjectManager::get($className)
-
Question 14 of 15
14.
If you are creating a new module registration.php, which option will correct?
-
Question 15 of 15
15.
In Magento FPC which requests are cached, pick the correct option