Azure introduction, session 02

Azure introduction, session 02

Professional Development

5 Qs

quiz-placeholder

Similar activities

Exploring Educational Tools

Exploring Educational Tools

Professional Development

10 Qs

Soalan Branding untuk Usahawan

Soalan Branding untuk Usahawan

Professional Development

10 Qs

Integrating Video Lectures for KS 1 & 2

Integrating Video Lectures for KS 1 & 2

Professional Development

10 Qs

VCP-DCV

VCP-DCV

Professional Development

8 Qs

February Download(+) Assessment

February Download(+) Assessment

Professional Development

10 Qs

Jan25 Ice breaker

Jan25 Ice breaker

Professional Development

7 Qs

Class 1 Cloud Practitioner Exam

Class 1 Cloud Practitioner Exam

Professional Development

8 Qs

Gen AI for Content Creation

Gen AI for Content Creation

Professional Development

7 Qs

Azure introduction, session 02

Azure introduction, session 02

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

Javi Moreno

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What problems solves the container technology? (SELECT TWO)

It's a full VM replacement, including hardware emulation.

It's a partial VM replacement, as it makes possible running applications on any Operating System.

It provides an easy way of setting process isolation mechanisms.

It makes easier software distribution, packaging the whole OS/Runtime/App stack.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most common way of executing containers on Linux?

Applying chmod +x to the image, and then running it.

Installing a cli tool that will directly start the process from an image by interacting with the kernel.

Installing a lightweight VM technology (QEMU) that will run the container.

Deploying a service that will interact with the kernel for launching the process. Using a cli tool for instructing the service.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What mechanisms prevents bloating the image building context?

Writing a succinct Dockerfile.

Removing files from the context using .gitignore.

Removing files from the context using .dockerignore.

Directly mounting the host disk with the -v option.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you specify from which container registry will a host download the image?

By editing the docker.ini file and typing the proper setting.

By including the address of the registry as a prefix of the image name.

By setting an environment variable.

By adding the --registry option in the docker command.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What step is required for allowing an App Service application to download images from a private registry?

Attaching the corresponding role to the App Service.

Setting a SAS token as a parameter in the image name.

Configuring the App Service with the proper Access Key.

Providing a security identity to the image and configuring its role.