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