Adobe Commerce Developer Expert - AD0-E709 Exam Practice Test

While developing a module you need to modify an existing Data Patch.
How can you force Magento to execute an existing Data Patch file again?
Correct Answer: D Vote an answer
What happens when a category's is_anchor attribute is set to 1?
Correct Answer: C Vote an answer
A custom module needs to log all calls of \Magento\Customer\Api\AddressRepositoryInterface::save().
Which mechanism do you use?
Correct Answer: D Vote an answer
You have created a module controller that responds to the following URL:
/mycompany/product/load/id/123.
Which two methods will load the product model by ID as specified in the URL? (Choose two.)
Correct Answer: A,B Vote an answer
An Adobe Commerce developer is developing a custom module. As part of their implementation they have decided that all instances of their Custom\Module\Model\Example class should receive a new instance of Magento\Filestem\adapter\local.
How would the developer achieve this using di. xml?
A)

B)

C)
Correct Answer: A Vote an answer
You are adding a new entry to the backend menu that appears after
Marketing > SEO & Search > Site Map
You see the existing site map menu item is declared by the node:

What two actions do you take to configure the new menu entry location? (Choose two.)
Correct Answer: B,D Vote an answer
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?
Correct Answer: C Vote an answer
An Adobe Commerce Developer is tasked with creating a custom module which implements a new product type. Upon completion, they find that any quantity information they enter against the product does not get saved, and reverts back to 0.
How would they go about correcting this?
Correct Answer: B Vote an answer
When creating a new payment method, the Adobe Commerce developer adds the dependency injection configuration for payment method facade in the modules etc\di.xml.
What is required for the custom payment methods Value Handlers pool?
Correct Answer: C Vote an answer
A module declares the route:

What is the layout handle of the storefront path /custom/feature/?
Correct Answer: D Vote an answer
You have created a new block and will be adding this block on every page. The block contains user-specific information and cannot be cached.
The block is added to the default.xml with:

What does this accomplish?
Correct Answer: A Vote an answer
You are debugging a problem resulting from a recently deployed around plugin. The plugin is intercepting the doSomething method. The aroundDoSomething plugin method is called successfully, but the original doSomething method is no longer being executed as expected.
What is causing this?
Correct Answer: B Vote an answer
A product has some stock and quantity in the Sources panel in its edit view m the admin:

But when trying to add this product to the cart on the frontend. the following error is displayed:
"The requested qty is not available".
Why was this error received?
Correct Answer: C Vote an answer