- Home
- Server Administration
- Windows
- Implementing Microsoft Azure Infrasture Solutions
21.
What is the maximum size of an Azure operating system disk?
- A.2 TB
- B.127 GB
- C.1 TB
- D.30 GB
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
A. Incorrect: An operating system disk in Azure has a maximum capacity of 127 GB
and currently does not support a disk size of 2TB. B. Correct: An operating system disk in Azure has a maximum capacity of 127 GB. C. Incorrect: An operating system disk in Azure has a maximum capacity of 127 GB and currently does not support a disk size of 1TB. D. Incorrect: An operating system disk in Azure has a maximum capacity of 127 GB and is not limited to 30GB. |
22.
What is the best RAID configuration for multiple data disks to increase IO throughput?
- A.RAID 1 (Mirroring)
- B.RAID 5 (Striped with parity)
- C.RAID 0 (Striped without parity)
- D.Software RAID is not supported in Azure
- Answer & Explanation
- Report
Answer : [C]
Explanation :
Explanation :
A. Incorrect: RAID 1 mirroring is designed for redundancy but is not necessary
because disks in Azure are already replicated three times in storage. Mirroring also
does not increase IO throughput. B. Incorrect: RAID 5 disk striping with parity is meant for redundancy and performance but is not necessary because disks in Azure are already replicated three times in storage. C. Correct: RAID 0 disk striping without parity allows the operating system to spread IO across multiple disks, which can increase overall IO throughput. D. Incorrect: Software RAID configurations are supported in Azure virtual machines. |
23.
You need to monitor the number of ASP.NET errors on your virtual machine. Which
monitoring solution do you use?
- A.Add the default metrics and configure an alert in the management portal.
- B.Enable the Azure diagnostics extension and configure monitoring for the ASP.NET Errors metric.
- C.There is no method to capture this data through the management portal or Windows PowerShell. Login to the server and run Perfmon.exe instead.
- D.Instrument the application to log a count of the exceptions.
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
A. Incorrect: The default metrics do not include ASP.NET error data. B. Correct: Enabling the Azure Diagnostics virtual machine extension allows you to specify detailed metrics, such as ASP.NET Errors to capture for later analysis. C. Incorrect: This goal can be accomplished by using the Azure Diagnostics virtual machine extension. D. Incorrect: You are not required to instrument your application to capture this data. Diagnostics can capture it and make it available for later analysis. |
24.
You need to configure Azure to email a specific address when the CPU of an application
is on average over 75 percent over 15 minutes.
- A.Add an alert to the CPU metric, and configure the alert threshold to send email to administrators and co-administrators of the subscription.
- B.Add an alert to the CPU metric, and configure the alert threshold to send email to a specific email address.
- C.Enable Azure Diagnostics, then add an alert to the CPU metric, and configure the alert threshold to send email to a specific email address.
- D.There is no way to configure an alert to use a specific email. You must build a custom solution.
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
A. Incorrect: The question asked for a specific email address. This option will send
an email to the email address of the co-administrators or administrator of the
subscription. B. Correct: This option allows you to specify a specific email address if an alert is triggered. C. Incorrect: Azure Diagnostics is not required for this scenario. D. Incorrect: You do not need to build a custom solution for this scenario because alerts can be configured to send an email to a specific address. |
25.
What configuration changes do you need to make to transfer web logs from your
virtual machines to Azure Storage?
- A.Enable Azure Diagnostics
- B.Configure Diagnostics Infrastructure Logs to be transferred
- C.Configure IIS Logs to be transferred
- D.Specify a Storage account for Azure Diagnostics
- Answer & Explanation
- Report
Answer : [A, C, D]
Explanation :
Explanation :
A. Correct: Enabling the Azure Diagnostics extension is required to automatically
transfer web logs to storage. B. Incorrect: This option is not required to transfer IIS Logs. C. Correct: This option is required to use the Azure Diagnostics extension to transfer IIS Logs to storage. D. Correct: This option is required to specify the Azure Storage account for Azure Diagnostics to use. |