The architectural style where components communicate via lightweight HTTP APIs is called ________ Architecture.
- Microservices / RESTful
- Bio-molecular / DNA
- do-while
- Machine
Answer: Microservices / RESTful
Microservices decompose applications into independent services communicating via REST/HTTP APIs. Enables independent deployment, scaling, and technology diversity. Critical for modern cloud-native development questions.