Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Adobe AD0-E716 Exam Actual Questions

The questions for AD0-E716 were last updated on April 29, 2024.
  • Viewing page 1 out of 18 pages.
  • Viewing questions 1-4 out of 69 questions

Topic 1 - Exam A

Question #1 Topic 1

An Adobe Commerce developer has created a new shipping carrier. Everything has been implemented and the collectRates() and getAllowedMethods() functions can be seen below:


Given the above code, what would be the displayed cost of the shipping method and final amount charged to the customer?

  • A. The shipping method would display $0 but customers would pay a $10 handling fee for their order.
  • B. The shipping method would display $0 and customers would pay $0 for using the new shipping method.
  • C. The shipping method would display $10 and customers would pay $10 for using the new shipping method.
Reveal Solution Hide Solution   Discussion   5

Correct Answer: B 🗳️

Question #2 Topic 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 CartItemPrices GraphQL schema to include a custom base_price field?

  • A. Create and configure a <preference> for Magento\QuoteGraphQl\Model\Resolver\CartitemPrices that adds the base_price field in the resolve() function.
  • B. Add the following to the module's etc/schema.graphqls file:
  • C. Add the following to the module's etc/graphql/di.xml file:
Reveal Solution Hide Solution   Discussion   2

Correct Answer: B 🗳️

Question #3 Topic 1

An Adobe Commerce developer is working on a module to manage custom brand entities and wants to replicate the following SQL query using SearchCriteria:

Which snippet of code would produce the desired SQL query?

  • A.
  • B.
  • C.
Reveal Solution Hide Solution   Discussion   2

Correct Answer: C 🗳️

Question #4 Topic 1

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.
Reveal Solution Hide Solution   Discussion   4

Correct Answer: B 🗳️

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...