nerdexam
Cisco

300-635 · Question #58

300-635 Question #58: Real Exam Question with Answer & Explanation

Sign in or unlock 300-635 to reveal the answer and full explanation for question #58. The question stem and answer options stay visible for context.

Question

Refer to the exhibit. When Cisco UCS is configured, which filter must be added to the str_filter string to retrieve all discovered compute blades with two CPUs?
from ucsm sdk.ucshandle import UcsHandle

handle = UcsHandle(hostname, username, password, port=80)
handle.login()
for blade in handle.query_classid("computeBlade",
 filter_str=" "):
 print(blade)
handle.logout()

Options

  • A(num_of_cpus eq 2) and (discovery eq complete)
  • B(num_of_cpus.x2 type-sum') and (discovery, 'complete1, type='sum')
  • C(num_of_cpus eq <2) and (discovery eq more)
  • D(num_of_cpus. '2', type-eq') and (discovery, 'complete', type='eq')

Unlock 300-635 to see the answer

You've previewed enough free 300-635 questions. Unlock 300-635 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Full 300-635 Practice