exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 292 discussion

Actual exam question from Cisco's 200-201
Question #: 292
Topic #: 1
[All 200-201 Questions]

What matches the regular expression c(rgr)+e?

  • A. c(rgr)e
  • B. crgrrgre
  • C. crgr+e
  • D. ce
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mgo28404
5 months ago
Selected Answer: A
The correct answer is: A. c(rgr)e Explanation of the Regular Expression c(rgr)+e: c: The string must start with the letter c. (rgr)+: The pattern rgr is grouped with parentheses. The + quantifier means that the group rgr must appear at least once (one or more times). e: The string must end with the letter e.
upvoted 1 times
...
3000bd6
7 months, 1 week ago
I think it's A
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

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.

SaveCancel
Loading ...