wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Devnet Final 61-80

Total questions: 24

Worksheet time: 14mins

Name
Class
Date
1.

Match the steps with the actions that are involved when an internal host with IP address 192.168.10.10 attempts to send a packet to an external server at the IP address 209.165.200.254 across a router R1 that is running dynamic NAT. (Not all options are used.)

a)

b)

2.

A network administrator can successfully ping the server at www.cisco.com, but cannot ping the company web server located at an ISP in another city. Which tool or command would help identify the specific router where the packet was lost or delayed?

a)
  • traceroute

b)
  • ipconfig

c)
  • telnet

d)
  • netstat

3.

Which two HTTP functions correspond to the UPDATE function in CRUD? (Choose two.)

a)
  • POST

b)
  • DELETE

c)
  • PATCH

d)
  • PUT

e)
  • GET

4.

Match the term to the RESTAPI request http://example.com/update/person?id=42&email=person%40example.com. (Not all options are used.)

a)

b)

5.

Which HTTP status code category is used in the response to indicate that a REST API request contains an error on the client side?

a)
  • 1xx

b)
  • 2xx

c)
  • 3xx

d)
  • 4xx

e)
  • 5xx

6.

Refer to the exhibit. A network administrator is using a Python script to test a REST API request. The traceback message indicates that there is an error in the URI. What is the error?

a)
  • The protocol is wrong.

b)
  • The resource path is wrong.

c)
  • The SSL certificate is invalid.

d)
  • The destination web host address is invalid.

7.

What are two requirements for an application to communicate with a webhook provider? (Choose two.)

a)
  • The application must support JSON.

b)
  • The application must always be running.

c)
  • The application must register a URL with the webhook provider.

d)
  • The host where the application is running must have an SSH client installed.

e)
  • The host where the application is running must have an SSH server running.

8.

A student is learning network automation by using a REST API. The student sends a request to a network device and receives a response with the status code of 202. What does this status code mean?

a)
  • The request was understood but has been rejected by the server.

b)
  • The request was successful and typically includes a payload.

c)
  • The request has been accepted for processing, but the processing has not been completed.

d)
  • Because of a server error, the request cannot be fulfilled.

9.

What are two characteristics of stateless applications? (Choose two.)

a)
  • They must run on container orchestrators like Kubernetes.

b)
  • They can be freely scaled across available capacity without disrupting ongoing customer connections.

c)
  • They can be scaled only by redeploying them and destroying the data that users or operators previously needed.

d)
  • They maintain the user state within the local user machine so that automation can work non-destructively.

e)
  • They can store a user state in an accessible database separate from application servers and other components.

10.

What is a characteristic of the continuous integration component of the CI/CD philosophy for software development?

a)
  • Code changes are continually merged with the main branch of the application, so change sets are small.

b)
  • Code changes are tested and integrated with the main branch then tested again before they are deployed into production.

c)
  • Code is constantly deployed into production where users serve as the final testers.

d)
  • Application development is performed in short sprints so that enough code is always in a deployable state.

11.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Waterfall method. What is a characteristic of this method?

a)
  • a process that amplifies learning as well as delivers as quickly as possible

b)
  • a software development process where the highest priority is to satisfy the customer through early and continuous delivery of valuable software

c)
  • a software development process where a particular phase depends on the results of the previous phase

d)
  • a process that eliminates anything that does not add value to the project including meetings and documentation

12.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Waterfall method. What is a characteristic of this method?

a)
  • A software development process that prioritizes responding to change over following a plan

b)
  • A process that eliminates inefficient ways of working like expecting coders to multitask

c)
  • A software development process that focuses on frequent delivery of working software as well as collaboration between developers and business employees

d)
  • A software devilment process that can only go forward.

13.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Waterfall method. What is a characteristic of this method?

a)
  • a software development process that has the results of one phase feed into the next phase

b)
  • a process that eliminates anything that does not add value to the project including meetings and documentation

c)
  • a software development process that focuses on frequent delivery of working software as well as collaboration between developers and business employees

d)
  • a process that eliminates inefficient ways of working like expecting coders to multitask

14.

In which SDLC phase is the software product installed into the production environment to decide if it is ready for release?

a)
  • implementation

b)
  • deployment

c)
  • design

d)
  • testing

15.

Which convention is used in Python to indicate that methods and variables in a class are private and not to be used outside of the class?

a)
  • by using a single preceding underscore ( _ ) for a method or variable

b)
  • by using the command class private classname() : to start the class definition

c)
  • by using two preceding hyphens ( — ) for a method or variable

d)
  • by declaring a private method or variable in the beginning of the class definition

16.

A packet is received by a server. The packet has a destination port number of 80. What protocol or service is requested?

a)
  • DHCP

b)
  • Telnet over SSH

c)
  • HTTP

d)
  • RESTCONF

17.

A network administrator is developing an application to control a Webex device through xAPI. Which three protocols can be used to access xAPI? (Choose three.)

a)
  • Telnet, HTTP

b)
  • JSON

c)
  • XML

d)
  • RS-232

e)
  • FTP

18.

Which type of request is used to send a message to a Webex Teams space using Python and the Messages API?

a)
  • PUT

b)
  • POST

c)
  • GET

d)
  • PATCH

19.

A network administrator is assigned the 172.16.0.0/24 block of addresses to use in designing an IP addressing scheme. The administrator submits this design for approval:

  • 172.16.0.0/26

  • 172.16.0.64/27

  • 172.16.0.96/26

  • 172.16.0.128/27

What should be the response from the senior network engineer regarding this design?

a)
  • This design is flawed because the 172.16.0.128/27 network number is invalid.

b)
  • This design will work for the branch office.

c)
  • This design is flawed because no design could have two networks that use a /26 mask and are not consecutive blocks of addresses.

d)
  • This design is flawed because the 172.16.0.96/26 network is not a valid block of addresses.

e)
  • This design is flawed because the 172.16.0.96/26 network overlaps with other addresses.

20.

Which statement describes a stateful firewall?

a)
  • It can filter packets based on information at Layers 3, 4, 5 and 7 of the OSI reference model.

b)
  • It can determine if the connection is in the initiation, data transfer, or termination phase.

c)
  • It can only filter packets based on limited Layer 3 and 4 information.

d)
  • It can expand the number of IP addresses available and can hide network addressing design.

21.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Lean method. What is a characteristic of this method?

a)
  • a process that eliminates inefficient ways of working like expecting coders to multitask

b)
  • a software development process that focuses on frequent delivery of working software as well as collaboration between developers and business employees

c)
  • a software development process that has the results of one phase feed into the next phase

d)
  • a software development process that can only go forward

22.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Lean method. What is a characteristic of this method?

a)
  • a software development process where the highest priority is to satisfy the customer through early and continuous delivery of valuable software

b)
  • a software development process that can only go forward

c)
  • a process that amplifies learning as well as delivers as quickly as possible

d)
  • a more traditional software development process as they have used this process in past projects

23.

A software development company specializes in being able to use whatever software development method their customer wants to use. One customer company wants to use the Lean method. What is a characteristic of this method?

a)
  • a process that was developed for manufacturing, but adapted to other industries

b)
  • a software development process where a particular phase depends on the results of the previous phase

c)
  • a software development process that can only go forward

d)
  • a software development method that tracks closely with the software development life cycle

24.

Refer to the exhibit. Match the Python coding information in the authentication request to the Cisco DNA Center to the location in the script. (Not all options are used.)

a)

b)