exam questions

Exam 500-710 All Questions

View all questions & answers for the 500-710 exam

Exam 500-710 topic 1 question 65 discussion

Actual exam question from Cisco's 500-710
Question #: 65
Topic #: 1
[All 500-710 Questions]

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.)

Show Suggested Answer Hide Answer
Suggested Answer: AE 🗳️

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
zeynepece
8 months ago
Selected Answer: AF
A F CORRECT A. pattern match: ({6}\d): This pattern match captures an incoming 6-digit E.164 address. The expression {6} specifies exactly 6 digits, and \d represents a digit (0-9). So, this pattern matches any number that has exactly 6 digits. F. replace string: \[email protected]: The \1 refers to the captured group in the pattern match (the 6-digit E.164 address). The @cisco.com is appended to the 6-digit number, forming a SIP URI like [email protected].
upvoted 1 times
...
tbersimis
3 years, 9 months ago
I don't think this is correct? Can someone please verify? I think it is A and F
upvoted 2 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 ...