exam questions

Exam 300-635 All Questions

View all questions & answers for the 300-635 exam

Exam 300-635 topic 1 question 9 discussion

Actual exam question from Cisco's 300-635
Question #: 9
Topic #: 1
[All 300-635 Questions]

Refer to the exhibit.

Assuming a new ACI instance, what is the result when this script is run?

  • A. Ten objects are created and subsequently deleted.
  • B. Nine objects are created.
  • C. An exception is thrown.
  • D. Ten objects are created.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
anonymousch
Highly Voted 2 days, 3 hours ago
Selected Answer: B
Correct answer is B, because "range(1,10)" will create objects 1,2,3,4,5,6,7,8,9. The stop (10) is exclusive, so omitted.
upvoted 5 times
...
Laith_A
Most Recent 1 month, 1 week ago
agree with B, (class) range range(stop) -> range object range(start, stop[, step]) -> range object Return an object that produces a sequence of integers from start (inclusive) to stop (exclusive) by step. range(i, j) produces i, i+1, i+2, ..., j-1. start defaults to 0, and stop is omitted! range(4) produces 0, 1, 2, 3. These are exactly the valid indices for a list of 4 elements. When step is given, it specifies the increment (or decrement).
upvoted 2 times
...
Pete_P
3 months, 2 weeks ago
agree answer "B"
upvoted 4 times
...
sjhong
5 months, 3 weeks ago
why ten? i think "B" Nine object are cheated
upvoted 3 times
anonymousch
4 months, 1 week ago
Totally agree, this will create 9 tenants. Answer "B" is correct
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago