UPDATE WITH 100% SOLVED -
GRADED A+ VERIFIED 2026 - 2027
UPDATE
5 steps to create Azure File Share in powershell -
correct answer- New-StorageAccount - Create
storage account
Get-StorageAccountKeys - grab keys
New-AzureStorageContext - login keys etc
New-AzureStorageShare - create share
CMDKEY - stores access keys
New-PSDrive - maps drive
A Basic IP SKU can support availability zones
True or False - correct answer- False
Azure Export Job Steps - correct answer- Create
Export Job specify containers
,Check the number of Drive with WAImportExport
Ship empty drives to MS with tracking
Update Tracking
Receive and unlock with BitLocker keys
azure Private DNS be linked to multiple VNETS
True or False - correct answer- True
Commands to create DNS record in AZ and PowerShell -
correct answer- az network dns record-set
New-AzDnsRecordSet -Name www -RecordType A -
ZoneName contoso.xyz -ResourceGroupName
MyResourceGroup -Ttl 3600 -DnsRecords
, (New-AzDnsRecordConfig -IPv4Address "10.10.10.10")
Do free space policies for azure file sync apply to each
server individually? - correct answer- No
Most restrictive applied
How are NotActions used in a role definition?
A - NotActions are subtracted from the Actions to define
the list of permissible operations.
B- NotActions are consulted after Actions to deny access
to a specific operation.
C - NotActions allow you to specify a single operation that
is not allowed. - correct answer- A - NotActions
are subtracted from the Actions to define the list of
permissible operations.