- Home
- Server Administration
- Windows
- Developing Microsoft Azure Solutions
36.
If you are using storage pools, which of the following is a valid replication option for
the Azure Storage account that stores the VHD blobs? (Choose all that apply.)
- A.Locally redundant
- B.Geo-redundant
- C.Read-access geo-redundant
- D.Zone redundant
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
A. Correct: The only valid option is locally redundant replication. B. Incorrect: Geo-redundant replication yields corrupted disks if you try to restore from a replicated file. C. Incorrect: Read-access geo-redundant replication yields corrupted disks if you try to restore from a replicated file. D. Incorrect: Zone redundant replication can only be used with block blobs. VHDs are created using page blobs, so this is not a valid option. |
37.
Which of the following is not an option for the time period over which metrics used for
alerts are evaluated? (Choose all that apply.)
- A.The last value measured
- B.The last 5 minutes
- C.The last hour
- D.The last 24 hours
- Answer & Explanation
- Report
Answer : [A]
Explanation :
Explanation :
A. Correct: Alerts use metrics computed over an aggregate time period, with the
minimum period being 5 minutes and the maximum 24 hours. B. Incorrect: Metrics can be evaluated on a 5-minute interval. C. Incorrect: Metrics can be evaluated on an hourly interval. D. Incorrect: Metrics can be evaluated on a 24-hour interval. |
38.
Which of the following diagnostics is not available for querying from Table storage?
- A.Diagnostic infrastructure logs
- B.Windows System event logs
- C.Performance counters
- D.IIS logs
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
A. Incorrect: Diagnostics logs are available from Table storage. B. Incorrect: Windows System event logs are available from Table storage. C. Incorrect: Performance Counter metrics are available from Table storage. D. Correct: IIS logs can be retrieved only from Blob storage, not Table storage. |
39.
If you do not enable diagnostics, which of the following diagnostics will you have?
(Choose all that apply.)
- A.Disk read and write
- B.CPU percentage
- C.Network in and network out
- D.Disk read guest operating system and disk write guest operating system
- Answer & Explanation
- Report
Answer : [A, B, C]
Explanation :
Explanation :
A. Correct: By default, Disk Read and Write diagnostics are collected. B. Correct: By default, CPU percentage diagnostics are collected. C. Correct: By default, Network In and Network Out diagnostics are collected. D. Incorrect: Without diagnostics enabled, you have access only to the five metrics that are exposed by the VM host (Read/Write, CPU percentage, Network In/Out) and not the guest operating system. |
40.
Which of the following emulators is installed with the Azure SDK? (Choose all that apply.)
- A.Service bus emulator
- B.Virtual machine emulator
- C.Compute emulator
- D.Storage emulator
- Answer & Explanation
- Report
Answer : [C, D]
Explanation :
Explanation :
A. Incorrect: The service bus does not have an emulator. B. Incorrect: Virtual machines do not have an emulator. C. Correct: The Compute Emulator is installed by the Azure SDK. D. Correct: The Storage Emulator is installed by the Azure SDK. |