최신Magento 2 Certified Associate Developer - Magento-2-Certified-Associate-Developer무료샘플문제
문제1
You got a notification about error that occurred on a production environment. The merchant gave you the error identifier.
How do you find the error message based on the identifier?
You got a notification about error that occurred on a production environment. The merchant gave you the error identifier.
How do you find the error message based on the identifier?
정답: A
문제2
You are adding a child node to the product.info block using the XML:

How will this block be rendered?
You are adding a child node to the product.info block using the XML:

How will this block be rendered?
정답: A
문제3
You added a new constructor argument to an existing action controller class.
When you reload the page you get a PHP error that the wrong argument is passed to the class.
How do you fix this?
You added a new constructor argument to an existing action controller class.
When you reload the page you get a PHP error that the wrong argument is passed to the class.
How do you fix this?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
Which two ways does Magento persist category relationships in the database? (Choose two.)
Which two ways does Magento persist category relationships in the database? (Choose two.)
정답: C,D
문제5
You are adding an entry to the backend menu. To do so you open a core etc/adminhtml/menu.xml file as a reference. In the file you see the node:

What is the result of specifying resource="Magento_Catalog::catalog"?
You are adding an entry to the backend menu. To do so you open a core etc/adminhtml/menu.xml file as a reference. In the file you see the node:

What is the result of specifying resource="Magento_Catalog::catalog"?
정답: A
문제6
Assume that a customer's cart only includes one downloadable product.
What effect will it cause on the quote object?
Assume that a customer's cart only includes one downloadable product.
What effect will it cause on the quote object?
정답: B