Describe core solutions and management tools on Azure Flashcards

1
Q

What is Azure IoT Hub?

A

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. Allows for command and control, either manual or automated control of connected devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Azure IoT Central?

A

Builds on top of IoT Hub by adding a dashboard that allows you to connect, monitor, and manage your IoT devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Azure Sphere?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three parts of Azure Shere?

A

Azure Sphere micro-controller unit
Linux operating system
Azure Sphere Security Service.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Azure Machine learning?

A

Is a platform for making predictions. Connects to data to train and test models to find one that will most accurately predict a future result.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Azure Cognitive Services?

A

Provides prebuilt machine learning models that enable applications to see, hear, speak, understand, and even begin to reason. Good for language, speech, vision, and decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Azure Bot Service?

A

Chat bot.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What serverless technology would be best if you need to perform an orchestration across well known APIs?

A

Azure Logic Apps. It was designed with orchestration in mind, from the web-based visual configurator to the pricing model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What serverless technology would be best if you need to execute custom algorithms or perform specialized data parsing and data lookups?

A

Azure Functions. Use the full expressiveness of a programming language in a compact form.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What serverless technology would be best if you have existing automated tasks written in an imperative programming language?

A

if you already have your orchestration or business logical expressed in code, it might be easier to port your code into the body of an Azure Functions app than to re-create it by using Azure Logic Apps.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What tool would be best if you need to automate and manage test-lab creation?

A

Azure DevTest Labs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What tool would you use if you are building open-source software?

A

GitHub. Is the preferred host for open-source software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the best tool to manage the application development lifecycle?

A

DevOps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the best tool to contribute to open-source software?

A

Use GitHub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the Azure Mobile App and what can it do?

A

Is an iOS and Android app that gives you access to your Azure resources when you are away from your computer.

You can
Monitor the health and status of your Azure Resources
Check for alerts quickly diagnose and fix issues, and restart a web app or virtual machine VM.
Run the Azure CLI or Azure PowerShell commands to manage your Azure resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Azure PowerShell?

A

Azure PowerShell is a shell with which developers and DevOps and IT professionals can execute commands called cmdlets. These commands call the Azure Rest API to perform every possible management task in Azure. Cmdlets can be executed independently or combined into a script file and executed together to orchestrate

  • the route setup, teardown, and maintenance of a single resource or multiple connected resources
  • deployment of an entire infrastructure, which might contain dozens or hundreds of resources from imperative code
17
Q

What operating systems is Azure PowerShell available for?

A

Windows, Linux, and Mac.

18
Q

How can you access Azure PowerShell?

A

You can access it in a web browser via Azure Cloud Shell.

19
Q

What is Azure CLI?

A

The Azure CLI command-line interface is an executable program with which a developer, DevOps professional, or IT professional can execute commands in Bash. The command call the Azure Rest API to perform every possible management task in Azure.

20
Q

What are ARM templates?

A

Using the resource manager templates you can describe the resources you want to use in a declarative JSON format. The benefits is that the entire ARM template is verified before any code is executed to ensure that the resources will be created and connected correctly.
Templates can even execute PowerShell and Bash scripts before or after the resource has been set up.

21
Q

What is Azure Advisor?

A

Evaluates your Azure resources and makes recommendations to help improve reliability, security and performance, achieve operational excellence and reduce costs. Advisor is designed to help you save time on cloud optimization. The recommendation service includes suggested actions you can take right away, postpone or dismiss.

22
Q

What are the five recommendation categories on the Azure Advisor dashboard?

A
Reliability
Security
Performance
cost
Operational Excellence
23
Q

What is Azure Monitor?

A

Is a platform for collecting, analyzing, visualizing, and potentially taking action based on the metric and logging data from your entire Azure and on-premise environment.

24
Q

What is Azure Application Insights?

A

A service for sending telemetry information from application source code to Azure, uses Azure Monitor under the hood.

25
Q

What is Azure Service Health?

A

Provides a personalized view of the health of the Azure services, regions and resources you rely on. Displays both major and smaller, localized issues that affect you. After an outage, Service Health provides official incident reports, called root cause analyses.

26
Q

What event types does Azure Service health help you keep an eye on?

A

Service issues- problems in Azure such as outages.
Planned maintenance
Health Advisories - issues that require you to act to avoid service interruption. Service retirements.

27
Q

Which monitoring service would you choose when you need to analyze how you’re using Azure to reduce costs, improve resilience, or harden your security?

A

Choose Azure Advisor when you’re looking for analysis of your deployed resources. Azure advisor analyzes the configuration and usage of your resources and provides suggestions on how to optimize for reliability, security, performance, costs, and operations based on experts’ best practices.

28
Q

Which monitoring service would you choose if you want to monitor Azure services or your usage of Azure/

A

If you want to keep tabs on Azure itself, especially services and regions you depend on, you want to choose Azure Service health. You can view the current status of the Azure services you rely on, upcoming planned outages, and services that will be sunset. You can set up alerts that help you stay on top of incidents and upcoming downtime without having to visit the dashboard regularly.

29
Q

What tool would you use if you want to track the performance or issues related to your specific VM or container instances, database, and applications?

A

Azure Monitor create reports and notifications to help you understand how your services are performing or diagnose issues related to your Azure usage.

30
Q

What tool would you use to measure custom events alongside other usage metrics?

A

Choose Azure Monitor when you want to measure custom events alongside other collected telemetry data. Custom events, such as those added in the source code of your software applications, could help identify and diagnose why your application is behaving a certain way.

31
Q

What tool would you choose if you need to set up alerts for outages or when Autoscaling is about to deploy new instances?

A

Azure Monitor to set up alerts for key events that are related to your specific resource.

32
Q

Tailwind Traders wants to optimize its cloud spend. Also, the organization is concerned about security breaches, because it stores customer data and historical purchase data in cloud-based databases. As the organization ramps up its cloud expertise, it wants to better understand its use of the cloud, better understand best practices, and pinpoint “easy wins” where it can tighten up its cloud spend and security practices.

Which service should you choose?

A

Azure advisor to track if they are spending too much and is concerned about its security practices.

33
Q

The Tailwind Traders e-commerce website is experiencing intermittent errors, and the team is unsure of the cause. Because of the nature of the errors, the team suspects that it’s either a database or caching issue. What are the circumstances surrounding the errors? Does it happen only during peak usage times? What is the state of the team’s Azure SQL instance? What is the state of its Redis caching server? How can it trace the issues to a root cause?

A

They want to measure custom events alongside other usage metrics. Software developers can send additional information about the state of the web application via Application insights to help locate the root cause of the issue. Application insights relies on the Azure monitor platform to store custom event information.

34
Q

Tailwind Traders wants to operationalize its cloud environment. Specifically, its cloud operations team wants to let stakeholders know about upcoming planned downtime in advance. The team also wants its solution architects to be forewarned about any Microsoft plans to sunset services so it can rearchitect its software products accordingly.

When outages do happen, the team wants to quickly ascertain whether the issue is specific to their services or a service interruption that affects many Azure customers. The team also wants to provide key stakeholders with reports that explain how and why the incident occurred, and so on.

A

Azure Service health is the strongest candidate to choose for this scenario since the team wants to capture official incident reports and stay ahead of upcoming planned downtime.