🃏 Patterns & Migration Flashcards

Practice architecture patterns and migration strategies for AZ-305.

Card 1 of 5

Question

What are the 5 Rs of cloud migration?

Click to reveal answer

Answer

Rehost (lift-and-shift), Refactor (minor changes), Rearchitect (significant redesign), Rebuild (rewrite), Replace (SaaS adoption).

Click to flip back

All Patterns & Migration Flashcards

1

Q: What are the 5 Rs of cloud migration?

A: Rehost (lift-and-shift), Refactor (minor changes), Rearchitect (significant redesign), Rebuild (rewrite), Replace (SaaS adoption).

2

Q: When should you use the CQRS pattern?

A: When read and write workloads have different performance requirements. Separate read models (optimized queries) from write models (optimized transactions).

3

Q: What is the circuit breaker pattern?

A: Prevents cascading failures by detecting failures in a downstream service and failing fast without attempting the call. States: closed, open, half-open.

4

Q: When to use Event Grid vs Service Bus vs Event Hubs?

A: Event Grid: reactive event routing (pub/sub). Service Bus: reliable enterprise messaging (queues/topics). Event Hubs: high-throughput streaming ingestion (millions/sec).

5

Q: What is Azure Migrate used for?

A: Discovery, assessment, and migration of on-premises servers, databases, and applications to Azure. Provides sizing recommendations and cost estimates.

More AZ-305 Flashcard Decks