CiscoCisco
200-201 · Question #315
200-201 Question #315: Real Exam Question with Answer & Explanation
Sign in or unlock 200-201 to reveal the answer and full explanation for question #315. The question stem and answer options stay visible for context.
Submitted by amina.ke· Mar 6, 2026Security Monitoring
Question
What matches the regular expression c(rgr)+e?
Options
- Ac(rgr)e
- Bcrgrrgre
- Ccrgr+e
- Dce
- Ec(rgr)e does not have the repetition of "rgr" more than once, so it does not match the pattern.
- Fcrgrrgre matches the pattern as it contains "rgr" repeated one or more times between "c" and
- Gcrgr+e doesn't match because the "+" symbol indicates that the "r" should be repeated one or
- Hce does not match the pattern as it does not contain the "rgr" sequence.
Unlock 200-201 to see the answer
You've previewed enough free 200-201 questions. Unlock 200-201 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Regular expressions#Pattern matching#Log analysis