QuestionQ77
Designing and planning a cloud solution architectureA custom C++ application runs the company's test suite throughout the day on Linux virtual machines. The complete suite requires several hours to finish and runs on a limited number of on-premises servers reserved for testing. The company wants to move its testing infrastructure to the cloud to reduce the time required to fully test a system change, while making as few changes to the tests as possible.
Which cloud infrastructure should you recommend?
- A Google Compute Engine unmanaged instance groups and Network Load Balancer
- B Google Compute Engine managed instance groups with auto-scaling
- C Google Cloud Dataproc to run Apache Hadoop jobs to process each test
- D Google App Engine with Google StackDriver for logging
Community Discussion