최신 Magento 2 Developer Architect Magento-Certified-Professional-Cloud-Developer 무료샘플문제:
1. Your project is in a phase where the locales that will be used are still being determined. You need to configure your project in a manner that will allow them to be changed dynamically How can you accomplish this?
A) Run the command vendor/bin/ece-tools locales:unlock on the environment
B) Configure SCD_ON_DEMAND to true in the .magento.env.yaml file
C) Remove the system/default/general/locale configuration from the app/etc/config.php file
D) Configure DYNAMIC_LOCALES in the SCD_MATRIX to true in the . magento. env. yarn! file
2. The merchant wants to offer specific pricing in different currency markets so you have set up multiple websites to cover each currency.
Now they want customers to be directed to the appropriate website based on the country they are in.
Howdo you configure this?
A) In the Project Web UI. enable the Website IP Mapping setting
B) Use the Country Mapping in the Fastly settings to map country codes to store views
C) Build or install a Magento extension that changes the default currency code on applicationinit
D) Update magento-vars.php to detect the country code from the IP address and map it
3. You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?
A) Find the connection Information from the env.php file and connect with your local MySQL client
B) Add the ece-tools db-expose command to your deploy hook
C) Collect the SSH connection details usingmagento-cloud ssh --pipe and connect with your local MySQL client
D) Use the magento-cloud db:sql command
4. After contacting Magento Support you were advised topermanently enable the Redis disable_locking option.
How do you implement this on a Production environment?
A) Add disable_locking =true into the php.ini file in the Magento project root.
B) Add the SESSION_CONFIGURATION environment variable into , magento,env,yaml with the correct value.
C) Modify the .magento,app,yaml file to add the REDIS_SESSION_CONFIGURATION environment variable.
D) In app/etc./env.php,add disable_locking: True inside the Redis session configuration block.
5. You are reviewing a third party extension for MagentoCommerce Cloudcompatibility Which pattern makes a module incompatible with Magento Commerce Cloud?
A) Direct instantiation by the objectManager In non-constructor methods with the class also being referenced in the constructor signature
B) Direct instantiation of generated classes by the objectManager without the class being referenced in the constructor
C) Direct instantiation by the objectManager of non-generated classes in .phtml template files
D) Configuration referencing generated Proxy classes In the modules erc/frontend/di.xml file
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: B | 질문 # 3 정답: D | 질문 # 4 정답: B | 질문 # 5 정답: B |