Multiple Choice
In a custom module you are adding a new field to the store configuration. The field will set the value for the configuration path mycompany/mymodule/myoption. How do you supply the default value for that configuration option?
A) In the config/default/mycompany/mymodule/myoption node in the etc/config.xml file
B) In the system/mycompany/group/mymodule/field/myoption node in the etc/system.xml file
C) In the menu/default/section/group/field node in the file etc/adminhtml/menu.xml
D) In the system/section/group/field/value node in the etc/adminhtml/system.xml file
Correct Answer:

Verified
Correct Answer:
Verified
Q43: A merchant gives you the module MyCompany_MyModule
Q44: The module MyCompany_MyModule provides custom admin interface
Q45: You need to find all orders in
Q46: You are reviewing a theme in app/design/frontend/MyCompany/MyTheme
Q47: In the module located at app/code/MyCompany/MyModule there
Q49: You have created a new block and
Q50: You have to install a new module
Q51: You have configured an event observer to
Q52: What is the difference between online and
Q53: You are developing a new theme which