nerdexam
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)
  • A
    4% (2)
  • B
    5% (3)
  • C
    82% (46)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 500-710 Practice