
Answer-first summary for fast verification
Answer: Deploy Nginx and Tomcat using Cloud Deployment Manager to Compute Engine. Deploy a Cloud SQL server to replace MySQL. Deploy Jenkins using Cloud Deployment Manager.
Option A is the correct answer because it aligns with the business requirements of automating the deployment of web and transactional data layers efficiently. Cloud Deployment Manager is a service that can be used to deploy and manage applications and resources on Google Cloud Platform, which fits well with their need for automation. Deploying Nginx and Tomcat using Cloud Deployment Manager to Compute Engine ensures that the web layer is reliably deployed with the ability to handle high traffic. Replacing MySQL with Cloud SQL provides a managed database solution that is highly available and eliminates the need for manual database management. Jenkins can also be deployed using Cloud Deployment Manager to automate CI/CD processes. This approach meets the requirements of creating non-production environments easily, implementing an automation framework, and supporting continuous deployment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
Dress4Win is migrating to a public cloud to support their growing web-based business that helps users manage their personal wardrobe. For the first phase, they are moving their development and test environments and building a disaster recovery site. The current infrastructure includes several hundred servers and a MySQL database for user data. Considering the given business requirements to improve security, scalability, and agility, how would you automate the deployment of web and transactional data layers?
A
Deploy Nginx and Tomcat using Cloud Deployment Manager to Compute Engine. Deploy a Cloud SQL server to replace MySQL. Deploy Jenkins using Cloud Deployment Manager.
B
Deploy Nginx and Tomcat using Cloud Launcher. Deploy a MySQL server using Cloud Launcher. Deploy Jenkins to Compute Engine using Cloud Deployment Manager scripts.
C
Migrate Nginx and Tomcat to App Engine. Deploy a Cloud Datastore server to replace the MySQL server in a high-availability configuration. Deploy Jenkins to Compute Engine using Cloud Launcher.
D
Migrate Nginx and Tomcat to App Engine. Deploy a MySQL server using Cloud Launcher. Deploy Jenkins to Compute Engine using Cloud Launcher.