Babasa09 is correct. I tested it on my Expressway and the match failed, so it would send it to the Traversal Zone. If you make the alias 1335 then there will be a successful match.
None of the answers are correct. I dropped this all into the expression tester on an expressway in my lap, and it says that the pattern doesn't match. So, it would not be sent to the target zone, because it didn't match the pattern. The expressway would then continue to process the next search rule.
So am i to understand C is the correct answer then? as it will match 1335 then stop and replace the string with 135?? or is D correct as the 13358 as a whole string doesn't match??????
Based on LINK for Regex: https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2018/pdf/BRKCOL-2018.pdf
* 0 or more repetitions of previous character or expression
+ 1 or more repetitions of previous character or expression
? 0 or 1 repetitions of previous character or expression
Based on Website (https://www.regextester.com/10544) there are a few options which meets this Regex:
135, 1335, 13335, 1333335
1135, 11335, 113335, 11333335
no match for 13358: D is correct
I think these are valid matches:
35,335,33335,33335 etc.
135,1335,13335,133335 etc.
Because there is no way to get more then one 1 at the beginning. "?" says that the character before the "?" must be there 0 or 1 times.
Yep, i check pattern, and it will work if matching alias will be 1335 without 8 in the end of string
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.300-820 Exam Questions
Log in to ExamTopics
Sign in:
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.
Collabinski
9 months, 3 weeks agoBabas09
1 year, 4 months agoTestingAAgain
1 year, 5 months agokljw5
1 year, 6 months agoundertabler
1 year, 9 months agotilo1988
1 year, 10 months agoKrachowsky
7 months, 3 weeks agoddrogi
2 years, 12 months agovirtu
2 years, 9 months agoBazant
1 year, 10 months agovirtu
2 years, 9 months ago