Cisco
500-710 · Question #48
Which regular expressions match an alias from the cisco.com domain, with the host portion of the alias consisting of first name last name, with no limits on the length of either name? (Example, John.D
The correct answer is C. (*).(*)@cisco.com. See the full explanation below for the reasoning.
Question
Which regular expressions match an alias from the cisco.com domain, with the host portion of the alias consisting of first name last name, with no limits on the length of either name? (Example, [email protected])
Options
- A()\ ()@cisco.com
- B(\d*).(\d)@cisco.com
- C().()@cisco.com
- D()/.()@cisco.com
How the community answered
(56 responses)- A4% (2)
- B5% (3)
- C82% (46)
- D9% (5)
Community Discussion
No community discussion yet for this question.