
Ultimate access to all questions.
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.