exam questions

Exam 200-201 All Questions

View all questions & answers for the 200-201 exam

Exam 200-201 topic 1 question 126 discussion

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

Which regex matches only on all lowercase letters?

  • A. [aגˆ’z]+
  • B. [^aגˆ’z]+
  • C. aגˆ’z+
  • D. a*z+
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
anonymous1966
Highly Voted 1 year, 8 months ago
"A" is correct Again in greek for me. The correct question: Which regex matches only on all lowercase letters? A. [a-z]+ <-- a sequence of letters in lower case B. [^a-z]+ <-- NOT a sequence of letters in lower case C. a-z+ <-- a sequence of "a-z" word D. a*z+ <-- exclude "a" finds "z"
upvoted 6 times
...
Eng_ahmedyoussef
Most Recent 7 months, 3 weeks ago
Selected Answer: A
A is correct answer [a-z]+
upvoted 1 times
...
Alannn
1 year, 8 months ago
A is correct, test here: https://regex101.com/
upvoted 4 times
...
5tuple
2 years, 1 month ago
None of the answers are actually valid
upvoted 2 times
harshi
1 year, 11 months ago
[az]+ is a valid answer too ?
upvoted 1 times
Dunky
1 year, 3 months ago
No, that would exclude b-y
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 ...