Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Magento
Exam 5: Magento Certified Professional Cloud Developer
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Your client is expecting a five-day sale where the traffic will approximately double. Your instance is consuming all available resources on all three nodes so upsizing one level is appropriate. How many upsize days will this event use?
Question 2
Multiple Choice
A merchant using Magento Commerce Cloud Pro reports an issue with an order missing transaction data. The application uses a payment gateway integration which posts a series of callbacks to Magento. You would like to retrieve a complete list of calls to build a timeline of what happened. How do you achieve this?
Question 3
Multiple Choice
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?
Question 4
Multiple Choice
For the Magento search backend, you would like to move from MySQL to Elasticsearch for your existing project. You have confirmed that your services.yaml file is configured appropriately. However, after your most recently deployment, you notice the search engine is still set to MySQL. What additional step must be completed?
Question 5
Multiple Choice
You are updating a Magento Commerce Cloud project from version 2.2.5 to 2.3.0 with the command composer require magento/product-enterprise-edition:2.3.0 However, composer is unable to complete the task because the installed version of magento/magento-cloud-metapackage is not compatible. How do you upgrade Magento to the desired version?
Question 6
Multiple Choice
You migrated a live On-Premise application to Magento Commerce Cloud Pro. The performance on Staging and Production is fine. However, the internal testing team notices overall performance degradation on the Integration environment. Why is this happening?
Question 7
Multiple Choice
A custom module that adds a new console command for bin/magento has just been built. Deploying this to the Production environment on your Pro plan site causes the build phase to fail. You find this occurs when you inject certain Magento core classes in your console command class. The command works on your local environment. Why does this occur?
Question 8
Multiple Choice
You created a custom module that is not functioning as expected on your Integration environment. You would like to debug the code using Xdebug. Xdebug is missing from the output of the command php -m . What are two ways to load the Xdebug module? (Choose two.)
Question 9
Multiple Choice
You add a new Composer dependency utilizing composer require . After testing composer install locally, you add the Composer lock and json files and perform a deployment. The build phase fails as Composer is unable to resolve the dependencies. Why did this happen?
Question 10
Multiple Choice
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 off JavaScript minification to reduce the build time. Besides reducing the build phase time, what two consequences does turning off JavaScript minification have? (Choose two.)
Question 11
Multiple Choice
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?
Question 12
Multiple Choice
You are setting up a third-party integration only for the Production environment, which connects to an external RabbitMQ server. Where do you put the configuration?
Question 13
Multiple Choice
You have a Starter project. Your code is ready for testing in the Staging environment, but you need the latest data from Production. What do you do to update the Staging environment?
Question 14
Multiple Choice
While launching a site migrated from Magento 1, you are instructed to change the website CNAME record in your DNS provider by Magento for go live. What is the purpose of setting this record?
Question 15
Multiple Choice
You are upgrading a project to the latest version of Magento Commerce Cloud and part of the process involves a PHP version upgrade. This is now ready to be tested by the QA Team on the Integration environment. How do you apply the PHP version upgrade?
Question 16
Multiple Choice
You built a custom command that runs during the build phase, but it is not generating files properly. 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?
Question 17
Multiple Choice
Your team is working on two major 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 UI?
Question 18
Multiple Choice
You are reviewing a third party extension for Magento Commerce Cloud compatibility. You discover the module writes to a custom directory called internal/ within the Magento base directory. The directory has to be shared by all web servers. What do you do so the module can be used on Magento Commerce Cloud?
Question 19
Multiple Choice
You need to disable a module on a Magento Commerce 2.3 Cloud project and remove its database tables. The module uses the declarative schema system to manage its database changes. Which action do you take?