Which term refers to the practice of automatically scaling infrastructure based on demand?
- Auto Scaling
- Elasticity
- High Availability
- Load Balancing
Elasticity refers to the practice of automatically scaling infrastructure based on demand. It allows resources to dynamically expand or contract to handle varying workloads, ensuring optimal performance and resource utilization.
Loading...
Related Quiz
- In a web application, you want to fetch data from an external API asynchronously. Which JavaScript feature would you use for this purpose?
- Which server-side language is known for its simplicity and readability, often used for web development alongside frameworks like Django and Flask?
- How does containerization help in the deployment process?
- Resolving a merge conflict in Git often involves editing the conflicted files to reconcile the _______ changes made in different branches.
- Suppose you're designing a database for an e-commerce platform with millions of products. How would you approach schema design and indexing to optimize search queries?