wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

NETCONF and IoT Quiz

Total questions: 30

Worksheet time: 20mins

Name
Class
Date
1.

A NETCONF client is also called:

a)

Manager

b)

Agent

c)

Broker

d)

Server

2.

NETCONF server on device is known as:

a)

Subscriber

b)

Agent

c)

Manager

d)

Master

3.

Command for locking a configuration:

4 lines
4.

NETCONF ensures:

a)

No security

b)

Reliable network configuration changes

c)

Game graphics processing

d)

GPS positioning

5.

Which protocol complements NETCONF with telemetry?

a)

FTP

b)

gNMI

c)

SMTP

d)

DNS

6.

YARN in Hadoop stands for:

a)

Your Are Real Node

b)

Yet Another Resource Negotiator

c)

Yearly Analysis Report Notation

d)

None

7.

Hive uses language similar to:

a)

C++

b)

SQL

c)

HTML

d)

XML

8.

HBase is a:

a)

Relational DB

b)

NoSQL Store

c)

Graph DB

d)

Spreadsheet

9.

Default block size in Hadoop (newer versions):

a)

64 MB

b)

128 MB

c)

256 KB

d)

1 GB

10.

Pig Latin is used by:

a)

Apache Spark

b)

Hadoop Pig

c)

MongoDB

d)

Cassandra

11.

The operator // performs:

a)

Square root

b)

Floor division

c)

Remainder

d)

Exponential

12.

To start a virtual environment:

a)

python -m venv env

b)

pip install env

c)

restart python

d)

run.exe

13.

Which interface connects Python to SQL?

a)

sqlite3

b)

numpy

c)

matplotlib

d)

pygame

14.

JSON format in Python is supported using:

a)

random

b)

json

c)

urllib

d)

pickle

15.

Sensor data visualization often uses:

a)

matplotlib

b)

imaplib

c)

pygame

d)

wave

16.

Python indentation default is:

a)

1 space

b)

2 spaces

c)

4 spaces

d)

No need

17.

Infinite loop code:

a)

for i in a:

b)

while True:

c)

if loop: end

d)

return

18.

To publish MQTT message:

a)

client.push()

b)

client.publish()

c)

client.save()

d)

client.post()

19.

Which keyword is for error handling?

a)

catch

b)

rescue

c)

try

d)

crash

20.

The smallest IoT-friendly Python board:

a)

Arduino Uno

b)

MicroPython ESP8266

c)

PLC controller

d)

Keyboard

21.

Python comment symbol:

a)

//

b)

#

c)
d)

***

22.

The gateway in IoT acts as:

a)

Game controller

b)

Security guard

c)

Bridge between sensors and cloud

d)

Data deletion tool

23.

Which technology enables unique addressing for IoT?

a)

IPv6

b)

IPv4

c)

MAC cloning

d)

ARP only

24.

What does BLE stand for?

a)

Bluetooth Logical Extension

b)

Bluetooth Low Energy

c)

Binary Long Execution

d)

Basic Light Encoder

25.

Which cloud is majorly used for IoT platforms?

a)

AWS IoT

b)

Oracle SQL

c)

SAP ERP

d)

MS Word Cloud

26.

Which is a security concern in IoT?

a)

Strong encryption

b)

Device vulnerability

c)

Regular patching

d)

Multi-factor Authentication

27.

IoT data analytics is mostly done:

a)

Cloud

b)

Chalk board

c)

USB drive

d)

Printer

28.

Home automation uses:

a)

LoRaWAN

b)

Z-Wave

c)

Satellite radio

d)

SONAR

29.

IoT sensors convert ______ into electrical signals.

4 lines
30.

Which is an IoT communication model?

a)

Request-Reply

b)

Device-to-Device

c)

Device-to-Cloud

d)

All of the above