Question 11

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
  • Question 12

    A merchant slates the downtime during the deployment phase is too long
    After analysis, it is determined the static content deployment is the longest process Static content needs to be available immediately after deployment How can the static content deployment time to be reduced?
  • Question 13

    You cloned the Integration branch to your local environment and Imported the database dump from Integration. You performed composer install and bin/magento setup:install.
    While placing an order using PayPal Express, the following error occurs:
    PayPal gateway has rejected request. Security header is not valid (#10002: Security error).
    What Is the cause of this error?
    Paypal gateway has rejected request, Security header is not valid (#10002: Security error).
    What is the cause of this error?
  • Question 14

    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 toon the deploy phase Why did this happen?
  • Question 15

    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