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 is tasked with writing an importer for a custom entity. After the work is complete and deployed, they start receiving complaints from their client that the importer does not work and fails every time they use it.
The developer realizes that the client is importing a file which does not match the format required for the importer to process correctly.
What two features would the developer add to this importer to prevent this? (Choose two.)
Answer : C, D
A customer is creating a new website, store and store view that will have a new category structure. How would an Adobe Commerce developer implement this?
Answer : A
A client has requested a new field on the admin product edit page for simple products that displays a list of links to parent products to which the simple product belongs.
According to best practices, how would an Adobe Commerce developer implement this?
Answer : B
An Adobe Commerce developer has created a new shipping carrier. Everything has been implemented and the collectRates() and getAlloweMethods() functions can be seen below:


Answer : A
An Adobe Commerce developer is asked to restrict access on both the admin menu item Custom_Reports: :Financial and the admin page customreport/financial/index attached to the menu. The developer has added the resource Customreports/financial in etc/ael.xml. and the following code on etc/adninhtml/nenu.xml :

Given that const ADMIN_RESOURCE was NOT set on the controller of customreports-financial/index and the secret key is not enabled in the URL which users can access the page?
Answer : A
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