WorksheetsAzure Quiz
Total questions: 18
Worksheet time: 19mins
Please select the benefits of using cloud computing:
Reliability
Cost reduction
Ability to control all system aspects
Scalability
Security
Please choose the advantage of Azure that best matches the description:
storage, speed or bandwidth can be increased when necessary
Security
Availability
Scalability
Development environment
Please choose the advantage of Azure that best matches the description:
keeping uptime at the maximum possible level
Security
Availability
Scalability
Development environment
Which solution should you choose if you need full control over the servers, storage, OS and applications?
IaaS
PaaS
SaaS
On-premise
Which solution should you choose if you need a pre-built set of applications with certain business functionality?
IaaS
PaaS
SaaS
On-premise
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?
IaaS
PaaS
SaaS
On-premise
What characteristic of a resource group should be modified to improve the web page load time?
Policy
Latency
Region
Subscription
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?
az group create --resource-name resource-group-east --location eastus2
az group create --name resource-group-east --location eastus2
az group create --resource-name resource-group-east --resource-location eastus2
az group create --name resource-group-east --resource-location eastus2
Please select the applicable limitations of Azure App Service:
Inability to control OS and software installed on the server
High associated costs
Time-consuming setup and development
Need to pay for service plan even when the app is not running
Hardware limitations
What of the following is not provided by Azure App Service?
Support of Linux and Windows
Support of custom OS images for installation
Continuous deployment of applications
Vertical scaling
Horizontal scaling
Please select the correct sequence of steps for deploying an app to a virtual machine in Azure:
Create/choose a resource group, create the VM, connect to the VM, install app dependencies, run the app
Create the VM, connect to the VM, create/choose a resource group, install app dependencies, run the app
Create the VM, create/choose a resource group, install app dependencies, connect to the VM, run the app
Create/choose a resource group, create the VM, install app dependencies, connect to the VM, run the app
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?
The default nginx site was not unlinked
Nginx was not restarted after applying changes
VM’s pricing tier was not upgraded to a higher one
Reverse-proxy conf was written incorrectly
Server is not listening to port 80
What is the Azure CLI command to create and deploy a webapp?
az webapp up
az webapp create
az webapp deploy
az webapp config
az webapp update
Please select all valid Azure Storage options:
SQL Server
SQL Database
Cosmos DB
Blob Storage
Disk Storage
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 \
Sets start IP address equal to end IP address
Sets the computer’s address to the server’s firewall
Allows Azure services to access the SQL server
Creates a firewall rule for client’s IP
What does a Blob mean?
Binary large object
Binary limited object
Binary large object body
Business large object body
Business large object
What is the correct sequence of steps in the Azure blob storage lifecycle?
Hot, Cool, Archive
Cold, Hot, Archive
Cool, Hot, Archive
Hot, Cold, Archive
Why would we want to set a random filename to uploaded blob files? Please select all reasons that apply.
To follow the database rules of storing blobs
To ensure that the file name is unique
To prevent occasional deleting or replacing a file
To avoid violating primary key constraints
