210-250 · Question #70
Which definition of the IIS Log Parser tool is true?
The correct answer is C. a powerful, versatile tool that makes it possible to run SQL-like queries against log flies. Microsoft Log Parser is a command-line tool that accepts SQL-like query syntax to extract and analyze data from IIS logs and many other log formats.
Question
Which definition of the IIS Log Parser tool is true?
Options
- Aa logging module for IIS that allows you to log to a database
- Ba data source control to connect to your data source
- Ca powerful, versatile tool that makes it possible to run SQL-like queries against log flies
- Da powerful versatile tool that verifies the integrity of the log files
How the community answered
(45 responses)- A2% (1)
- B2% (1)
- C91% (41)
- D4% (2)
Why each option
Microsoft Log Parser is a command-line tool that accepts SQL-like query syntax to extract and analyze data from IIS logs and many other log formats.
A logging module that writes IIS logs to a database describes a log sink or provider component, not Log Parser, which reads and queries existing logs rather than writing them.
A data source control for connecting to a data source describes a web development component (such as SqlDataSource in ASP.NET), not a log analysis tool.
Log Parser is a versatile tool that allows analysts to run SQL-like queries (SELECT, WHERE, GROUP BY, etc.) against IIS log files, Windows Event Logs, CSV files, and other sources, enabling flexible log analysis without a dedicated database engine.
Log Parser performs querying and extraction of log data; it does not verify cryptographic integrity or tamper-evidence of log files.
Concept tested: IIS Log Parser tool functionality and use case
Source: https://learn.microsoft.com/en-us/iis/extensions/log-parser-plugin-for-iis-manager/log-parser-plugin-for-iis-manager
Topics
Community Discussion
No community discussion yet for this question.