
Answer-first summary for fast verification
Answer: Microservices architecture with horizontal scaling
A microservices architecture with horizontal scaling is the most appropriate choice for a highly scalable and available video streaming platform. Microservices allow the application to be broken down into smaller, loosely coupled services that can scale independently based on demand. Horizontal scaling enables adding more instances across multiple Availability Zones for high availability and scalability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A media streaming company needs to build a highly scalable and available video streaming platform. Which architectural approach would you recommend?
A
Monolithic architecture with vertical scaling
B
Microservices architecture with horizontal scaling
C
Multi-tier architecture with vertical scaling
D
Serverless architecture with AWS Lambda
No comments yet.