AD0-E706 Free Certification Exam Material from Prep4away with 62 Questions
Use Real AD0-E706 - 100% Cover Real Exam Questions
NEW QUESTION 33
A project has a Magento cron job implemented to export new order data to a file. This process can also be triggered by a custombin/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'?
- A. Write a custom post_deploy hook to delete orphan lock tiles and include it in the .magento.app.yaml file
- B. Use the var_locks_clear variable available for the build stage In the . magento. app. yaml file
- C. You must access the Production environment and delete the lock file
- D. Use the vas_iocks_clear variable available for the post_deploy stage in the .magento. env. yaml file
Answer: A
NEW QUESTION 34
You need to install a third party extension which is provided in a tar archive It expands to a folder Structure in app/code/MyCompany/MyMedule.
Which action do you take to install the extension?
- A. Add it to the project inapp/code and commit it to git
- B. Use the composer package command to create a composer package and install it with composer require
- C. Request composer repository credentials from the extension vendor
- D. Use the composer-merge-plugin to enable support for extension in app/code
Answer: A
NEW QUESTION 35
You are working with a new developer who needs to be able to deploy code and view logs on MagentoCommerce Cloud 60.
What must you do to give them access?
- A. In the .magento.app.yaml file, add their email under Users. They need to enter their SSH public key.
- B. Inthe Cloud Project Web Ul. click Add User to add their email They need to enter their SSH public key.
- C. Add a Magento admin user for them and paste the SSH public key into their user's SSH Key field, which is available only on Magento Commerce Cloud
- D. Add their SSH public key to a file named . ssh/authorized_keys and deploy the change.
Answer: B
NEW QUESTION 36
Your client is expecting a five-day sale where the traffic will approximately double. Your instance is consuming all available resources onall three nodes so upsizing one level is appropriate.
How many upsize days will this event use?
- A. Eight
- B. Ten
- C. Five
- D. Fifteen
Answer: C
NEW QUESTION 37
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?
- A. Add the variable to the .magento.env.yaml file specifying the environment and inheritable
- B. Use vendor/bin/ece-tools to generate a local config.phpfile and commit the setting
- C. Add the variable to the variables section under Project Settings specifying inheritance level
- D. Use the magento-cloud CLl utility with the environmentinheritable and level flags
Answer: C
NEW QUESTION 38
You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?
- A. Add the ece-tools db-expose command to your deploy hook
- B. Find the connection Information from the env.php file and connect with your local MySQL client
- C. Collect the SSH connection details using magento-cloud ssh --pipe and connect with your local MySQL client
- D. Use the magento-cloud db:sql command
Answer: D
NEW QUESTION 39
You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways toreview details about the deployment?
Choose 2 answers
- A. View thecloud.log file in the var/log/ directory
- B. View the exception.log file in the var/log/ directory
- C. View the logs in the var/reports/ directory on the remote server
- D. View the depioy.log file in the /var/log/ directory
Answer: A,D
NEW QUESTION 40
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?
- A. You have not enabled the Magento Email module with bin/magento module: enable
- B. The Outgoing Emails setting is disabledunder Environment Settings in the Project Web Ul
- C. You have not configured SendGrid tor this environment
- D. Email is always disabled on all integration branches
Answer: D
NEW QUESTION 41
Magento Support advises you lo upgrade to the latest release of ece-tools matching the project's Magento Commerce version 2 3 1 How do you do that?
- A. Require the exact version with composer require magento/ece-tools:2.3.1-px where X is the latest release number
- B. Run the command composer update magento/ece-tools
- C. Run the Command ece-tools self-upgrade
- D. Clone the repository githab.com/magento/ece-tools and copy the ate/folder to vendor/magento/ece-tools/src
Answer: A
NEW QUESTION 42
Your team is working on two ma)or changes affecting the product page and you want the ability to implement and test these changes in parallel. Your company is using the Pro plan How do you achieve this using the Project Web Ul?
- A. Create branches from Production to ensure the catalog is up to date
- B. Create branches from Staging to ensure the changes are tested on an environment similar toProduction
- C. Create branches from the Magento Cloud Docker image to ensure the changes are made on the most recent codebase
- D. Create branches from Integration to facilitate merging
Answer: A
NEW QUESTION 43
You are tasked to improve the user experience of the most visited product pages after deploying releases to Production. The aim is to reduce initial page load times.
How do you achieve this?
- A. Create a custom build command and use CURL to cache the page
- B. Use the Magento Admin to configure Fastly to cache the pages after deployment
- C. Modify the post_deploy hook in the .magento.app.yaml file toinclude the URLs as arguments to the ece-tools command
- D. Use the warm_up_PAGES variable in the .magento.env.yaml file to cache the pages during postdeploy
Answer: D
NEW QUESTION 44
In a Pro plan project, you notice there is amail delivery problem in the Integration environment How do you troubleshoot this?
- A. Look In the var/log directory for the mail. log file
- B. Update the SPF record in the DNS
- C. Change the log level in the lcg:emall section of the .magento.env.yaml file
- D. Move the test to the Staging environment
Answer: D
NEW QUESTION 45
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?
- A. A new encryption key has been created on the setup:install action.
- B. Paypal Sandbox API credentials are not valid for the local environment.
- C. The PHP extension mcrypt has not been installed locally.
- D. The folder var/session has no write permissions for the web server user.
Answer: A
NEW QUESTION 46
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"?
- A. Change the environment access role to contributor for this user
- B. Ask the launch manager to create a support account for this user
- C. Update the project role of this user to administrator
- D. Ask the account owner to add the user to shared access
Answer: C
NEW QUESTION 47
To secure composer credentials you want to remove the auch. Json file from the projectrepository How do you do that?
- A. Add the composer_auth variable with the sensitive option enabled
- B. Add the env:coMPOSER_AUTH variable onthe project level and make it visible on the build phase
- C. The build phase runs on a separate server and variables are not available there you must keep the credentials in the auth. j son file, but you can replace the password with its hash
- D. Put the composer credentials into/mnt/build/.config/composer/auth.json
Answer: B
NEW QUESTION 48
You are setting up a third-party integration only for the Production environment, which connects to anexternal RabbitMQ server.
Where do you put the configuration?
- A. In the QUEUE_CONFIGURATION variable in the ,magento, env, yaml file
- B. In the QUEUE_ConFIGURATION variable added in the project Web UI or magento-cloud CLI In the env:QUEUE_CONFIGURATION variable added in the project Web UI ormagento Cloud CLI.
- C. In the app/etc/env.php file
Answer: A
NEW QUESTION 49
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 oft JavaScript minification to reduce the build time.
Besides reducing the build phase time what two consequences does turning off JavaScript minification have?
Choose 2 answers
- A. The deploy artifact size will be decreased because of the larger JavaScript can be symlinked
- B. Browsing the store will be slower because larger JavaScript files have tobe downloaded
- C. The deploy phase will be shorter because JavaScript can be symlinked from init instead of copied
- D. The build phase will be longer because the additional pass of JavaScript merging
Answer: B,C
NEW QUESTION 50
You added a grunt autoprefixer command, which adds CSS vendorprefix 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?
- A. CSS vendor prefixes must be added to CSS files locally and committed as part of a theme
- B. The static assets were not generated yet when the grunt command ran
- C. Custom commands can be run only on the deploy phase
- D. The custom command was run before static assets were transferred into the init directory
Answer: B
NEW QUESTION 51
You are adding a new website to the Magento store you manage. This website will run on thesame instance of Magento to take advantage of shared integration processes.
When accessing the new website URL. it redirects to the original website. The files in /media/ and /static/ do not redirect The correct URL is present in the website configuration What step must you complete for the URL to stop redirecting?
- A. Deploy an updated magento-vars. php that maps the hostname to the website code
- B. In the Project Web Ul, add a separate branch for the new website and set the URL in the appropriate branch variable
- C. Deploy an updated app/etc/config.php that includes the website URL.
- D. in the Project Web Ul, add a JSON variable mapping website codes to URLs
Answer: A
NEW QUESTION 52
......
Dumps Brief Outline Of The AD0-E706 Exam: https://www.prep4away.com/Adobe-certification/braindumps.AD0-E706.ete.file.html