Azure Architecture & Services第 58 / 100 题
Which Azure service would you use to queue messages between application components to decouple and scale them independently?
a.Azure Blob Storage
b.Azure Queue Storage
c.Azure DNS
d.Microsoft Entra ID
解析
Azure Queue Storage stores large numbers of messages that components can add and retrieve asynchronously. This decouples producers from consumers, letting each scale independently and absorb load spikes. It improves resilience in distributed applications.
免费刷完整 100 道题库 — 无需注册。
同考点相关题目
- Which Azure service provides secure storage and management of secrets, keys, and certificates?
- What does Azure Virtual Network peering enable?
- Which Azure compute option is best described as 'serverless,' where you focus on code and the platform handles scaling automatically?
- What is a key advantage of using PaaS services like Azure App Service over IaaS virtual machines for hosting a web app?
- Which Azure service provides scalable big data analytics and data warehousing for large volumes of structured data?
- Which storage redundancy option replicates data synchronously across three availability zones in the primary region?