Official Bank 0/60

Magento Certified Professional Cloud Developer Exam (MAGENTO-CERTIFIED-PROFESSIONAL-CLOUD-DEVELOPER) - Magen Actual Exam Questions

Last updated on May 13, 2026

97% Exam Compliance
60 Total Questions
1
Question

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 fall. 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?

Options
A

The injected class logged to the exception log rile, but a different logging implementation is used during deployment

B

Files were written to the root Magento directory. which is read-only on Magento Commerce Cloud

C

A connection to the database was attempted which Is not available during the build phase

D

The three webservers generated different content which causes the build to be rolled back for safety

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

You are working with a new developer who needs to be able to deploy code and view logs on Magento Commerce Cloud

Options
A

What must you do to give them access?

B

In the .magento.app.yaml file, add their email under Users. They need to enter their SSH public key.

C

Add their SSH public key to a file named . ssh/authorized_keys and deploy the change.

D

In the Cloud Project Web Ul. click Add User to add their email They need to enter their SSH public key.

E

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

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

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?

Options
A

Create a new project based on magento/ project-enterprise-edition: 2, 3, 0, the add eco-tools, custom modules and themes again with composer and migrate the data

B

Run composer require magento/magento-cloud-metapakage:’’ =2, 3.0 < 2, 3,1’’ – update-with dependencies

C

Revert the composer.join to the last commit before the update and run the command again with the –with-dependencies argument

D

Remove magento.produce-enterprise-edition from the root composer, Json requirements and run composer update

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

You need to directly access the database that belongs to your Integration environment from your local environment How do you achieve this?

Options
A

Find the connection Information from the env.php file and connect with your local MySQL client

B

Collect the SSH connection details using magento-cloud ssh --pipe and connect with your local MySQL client

C

Add the ece-tools db-expose command to your deploy hook

D

Use the magento-cloud db:sql command

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

You add a new Composer dependency utilizing composer require. After testing composer install locally, you add the Composer local and Json files and perform a deployment. The build phase fails as Composer is unable to resolve the dependencies. Why do this happen/

Options
A

The versions of PHP on your local environment and integration environment differ

B

Your commit needs to contain the updated vendor folder

C

The project cache should have been cleared with the magento-Cloud:project-build-cache command

D

You did not execute the install locally with --require-dev

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.