Module 4 Graded Quiz: Emergent Trends and Practices :Introduction to Cloud Computing (Cloud Application Development Foundations Specialization) Answers 2025
. Question 1
Development principle for cloud-native applications:
❌ Combine applications into multi-function microservices
❌ Build one huge monolithic software
✅ Containerize microservices for flexibility, scalability, portability
❌ Tightly couple functions
Explanation:
Cloud-native design emphasizes containerized, loosely coupled microservices.
2. Question 2
Key benefit of DevOps in a cloud-native environment:
✅ Leverages cloud for rapid, reliable delivery via automation + collaboration
❌ Eliminates need for continuous deployment
❌ Increases overhead
❌ Developers manage infra without ops
Explanation:
DevOps improves speed, reliability, automation, and teamwork.
3. Question 3
What encapsulates the complete modernization journey?
❌ Only servers/VMs → cloud
❌ Only monolith → microservices
❌ Only waterfall/agile → DevOps
✅ All three journeys combined
Explanation:
Modernization involves architecture + infrastructure + methodology evolution.
4. Question 4
How would a global flower company use Hybrid Multicloud?
❌ Scale up on-prem
✅ Distribute the app across multiple cloud environments in multiple geographies
❌ Use automatic provisioning only
Explanation:
Hybrid multicloud meets global demand by distributing workloads across regions/providers.
5. Question 5
Which describes DevOps?
❌ Uses cloud apps to monitor systems only
❌ Eliminates need to provision servers
✅ Collaborative process defining how apps are built, deployed, managed continuously
❌ Eliminates monitoring
Explanation:
DevOps is a cultural + process shift enabling continuous delivery.
6. Question 6
NOT a good use case for serverless:
✅ Long-running processes
❌ Stateless microservices
❌ Stream processing
❌ Supporting microservices architecture
Explanation:
Serverless is ideal for short-lived, event-driven workloads, not long-running tasks.
7. Question 7
Characterization of microservices architecture:
❌ Failure of one impacts entire app
✅ Decomposition of large apps into focused, functional services
❌ Must rebuild every new feature from scratch
❌ Must bundle microservices into one container
Explanation:
Microservices = small, independent services collaborating to form an application.
8. Question 8
Fill in the blank:
Microservices architecture → a __________ comprises loosely coupled components.
❌ Cloud service
❌ Server
❌ Repository application
✅ Single application
Explanation:
A “single application” is composed of many microservices.
9. Question 9
What does a cloud-native application consist of?
❌ Application containers
❌ Executable files
❌ Executable containers
✅ Microservices
Explanation:
Cloud-native = microservices + containers + DevOps + automation.
10. Question 10
DevOps and Cloud share a ________ relationship.
❌ Customer
❌ Vendor
✅ Symbiotic
❌ General partnership
Explanation:
Cloud accelerates DevOps; DevOps maximizes cloud value — mutually beneficial.
🧾 SUMMARY TABLE
| Q# | Correct Answer |
|---|---|
| 1 | Containerize microservices |
| 2 | DevOps + cloud enables rapid, reliable delivery |
| 3 | Full modernization journey (all 3 transitions) |
| 4 | Distribute app across multiple cloud environments |
| 5 | DevOps = collaborative continuous delivery process |
| 6 | Long-running processes |
| 7 | Decomposition into functional services |
| 8 | Single application |
| 9 | Microservices |
| 10 | Symbiotic |