최신 Magento-2-Certified-Associate-Developer 무료덤프 - Magento 2 Certified Associate Developer
In the module located at app/code/MyCompany/MyModule there is a JS module in the file view/frontend/web/register.js. The Magento base URL is https://magento.host/ and the luma theme with the en_US locate is used.
What is the public URL for this file?
What is the public URL for this file?
정답: C
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"?

What is the result of specifying resource="Magento_Catalog::catalog"?
정답: D
A module declares the route:

What is the layout handle of the storefront path /custom/feature/?

What is the layout handle of the storefront path /custom/feature/?
정답: D
You have been asked to display details from the customer's latest order on the customer's account dashboard (customer/account/). You create a new custom template to show the information.
How do you obtain an order repository so you can fetch an order?
How do you obtain an order repository so you can fetch an order?
정답: A
You are working on a Magento store which will be selling in two countries. Each country has its own set of payment methods.
How do you organize the project to support this requirement?
How do you organize the project to support this requirement?
정답: D
What happens when a category's is_anchor attribute is set to 1?
정답: B
How many shipping addresses may be selected for an order during the checkout process?
정답: D
You have added a new attribute origin of the type varchar to the product entity.
Which two calls will filter a product collection with origin set to "California"? (Choose two.)
Which two calls will filter a product collection with origin set to "California"? (Choose two.)
정답: B,C
How can you access the select query of a collection?
정답: A
You need to find all orders in the processing state. You have written the code:

When you run the code, you get the following exception:

How do you resolve the exception?

When you run the code, you get the following exception:

How do you resolve the exception?
정답: A