1. MuleSoft Whitepaper, "Building a Microservices Architecture with Anypoint Platform": Page 4, Section: "What are microservices?". The document states, "Each microservice is independently deployable and scalable. This means that an individual service can be updated or rolled back if something goes wrong, without affecting other services." This directly supports the correctness of option C.
2. MuleSoft Documentation, "Microservices Architecture": In the "Characteristics of a microservices architecture" section, it lists "Independently deployable" as a key characteristic, explaining that "Each service can be modified and deployed without having to redeploy the entire application." This confirms that services are independent artifacts.
3. MuleSoft Blog, "Microservices architecture explained": Under the heading "Benefits of microservices," the article states, "Each service can be deployed, upgraded, scaled, and restarted independently of other services in the application...". This reinforces the concept of independent deployment and scaling central to option C.