Splunk Core Certified User — Question 207

What result will you get with following search index=test sourcetype="The_Questionnaire_P*" ?

Answer options

Correct answer: C

Explanation

The correct answer is C because the search for sourcetype="The_Questionnaire_P*" will match entries that start with 'The_Questionnaire_P', and the underscore is included in the full string. Options A, B, and D do not match the exact format required by the search pattern.