nerdexam
F5

101 · Question #155

Which of the following can be associated with an XML profile?

The correct answer is C. Parameter. In BIG-IP ASM, an XML profile can be associated with a parameter so that ASM applies XML-specific validation rules to the content submitted in that parameter.

Section 2: F5 Solutions and Technology

Question

Which of the following can be associated with an XML profile?

Options

  • AFlow
  • BMethod
  • CParameter
  • DFile type

How the community answered

(52 responses)
  • A
    4% (2)
  • C
    94% (49)
  • D
    2% (1)

Why each option

In BIG-IP ASM, an XML profile can be associated with a parameter so that ASM applies XML-specific validation rules to the content submitted in that parameter.

AFlow

Flows are constructs associated with web services and SOAP/WSDL definitions in ASM, not with XML profiles directly.

BMethod

HTTP methods (GET, POST, etc.) are associated with URL or file type policies, not with XML profiles.

CParameterCorrect

ASM XML profiles define how XML content should be validated, including checks for well-formedness, schema compliance, and XML-based attacks like XXE. By associating an XML profile with a specific parameter, ASM knows to treat that parameter's value as XML and apply the appropriate deep-inspection rules. This allows fine-grained control over which request parameters carry XML payloads and how they are inspected.

DFile type

File types define allowed extensions and their handling rules; XML profiles are applied at the parameter level, not the file type level.

Concept tested: BIG-IP ASM XML profile parameter association

Source: https://techdocs.f5.com/en-us/bigip-15-1-0/big-ip-asm-getting-started-guide/xml-profile-associations.html

Topics

#XML profile#ASM policy#parameter association#web services

Community Discussion

No community discussion yet for this question.

Full 101 Practice