Scenario: A web application hosted on Google Compute Engine experiences sudden spikes in traffic during peak hours. How can autoscaling help maintain optimal performance in this scenario?
- By automatically adding more instances to handle increased traffic
- By allocating more CPU and memory resources to existing instances
- By distributing traffic across multiple instances
- By predicting traffic patterns and pre-scaling resources
Autoscaling helps maintain optimal performance by dynamically adjusting resources to meet changing demand. In this scenario, adding more instances during peak traffic hours ensures that the application can handle increased load without performance degradation.
Loading...
Related Quiz
- Cloud Deployment Manager allows users to create reusable _______ for infrastructure configuration.
- Scenario: A project requires provisioning multiple resources on Google Cloud in a consistent and repeatable manner. Which Google Cloud service can help achieve this goal, and how?
- Scenario: A data scientist needs to build a predictive model using machine learning algorithms on a dataset stored in BigQuery. What feature of BigQuery should they utilize?
- Which programming languages are supported by Google Cloud Functions?
- Which of the following is not a typical use case for Pub/Sub?