nerdexam
Cisco

300-215 · Question #15

Refer to the exhibit. Which type of code created the snippet?

The correct answer is A. VB Script. The syntax in the code snippet includes: On Error Resume Next - a classic VBScript error-handling directive. function ... end function structure. Use of Mid(), Chr(), and Asc() functions - all commonly used in VBScript for string manipulation. CInt() for conversion - typical in…

Submitted by klara.se· Mar 6, 2026Fundamentals

Question

Refer to the exhibit. Which type of code created the snippet?

Exhibit

300-215 question #15 exhibit

Options

  • AVB Script
  • BPython
  • CPowerShell
  • DBash Script

How the community answered

(26 responses)
  • A
    92% (24)
  • C
    4% (1)
  • D
    4% (1)

Explanation

The syntax in the code snippet includes: On Error Resume Next - a classic VBScript error-handling directive. function ... end function structure. Use of Mid(), Chr(), and Asc() functions - all commonly used in VBScript for string manipulation. CInt() for conversion - typical in VBScript. These characteristics align exactly with VBScript, which is frequently used in malicious macros and obfuscated payloads for malware distribution, as covered in the Cisco CyberOps Associate curriculum when analyzing scripts and encoded threats.

Topics

#scripting languages#VB Script#code identification

Community Discussion

No community discussion yet for this question.

Full 300-215 Practice