wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Azure Quiz

Total questions: 18

Worksheet time: 19mins

Name
Class
Date
1.

Please select the benefits of using cloud computing:

a)

Reliability

b)

Cost reduction

c)

Ability to control all system aspects

d)

Scalability

e)

Security

2.

Please choose the advantage of Azure that best matches the description:

storage, speed or bandwidth can be increased when necessary

a)

Security

b)

Availability

c)

Scalability

d)

Development environment

3.

Please choose the advantage of Azure that best matches the description:

keeping uptime at the maximum possible level

a)

Security

b)

Availability

c)

Scalability

d)

Development environment

4.

Which solution should you choose if you need full control over the servers, storage, OS and applications?

a)

IaaS

b)

PaaS

c)

SaaS

d)

On-premise

5.

Which solution should you choose if you need a pre-built set of applications with certain business functionality?

a)

IaaS

b)

PaaS

c)

SaaS

d)

On-premise

6.

Which solution should you choose if you have a web application working locally and you need to quickly deploy it and make available to the users?

a)

IaaS

b)

PaaS

c)

SaaS

d)

On-premise

7.

What characteristic of a resource group should be modified to improve the web page load time?

a)

Policy

b)

Latency

c)

Region

d)

Subscription

8.

I want to create a resource group named resource-group-east using Azure CLI in a location eastus2. What is the correct command to do this?

a)

az group create --resource-name resource-group-east --location eastus2

b)

az group create --name resource-group-east --location eastus2

c)

az group create --resource-name resource-group-east --resource-location eastus2

d)

az group create --name resource-group-east --resource-location eastus2

9.

Please select the applicable limitations of Azure App Service:

a)

Inability to control OS and software installed on the server

b)

High associated costs

c)

Time-consuming setup and development

d)

Need to pay for service plan even when the app is not running

e)

Hardware limitations

10.

What of the following is not provided by Azure App Service?

a)

Support of Linux and Windows

b)

Support of custom OS images for installation

c)

Continuous deployment of applications

d)

Vertical scaling

e)

Horizontal scaling

11.

Please select the correct sequence of steps for deploying an app to a virtual machine in Azure:

a)

Create/choose a resource group, create the VM, connect to the VM, install app dependencies, run the app

b)

Create the VM, connect to the VM, create/choose a resource group, install app dependencies, run the app

c)

Create the VM, create/choose a resource group, install app dependencies, connect to the VM, run the app

d)

Create/choose a resource group, create the VM, install app dependencies, connect to the VM, run the app

12.

You have deployed an app on the virtual machine, but when you enter public IP address in the browser outside the VM, you are seeing a default page, and not your app’s page. What are the possible causes of this situation?

a)

The default nginx site was not unlinked

b)

Nginx was not restarted after applying changes

c)

VM’s pricing tier was not upgraded to a higher one

d)

Reverse-proxy conf was written incorrectly

e)

Server is not listening to port 80

13.

What is the Azure CLI command to create and deploy a webapp?

a)

az webapp up

b)

az webapp create

c)

az webapp deploy

d)

az webapp config

e)

az webapp update

14.

Please select all valid Azure Storage options:

a)

SQL Server

b)

SQL Database

c)

Cosmos DB

d)

Blob Storage

e)

Disk Storage

15.

What does this Azure CLI command do?

az sql server firewall-rule create \

-g resource-group-east \

-s hello-world-server \

-n azureaccess \

--start-ip-address 0.0.0.0 \

--end-ip-address 0.0.0.0 \

a)

Sets start IP address equal to end IP address

b)

Sets the computer’s address to the server’s firewall

c)

Allows Azure services to access the SQL server

d)

Creates a firewall rule for client’s IP

16.

What does a Blob mean?

a)

Binary large object

b)

Binary limited object

c)

Binary large object body

d)

Business large object body

e)

Business large object

17.

What is the correct sequence of steps in the Azure blob storage lifecycle?

a)

Hot, Cool, Archive

b)

Cold, Hot, Archive

c)

Cool, Hot, Archive

d)

Hot, Cold, Archive

18.

Why would we want to set a random filename to uploaded blob files? Please select all reasons that apply.

a)

To follow the database rules of storing blobs

b)

To ensure that the file name is unique

c)

To prevent occasional deleting or replacing a file

d)

To avoid violating primary key constraints