QuestionQ3

Network Element Programmability

Refer to the exhibit below.

Question Image

Assuming a new ACI instance, what occurs when this script runs?

  • A Ten objects are created and subsequently deleted.
  • B Nine objects are created.
  • C An exception is thrown.
  • D Ten objects are created.
Explanation

range(1,10) produces the nine values 1 through 9. The script submits one tenant-creation request for each value, creating nine uniquely named tenant objects; it does not contain any operation that deletes them.

Community Discussion

No comments yet. Be the first to start the discussion!