Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
sale

Want to Unlock All Questions for this Exam?

Full Exam Access, Discussions, No Robots Checks

Magento Magento Certified Professional Cloud Developer Exam Actual Questions

The questions for Magento Certified Professional Cloud Developer were last updated on April 19, 2024.
  • Viewing page 1 out of 15 pages.
  • Viewing questions 1-4 out of 63 questions

Topic 1 - Single Topic

Question #1 Topic 1

You are working with a new developer who needs to be able to deploy code and view logs on Magento Commerce Cloud.
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. Add their SSH public key to a file named .ssh/authorized_keys and deploy the change.
  • C. In the Cloud Project Web UI, click Add User to add their email. They need to enter their SSH public key.
  • D. 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.
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️
Reference:
https://devdocs.magento.com/cloud/before/before-workspace-ssh.html

Question #2 Topic 1

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?

  • A. Log in to the Project Web UI, choose the Staging environment, and click Sync
  • B. Log in to the Project Web UI, choose the Staging environment, and click Merge
  • C. Checkout the Staging branch and use the git push origin -f command
  • D. Checkout the Production environment and use the magento-cloud sync CLI command
Reveal Solution Hide Solution   Discussion  

Correct Answer: B 🗳️
Reference:
https://devdocs.magento.com/cloud/live/stage-prod-migrate-prereq.html

Question #3 Topic 1

You need to specify the admin password using an environment variable. You have created an environment variable env:ADMIN_PASSWORD with a valid password. When attempting to log in to the Magento Admin it is not accepting the new password.
How do you correct the environment variable?

  • A. The Sensitive option is checked by default and must be disabled
  • B. The env:ADMIN_PASSWORD variable can only be used for an initial installation
  • C. The environment variable should not have the env: prefix
  • D. The ADMIN_PASSWORD variable should be configured via .magento.env.yaml
Reveal Solution Hide Solution   Discussion  

Correct Answer: C 🗳️
Reference:
https://devdocs.magento.com/cloud/env/environment-vars_magento.html

Question #4 Topic 1

While investigating an inherited Magento Commerce Cloud project, you notice the following SCD_MATRIX configuration in .magento.env.yaml: stage: global:
SCD_MATRIX:
"magento/backend":
language:
- en_US
What is the effect of this configuration?

  • A. Static content for frontend themes is generated during the deploy phase
  • B. All frontend theme static content will be reused from the previous deployment
  • C. Only the static content for the adminhtml area will be generated
  • D. Static content for all locales will be generated for all frontend themes
Reveal Solution Hide Solution   Discussion   1

Correct Answer: D 🗳️
Reference:
https://devdocs.magento.com/cloud/env/variables-deploy.html

Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...