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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *