Multiple Choice
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/config.php file and commit this file On your local environment, set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security
B) Add the following variable on the Integration branch and set its value to 86400: env:CONFIG_STORES_DEFAULT_ADMIN_SECURITY_SESSION_LIFETIME
C) Run the following Magento CLI command: php bin/magento config:set admin/security/session_lifetime 86400
D) On the Integration environment, set the Admin Session Lifetime in the Magento admin backend under Stores > Configuration > Advanced > Admin > Security On the Integration environment, set the Admin Session Lifetime in the Magento admin backend under
Correct Answer:

Verified
Correct Answer:
Verified
Q27: A custom module that adds a new
Q28: You add a new Composer dependency utilizing
Q29: You are reviewing a third party extension
Q30: You added the env:ADMIN_PASSWORD variable in the
Q31: You want to improve the ability to
Q33: You are migrating an existing Magento 2
Q34: Your project is in a phase where
Q35: Your team is working on two major
Q36: You want to exclude some themes from
Q37: After deploying to Staging for the first