Summer Sale - Special Discounts Limited Time 55% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 63r59951

Note! The AD0-E718 Exam is no longer available. Get in touch with our Live Chat or email us for more information about the AD0-E722 Exam.

AD0-E718 Adobe Commerce Architect Master Questions and Answers

Questions 4

The development of an Adobe Commerce website is complete. The website is ready to be rolled out on the production environment.

An Architect designed the system to run in a distributed architecture made up of multiple backend webservers that process requests behind a Load Balancer.

After deploying the system and accessing the website for the first time, users cannot access the Customer Dashboard after logging in. The website keeps redirecting users to the sign-in page even though the users have successfully logged in. The Architect determines that the session is not being saved properly.

In the napp/etc/env.php\ the session is configured as follows:

AD0-E718 Question 4

What should the Architect do to correct this issue?

Options:

A.

Utilize the Remote Storage module to synchronize sessions between the servers

B.

Update the session host value to a shared Redis instance

C.

Increase the session size with the command config:set system/security/max_session_size_admin

Buy Now
Questions 5

An existing Adobe Commerce website is moving to a headless implementation.

The existing website features an "All Brands" page, as well as individual pages for each brand. All brand-related pages are cached in Varnish using tags in the same manner as products and categories.

Two new GraphQL queries have been created to make this information available to the frontend for the new headless implementation:

AD0-E718 Question 5

During testing, the queries sometimes return out-of-date information.

How should this problem be solved while maintaining performance?

Options:

A.

Each GraphQL query's resolver class should inject MagentoGraphQICacheModelCacheableQuery and call setCacheValidity (true) on it as part of the resolver's rescive function

B.

Specify a @cache (cacheable: false directive for each GraphQL query, making sure that the data returned is not cached, and is up to date

C.

Specify a @cache (cacheIdentity: path\\T\\identityClass) directive for each GraphQL query, corresponding to a class that adds cache tags for relevant brands and associated products

Buy Now
Questions 6

Since the last production deployment, customers can not complete checkout. The error logs show the following message multiple times:

AD0-E718 Question 6

The Architect finds a deployed feature that should limit delivery for some specific postcodes.

The Architect sees the following code deployed in/webapi_rest \di .xml and etc\frontend\di xml

AD0-E718 Question 6

Which step should the Architect perform to solve the issue?

Options:

A.

Inject an instance of \Magentro\Quote\API\CartRepostoryInterface and receive cart instance via$this->cartRepository->get($this-session->getQucteId())

B.

Replace the injected dependency \Magento\Checkout\Model\Session\With\Magento\Framework\Session\SessionManagerInterface

C.

Change 'after' plugin with 'around' plugin. The issue is being caused by calling the result provider code after the code of the original method.

Buy Now
Questions 7

An Adobe Commerce Architect is working on a sales campaign to present a new product on the site that allows the purchase of a pre-defined set of products with a discount. Each product in the set should have a separate stock and tax class.

One requirement is to use a third-party system to build reports with REST API to fetch the following data:

• SKU

• Qty

• Original price

• Sales price

• Tax amount

Which solution should the Architect use to meet these requirements?

Options:

A.

• Create Fixed Bundle Product for gathering simple products;

• Manage price for every selected option;

• Add extension attribute original_simple_price for \Magento\Sales\Api\Data\OrderItemExtensionInterface and populate value with price of simple product;

B.

• Create Dynamic Bundle Product for gathering simple products;

• Utilize Content Staging to manage special prices for bundle products on time for the campaign;

• Expose required data via Adobe Commerce Order API;

C.

• Create Grouped Product and Create after plugin on \Magento\GroupedProduct\Model\Product\Type\Grouped:preparedForCarrAdvanced for bunch products ordering;

• Utilize Content Staging to manage special prices on time for the campaign for simple products;

• Expose required data via Adobe Commerce Order API;

Buy Now
Exam Code: AD0-E718
Exam Name: Adobe Commerce Architect Master
Last Update: Mar 3, 2024
Questions: 50