exam questions

Exam 300-820 All Questions

View all questions & answers for the 300-820 exam

Exam 300-820 topic 1 question 106 discussion

Actual exam question from Cisco's 300-820
Question #: 106
Topic #: 1
[All 300-820 Questions]

An engineer is investigating failing incoming calls that are expected to connect. The engineer notices that the failed calls all have a port number of 5060 at the end of the URI. The search rules are configured in a way that they do not expect a port to be included. Which configuration allows the routing of this call?

  • A. * transform with a pattern string of *(.*)@example.com(:5060)?"
    * replace a suing of \[email protected]
  • B. * search rule with a pattern string of “(.*)@example.com(:5050)?"
    * replace a string of \1\2@example com
  • C. search rule with a pattern string of “(.*)@example.com(:5060)?"
    * replace a string of \[email protected]\2
  • D. * transform with a pattern string of “(.*)@example.com(:5060)?"
    * replace a string of \[email protected]\2
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
TheBabu
10 months ago
Selected Answer: A
A seems correct. The statement says routing is in place for URIs without a port, only A correctly strips the port so that the resulting URI can be routed.
upvoted 1 times
...
sgtalex77
11 months ago
It's "A" The question is saying "do not expect" a port. It's saying to strip the port off the end. So A is the correct one
upvoted 1 times
...
Duke_CT
11 months, 3 weeks ago
The correct configuration to allow routing of calls with a port number of 5060 at the end of the URI would be: D. * transform with a pattern string of “(.*)@example.com(:5060)?" replace a string of \[email protected]\2 This configuration uses a regular expression to capture the URI with or without the port number (:5060). Then, it replaces it with the captured part (\[email protected]) and appends the port number (\2), if present, ensuring that the call routing accommodates URIs with or without the port number specified.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago