nerdexam
Broadcom-VMware

1V0-31.21 · Question #28

Which vRealize Network Insight search query is using a nested operator?

The correct answer is B. vm where in (vm where name = 'x'). The search query "vm where in (vm where name = `x')" uses a nested operator. It is specifying a condition for virtual machines (VMs) where the VM name matches 'x' by using the "in" operator to filter VMs where the name equals 'x'.

Identify VMware vRealize Network Insight Components

Question

Which vRealize Network Insight search query is using a nested operator?

Options

  • Avm where name not matches '[a-z] vm-delta [0-9]'
  • Bvm where in (vm where name = 'x')
  • Cvms where memory >= 4096 mb
  • Dvms where ip address != '10.17.0.0/16'

How the community answered

(42 responses)
  • A
    5% (2)
  • B
    83% (35)
  • C
    2% (1)
  • D
    10% (4)

Explanation

The search query "vm where in (vm where name = `x')" uses a nested operator. It is specifying a condition for virtual machines (VMs) where the VM name matches 'x' by using the "in" operator to filter VMs where the name equals 'x'.

Topics

#vRealize Network Insight#nested search operator#query syntax#search query

Community Discussion

No community discussion yet for this question.

Full 1V0-31.21 Practice