Month: September 2021
DevNet Associate 8.8.4 Module 8: Cisco Platforms and Development Quiz (Answers) 1. What is a characteristic of the Yet Another Next Generation (YANG) data model? It uses a MIBs structure. It uses a tree structure. It uses the JSON data format. It uses a list structure. 2. Which …
DevNet Associate 7.8.2 Module 7: Introduction to Automating, Developing, and Deploying Applications with Cisco Quiz (Answers) 1. What is the average cost per hour of an enterprise outage for the largest enterprises? $700,000.00 per hour $500,000.00 per hour $300,000.00 per hour $100,000.00 per hour 2. What is idempotency …
DevNet Associate 6.6.2 Module 6: Application Deployment and Security Quiz (Answers) 1. In serverless computing, which term refers to the ability for resources surrounding an app to change and adjust capacity as needed? extensible scalable elastic flexible 2. Which Linux-based platform is used to create, run, and manage …
DevNet Associate 5.7.2 Module 5: Network Fundamentals Quiz (Answers) 1. Which statement describes the ping and tracert commands? Tracert shows each hop, while ping shows a destination reply only. Tracert uses IP addresses; ping does not. Both ping and tracert can show results in a graphical display. Ping …
DevNet Associate 4.9.3 Module 4: Understanding and Using APIs Quiz (Answers) 1. What is REST? It is a protocol that allows administrators to manage nodes on an IP network. It is a way to store and interchange data in a structured format. It is a human readable data …
DevNet Associate 3.7.2 Module 3: Software Development and Design Quiz (Answers) 1. Which software development methodology prescribes that developers follow a strict process order by completing one step in the SDLC process before proceeding to the next step. Waterfall Agile Lean Scrum 2. Which SDLC development methodology employs …
DevNet Associate 2.3.2 Module 2: The DevNet Developer Environment Quiz Answers 1. What type of learner should take the DevNet Associate course? anyone that does not like working in teams and is a software developer anyone interested in network automation and programmability only new network engineers only new …
DevNet Associate 1.3.4 Module 1 Quiz – Python Review (Answers) 1. A student is learning Python using the interactive interpreter mode. The student issues the commands: Copy>>> routers= >>> switches= >>> devices= >>> devices=devices + >>> for i in devices: if \"R\" in i: routers.append(i) else: switches.append(i) >>> …
DevNet Associate 1.2.3 Quiz Module 1 Quiz – Linux Review (Answers) 1. What Linux command is used to display the contents of the current directory? pwd cat ln ls 2. What command is used to rename a file in a Linux system? mv dd cp rm 3. A …