Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR) — Question 332

Which wildcard is used with programmable APIs to Identify the values Cisco, Ciscotest, and CiscoSystems?

Answer options

Correct answer: A

Explanation

The correct answer, A, uses the wildcard pattern 'Cisco__*__' which effectively matches any string that begins with 'Cisco' followed by any characters. Option B, 'Cis?o', only matches specific variations of the word and is too restrictive. Options C and D also do not match all desired values as they either require the string to end with 'Cisco' or have specific characters in set positions.