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