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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *