Describe core solutions and management tools on Azure Flashcards
What’s IoT?
IoT enables devices to gather and then relay information for data analysis
Let’s suppose your company manufactures and operates smart refrigerated vending machines. What kinds of information would you want to monitor?
You might wanna ensure that:
Each machine is operating without any errors. The machines haven't been compromised. The machines' refrigeration systems are keeping their contents within a certain temperature range. You're notified when products reach a certain inventory level so you can restock the machines.
what’s Azure IoT Hub?
Azure IoT Hub is a managed service that’s hosted in the cloud and 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 back end. You can connect virtually any device to your IoT hub.
what’s Azure IoT Central?
Azure IoT Central builds on top of IoT Hub by adding a dashboard that allows you to connect, monitor, and manage your IoT devices.
what’s Azure Sphere?
Azure Sphere creates an end-to-end, highly secure IoT solution for customers that encompasses everything from the hardware and operating system on the device to the secure method of sending messages from the device to the message hub.
which is bets IoT for this situation, it’s critical to ensure that the device is not compromised?
When security is a critical consideration in your product’s design, the best product option is Azure Sphere, which provides a comprehensive end-to-end solution for IoT devices.
which is bets IoT for this situation, do I need a dashboard for reporting and management?
if you want a pre-built customizable user interface with which you can view and control your devices remotely, you might prefer to start with IoT Central. With this solution, you can control a single device or all devices at once, and you can set up alerts for certain conditions, such as a device failure.
When can we use the azure IoT hud?
It’s ideal when e need integrate the telemetry data and all other functionality into existing maintenance requests
and bi-direcional comunication
when can we use the azure IoT central?
It’s ideal when we need a dashboard for reporting and management
when can we use the azure Sphere?
It’s ideal when e need to ensure that all devices on other things not be compromised
Question:
A company wants to build a new voting kiosk for sales to governments around the world. Which IoT technologies should the company choose to ensure the highest degree of security?
Azure Sphere
That’s correct. Azure Sphere provides the highest degree of security to ensure the device has not been tampered with.
Question:
A company wants to quickly manage its individual IoT devices by using a web-based user interface. Which IoT technology should it choose?
IoT Central
That’s correct. IoT Central quickly creates a web-based management portal to enable reporting and communication with IoT devices.
Question:
You want to send messages from the IoT device to the cloud and vice versa. Which IoT technology can send and receive messages?
IoT Hub
That’s correct. An IoT hub communicates to IoT devices by sending and receiving messages.
what’s Azure Machine Learning?
Azure Machine Learning is a platform for making predictions. It consists of tools and services that allow you to connect to data to train and test models to find one that will most accurately predict a future result. After you’ve run experiments to test the model, you can deploy and use it in real time via a web API endpoint.
What’s Azure Cognitive Services?
Azure Cognitive Services provides prebuilt machine learning models that enable applications to see, hear, speak, understand, and even begin to reason. Use Azure Cognitive Services to solve general problems, such as analyzing text for emotional sentiment or analyzing images to recognize objects or faces
What’s Azure bot service?
Azure Bot Service and Bot Framework are platforms for creating virtual agents that understand and reply to questions just like a human. Azure Bot Service is a bit different from Azure Machine Learning and Azure Cognitive Services in that it has a specific use case. Namely, it creates a virtual agent that can intelligently communicate with humans.
When use Azure bot services ?
Use Azure Bot Service when you need to create a virtual agent to interact with humans by using natural language.
When use Azure Cognitive Services?
Use Azure Cognitive Services when it comes to general-purpose tasks, such as performing a speech to text, integrating with search, or identifying the objects in an image, or when you need to predict the behavior or provides users with personalized recommendations in your app
when use Azure Machine Learning?
Choose Azure Machine Learning when you need to analyze data to predict future outcomes, or when you need use your our data
Question:
You need to predict future behavior based on previous actions. Which product option should you select as a candidate?
Azure Machine Learning
That’s correct. Azure Machine Learning enables you to build models to predict the likelihood of a future result. It should not be eliminated as a candidate.
Question:
You need to create a human-computer interface that uses natural language to answer customer questions. Which product option should you select as a candidate?
Azure Bot Service
That’s correct. Azure Bot Service creates virtual agent solutions that utilize natural language. It should not be eliminated as a candidate.
Question:
You need to identify the content of product images to automatically create alt tags for images formatted properly. Which product option is the best candidate
Azure Cognitive Services
That’s correct. Azure Cognitive Services includes Vision services that can identify the content of an image. Azure Cognitive Services is the best candidate.
What’s Azure Functions?
With the Azure Functions service, you can host a single method or function by using a popular programming language in the cloud that runs in response to an event.
The Azure Functions solution is ideal when you’re concerned only with the code that’s running your service and not the underlying platform or infrastructure
What’s Azure Logic Apps?
Logic Apps is a low-code/no-code development platform hosted as a cloud service.
When use the Azure Functions?
you need to execute custom algorithms or perform specialized data parsing and data lookups
When use the Azure logic Apps?
Azure Logic Apps was designed with orchestration in mind, from the web-based visual configurator to the pricing model (you need to perform an orchestration across well-known APIs)
If you already have your orchestration or business logic expressed in C#, Java, Python, or another popular programming language