exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 365 discussion

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

What matches the regular expression r(ege)+x?

  • A. r(ege)x
  • B. regeegex
  • C. rx
  • D. rege+x
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. r(ege)x The same as with Question #292 Explanation of the Regular Expression r(ege)+x: r: The string must start with the letter r. (ege)+: The group (ege) must appear at least once (due to the + quantifier). This means one or more consecutive instances of the exact sequence ege are required. x: The string must end with the letter x.
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 ...