Describe core solutions and management tools on Azure (10-15%) Flashcards

1
Q

____ ____ 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.

A

Azure IoT hub

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

Which Azure IoT service allows for Command and Control of remote devices?

A

Azure IoT hub

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

____ ____ builds on top of IoT Hub by adding a dashboard that allows you to connect, monitor, and manage your IoT devices. The visual user interface (UI) makes it easy to quickly connect new devices and watch as they begin sending telemetry or error messages

A

Azure IoT Central

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

Which Azure IoT service allow you to use the UI to control your devices remotely. This feature allows you to push a software update or modify a property of the device

A

Azure IoT central

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

____ _____ 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.

A

Azure Sphere

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

What are the 3 parts of Azure Sphere?

A

Azure Sphere MicroController (MCU)
Linux Operating System
Azure Sphere Secure Service (AS3)

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

Which part of Azure Sphere

ensures the device hasn’t been tampered with
Authenticates to Azure using device certs
Pushes OS or customer approved updates

A

Azure Sphere Secure Service (AS3)

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

_____ _____ ______ 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

A

Azure Machine Learning

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

____ ____ _____ provides prebuilt machine learning models that enable applications to see, hear, speak, understand, and even begin to reason

A

Azure Cognitive Services

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

The Four categories of Azure Cognitive Services are Language, Speach, Vision, and _____

A

Decision

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

Which Azure Cognitive Service category converts speech into text and text into natural sounding language

A

Azure Speech

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

Which Azure Cognitive Service category allow apps to process natural language with prebuilt scripts, evaluate sentiment, and learn how to recognize what users want.

A

Language

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

____ ____ _____ are platforms for creating virtual agents that understand and reply to questions just like a human.

A

Azure Bot Service

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

Which Azure service

creates a virtual agent that can intelligently communicate with humans. Behind the scenes, the bot you build uses other Azure services, such as Azure Cognitive Services, to understand what their human counterparts are asking for.

A

Azure Bot Service

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

____ _____ _____ watches your users’ actions within an application and predicts their behavior and provide relevant experiences as it identifies usage patterns

A

Cognitive Services Personalizer

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

With Azure _____ you can host a single method or function by using a popular programming language in the cloud that runs in response to an event. An example of an event might be an HTTP request, a new message on a queue, or a message on a timer.

A

Functions

17
Q

Functions can be written in many common programming languages, such as ___, Python, JavaScript, Typescript, Java, and _____.

A

C#

powershell

18
Q

Azure Functions can use an extention called ____ functions, which allow developers to chain functions together while maintaining state

A

Durable

19
Q

Azure serverless service

that is a low-code/no-code development platform hosted as a cloud service. The service helps you automate and orchestrate tasks, business processes, and workflows when you need to integrate apps, data, systems, and services across enterprises or organizations

A

Logic App

20
Q

Logic Apps pricing is based on the number of executions and the type of _____ that it utilizes

A

Connectors

21
Q

____ ____ centralized source-code repository where software development, DevOps engineering, and documentation professionals can publish their code for review and collaboration

A

Azure Repos

22
Q

____ ____ is an agile project management suite that includes Kanban boards, reporting, and tracking ideas and work from high-level epics to work items and issues.

A

Azure Boards

23
Q

____ ____ is a CI/CD pipeline automation tool.

A

Azure Pipelines

24
Q

_____ _____ is a repository for hosting artifacts, such as compiled source code, which can be fed into testing or deployment pipeline steps.

A

Azure Artifacts

25
Q

_____ _____ _____ is an automated test tool that can be used in a CI/CD pipeline to ensure quality before a software release.

A

Azure Test Plans

26
Q

____ organizations employ practices and processes that seek to automate the ongoing development, maintenance, and deployment of software systems. Their aim is to expedite the release of software changes, ensure the ongoing deployability of the system, and ensure that all changes meet a high quality bar.

A

Devops

27
Q

Which Github tool

enables workflow automation with triggers for many lifecycle events. One such example would be automating a CI/CD toolchain

A

Github Actions

28
Q

____ builds on top of Git to provide related services for coordinating work, reporting and discussing issues, providing documentation, and more.

Worlds most popular code repo for open source

A

Github

29
Q

Github or Azure Devops?

is more focused on enterprise development, with heavier project-management and planning tools, and finer-grained access control.

A

Azure Devops

30
Q

Github or Azure Devops?

a lighter-weight tool with a focus on individual developers contributing to the open-source code

A

Github

31
Q

____ ____ ____ provides an automated means of managing the process of building, setting up, and tearing down virtual machines (VMs) that contain builds of your software projects.

A

Azure DevTest Labs