[2022年02月]更新のAD0-E706試験問題集、無料サンプル365日更新
まもなく無料セール終了!リアルAD0-E706のPDF解答使おう
Adobe AD0-E706 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
| トピック 9 |
|
| トピック 10 |
|
質問 20
Your company decided too move a Magento store to a subdomain https://shop.coinpany.ccm/ and redirect traffic from the old URL httpa://company.com/ to the new one. Your company is usingthe Starter plan.
How do you implement the redirect?
- A. Add a route Into the .magento/routes, yaml configuration file
- B. Submit a support ticket to add the redirect on the web-server level
- C. Configure a rewrite rule In the . htaccess file In the pub folder
- D. Add a route using the MANGENTO_CLOUD_ROUTES environment variable.
正解: A
質問 21
You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways toreview details about the deployment?
Choose 2 answers
- A. View thecloud.log file in the var/log/ directory
- B. View the exception.log file in the var/log/ directory
- C. View the logs in the var/reports/ directory on the remote server
- D. View the depioy.log file in the /var/log/ directory
正解: A,D
質問 22
Magento Commerce Cloud comes with a variety of additional features that sets it apart from the on-premise Magento Commerce and Magento Open Source platforms.
What feature improves the release update process and simplifies commands to create a backup of the database apply custom patches, and verify environment configuration'?
- A. ECE-Tools package
- B. Cloud configuration wizards
- C. Magento Cloud-specific CU
- D. Docker environment
正解: A
質問 23
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.
How do you configure this?
- A. Build or install a Magento extension that changes the default currency code on application init
- B. Use the Country Mapping in the Fastly settings to map country codes to store views
- C. In the Project Web UI. enable the Website IP Mapping setting
- D. Update magento-vars.php to detect the country code from the IP address and map it
正解: B
質問 24
You are going to create a backup of an Integration branch beforeimplementing some new feature What are two ways to create the backup of the integration branch?
Choose 2 answers
- A. Submit a support ticket requesting a backup be made
- B. Create a snapshot using the magento-cloud snapshot: create command
- C. Create a snapshot using the ece-tools snapshot:create command
- D. Create a snapshot using the snapshot button In the Project Web Ul
正解: B,D
質問 25
You need to test a data-related issue occurring on your Production environment. You replicate the data to your staging environment utilizing the Synchronization tool. When you access your staging environment you are redirected to your Production environment Your project is on the Starter plan.
How do you prevent the redirect?
- A. Enter the proper URL in the Routes tor Staging under the Environment Settings in the Project Web Ul
- B. Use the magento-cloud route:add command to create a route to the Staging URL
- C. Configure UPDATE_URLS to true in the .magento.env.yaml file
- D. Modify the yA3EXT0_CLOUD_R0UTES environment variable on your staging environment
正解: C
質問 26
You created a custom module that is not functioning as expected on your Integration environment. You would like to debug the code using Xdebug. XdeDug is missing from the output of the command php -m What are two ways to load the Xdebug module?
Choose 2 answers
- A. Create a custom php.ini that includes the extension
- B. In the phpserver folder. create a folder conf-d and add a file ext-xdebug.im that Includes the extension
- C. You log a support request as php modules canonly be installed by support
- D. Add xdebug into the . magento. app. yaml file under the extensions section
正解: C,D
質問 27
You built a custom command that runs during the build phase, but it is not generating files property Magento Support provided a patch that you added to theproject What must you do to ensure this command runs after the patch has been applied?
- A. Ensure your custom command runs after the ece-tools build hooks
- B. Move your custom command to run in the deploy phase
- C. Nothing because patches are already applied when any hook runs
- D. Apply the patch manually in your custom command, because patches are always applied at the end of deployment
正解: A
質問 28
You are reviewing a third party extension for Magento Commerce Cloud compatibility You discover the module writes to a custom directory called internal/ within the Magento base directory The directory has to be shared by all web servers What do you do so the module can be used on Magento Commerce Cloud?
- A. Create a symlink from /top/internal to the internal/ folder
- B. Declare a shared mount for the internal/directory in .magento. app.yaml
- C. Add a patch for extension so it uses the subdirectory var/internal/ instead
- D. Request the vendor make the directory configurable in the Magento admin
正解: B
質問 29
You need to get code with a backend order placement security related fix into production as quickly as possible.
The project currently deploys static content during the build phase with both stags/global/SKIP_SCD and stage/deploy/STATIC_STATIC_CONTENT_SYMLINK set to false.
What setting in.magento,env,yaml minimizes the overall deployment time?
- A. Set stage/global/Static_CONTENT_SYMLINK to true to symlink static assets to the init directory
- B. Set stage/global/SCD_COMPRESSION_LEVEL to 0 to avoid the compression overhead
- C. Set stage/global/SKIP_SCD to true to completely avoid static content processing
- D. Remove all themes from stages/global/SCD_MATRIX so they will not be generated
正解: A
質問 30
You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?
- A. Collect the SSH connection details using magento-cloud ssh --pipe and connect with your local MySQL client
- B. Find the connection Information from the env.php file and connect with your local MySQL client
- C. Use the magento-cloud db:sql command
- D. Add the ece-tools db-expose command to your deploy hook
正解: C
質問 31
Youare debugging an issue with an extension that only occurs in Production. The extension writes relevant information using the debug log level However that specific information is not getting written to the logs on Production How do you fix this>
- A. Write a custom logger that writes the debug information to var/log/custom, log
- B. Enable developer mode in Production for a short period to gather the required information
- C. Enable debug logging in the Admin interface in Production
- D. Enable debug logging in app/etc/config.php locally and deploy it to Production
正解: C
質問 32
Magento Support advises you lo upgrade to the latest release of ece-tools matching the project's Magento Commerce version 2 3 1 How do you do that?
- A. Run the Command ece-tools self-upgrade
- B. Clone the repository githab.com/magento/ece-tools and copy the ate/folder to vendor/magento/ece-tools/src
- C. Require the exact version with composer require magento/ece-tools:2.3.1-px where X is the latest release number
- D. Run the command composer update magento/ece-tools
正解: C
質問 33
You are upgrading a project to the latest versionof Magento Commerce Cloud and part of the process involves a PHP version upgrade. This is now ready to be tested by the QA Team on the Integration environment.
How do you apply the PHP version upgrade?
- A. SSH Into the Integration environment and upgrade PHP manually
- B. Change the php_version configuration in the ,magento,env,yaml file and re-deploy
- C. Use the magento-cloud CLI tool to update the php_version variable
- D. Change the PHP version in the .magento. app. yaml file and re-deploy
正解: D
質問 34
You fixed an issue in a third-party extension using a patch named m2-hotfixes/extension-fix.patch Before committing the patch to the repository you want to test itlocally How do you test a patch in a clean working copy?
- A. Configure a deploy hook in .magento.app.yaml that executes
vendor/bin/ece-tools hotfix:apply -dry-run - B. Commit the patch because the pre-commit hook will abort the commit it any hotfix causes an issue
- C. Run the command bin/magento setup:hotfix:apply --patch=m2-hctfixes/extension-fix.patch
- D. Run the command git apply m2-hotfixea/extension-fix.patch
正解: D
質問 35
You are testing an integration to an external service that requires you to configure an access key in an environment variable. You created a new environment to validate the functionality The variable must only impact this environment How do you configure the variable?
- A. Use vendor/bin/ece-tools to generate a local config.phpfile and commit the setting
- B. Use the magento-cloud CLl utility with the environmentinheritable and level flags
- C. Add the variable to the .magento.env.yaml file specifying the environment and inheritable
- D. Add the variable to the variables section under Project Settings specifying inheritance level
正解: D
質問 36
To secure composer credentials you want to remove the auch. Json file from the projectrepository How do you do that?
- A. Add the composer_auth variable with the sensitive option enabled
- B. The build phase runs on a separate server and variables are not available there you must keep the credentials in the auth. j son file, but you can replace the password with its hash
- C. Put the composer credentials into/mnt/build/.config/composer/auth.json
- D. Add the env:coMPOSER_AUTH variable onthe project level and make it visible on the build phase
正解: D
質問 37
You added a grunt autoprefixer command, which adds CSS vendorprefix like -webkit- and -moz- to CSS files generated by the setup:static-connect: deploy command.
After deployment you still see CSS files without prefixes. The hooks section in the .magento. app. Yaml file is:
Considering static assets are being generated on the build phase why are CSS prefixes missing?
- A. The static assets were not generated yet when the grunt command ran
- B. CSS vendor prefixes must be added to CSS files locally and committed as part of a theme
- C. Custom commands can be run only on the deploy phase
- D. The custom command was run before static assets were transferred into the init directory
正解: A
質問 38
You migrated a live On-Premise application to Magento Commerce Cloud Pro. The performance on Staging and Production is fine However, the internal testing team notices overall performance degradation on the Integration environment Why is this happening?
- A. Xdebug Is always enabled on the Integration branch
- B. The Staging and Production environments are consuming all available resources
- C. The Integration branch services have not been optimized In the .magento/services.yaml file
- D. The Integration branch uses Platform-as-a-Service shared resources
正解: B
質問 39
You need to increase the Admin Session Lifetime up to 86400 seconds for the branch named Integration and children branches but not for the Staging and Production branches.
How do you update this on the integration branch and its child branches?
- A. On your local environment, set the Admin Session Lifetime In the Magento admin backend under Stores> Configuration> Advanced > Admin >Security then dump this setting into the app /etc/ confi.php file and commit this file
- B. Add the following variable on the Integration branch and set Its value to 86400 env:CONFIG_STORES_DEFAULT_ADMIN_SECURITY_SESSION_LIFETIME
- C. On the Integration environment set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security
- D. Run the following MagentoCLI command
php bin/magento config:set admin/security/session_lifetime 86400
正解: B
質問 40
You are reviewing a third party extension for Magento Commerce Cloud compatibility Which patternmakes a module incompatible with Magento Commerce Cloud?
- A. Direct instantiation by the objectManager of non-generated classes in .phtml template files
- B. Direct instantiation of generated classes by the objectManager without the class being referenced in the constructor
- C. Configuration referencing generated Proxy classes In the modules erc/frontend/di.xml file
- D. Direct instantiation by the objectManager In non-constructor methods with the class also being referenced in the constructor signature
正解: B
質問 41
......
AD0-E706問題集あなたを合格させる認証試験:https://www.goshiken.com/Adobe/AD0-E706-mondaishu.html