Scenario: A company hosts an e-commerce platform on Google Compute Engine. During holiday sales, the website experiences a significant increase in traffic. How can autoscaling ensure that the website remains responsive and available?

  • By automatically provisioning additional instances as traffic increases
  • By optimizing database queries to reduce load on instances
  • By implementing caching to reduce server load
  • By manually adding more instances before the expected traffic surge
Autoscaling ensures the website remains responsive and available by automatically provisioning additional instances to meet the increased demand, maintaining performance and availability during high-traffic periods like holiday sales.
Add your answer
Loading...

Leave a comment

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