Question 1
Question
In which files display a list of a module?
Answer
-
app/etc/config.php
-
app/etc/eav.php
-
app/etc/di.php
Question 2
Question
Disable module remove from db?
Question 3
Question
Which compliant use Magento?
Question 4
Question
Frontend files found in which folder?
Answer
-
View folder
-
templates folder
-
frontend folder
Question 5
Question
Which file is used of registered events?
Answer
-
events.xml
-
di.xml
-
module.xml
-
observer.xml
Question 6
Question
Which file is used for the modified constructor and create plugins?
Answer
-
di.xml
-
plugin.xml
-
events.xml
-
None of the above
Question 7
Question
Which file used for defined module and loading sequence?
Answer
-
module.xml
-
events.xml
-
di.xml
-
config.xml
Question 8
Question
Which file is used for trigger events when anything changes in the database?
Answer
-
mview.xml
-
watch.xml
-
di.xml
-
config.xml
Question 9
Question
Which plugin used to modifying in input?
Answer
-
before
-
after
-
around
-
All the above
Question 10
Question
In which mode symbolic links are not created?
Answer
-
Development Mode
-
Production Mode
-
Default Mode
Question 11
Question
Generate a symbolic link
Question 12
Question
Which mode error display only log files?
Answer
-
Deployment
-
Development
-
Product
-
Production
Question 13
Question
Which mode debug logging is disabled?
Answer
-
Default
-
Production
-
Deployment
Question 14
Question
Which command used to enable maintenance mode?
Answer
-
maintenance: enable
-
maintain:enable
-
All the above
Question 15
Question
Is plugin work with Final class and method?
Question 16
Question
Can we set different layout and theme for a particular category?