A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custom bin/magento command. The functionality uses a lock file in var/locks to prevent concurrent execution
There are instances when the process gets locked after Production deployments and order data is not exported.
How do you prevent this from happening'?
Answer : B
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?
Answer : 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?
Answer : B
You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways to review details about the deployment?
Choose 2 answers
Answer : C, D
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 the project
What must you do to ensure this command runs after the patch has been applied?
Answer : 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?
Answer : B
You added a grunt autoprefixer command, which adds CSS vendor prefix 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?
Answer : C