4.2 Using Containers in Azure Flashcards

1
Q

What is containerization?

A) It is a popular option for hosting solutions only in Azure.

B) It is a method of wrapping and isolating individual applications and their dependencies.

C) It is a process of installing additional dependencies on a server.

D) It is a concept of setting up a physical server to host a website.

A

B) It is a method of wrapping and isolating individual applications and their dependencies.

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

Which is the most popular containerization engine used in Azure?

A) Kubernetes

B) Docker

C) Apache

D) IIS

A

B) Docker

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

What does a container wrap and isolate?

A) Individual applications only

B) Individual applications and their dependencies

C) Individual dependencies only

D) Entire server environment

A

B) Individual applications and their dependencies

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

Why is containerization useful?

A) It simplifies the documentation of server setup steps.

B) It eliminates the need for virtual or physical servers.

C) It allows for easy installation of web hosting software.

D) It provides an isolated environment for applications and their dependencies.

A

D) It provides an isolated environment for applications and their dependencies.

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

What is the basis of images in containerization?

A) Repositories

B) Containers

C) Layers

D) Registries

A

C) Layers

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

Which of the following is a popular repository for storing Docker images?

A) GitLab

B) Docker Hub

C) Azure Container Registry

D) GitHub Packages

A

B) Docker Hub

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

What type of image is used to build an ASP.NET application?

A) Microsoft .NET Core SDK

B) Microsoft Azure SDK

C) Ubuntu Server

D) Alpine Linux

A

A) Microsoft .NET Core SDK

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

Who is the provider of the .NET Samples image on Docker Hub?

A) Microsoft

B) Docker Inc.

C) GitHub

D) Google

A

A) Microsoft

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

What did the previous lecture focus on?

A) Creating a web app

B) Building an ASP.NET website

C) Uploading an image to a container registry

D) Using Azure web apps for containers

A

D) Using Azure web apps for containers

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

Where was the custom image uploaded?

A) Microsoft repository

B) Docker Hub

C) Azure container registry

D) GitHub Packages

A

C) Azure container registry

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

What is the purpose of Azure web apps in this context?

A) Scaling and secure communications

B) Pointing to a container repository

C) Creating a resource group

D) Building an ASP.NET website

A

B) Pointing to a container repository

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

What are containers used for in software development?

A) Running virtual machines

B) Managing large applications

C) Building monolithic applications

D) Hosting databases

A

B) Managing large applications

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

What is the benefit of using containers in terms of application development?

A) Increased overhead

B) Limited portability

C) Inconsistent operation

D) More efficient development

A

D) More efficient development

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

What are Docker and Kubernetes?

A) Popular programming languages

B) Virtualization techniques

C) Container orchestration tools

D) Cloud service providers

A

C) Container orchestration tools

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

How do containers differ from virtual machines (VMs)?

A) Containers share the host’s operating system

B) Containers require a guest operating system

C) Containers are more
lightweight

D) All of the above

A

D) All of the above

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

What is AKS an implementation of?

A) Azure Kubernetes Service (AKS)

B) Azure Kubernetes Solution (AKS)

C) Azure Kubernetes System (AKS)

D) Azure Kubernetes Server (AKS)

A

A) Azure Kubernetes Service (AKS)

17
Q

What is one of the benefits of AKS?

A) Complex Kubernetes management

B) Abstracted Kubernetes cluster management

C) Increased infrastructure service complexity

D) Limited app concentration

A

B) Abstracted Kubernetes cluster management

18
Q

How does AKS compare to platform as a service and infrastructure service?

A) It fully abstracts away all complexity

B) It uses classic VMs for workloads

C) It combines the benefits of both services

D) It eliminates the need for management plane

A

C) It combines the benefits of both services

19
Q

What is a recommended approach to better understand the overall architecture of AKS?

A) Deploying a cluster with default options

B) Avoiding deploying a cluster with any options

C) Deploying a cluster without exploring the options

D) Deploying a cluster and exploring the options

A

D) Deploying a cluster and exploring the options

20
Q

What is the main function of the Kubernetes service in Azure?

A) Orchestration using containerization

B) Virtual machine management

C) Network routing

D) Database management

A

A) Orchestration using containerization

21
Q
A
22
Q
A
23
Q
A