You have created a new Integration branch and did not receive the administrator email with the
password reset link. What is prohibiting the email from sending?
B
To secure composer credentials you want to remove the auch. Json file from the project repository
How do you do that?
B
A merchant with three websites using en_GB. fr_FR and de_AT requires a change in locale to de_DE
for the German Production website After running the following command on Production you notice
the frontend design of the German website is broken:
Php bin/magento config:set scope=websites scopes code=germ general /local./code de_DE
Static content deployment is set up to on the deploy phase
Why did this happen?
A
You want to improve the ability to monitor Production deployments by setting up an email
notification system How do you achieve this?
B
After making changes lo custom commands in the deploy and build phases you deploy to Staging.
The deployment takes much longer than expected, and Staging is in maintenance mode tor most of
this time.
What do you do to reduce site downtime?
C
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
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?
B
After installing a Magento extension that implements a new class for a site and deploying this to an
integration environment you see it is not working.
In the logs you discover the following error:
How do you fix this?
A
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?
B
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?
B