Free MAGENTO-CERTIFIED-PROFESSIONAL-CLOUD-DEVELOPER Exam Braindumps (page: 5)

Page 4 of 16

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?

  1. 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/config.php file and commit this file
  2. Add the following variable on the Integration branch and set its value to 86400:env:CONFIG_STORES_DEFAULT_ADMIN_SECURITY_SESSION_LIFETIME
  3. Run the following Magento CLI command: php bin/magento config:set admin/security/session_lifetime 86400
  4. On the Integration environment, set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security

Answer(s): D


Reference:

https://community.magento.com/t5/Magento-1-x-Programming/Magento-1-Admin-Session-time-countdown-clock/td-p/106004



You are a technical admin on a Magento Commerce Cloud account. A coworker needs to submit a support request with Magento Support. What is needed to enable support ticket access?

  1. Ask the account owner to add the user to shared access.
  2. Ask the launch manager to create a support account for this user.
  3. Change the environment access role to contributor for this user.
  4. Update the project role of this user to administrator.

Answer(s): A



You are upgrading a project to the latest version of 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?

  1. Change the PHP version in the .magento.app.yaml file and re-deploy
  2. SSH into the Integration environment and upgrade PHP manually
  3. Change the PHP_VERSION configuration in the .magento.env.yaml file and re-deploy
  4. Use the magento-cloud CLI tool to update the PHP_VERSION variable

Answer(s): A


Reference:

https://devdocs.magento.com/cloud/project/project-upgrade.html



On a project that deploys static content during the build phase, a merchant states the deploy phase is still taking too long. You consider turning off JavaScript minification to reduce the build time. Besides reducing the build phase time, what two consequences does turning off JavaScript minification have? (Choose two.)

  1. The deploy artifact size will be decreased because of the larger JavaScript can be symlinked
  2. Browsing the store will be slower because larger JavaScript files have to be downloaded
  3. The deploy phase will be shorter because JavaScript can be symlinked from init instead of copied
  4. The build phase will be longer because the additional pass of JavaScript merging

Answer(s): A,D






Post your Comments and Discuss Magento MAGENTO-CERTIFIED-PROFESSIONAL-CLOUD-DEVELOPER exam with other Community members:

MAGENTO-CERTIFIED-PROFESSIONAL-CLOUD-DEVELOPER Discussions & Posts