certificatR

Frage 1 von 49

Verbleibende Zeit: 100:00

Who is responsible for generating the production and sandbox API keys for services like Product Recommendations or Live Search in a Magento Commerce account?

Which Adobe Commerce CLI command would be used to regenerate the static content for a single specified language?

What is the default customer access token lifetime?

A Magento developer is tasked with creating a performance test for a new e-commerce store. Which command would the developer primarily use to generate the necessary data for this test?

What is the purpose of the "Create Permanent Redirect for Old URL" checkbox on product edit page?

What is controlled by index batching size variables?

A merchant on Adobe Commerce wants to temporarily disable the Full Page cache while performing some visual changes on the home page on the production environment. In what two ways can the merchant quickly accomplish this? (Choose two)

Which three methods are supported by Adobe Commerce plugins when modifying a public class method? (Choose three.)

A developer was given a task to create a custom shipping carrier in Luma theme and display the method in checkout. The developer defined the configuration in system.xml, created a PHP class extending Magento\Shipping\Model\Carrier\AbstractCarrier with collectRates() and getAllowedMethods(), and enabled the carrier in admin. But the method is not showing in checkout. Which additional step does the developer need to complete?

As an Adobe Commerce administrator, how would the default language displayed on the storefront for customers be changed?

What does a basic search via API REST use?

Which action can be performed using the Adobe Commerce Cloud CLI tool?

Which command lists all environments in the current Adobe Commerce Cloud project?

In Magento 2, the InstallData class plays a key role in the module's installation process by executing specific logic. What is the main purpose of the InstallData class in Magento 2?

What is the command to invalidate only the catalogsearch_fulltext indexer?

The stakeholders in a new build want two websites, each websites differ in product hierarchy, some SKUs are shared with each website and some are not shared with each website. What is the correct configuration to achieve this?

What is the name of database table where cron jobs are stored?

Which action is essential to effectively localize an Adobe Commerce store?

What are the minimum required files for creating or customizing a module in Adobe Commerce or Magento OS application?

Which Adobe SaaS Service is primarily used to allow the delivery of personalized and targeted experiences for AI-powered testing?

Which Magento feature would be used if different languages are needed for the same product catalog?

A merchant chose to create a Simple product via Admin panel. However, as result a Virtual product has been created instead. What has been missed while creating the Simple product?

Which database application does Commerce Pro architecture utilize?

What is the default limit for REST and GraphQL queries that allow paginated results?

How many data spaces can Adobe Commerce merchants access per SaaS project?

What is the purpose of a product attribute set?

In Adobe Commerce on cloud Pro architecture, auto scaling automatically adds or removes resources to the cloud infrastructure to maintain optimal performance and reasonable costs. What is the prerequisite to enable auto scaling?

In an Adobe Commerce store, customer carts are cleared after 30 days, however, the merchant wants the items to remain in the cart for 60 days. How would this setting be changed?

Which API methodologies are supported by Magento?

If customer accounts need to be shared between different Magento storefronts, which configuration is required?

A developer has created a "before" plugin but the plugin is not taking effect. Which required file is missing?

When using Magento\Eav\Setup\EavSetup::addAttribute(), what option should be set so that a customer can see the value on the frontend?

A merchant has a product available in multiple sizes: small, medium, and large. The merchant wishes to display this as a single product with size options, rather than separate products for each size. They also want to ensure that customers can easily switch between sizes on the product page. How would the merchant achieve this following proper product configurations?

What scope must be set for an attribute that is used for product variation on a configurable product?

Given this specification: 10 2 * * * When will a cron job be executed?

What is the initial directory structure of creating a storefront theme in Magento OS?

What are the purposes of di.xml file in Adobe Commerce or Magento OS?

A merchant owns an Adobe Commerce Cloud Pro project entitlement, and the marketer team is planning for an upcoming promotion. The marketer team wants to ensure Commerce Pro architecture has sufficient instances to handle estimated peak traffic demand. How many instances are available in default Commerce Pro architecture?

A developer creates an observer that listens to the customer_register_success event. Inside the observer's execute method, the developer includes the following code snippet:
public function execute(\Magento\Framework\Event\Observer $observer)
{
$this->_eventManager->dispatch('customer_register_success', ['customer' => $observer→getCustomer()]);
}
What issue does this code introduce?

A developer can create new attributes programmatically in Magento. Which method is used to add a new attribute to an entity?

A merchant wishes to require that customers agree to the Terms and Conditions of the sale before making a purchase. How would this be implemented?

A marketing team has asked to change the store logic to allow for a new welcome email to be sent to customers upon registration. They must now edit store logic to allow for a new welcome email through a third party app when a user registers on the website. Which event will ensure logic runs after the customer has successfully registered?

Which configuration file allows creating a custom cache type?

An Adobe Commerce developer needs to configure the Retail customer group to only view products in T-Shirts category, without seeing prices or making purchases. Which is the correct configuration?

A developer was given a task to set up taxes. All of the customers should have the same tax rate, no matter where in the world they are. The shop is based in Germany. How would the developer set up the shop?

A class has a preference defined to it. Can a plugin still be applied to the original class?

What is the path and file needed to create new navigation items in the Adobe Commerce Admin?

During a web API call with access to a resource, which permission levels require the authentication token?

The outgoing emails feature can be enabled or disabled in Commerce on cloud infrastructure. In what two ways would a merchant perform this activity? (Choose two)