πŸ”

200-301 β€” questions

Page 36 of 60 Β· 1182 total questions.

Topic 1 Β· Question 769

Refer to the exhibit. What is identified by the word `switch` within line 2 of the JSON Schema?

Exhibit 1 for question 769
  • Aarray
  • Bvalue
  • Cobject
  • Dkey (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: key

Topic 1 Β· Question 770

Refer to the exhibit. Which type of JSON data is shown?

Exhibit 1 for question 770
  • Aboolean
  • Barray
  • Ckey
  • Dobject (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: object

Topic 1 Β· Question 772

Which communication interaction takes place when a southbound API is used?

  • Abetween the SDN controller and PCs on the network
  • Bbetween the SDN controller and switches and routers on the network (correct answer)
  • Cbetween the SDN controller and services and applications on the network
  • Dbetween network applications and switches and routers on the network
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: between the SDN controller and switches and routers on the network

Explanation

Controller-based networking centralizes policy and exposes programmable management interfaces.

Topic 1 Β· Question 773 Β· Select all that apply

What are two characteristics of a public cloud implementation? (Choose two.)

  • AIt is owned and maintained by one party, but it is shared among multiple organizations (correct answer)
  • BIt enables an organization to fully customize how it deploys network resources
  • CIt provides services that are accessed over the Internet (correct answer)
  • DIt is a data center on the public Internet that maintains cloud services for only one company
  • EIt supports network resources from a centralized third-party provider and privately-owned virtual resources
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: It is owned and maintained by one party, but it is shared among multiple organizations Option C: It provides services that are accessed over the Internet

Topic 1 Β· Question 778

Refer to the exhibit. How many objects keys, and JSON list values are present?

Exhibit 1 for question 778
  • AThree objects, two keys, and three JSON list values
  • BThree objects, three keys, and two JSON list values
  • COne object, three keys, and three JSON list values (correct answer)
  • DOne object, three keys, and two JSON list values
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: One object, three keys, and three JSON list values

Explanation

JSON represents structured data using objects, arrays, names, and values.

Topic 1 Β· Question 779 Β· Select all that apply

Which two primary drivers support the need for network automation? (Choose two.)

  • AIncreasing reliance on self-diagnostic and self-healing (correct answer)
  • BEliminating training needs
  • CPolicy-driven provisioning of resources (correct answer)
  • DReducing hardware footprint
  • EProviding a single entry point for resource provisioning
Reveal answer & explanation
Correct answer: A, C

The correct answer is A, C. Option A: Increasing reliance on self-diagnostic and self-healing Option C: Policy-driven provisioning of resources

Explanation

OSPF elects a designated router on multiaccess networks to reduce adjacency and LSA exchange overhead.

Topic 1 Β· Question 780

What is an expected outcome when network management automation is deployed?

  • AA distributed management plane must be used.
  • BComplexity increases when new device configurations are added.
  • CCustom applications are needed to configure network devices.
  • DSoftware upgrades are performed from a central controller. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Software upgrades are performed from a central controller.

Explanation

Controller-based networking centralizes policy and exposes programmable management interfaces.

Topic 1 Β· Question 781

Refer to the exhibit. What is represented by `R1` and `SW1` within the JSON output?

Exhibit 1 for question 781
  • Aobject
  • Bvalue (correct answer)
  • Ckey
  • Darray
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: value

Topic 1 Β· Question 783

Which HTTP status code is returned after a successful REST API request?

  • A200 (correct answer)
  • B301
  • C404
  • D500
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: 200

Topic 1 Β· Question 784

With REST API, which standard HTTP header tells a server which media type is expected by the client?

  • AAccept-Encoding: gzip. deflate
  • BAccept-Patch: text/example; charset=utf-8
  • CContent-Type: application/json; charset=utf-8
  • DAccept: application/json (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Accept: application/json

Explanation

JSON represents structured data using objects, arrays, names, and values.

Topic 1 Β· Question 785

Refer to the exhibit. How many objects are present in the given JSON-encoded data?

Exhibit 1 for question 785
  • AOne
  • BFour
  • CSeven
  • DNine (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Nine

Topic 1 Β· Question 786

What is the purpose of the Cisco DNA Center controller?

  • Ato securely manage and deploy network devices (correct answer)
  • Bto scan a network and generate a Layer 2 network diagram
  • Cto secure physical access to a data center
  • Dto provide Layer 3 services to autonomous access points
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: to securely manage and deploy network devices

Topic 1 Β· Question 787

What is the function of the controller in a software-defined network?

  • Aforwarding packets
  • Bmulticast replication at the hardware level
  • Csetting packet-handling policies (correct answer)
  • Dfragmenting and reassembling packets
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: setting packet-handling policies

Topic 1 Β· Question 788

Refer to the exhibit. A network engineer must configure NETCONF. After creating the configuration, the engineer gets output from the command show line but not from show running-config. Which command completes the configuration?

Exhibit 1 for question 788
  • ADevice(config)# netconf lock-time 500
  • BDevice(config)# netconf max-message 1000 (correct answer)
  • CDevice(config)# no netconf ssh acl 1
  • DDevice(config)# netconf max-sessions 100
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Device(config)# netconf max-message 1000

Topic 1 Β· Question 789

Which statement identifies the functionality of virtual machines?

  • AVirtualized servers run most efficiently when they are physically connected to a switch that is separate from the hypervisor
  • BThe hypervisor can virtualize physical components including CPU, memory, and storage (correct answer)
  • CEach hypervisor can support a single virtual machine and a single software switch
  • DThe hypervisor communicates on Layer 3 without the need for additional resources
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: The hypervisor can virtualize physical components including CPU, memory, and storage

Topic 1 Β· Question 790

Which network plane is centralized and manages routing decisions?

  • Amanagement plane
  • Bdata plane
  • Cpolicy plane
  • Dcontrol plane (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: control plane

Topic 1 Β· Question 791

Refer to the exhibit. A network engineer must provide configured IP addressing details to investigate a firewall rule issue. Which subnet and mask identify what is configured on the en0 interface?

Exhibit 1 for question 791
  • A10.8.0.0/16
  • B10.8.64.0/18
  • C10.8.128.0/19 (correct answer)
  • D10.8.138.0/24
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 10.8.128.0/19

Topic 1 Β· Question 792 Β· Select all that apply

What are two characteristics of a small office / home office connection environment? (Choose two.)

  • AIt requires 10Gb ports on all uplinks.
  • BIt supports between 1 and 50 users. (correct answer)
  • CIt supports between 50 and 100 users.
  • DA router port connects to a broadband connection. (correct answer)
  • EIt requires a core, distribution, and access layer architecture.
Reveal answer & explanation
Correct answer: B, D

The correct answer is B, D. Option B: It supports between 1 and 50 users. Option D: A router port connects to a broadband connection.

Topic 1 Β· Question 793

Which element of a virtualization solution manages virtualized services and enables connections between virtualized services and external interfaces?

  • Asoftware (correct answer)
  • Bnetwork functionality
  • Cvirtual machine
  • Dhardware
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: software

Topic 1 Β· Question 794

What is a function of Layer 3 switches?

  • AThey route traffic between devices in different VLANs. (correct answer)
  • BThey transmit broadcast traffic when operating in Layer 3 mode exclusively.
  • CThey move frames between endpoints limited to IP addresses.
  • DThey forward Ethernet frames between VLANs using only MAC addresses,
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: They route traffic between devices in different VLANs.

Explanation

A VLAN creates a separate Layer 2 broadcast domain on switched infrastructure.

Showing questions 701–720 of 1182 Β· Page 36 of 60