A developer is tasked with enhancing the scalability of a web service. What design approach should be considered first?
- Distributed architecture
- Microservices architecture
- Monolithic architecture
- Serverless architecture
Microservices architecture is a design approach that promotes scalability by breaking down applications into smaller, independent services.
Loading...
Related Quiz
- In the context of web services, why is it crucial to handle errors gracefully?
- In SOAP, the _______ defines the set of operations offered by the service.
- A software development team is deploying a complex application with multiple interdependent services. What Docker feature would best handle this setup?
- In JWT, what is the purpose of the 'signature' part?
- To prevent second-order SQL Injection, it is important to perform input validation at the _______ stage.