NEW
Font size
S
M
L
XL
WorksheetsAzure Fundamentals - Clase 2
Total questions: 20
Worksheet time: 10mins
Name
Class
Date
1.
What is the first step to create a VM in the Azure Portal?
a)
Search for "Virtual machines" in the search bar
b)
Create a resource group
c)
Configure a storage account
d)
Set up a virtual network
e)
Generate SSH keys
2.
Which Azure service is used to create a storage account in the console?
a)
Azure Blob Service
b)
Azure Storage Accounts
c)
Azure File Sync
d)
Azure Data Lake
e)
Azure Key Vault
3.
What must you select when creating a VM to use SSH authentication?
a)
Password authentication
b)
SSH public key
c)
Managed identity
d)
Certificate-based login
e)
No authentication
4.
Which command generates an SSH key pair in Azure Cloud Shell?
a)
az vm create
b)
ssh-keygen
c)
az sshkey create
d)
openssl genrsa
e)
keytool
5.
What is the minimum character length for an Azure storage account name?
a)
1-15 characters
b)
3-24 characters
c)
5-20 characters
d)
2-30 characters
e)
10-25 characters
6.
Which tab in the VM creation wizard configures the VM size?
a)
Basics
b)
Networking
c)
Disks
d)
Management
e)
Advanced
7.
How do you connect to an Azure VM using SSH from a local machine?
a)
ssh -i <private-key> <username>@<public-ip>
b)
ssh <username>@<vm-name>
c)
scp <private-key> <public-ip>
d)
ssh <public-ip>@<username>
e)
az vm connect
8.
What is the default public access level for a new Blob container?
a)
Public read
b)
Private (no anonymous access)
c)
Blob (anonymous read)
d)
Container (anonymous read/write)
e)
Shared access
9.
Which protocol is recommended for secure Blob Storage access in a connection string?
a)
HTTP
b)
HTTPS
c)
FTP
d)
SFTP
e)
SMB
10.
What role allows a VM to access Blob Storage without keys?
a)
Storage Blob Data Reader
b)
Virtual Machine Contributor
c)
Network Contributor
d)
Storage Account Owner
e)
Contributor
11.
Where are SSH keys stored by default when created with ssh-keygen?
a)
~/.ssh
b)
~/keys
c)
~/.azure
d)
~/home
e)
.ssh/config
12.
What must you configure to restrict Blob Storage access to a specific VNet?
a)
Firewall and virtual networks
b)
Service endpoints
c)
Public access level
d)
Encryption scopes
e)
Access keys
13.
Which CLI command creates a Blob container in a storage account?
a)
az storage container create
b)
az blob create
c)
az storage blob add
d)
az container create
e)
az storage account create
14.
What is required to access a Blob container using a storage account key?
a)
Connection string
b)
Public IP address
c)
Virtual network
d)
SSH key
e)
Resource group
15.
Which Azure Portal blade is used to upload files to a Blob container?
a)
Containers
b)
File Shares
c)
Blobs
d)
Data Protection
e)
Access Control
16.
What is the correct format for an SSH connection command?
a)
ssh <username>@<public-ip>
b)
ssh -i <public-key> <username>@<vm-name>
c)
ssh <public-ip>@<username>
d)
ssh -i <private-key> <username>@<public-ip>
e)
ssh <vm-name>@<username>
17.
Which setting in the storage account creation wizard disables public Blob access?
a)
Allow blob public access
b)
Public network access
c)
Service endpoints
d)
Encryption type
e)
Minimum TLS version
18.
What must be enabled on a VM to use Azure Bastion for SSH?
a)
Public IP address
b)
System-assigned managed identity
c)
Azure Bastion subnet
d)
Network security group
e)
Private endpoint
19.
Which tool can you use to verify Blob Storage connectivity from a VM?
a)
Azure Storage Explorer
b)
Azure CLI
c)
PowerShell
d)
All of the above
e)
None of the above
20.
What is the purpose of a Shared Access Signature (SAS) for Blob Storage?
a)
Full account access
b)
Time-limited access
c)
Permanent public access
d)
Encryption key management
e)
Virtual network access
Reset
