exam questions

Exam MD-102 All Questions

View all questions & answers for the MD-102 exam

Exam MD-102 topic 1 question 25 discussion

Actual exam question from Microsoft's MD-102
Question #: 25
Topic #: 1
[All MD-102 Questions]

You have 100 computers that run Windows 10 and connect to an Azure Log Analytics workspace.
Which three types of data can you collect from the computers by using Log Analytics? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

  • A. failure events from the Security log
  • B. the list of processes and their execution times
  • C. the average processor utilization
  • D. error events from the System log
  • E. third-party application logs stored as text files
Show Suggested Answer Hide Answer
Suggested Answer: CDE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
HvD
Highly Voted 1 year, 8 months ago
Answer id BCD: - A: No security-event loggings in LogAnalytics Agent (MMA) - B: the list of processes and their execution times: Yes, try it if you want in LogAnalytics: Perf | where ObjectName == "Process" and CounterName == "% Processor Time" You will see all processes of all the computers and their run time. - C: the average processor utilization: Yes, run: InsightsMetrics | where Origin == "vm.azm.ms" | where Namespace == "Processor" and Name == "UtilizationPercentage" D: Yes, Systemlogs are collected. E: Log files apart from Application and System logs are NOT collected. For sure not if they are text-based log files. Only Eventlogs. No textfiles.
upvoted 28 times
Rubends
1 year, 8 months ago
I think it's correct, E: you must configure it.
upvoted 1 times
...
MR_Eliot
1 year, 3 months ago
Totally agree with you. BCD is the answer.
upvoted 4 times
...
...
Besxp
Most Recent 7 hours, 51 minutes ago
Selected Answer: ACD
Most Accurate and Updated Answers (2025): A. Failure events from the Security log → ✅ (now supported via AMA) C. Average processor utilization → ✅ (always supported via performance counters) D. Error events from the System log → ✅ (supported via event log collection) ❗ Why Are Answers Online So Varied? Outdated agent models: Most confusion is due to the transition from MMA (Log Analytics agent) to AMA (Azure Monitor Agent), which has far more granular control over data collection. Custom logs (E) require manual configuration, so some people incorrectly rule them out entirely. Process info (B) is misleading — while some performance counters are available per process, actual execution time logging is not a default feature of Log Analytics.
upvoted 1 times
...
bigdaddyzaddy
2 months, 3 weeks ago
Selected Answer: C
The answer is C guys. Administrative template (A) has been retired
upvoted 1 times
bigdaddyzaddy
2 months, 3 weeks ago
I posted this answer on the wrong question. Sorry
upvoted 2 times
...
...
ExamBud
3 months, 2 weeks ago
Selected Answer: ACD
As today you can collect security logs using the Azure Log Analytics, I think it can be ACDE.
upvoted 3 times
...
hieunm2411
4 months, 3 weeks ago
Selected Answer: CDE
C: Perf | where ObjectName == "Processor" and CounterName == "% Processor Time" and InstanceName == "_Total" | summarize AVGCPU = avg(CounterValue) by Computer Average CPU utilization across all computers https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-performance-counters D: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-syslog E: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-custom-logs
upvoted 3 times
...
TedEx2
6 months ago
Selected Answer: CDE
The Log Analytics agent itself does not natively collect detailed process information, such as a list of processes and their execution times, without additional configuration. B is wrong.
upvoted 3 times
...
c4e009c
6 months, 3 weeks ago
Selected Answer: CDE
C: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-performance-counters#log-queries-with-performance-records D: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-syslog E: https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-custom-logs
upvoted 3 times
...
KBMS
9 months, 2 weeks ago
Security Log Events: Log Analytics can collect various types of events from the Security log, which includes failure events. This is useful for monitoring security-related incidents on your devices. Processor Utilization: Performance data, such as average processor utilization, can be collected to monitor the performance and health of your devices. System Log Events: Error events from the System log can be collected to help diagnose and troubleshoot issues on your devices. Options B and E are not correct because Log Analytics does not natively collect detailed process execution times or third-party application logs stored as text files without additional configuration or custom log collection setups. correct answers are: A, C, D
upvoted 3 times
...
CJL324
1 year ago
B. the list of processes and their execution times C. the average processor utilization E. third-party application logs stored as text files
upvoted 1 times
...
sace
1 year, 1 month ago
Selected Answer: BCD
The three types of data that you can collect from the computers using Azure Log Analytics are: B. the list of processes and their execution times: Log Analytics can collect process-related information, including details about running processes and their resource consumption. C. the average processor utilization: Log Analytics can capture performance-related data, such as CPU utilization metrics, which can include averages over time. D. error events from the System log: Log Analytics can gather events from Windows Event Logs, including error events from the System log, providing insights into system-level issues and errors. Therefore, the correct selections are: B. the list of processes and their execution times C. the average processor utilization D. error events from the System log
upvoted 3 times
...
Burkidur
1 year, 3 months ago
It's probably outdated and you won't see those exact answers on the exam. MMA is being replaced with AMA and it does collect custom text logs ( https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-collection-text-log?WT.mc_id=AZ-MVP-5000120&tabs=portal ).
upvoted 4 times
...
MR_Eliot
1 year, 3 months ago
Selected Answer: BCD
See comment from HvD.
upvoted 2 times
...
Merrybob
1 year, 4 months ago
Selected Answer: BCD
BCD List of processes and their execution times Average processor utilization (these are performance metrics and easily captured by Log Analytics) Error events from System log
upvoted 1 times
...
Merrybob
1 year, 4 months ago
BCD - I've set this up in a Log Analytics Workspace and tried it myself.
upvoted 1 times
...
ubiquituz
1 year, 5 months ago
CDE Windows Event logs Information sent to the Windows event logging system Syslog Information sent to the Linux event logging system Performance Numerical values measuring performance of different aspects of operating system and workloads IIS logs Usage information for IIS websites running on the guest operating system Custom logs Events from text files on both Windows and Linux computers https://learn.microsoft.com/en-us/azure/azure-monitor/agents/log-analytics-agent
upvoted 1 times
...
yosry
1 year, 5 months ago
Selected Answer: BCD
seems correct
upvoted 1 times
...
belyo
1 year, 6 months ago
Selected Answer: BCD
not sure that 3rd party logs can be collected by default, you need SIEM integration / Sentinel Log Analytics documentation dont say much about 3rd party log collection i would go with BCD
upvoted 1 times
NoursBear
1 year, 4 months ago
https://learn.microsoft.com/en-us/azure/azure-monitor/agents/data-sources-custom-logs
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...