Google
PROFESSIONAL-CLOUD-ARCHITECT · Question #41
The operations manager asks you for a list of recommended practices that she should consider when migrating a J2EE application to the cloud. Which three practices should you recommend? Choose 3…
The correct answer is C. Instrument the application with a monitoring tool like Stackdriver Debugger. D. Select an automation framework to reliably provision the cloud infrastructure. E. Deploy a continuous integration tool with automated testing in a staging environment. https://cloud.google.com/appengine/docs/standard/java/tools/uploadinganapp https://cloud.google.com/appengine/docs/standard/java/building-app/cloud-sql
Submitted by satoshi_tk· Mar 30, 2026Managing implementation
Question
The operations manager asks you for a list of recommended practices that she should consider when migrating a J2EE application to the cloud. Which three practices should you recommend? Choose 3 answers
Options
- APort the application code to run on Google App Engine.
- BIntegrate Cloud Dataflow into the application to capture real-time metrics.
- CInstrument the application with a monitoring tool like Stackdriver Debugger.
- DSelect an automation framework to reliably provision the cloud infrastructure.
- EDeploy a continuous integration tool with automated testing in a staging environment.
- FMigrate from MySQL to a managed NoSQL database like Google Cloud Datastore or Bigtable.
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C79% (19)
- F13% (3)
Explanation
https://cloud.google.com/appengine/docs/standard/java/tools/uploadinganapp https://cloud.google.com/appengine/docs/standard/java/building-app/cloud-sql
Topics
#application migration#CI/CD#monitoring#infrastructure automation
Community Discussion
No community discussion yet for this question.