Courseiva
Question 392 of 981
Describe Azure architecture and servicesmediumMultiple ChoiceObjective-mapped

AZ-900 Describe Azure architecture and services Practice Question

Which Azure networking service allows applications to send notifications to iOS, Android, and Windows devices with a single API call?

⚠ Common exam trap

Many candidates confuse Azure Notification Hubs with Azure Service Bus or Event Grid, as both involve 'messaging' and 'events,' but only Notification Hubs is purpose-built for cross-platform push notifications to mobile devices.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Azure Notification Hubs

Azure Notification Hubs is a scalable push notification engine that enables sending notifications to any platform (iOS, Android, Windows, etc.) from a single API call. It abstracts the complexities of platform-specific notification services (e.g., APNs for iOS, FCM for Android, WNS for Windows) and handles device registration, template formatting, and delivery retries.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Azure Service Bus

    Why it's wrong here

    Azure Service Bus is a fully managed enterprise message broker that decouples applications using queues and topics, enabling reliable FIFO ordering, sessions, transactions, and dead-lettering for backend integration. It is designed to deliver messages between services or applications, not to route notifications through platform-specific push services (APNs, FCM, WNS). A mobile push notification requires device registration and direct integration with each platform's notification gateway, which Service Bus does not provide, so it cannot be used to send cross-platform push notifications.

  • Azure Event Grid

    Why it's wrong here

    Azure Event Grid is a serverless event routing service that reacts to state changes in Azure resources or custom events and delivers them to subscribers like Azure Functions, webhooks, or Logic Apps. It is optimized for high-throughput discrete events (e.g., blob created, resource deleted) and uses a publish-subscribe model with event filtering. Event Grid does not manage device tokens, registrations, or platform-specific send logic; it simply forwards event payloads, so it is unsuitable for delivering personalized push notifications to mobile devices.

  • Azure Notification Hubs

    Why this is correct

    Azure Notification Hubs is a dedicated push notification engine that abstracts the complexities of multiple Platform Notification Systems (PNS) including APNs, FCM, and WNS. It manages device registrations, handles token expiry and retries, and provides a single API to send notifications to iOS, Android, and Windows devices. With template support, you can tailor message payloads per platform without altering your backend logic, making it the correct service for cross-platform mobile push notifications.

  • Azure Communication Services

    Why it's wrong here

    Azure Communication Services (ACS) is a comprehensive platform for integrating communication capabilities like voice calls, video, chat, SMS, and email into applications. While ACS has a Chat feature that can send chat-specific push notifications to mobile users, it is not a generalized push notification hub for targeting arbitrary app users across all platforms. Its primary purpose is real-time multi-channel communication, not managing device registrations and delivering broadcast or segmented push notifications to Apple, Google, and Microsoft push services.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This AZ-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-900 exam.