An e-commerce website uses auto-scaling but faces downtime during sudden traffic spikes. What might be missing in their scaling strategy?
- Inadequate Database Scaling
- Inefficient Caching Strategy
- Insufficient Monitoring and Alerting
- Lack of Horizontal Scaling
Downtime during traffic spikes suggests a possible lack of horizontal scaling, where the application fails to dynamically add more instances to handle increased load. Monitoring and alerting can help detect such issues early.
Loading...
Related Quiz
- What is the primary purpose of using filters in web applications?
- What mechanism does WebSocket use to achieve full-duplex communication?
- Which method is used to get a reference to the ServletContext?
- How can a servlet differentiate between client errors (like 404) and server errors (like 500)?
- When a user logs out of a web application, what should be done with the authentication cookies?