Your company plans to deploy several million sensors that will upload data to Azure. You need to identify which Azure resources must be created to support the planned solution?

Ricardo Quirino 46 Reputation points
2021-10-09T15:06:30.02+00:00

i am an azure student and i would like to know where i can find correct answers to my practice questions like below:

Your company plans to deploy several million sensors that will upload data to Azure.
You need to identify which Azure resources must be created to support the planned solution.
Which two Azure resources should you identify? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

A. Azure Data Lake
B. Azure Queue storage
C. Azure File Storage
D. Azure IoT Hub
E. Azure Notification Hubs

Please somebody help me , thanks.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,349 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 28,711 Reputation points MVP
    2021-10-10T21:18:12.197+00:00

    Hello @Ricardo Quirino ,

    Where is this question coming from?

    My two cents:

    Only two resources should be selected.

    The first one is easy: the IoT Hub. Because this resource is able to register all devices and it support ingest of telemetry.

    The second resource is not directly clear.

    We see two message queue options (Queue storage and notification hub).

    Because the IoT Hub already is a kind of queue, I would not select them.

    We also see two storage options (data lake and file storage).

    The file storage is a strange option for storing telemetry messages (why do I need the file directory structure?).

    So I propose to select the Azure Data lake for persisted storage of the telemetry.

    Azure Blob Storage is a common solution for cold storage in an IoT solution.

    Regards,

    Sander

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-10-11T01:34:32.367+00:00

    Hi @Ricardo Quirino ,

    Agree with @Sander van de Velde inputs.

    Azure IoT Hub:
    IoT Hub (Internet of things Hub) provides data from millions of sensors. IoT Hub is a managed service, hosted in the cloud, that acts as a central message hub for bi-directional communication between your IoT application and the devices it manages. You can use Azure IoT Hub to build IoT solutions with reliable and secure communications between millions of IoT devices and a cloud-hosted solution backend. You can connect virtually any device to IoT Hub.

    Azure Data Lake Gen2:
    There are two storage services IoT Hub can route messages to -- Azure Blob Storage and Azure Data Lake Storage Gen2 (ADLS Gen2) accounts. Azure Data Lake Storage accounts are hierarchical namespace-enabled storage accounts built on top of Azure Blob Storage. Both of these use blobs for their storage. Azure Datalake Storage can be used to process large amount of data and perform bigdata analytics on top of that.

    Please refer to below helpful docs:

    https://learn.microsoft.com/azure/iot-hub/about-iot-hub
    https://learn.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c

    Hope this clarifies.

    ----------

    • Please don't forget to click on 130616-image.png and upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    1 person found this answer helpful.