Microsoft's AZ-900 - Part 3
61. Which of the following cloud solutions is an example of SaaS?
Ans: Office 365
62. Which migration strategy moves on-premises solutions to Azure without modification?
Ans: Lift and Shift
63. Which of the following cloud solutions is an example of IaaS?
Ans: Windows Virtual Machine
64. Which type of hypervisor runs within an existing operating system?
Ans: Type 2
65. With public clouds, who owns the infrastructure?
Ans: Cloud Provider
66. Which cloud computing characteristic relates to quickly provisioning cloud resources?
Ans: Rapid Elasticity
67. Which term defines ongoing costs related to cloud computing?
Ans: Opex
68. Which data center option opens a second inner door only after an outer door closes?
Ans: Mantrap
69. Which statement regarding Azure regions is correct?
Ans: Azure service availability can vary by region
70. Which Azure configuration prevents azure-level machine updates from different availability zones from being down at the same time?
Ans: Update domain
71. Which file format is used by ARM templates?
Ans: JSON
72. Which Azure ARM resource is used to group Azure resources together?
Ans: Resource group
73. Which variations of Azure Cloud Shell are available?
Ans:
· PowerShell
· Bash
74. Which Azure portal option allows you to group by tag?
Ans: Tag filtering
75. Which azure CLI command shows the CLI version?
Ans: az—version
76. Which Azure CLI command authenticates to an Azure account?
Ans: az login
77. Which Azure CLI prefix is used to create an Azure Virtual Machine?
Ans: az vm create
78. Which PowerShell cmdlet can be used to install Azure PowerShell modules?
Ans: install -module - az -allowclobber
79. Which PowerShell cmdlet authenticates to an Azure account?
Ans: connect-azaccount
80. Which PowerShell cmdlets list Azure Virtual Machines?
Ans: get-azvm
81. What is missing from the following PowerShell code?
new -azstorageaccount -name storaactpshell333 -location canadaeast -skuname "standard_Irs"
Ans: -resourcegroupname
82. What is the default Azure Key virtual network access setting?
Ans: All network can access
83. Which two items must be specified when configuring Azure file shares?
Ans:
· Quota
· Name
84. You are deploying an Azure Linux Virtual Machine. Which disk option provides the best performance?
Ans: SSD
85. Which type of BLOB is best suited for VHD files?
Ans: Page
86. Which port is used for Azure file access?
Ans: 445
87. Which of the following are valid Azure storage account "kinds"?
Ans:
· Storage
· BlobStorage
· Storage V2
88. Which CLI command shows all storage accounts?
Ans: az storage account list
89. Which option allows the use of multiple virtual machine data disks?
Ans: Managed Disks
90. Which PowerShell cmdlet is used to retrieve a key vault secret?
Ans: Get-AzKeyVaultSecret
No comments:
Post a Comment