Q: 1
An Adobe Commerce developer is creating a new module to extend the functionality of the cart. The
module is installed in app/code/CompanyName/ModuleName/.
How would an Adobe Commerce developer extend the existing CartltemPrices GraphQL schema to
include a custom base_price field?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 2
An Adobe Commerce Developer has written an importer and exporter for a custom entity. The client
is using this to modify the exported data and then re-importing the file to batch update the entities.
There is a text attribute, which contains information related to imagery in JSON form, media_gallery.
This is not a field that the client wants to change, but the software they are using to edit the exported
data seems to be modifying it and not allowing it to import correctly.
How would the developer prevent this?
A) Specify a serializer class for the attribute using the $_transformAttrs class property array for both
the exporter and importer so it gets converted:
B) Strip the attribute from the imported file by adding it to the s_strippedAttrs class property array:
C) Prevent it from being exported by adding it to the $_disat>iedAttrs class property array:

B) Strip the attribute from the imported file by adding it to the s_strippedAttrs class property array:
C) Prevent it from being exported by adding it to the $_disat>iedAttrs class property array:

Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 3
The di. xml file of a module attaches two plugins for the class Action.
The PluginA has the methods: beforeDispatch, aroundDispatch, afterDispatch. The PluginB has the
methods: beforeDispatch, afterDispatch.
The around plugin code is:
What would be the plugin execution order?
A)
B)
C)

The around plugin code is:
What would be the plugin execution order?
A)
B)
C)

Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 4
An integration named Marketing is created on the Adobe Commerce instance. The integration has
access on Magento_Customer:: customer resources and the access token is xxxxxx.
How would the rest API be called to search the customers?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 5
When checking the cron logs, an Adobe Commerce developer sees that the following job occurs
daily: main.INFO: Cron Dob inventory_cleanup_reservations is successfully finished. However, the
inventory_reservation table in the database is not emptied. Why are there records remaining in the
inventory_reservation table?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 6
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?
A)
B)
C)

B)
C)

Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 7
An Adobe Commerce developer is tasked with adding an new export option for the order grid, they
have added the following code for the export button within sales_order_grid.xml:
Upon testing, they are getting redirected, what would be a cause for this error?
Upon testing, they are getting redirected, what would be a cause for this error?Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 8
A logistics company with an Adobe Commerce extension sends a list of reviewed shipment fees to all
its clients every month in a CSV file. The merchant then uploads this CSV file to a "file upload" field in
admin configuration of Adobe Commerce.
What are the two requirements to display the "file upload" field and process the actual CSV import?
(Choose two.)
A)
B)
C)
D)

B)
C)
D)

Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 9
A message queue currently has queue/consumer-wait-for-messages set to true, which allows the
consumer process to run until a message is inserted into the queue. A piece of functionality is driven
by data stored in the model
\Magento\variable\Model\variable and this value is only loaded once during the consumer run. If
the variable is updated we want the consumer to restart so that the new value is loaded into
memory without having to reload the variable on each message consumed.
The Adobe Commerce developer has created an after plugin on the
\Magento\Variable\Model\variable:: save() function.
How would the developer use the plugin to trigger the consumer restart?
Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Q: 10
An Adobe Commerce developer is working on a Magento 2 instance which contains a B2C and a B2B
website, each of which contains 3 different store views for English, Welsh, and French language
users. The developer is tasked with adding a link between the B2C and B2B websites using a generic
link template which is used throughout the sites, but wants these links to display in English
regardless of the store view.
The developer creates a custom block for use with this template, before rendering sets the translate
locale and begins environment emulation using the following code:
They find that the template text is still being translated into each stores language. Why does this
occur?
They find that the template text is still being translated into each stores language. Why does this
occur?Options
Discussion
No comments yet. Be the first to comment.
Be respectful. No spam.
Question 1 of 20 · Page 1 / 2