AD0-E704試験無料問題集「Adobe Certified Master Magento Commerce Architect 認定」
You are creating a module lo enable customers to attach an image file to the quote items while adding a product to the cart. To save development time, you want to build on top of functionality provided by the class \Magento\Catalog\Model\ImageUploader as much as possible.
The class constructor signature is:
What do you do to process the uploaded file?

The class constructor signature is:
What do you do to process the uploaded file?

正解:A
解答を投票する
Your company asks you to create the option to disable RMA for the customer group named CustomerGroup1. How do you do it?
A) It will require a code customization
B) This feature already exists and can be set in:
Admin > Store > Settings > Configuration > Sales > Rma Settings > Exclude Customer Group
C)

D)

A) It will require a code customization
B) This feature already exists and can be set in:
Admin > Store > Settings > Configuration > Sales > Rma Settings > Exclude Customer Group
C)

D)

正解:A
解答を投票する
Suppose there are 3 classes: Class A, B and C. Class C have dependecy of Class A You need to overrride/change an argument of class A, create an object of it and inject in Class B in such a way that it should not affect the class C. What should be the magento standard way to do this:
正解:D
解答を投票する
You are working on a project with a large database with many products, sales rules and CMS pages. The merchant is going to use Magento_Staging for scheduled updates, but they were told that use of Staging will modify all SQL queries and slow down website performance.
What modification does Magento_Staging make to existing SQL queries?
What modification does Magento_Staging make to existing SQL queries?
正解:D
解答を投票する
After enable the content security policy in a magento site, you see below warnings/errors in the browser console. "[Report Only] Refused to load the script 'https://cdn.jquery.com/jquery.js' because it violates the following Content Security Policy directive: "script-src assets.adobedtm.com".What could be the standard fix of this problem?
正解:B
解答を投票する