A client wants to change the look and behavior of the products thumbnails in the products grid on the admin panel. Which code would be added to the module's view/adminhtml/ui_component/product_listing.xml file?
A)
B)
C)
Answer : A
An Adobe Commerce developer creates a new website using a data patch. Each website will have unique pricing by website. The developer does not have visibility into the production and staging environments so they do not know what the configuration currently is.
How would they ensure the configuration is deployed and consistent across all environments?
Answer : B
When using the traditional Magento frontend, an Adobe Commerce developer is tasked to create a before plugin every time that the totals information loads on the cart page summary.
Considering performance, where would the di .xml be added?
Answer : B
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?
Answer : B
An Adobe Commerce developer has been tasked to create a new rest API endpoint to get a list of items for a CustomEntity . When testing the endpoint, it throws an exception.
This is the code the developer has written for MyVendor\Module\Api\CustomEntityRepositoryInterface:
And this is the implement method within MyVendor\MyModulemodel\CustomEntityRepository:
What is wrong with the code?
Answer : C
An Adobe Commerce developer wants to add a custom product attribute to the website which will sync to their ERP. The developer has created a data patch and added the following code to add the attribute:
The attribute is created successfully and it is listed in the attribute grid. But on the website, there are multiple attribute sets and the developer wants the newly created attribute to be visible in all the attribute sets.
In order to set the attribute to all the attributes sets, how will the developer change the code to add the attribute?
Answer : A
An Adobe Commerce developer has been asked to modify the PageBuilder slider content type to allow a new custom content type (other than slide ) to be assigned as a child. The developer has already created the new content type called improved.slider_slide their module. They now need to create a new view/adminhtml/pagebuilder/content_type/slider.xml file in their module to allow the new content type to be a child of slider content types.
What is the correct xml to accomplish this?
A)
B)
C)
Answer : A