wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

105p2 13 & 14

Total questions: 29

Worksheet time: 29mins

Name
Class
Date
1.

(Module 13)

A company uses a cloud-based payroll system. Which cloud computing technology is this company using?

a)

browser as a service (BaaS)

b)

software as a service (SaaS)

c)

wireless as a service (WaaS)

d)

infrastructure as a service (IaaS)

2.

For a data center, what is the difference in the server virtualization data traffic compared with the traditional client-server model?

a)

There is more data traffic flowing from virtual servers to clients.

b)

There are significant data exchanges between virtual servers.

c)

Data traffic from clients will be routed to multiple virtual servers.

d)

More network control traffic is generated between virtual servers and clients.

3.

Which component in a traditional infrastructure device provides Layer 2 and Layer 3 functions to create data paths within a network?

a)

adjacency table

b)

forwarding information base

c)

data plane

d)

control plane

4.

Which network traffic management technology is a basic element in SDN implementations?

a)

IEEE 802.1aq

b)

OpenStack

c)

OpenFlow

d)

Interface to the Routing System

5.

What are two reasons an organization might use cloud computing? (Choose two.)

a)

enables connectivity between disparate networks

b)

reduces the time needed for maintenance windows

c)

increases corporate use of technology resources

d)

enables global access to corporate data

e)

provides power and physical plants capable of meeting increased requirements

6.

Which Cloud computing service would be best for a new organization that cannot afford physical servers and networking equipment and must purchase network services on-demand?

a)

SaaS

b)

IaaS

c)

ITaaS

d)

PaaS

7.

Which services are provided by a private cloud?

a)

encrypted data storage in cloud computing

b)

multiple internal IT services in an enterprise

c)

secure communications between sensors and actuators

d)

online services to trusted vendors

8.

What is a characteristic of data flow processing in SDN?

a)

The SDN controller routes a data flow first and the data plane will use policies to permit or deny the flow.

b)

The SDN controller attaches an entry to each packet to identify the flow.

c)

OpenStack is used to construct the entry in switches to facilitate data forwarding.

d)

Each data flow through the network must be approved by the SDN controller first.

9.

What are three abstraction layers of a computer system? (Choose three.)

a)

services

b)

data

c)

network

d)

hardware

e)

firmware

10.

In software defined network architecture, what function is removed from network devices and performed by an SDN controller?

a)

data plane

b)

control plane

c)

security

d)

application policies

11.

Which term describes the data exchanges between virtual servers in a data center?

a)

backbone traffic

b)

vertical traffic

c)

north-south traffic

d)

east-west traffic

12.

How is the control plane modified to operate with network virtualization?

a)

The control plane function is consolidated into a centralized controller.

b)

A hypervisor is installed in each device to allow multiple instances of the control plane.

c)

Control plane redundancy is added to each network device.

d)

The control plane on each device is interconnected to a dedicated high-speed network.

13.

Which Cloud computing service would be best for an organization that needs to collaboratively create applications and deliver them over the web?

a)

PaaS

b)

IaaS

c)

ITaaS

d)

SaaS

14.

Which two technologies are core components of Cisco ACI architecture? (Choose two.)

a)

Application Policy Infrastructure Controller

b)

Application Network Profile

c)

Interface to the Routing System

d)

OpenFlow enabled switches

e)

Transparent Interconnection of Lots of Links

15.

(Module 14)

What is JSON?

a)

It is a compiled programming language.

b)

It is a scripting language.

c)

It is a data format for storing and transporting data.

d)

It is a database.

16.

What is an architectural constraint to which a true RESTful API web service must adhere?

a)

It operates as a cloud service.

b)

It must support the XML data format.

c)

It runs as client/server model.

d)

It uses HTTPS to transport data.

17.

In the RESTful API request example, ht​tp://ww​w.mapquestapi.com/directions/v2/route?outFormat=json&key=KEY&from=San+Jose,Ca&to=Monterey,Ca, which term describes the component directions/v2/route?

a)

query

b)

resources

c)

API server

d)

parameters

18.

Which statement describes an API?

a)

It is a programming language for creating a web-based application.

b)

It is a set of rules that filter network traffic for web-based applications.

c)

It is a set of functions and procedures that allows a client application to access the data of the service application.

d)

It is a set of functions and subroutines to be used in a comprehensive application.

19.

Which term describes the process of managing configuration changes of network devices in an orderly fashion?

a)

version control

b)

provisioning

c)

automation

d)

orchestration

20.

Which web service API can use multiple data formats including JSON, XML, and YAML?

a)

XML-RPC

b)

JSON-RPC

c)

SOAP

d)

REST

21.

What are two reasons that most RESTful APIs require a key in the request? (Choose two.)

a)

to make sure that the query matches the service offered by the web application

b)

to specify the data format expected from the response

c)

to authenticate the requesting source

d)

to gather information on the people using the API

e)

to encrypt the query message in the API request

22.

What is a difference between the XML and HTML data formats?

a)

XML uses a self-descriptive data structure but HTML uses a standard document structure.

b)

XML formats data in hexadecimal whereas HTML formats data in binary.

c)

XML requires indentation for each key/value pair whereas HTML does not require indentation.

d)

XML encloses data within a pair of tags whereas HTML uses a pair of quotation marks to enclose data.

23.

A programmer is using Ansible as the configuration management tool. Which term is used to describe a set of instructions for execution?

a)

Pillar

b)

Manifest

c)

Playbook

d)

Cookbook

24.

Which term is used to describe a set of instructions for execution by the configuration management tool Chef?

a)

Pillar

b)

Cookbook

c)

Playbook

d)

Manifest

25.

Which two configuration management tools are developed using Python? (Choose two.)

a)

NETCONF

b)

Chef

c)

SaltStack

d)

Puppet

e)

Puppet

26.

Which function of the Cisco intent-based networking system (IBNS) enables network operators to express the expected networking behavior that will best support the business intent?

a)

activation

b)

assurance

c)

translation

d)

ACL analysis

27.

Which types of APIs are suitable for the data communication between a travel website and a hotel chain inquiring about room availability data?

a)

partner APIs

b)

internal APIs

c)

open APIs

d)

public APIs

28.

Which characters are used to enclose a JSON key?

a)

colons

b)

quotation marks

c)

commas

d)

square brackets

29.

Which character is used to separate JSON key/value pairs?

a)

(semi colon) ;

b)

(dash) -

c)

(forward slash) /

d)

(comma) ,