ExamGecko
Question list
Search
Search

Question 12 - 500-710 discussion

Report
Export

An engineer must match any incoming call to the Expressway that is searching for an E.164 address of only 6 digits and append the domain cisco.com to the end. Which pattern match and replace string using regular expressions accomplish this task? (Choose two.)

A.

pattern match: ({6}*)

Answers
A.

pattern match: ({6}*)

B.

pattern match ({6}\d)

Answers
B.

pattern match ({6}\d)

C.

pattern match ({5}\d)

Answers
C.

pattern match ({5}\d)

D.

replace string: \[email protected]

Answers
D.

replace string: \[email protected]

E.

replace string: \[email protected]

Answers
E.

replace string: \[email protected]

F.

replace string: \[email protected]

Answers
F.

replace string: \[email protected]

Suggested answer: B, E
asked 11/10/2024
Mounir Mrabet
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first