Exam CCSE-204 Topic 1 Question 19 Discussion
Actual exam question for CrowdStrike's CCSE-204 exam
Question #: 19
Topic #: 1
Question #: 19
Topic #: 1
The parseJson() function would be used to parse which log message format from the list below?
Suggested Answer: C Vote an answer
The correct answer is C . CrowdStrike documents parseJson() as the function used to parse data or a field as JSON , converting JSON objects into named fields. The JSON example in the docs matches the structure of option C.
The other options are not JSON. A is key-value style text, B is access-log style text, and D is plain text with a timestamp and message. Those would require other parsing approaches, not parseJson().
The other options are not JSON. A is key-value style text, B is access-log style text, and D is plain text with a timestamp and message. Those would require other parsing approaches, not parseJson().
by Jim at Jun 03, 2026, 09:53 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).