Question
What is 'auto-scaling' in cloud computing?
Solution
Auto-scaling monitors metrics (CPU utilization, request count, response time) and triggers scaling actions β scale out (add instances) when demand rises, scale in (remove instances) when demand drops. This ensures high availability during peak loads (e.g., end-of-month salary processing, festive season transactions) without over-provisioning during off-peak hours. Vertical scaling means bigger instance whereas Horizontal scaling means more instances (preferred for cloud). Auto scaling saves significant infrastructure costs for banks.
- Which Software Development Life Cycle (SDLC) model is best suited for projects with unclear requirements that are expected to evolve over time?
- Which of the following cloud storage types is most suitable for storing large amounts of unstructured data such as images, videos, and log files?
- In cloud computing, what is the function of an API Gateway?
- A cloud app experiences sudden spikes for a short period (10β15 seconds). Traditional CPU-based auto-scaling is too slow. Which method is MOST effective?
- What does DMA stand for?
- What is a 'RESTful API' and what are its key architectural constraints?
- Ideally the hit ratio of secondary memory is considered as :
- Which of the following best describes 'microservices architecture'?
- A DFD is used to represent:
- Which is not a software development life cycle phase?