nerdexam
F5

304 · Question #51

How do you configure resource/custom variables in VPE?

The correct answer is B. By defining custom session variables for user-specific data. Option B is correct because in F5 BIG-IP APM's Visual Policy Editor (VPE), resource and custom variables are implemented as session variables - they store user-specific data (such as group membership, attributes, or custom values) scoped to an individual user's session using…

Section 1: Implement APM for Access

Question

How do you configure resource/custom variables in VPE?

Options

  • ABy setting up Resource Items for each application
  • BBy defining custom session variables for user-specific data
  • CBy configuring ACLs in Global Access Control List (ACL) policies
  • DBy configuring variable assignments in authentication policies

How the community answered

(48 responses)
  • A
    2% (1)
  • B
    88% (42)
  • C
    8% (4)
  • D
    2% (1)

Explanation

Option B is correct because in F5 BIG-IP APM's Visual Policy Editor (VPE), resource and custom variables are implemented as session variables - they store user-specific data (such as group membership, attributes, or custom values) scoped to an individual user's session using the session.custom.* namespace. These variables persist throughout the access policy flow and can be read or written at various policy branches.

Why the distractors are wrong:

  • A is wrong because Resource Items define the actual webtop resources (apps, links) users can access - they are not the mechanism for configuring variables.
  • C is wrong because ACLs (Access Control Lists) govern network traffic permissions, not variable definition or storage.
  • D is the closest distractor - there is a "Variable Assign" action in VPE - but the question asks how custom/resource variables are configured, which is fundamentally through session variable definition, not inside "authentication policies" as a distinct construct.

Memory tip: Think of session variables as sticky notes attached to a user's session - each user gets their own set, making them inherently "user-specific data." If you see "custom variables" + "VPE" + "user-specific," the answer is always session variables (B).

Topics

#Custom session variables#VPE variable configuration#User-specific data#Variable assignments

Community Discussion

No community discussion yet for this question.

Full 304 Practice