Exam CCSE-204 Topic 1 Question 13 Discussion
Actual exam question for CrowdStrike's CCSE-204 exam
Question #: 13
Topic #: 1
Question #: 13
Topic #: 1
Review the log sample below:

What type of parser should be used to extract fields and values from this log?

What type of parser should be used to extract fields and values from this log?
Suggested Answer: B Vote an answer
The sample log is a comma-delimited record with values separated by commas, and some fields are enclosed in quotes. That structure matches CSV-style parsing . In CrowdStrike LogScale, parseCsv() is used for delimited logs where fields appear in a consistent order and are separated by a defined delimiter. This fits the sample shown.
Why the other options are incorrect:
A). XML is incorrect because the log does not use XML tags.
C). JSON is incorrect because the log is not in brace-based key/value JSON format.
D). Key-Value is incorrect because the fields are not expressed as key=value pairs; they are positional comma- separated values instead.
Why the other options are incorrect:
A). XML is incorrect because the log does not use XML tags.
C). JSON is incorrect because the log is not in brace-based key/value JSON format.
D). Key-Value is incorrect because the fields are not expressed as key=value pairs; they are positional comma- separated values instead.
by Sampson at Jul 28, 2026, 09:52 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).