
CiscoCertified Network Associate Automation (CCNA Automation)
Domain 1Objective 3
3. Describe the Concepts of Test-Driven Development 200-901 Practice Questions (Page 5)
Part of the 1.0 Software Development and Design domain, which accounts for 15% of the 200-901 exam. Cisco does not publish an official question count, but from its 120-minute exam (~50–80 total, ~8–12 in this domain), expect 1–2 from this objective — we provide 48 practice questions to prepare you well beyond it. (estimate)
48questions here
10free pages
8concepts
15%of the exam
Questions 21–25
- 21
What does test coverage measure in a software project?
Select an answer first - 22
A developer is using TDD to build a function that retrieves the CPU utilization of a network device via SNMP. The function takes a device object and returns a float. The developer writes a test that mocks the SNMP session to return a specific OID value. The test fails because the function is not implemented. After implementing the function, the test passes. The developer then notices that the function contains a hardcoded OID that should be configurable. What should the developer do?
Select an answer first - 23
A network automation engineer is adding a function to parse SNMP trap OIDs. Following TDD, they first write a test that expects parse_oid('1.3.6.1.4.1.9.9') to return ['1','3','6','1','4','1','9','9']. The test fails because the function does not exist yet. What is the next step in the TDD cycle?
Select an answer first - 24
What is the primary characteristic of a unit test?
Select an answer first - 25
Why is test coverage important in test-driven development?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Cisco. “200-901” is a trademark of its owner, used for identification only.