Juniper
JN0-224 · Question #15
As part of an application to manage network devices, you must query hundreds of network devices and return the unique set of IP prefixes by configured firewall filters. To accomplish this task you…
The correct answer is D. sets. You've hit your limit · resets 4am (America/New_York)
Python
Question
As part of an application to manage network devices, you must query hundreds of network devices and return the unique set of IP prefixes by configured firewall filters. To accomplish this task you will require a mutable data type that contains unordered, unique elements. Which Python data type will fulfill these requirements?
Options
- Atuples
- Blists
- Cdictionaries
- Dsets
How the community answered
(23 responses)- A13% (3)
- B4% (1)
- C4% (1)
- D78% (18)
Explanation
You've hit your limit · resets 4am (America/New_York)
Topics
#Python sets#mutable types#unique elements#Python data structures
Community Discussion
No community discussion yet for this question.