PROFESSIONAL-CLOUD-ARCHITECT · Question #4
Your company's test suite is a custom C++ application that runs tests throughout each day on Linux virtual machines. The full test suite takes several hours to complete, running on a limited number…
The correct answer is B. Google Compute Engine managed instance groups with auto-scaling. Google Compute Engine enables users to launch virtual machines (VMs) on demand. VMs can be launched from the standard images or custom images created by users. Managed instance groups offer autoscaling capabilities that allow you to automatically add or remove instances from a…
Question
Options
- AGoogle Compute Engine unmanaged instance groups and Network Load Balancer
- BGoogle Compute Engine managed instance groups with auto-scaling
- CGoogle Cloud Dataproc to run Apache Hadoop jobs to process each test
- DGoogle App Engine with Google Stackdriver for logging
How the community answered
(61 responses)- A10% (6)
- B82% (50)
- C5% (3)
- D3% (2)
Explanation
Google Compute Engine enables users to launch virtual machines (VMs) on demand. VMs can be launched from the standard images or custom images created by users. Managed instance groups offer autoscaling capabilities that allow you to automatically add or remove instances from a managed instance group based on increases or decreases in load. Autoscaling helps your applications gracefully handle increases in traffic and reduces cost when the need for resources is lower. Incorrect Answers: B: There is no mention of incoming IP data traffic for the custom C++ applications. C: Apache Hadoop is not fit for testing C++ applications. Apache Hadoop is an open-source software framework used for distributed storage and processing of datasets of big data using the MapReduce programming model. D: Google App Engine is intended to be used for web applications. Google App Engine (often referred to as GAE or simply App Engine) is a web framework and cloud computing platform for developing and hosting web applications in Google-managed data
Topics
Community Discussion
No community discussion yet for this question.