certificatR
Frage
1
von 49
Verbleibende Zeit:
100:00
What scope must be set for an attribute that is used for product variation on a configurable product?
Website
Global
Store view
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?
customer_login
customer_registered
customer_register_success
customer_account_create_post
What are the purposes of di.xml file in Adobe Commerce or Magento OS?
Managing object dependencies using ObjectManager, specifying sensitive configuration settings
Managing object dependencies using ObjectManager, specifying non-sensitive configuration settings
Managing object dependencies using ObjectManager, sensitive or non-sensitive configuration settings cannot be defined
Which command lists all environments in the current Adobe Commerce Cloud project?
magento-cloud list
magento-cloud ssh
magento-cloud environment:list
magento-cloud environment:show
How many data spaces can Adobe Commerce merchants access per SaaS project?
One production data space and two testing data spaces
One production data space and one testing data spaces
Only one production data spaces
Two production data spaces and two testing data spaces
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?
Set Retail permissions to "Inherit" for T-Shirts from parent categories to restrict prices and purchases
Set Retail permissions to "Allow" full access to T-Shirts, and uncheck "View Prices" and "Purchase" options
Set Retail permissions to "Allow" product viewing for T-Shirts, while disabling prices and purchases
Set Retail permissions to "Deny" prices and purchases for T-Shirts, and "Allow" product viewing
A class has a preference defined to it. Can a plugin still be applied to the original class?
No, preferences disable all plugins for the class.
Yes, but plugins will be applied before the preference is executed.
Yes, but only if the preference is defined in the same module as the plugin.
No, plugins will only apply to the new class set by the preference.
A developer has created a "before" plugin but the plugin is not taking effect. Which required file is missing?
etc/di.xml
etc/acl.xml
etc/plugin.xml
etc/module.xml
Who is responsible for generating the production and sandbox API keys for services like Product Recommendations or Live Search in a Magento Commerce account?
Any developer with admin access
System integrator without shared access
License owner of the merchant's organization
Magento support team
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?
Run the command bin/magento shipping:carrier:register [carrier_code] that will register the new carrier in the system
Add the
node in the config.xml under
<[carrier_code]> with the path to the PHP class
Create javascript component for the new shipping method and add it to checkout_index_index.xml under
Add the node
in sections.xml under
If customer accounts need to be shared between different Magento storefronts, which configuration is required?
Customer accounts can only be shared across store views
All stores must be the same website
Create a customer synchronization job between stores
Each store should have a separate customer base
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?
Weight
Visibility
Attribute Set
Which Magento feature would be used if different languages are needed for the same product catalog?
Multiple store URLs
Separate store views under the same store
Separate stores under the same website
Different websites
Which Adobe SaaS Service is primarily used to allow the delivery of personalized and targeted experiences for AI-powered testing?
Audience Manager
Analytics
Experience Manager
Target
Which database application does Commerce Pro architecture utilize?
MariaDB
DynamoDB
MongoDB
PostgreSQL
What does a basic search via API REST use?
searchConditions
search
searchCriteria
What is the initial directory structure of creating a storefront theme in Magento OS?
app/i18n/VendorName/ThemeName
app/design/adminhtml/VendorName/ThemeName
app/design/frontend/VendorName/ThemeName
What is the default customer access token lifetime?
4 hours
6 hours
1 hour
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)
Via CLI, running the bin/magento cache:disable full_page
Via CLI, running the bin/magento cache:disable command
Via Admin panel in System / Tools / Cache Management
Via configuration file located in app/etc/cache.php
Which action can be performed using the Adobe Commerce Cloud CLI tool?
Update Magento themes
Creating marketing campaigns
Deploying code to cloud environments
Managing product data directly
Which API methodologies are supported by Magento?
REST, GraphQL, XML
REST, SOAP
REST, SOAP, GraphQL
REST, XML
What is the purpose of a product attribute set?
Defines attributes that are shared among all possible product types
Defines groups of attributes that are available during a product data entry
Defines the default values for product attributes
Defines a parent container for all attributes available in the system
What are the minimum required files for creating or customizing a module in Adobe Commerce or Magento OS application?
VendorName/ModuleName/etc/registration.php AND VendorName/ModuleName/etc/module.xml
VendorName/ModuleName/module.php AND VendorName/ModuleName/etc/module.xml
VendorName/ModuleName/registration.php AND VendorName/ModuleName/etc/module.xml
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?
Create a module that overrides Magento_Checkout with the new Terms and Conditions requirement
Stores > Settings > Configuration > Advanced > Notifications > Enable Terms and Conditions = Yes
Create a module that overrides Magento_CheckoutAgreements with the new Terms and Conditions requirement
Stores > Settings > Configuration > Sales > Checkout > Checkout Settings > Enable Terms and Conditions = Yes
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?
Create a configurable product, and assign size attributes as options
Create a grouped product, and make a new simple product for each of the sizes
Create a bundled product, and assign a new simple product for each of the sizes
Create individual simple products, and link them with a cross-sell rule
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?
Via the cron schedule, by editing the vendor/magento/module-catalog/cron.xml file
Via the CLI command, bin/magento config:set catalog/product/cart/active 60
Via the admin menu, Stores > Settings > Configuration > Sales > Checkout > Quote Lifetime
Via the variable setting of session.gc_maxlifetime=86400, by adding it to the php.ini configuration file
What is the name of database table where cron jobs are stored?
cron_schedule
cron_jobs_schedule
cron_jobs
cron
Which Adobe Commerce CLI command would be used to regenerate the static content for a single specified language?
bin/magento deploy:static-content
bin/magento setup:static-content:deploy
bin/magento setup:deploy:static-content
Which configuration file allows creating a custom cache type?
/etc/config.xml
/etc/mview.xml
/etc/di.xml
/etc/cache.xml
During a web API call with access to a resource, which permission levels require the authentication token?
anonymous, customer
registry, private
self, admin
When using Magento\Eav\Setup\EavSetup::addAttribute(), what option should be set so that a customer can see the value on the frontend?
show_in_frontend => 1
is_in_frontend => 1
use_in_frontend => 1
visible_on_frontend => 1
What is the purpose of the "Create Permanent Redirect for Old URL" checkbox on product edit page?
It creates an entry in url_rewrite table and prohibiting a user to access the product under the old URL, showing them 404 page instead.
It creates an entry in url_rewrite table and when a user accesses the product under the old URL, they will be redirected to the new URL.
It creates an entry in app/etc/config.php and when a user accesses the product under the old URL, they will be redirected to the new URL.
It creates an entry in app/etc/config.php, the product is still accessible under both, old and new URL, but it instructs the search engines to index only the new URL.
What is the command to invalidate only the catalogsearch_fulltext indexer?
bin/magento indexer:restart catalogsearch_fulltext
bin/magento indexer:reset catalogsearch_fulltext
bin/magento indexer:status catalogsearch_fulltext
bin/magento indexer:remove catalogsearch_fulltext
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?
bin/magento sampledata:install
bin/magento setup:generate:fixture-data
bin/magento setup:perf:generate-fixtures
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?
The observer should dispatch the event within a conditional statement to avoid infinite loops.
It creates a cyclical event loop that can lead to a system crash.
The event name is incorrect.
The code improves the event flow by redispatching the event.
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)
Outgoing emails toggle in Commerce admin area
Outgoing emails toggle in Commerce Cloud console
CLI command
API endpoint of Commerce Cloud console
Which action is essential to effectively localize an Adobe Commerce store?
Change the store view's locale and translate all product fields, labels attributes, and options
Change the store view's locale and run a CLI command: bin/magento translation:generate [locale_code]
Translate product names, descriptions, and meta data for each language, but leave other fields unchanged
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?
Import tax rates for every country, set the tax calculation based on the shipping address, and set the point of origin to Germany
Set tax rate for Germany, the tax calculation based on the shipping origin, and set the point of origin to Germany
Import tax rates for every country, set tax calculation based on the billing address, and set the point of origin to Germany
Set the tax rate for Germany, the tax calculation based on the shipping address, and the point of origin doesn't matter
What is the default limit for REST and GraphQL queries that allow paginated results?
1000
100
500
300
Given this specification: 10 2 * * * When will a cron job be executed?
Every day at 10:02 am
Every 2nd of October at midnight
Every day at 2:10 am
Every 10th of February at midnight
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?
Create two websites, each with its own root category and separate product catalog for each, and duplicating SKUs on each catalog that are shared
Create two websites, assign a separate store view for each, and use shared product categories for both websites
Create two websites, each with its own root category, and assign shared SKUs to both websites while unshared SKUs remain set to respective website
Create two websites, use a global product catalog for both, and apply different pricing rules to differentiate products
As an Adobe Commerce administrator, how would the default language displayed on the storefront for customers be changed?
Stores > Settings > Configuration > General > Locale Options
Content > Design > Configuration > Languages
Customers > My Account > Store Information > Language
Marketing > Promotions > Targeting > Language
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?
SaaS architecture
Service oriented architecture
Scaled architecture
Triple tier architecture
A developer can create new attributes programmatically in Magento. Which method is used to add a new attribute to an entity?
addField()
createAttribute()
addAttribute()
setAttribute()
What is controlled by index batching size variables?
The number of entities that are processed at a time by an indexer
The number of processes an indexer may launch at a time
The number of times per hour an indexer may run
What is the path and file needed to create new navigation items in the Adobe Commerce Admin?
/etc/adminhtml/menu.xml
/etc/adminhtml/navigation.xml
/etc/admin/navigation.xml
/etc/admin/menu.xml
Which three methods are supported by Adobe Commerce plugins when modifying a public class method? (Choose three.)
afterMethod()
insideMethod()
aroundMethod()
endMethod()
beforeMethod()
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?
3
9
6
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?
To configure module dependencies during module installation
To install third party data into database
To handle database schema changes
To execute data setup tasks during module installation
⬅️ Vorherige Frage
👁️ Antwort anzeigen
Nächste Frage ➡️
📊 Ergebnisse anzeigen
🏠 Quiz beenden