問題 #47 An Adobe Commerce Developer needs to implement a modal widget in a Knockout template. How would the developer initialize the modal widget in .html file? A)
B)
C)
A. Option A
B. Option C
C. Option B
答案:B 問題 #48 An Adobe Commerce developer has just installed an extension via composer. When running, bin/magento module: status Vendor_Module, the status is returned Module is disabled. Which two CLI commands need to be run to make the extension work properly? (Choose two.)
A. composer install
B. bin/magento setup:upgrade
C. composer update vendor/module
D. bin/magento module:enable Vendor_Module --clear-static-content
答案:C,D 問題 #49 An Adobe Commerce developer needs to add a conditional static note depending on whether the order type is virtual or not. Which option would the developer use to add the conditional text in the email template? A)
B)
C)
A. Option A
B. Option C
C. Option B
答案:B 問題 #50 An Adobe Commerce developer needs to add a new block named *Tax' inside another block named 'Estimates". How would the developer add the new "Tax' block as the first child of the "Estimates" block?
A. Option A
B. Option C
C. Option B
答案:A 問題 #51 An Adobe Commerce developer has applied a new theme in the Admin panel to the Store View level. The new theme does not appear to be applied to the frontend. The store is in developer mode. Which two actions would the developer take to remediate this? (Choose two.)
A. Delete all files in the pub/static/frontend and var/view_preprocessed directories.
B. Go to System > Cache Management in the admin and flush Magento cache.
C. Modify the theme.xml file of the new theme to inherit the Magento Blank theme.
D. Edit the theme on the Global scope level to match the Default Store View scope level.