Certification exam Flashcards
(46 cards)
How many storage accounts can there be in one subscription?
200
What is the maximum capacity of storage account?
500 GB
What is a premium storage account?
SSD and up to 35TB capacity
Which App Service plan supports auto scale ?
Standard
How is data sent to Recovery Service Vault?
HTTPS
ExpressRoute with public peering enabled
What storage redundancy is used in Recovery Service Vault?
LRS
GRS
What is LRS?
Locally redundant storage. Three copies of storage within a data center.
What is GRS?
Geo–redundant storage. Apart from three copies in one data center, another three copies are stored in secondary region. Same geo–political region.
What are the params of VpnGw1 Gateway?
30 tunnels
650 Mbps
What are the params of VpnGw2 Gateway?
30 tunnels
1 Gbps
What are the params of VpnGw3 Gateway?
30 tunnels
1.25 Gbps
What are the params of Basic VPN Gateway?
10 tunnels
100 Mbps
What is ADFS?
Active Directory Federation Services. Users can authenticate to services via AD credentials. Similar to oAuth. Credentials are not given to third party.
What are the Azure Backup components?
Azure Backup Agent (MARS)
System Center DPM
Azure Backup Server
Azure IaaS VM Extension
Create new key vault ?
New-AzureRmKeyVault –VaultName –ResourceGroupName –Location
New key vault key?
Add–AzureKeyVaultKey –VaultName –Name –Destination Software
New key vault secret ?
Set–AzureKeySecret
How much disk space does Basic App Service have ?
10GB
3 instances
How much disk space, instances does Standard App Service have ?
50GB 10 instances
How much disk space, instances does Premium App Service have ?
250GB
20 instances
What two kinds of storage accounts can you name?
General purpose
Blob (hot and cold)
What is a blob storage?
Large amounts of unstructured data in form of files that typically reside in containers. Each blob can be in 100s of GBs.
What is a block blob?
Block blobs are optimized for uploads and downloads. To accomplish this optimization,
Azure divides data into smaller blocks of up to 100 megabytes (MB) in size, which subsequently
upload or download in parallel. Individual block blobs can be up to 4.75 terabytes (TB) in size.
What is a page blob?
Page blobs are optimized for random read and write operations. Blobs are accessed as
pages, each of which is up to 512 bytes in size. When you create a page blob, you specify the
maximum size to which it might grow, up to the limit of 8 TB.