0% found this document useful (0 votes)
953 views4 pages

NPTEL - CC - Assignment 8 2022

This document contains a 10 question multiple choice quiz about cloud computing and container terminology, concepts in internet of things (IoT), and sensor cloud architecture. The questions cover topics such as the difference between containers and images in Docker, components of an IoT system, layers of an IoT cloud architecture, and sensor network configurations. For each question, the correct answer and a brief explanation of the answer is provided.

Uploaded by

G100 -vishant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
953 views4 pages

NPTEL - CC - Assignment 8 2022

This document contains a 10 question multiple choice quiz about cloud computing and container terminology, concepts in internet of things (IoT), and sensor cloud architecture. The questions cover topics such as the difference between containers and images in Docker, components of an IoT system, layers of an IoT cloud architecture, and sensor network configurations. For each question, the correct answer and a brief explanation of the answer is provided.

Uploaded by

G100 -vishant
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

NPTEL Online Certification Courses Indian Institute of Technology Kharagpur

Cloud Computing
Assignment- Week 8
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10

MCQ/MSQ Question
QUESTION 1:
In the containers terminology
Statement 1: ps : List all containers (incl. stopped)
Statement 2: rm : Delete a container
Which of the above statements are True?

a. I only
b. II only
c. I and II
d. None

Correct Answer: b

Detailed Solution: In containers terminology ps : List all running containers (ps -a : List all

containers (incl. stopped)) therefore statement 1 is false only statement 2 is true.

QUESTION 2:
Docker provides application level virtualization.

a. True
b. False

Correct Answer: a

Detailed Solution: One of the reasons why docker is needed for applications is that it provides

application level virtualization.


NPTEL Online Certification Courses Indian Institute of Technology Kharagpur

QUESTION 3:
In the image terminologies rmi is used to?

a. Delete a local image


b. List all local images
c. Delete a container
d. Download image from repository

Correct Answer: a

Detailed Solution: In image terminology rmi is used to delete a local image.

QUESTION 4:
A container is a runtime instance of an image.

a. True
b. False

Correct Answer: a

Detailed Solution: The given statement is true.

QUESTION 5:
Statement 1: Sensor data can be easily shared by different groups of users.
Statement 2: Sensor nodes have substantial data acquisition and processing capability.
Which of the above statements are True?

a. I only
b. II only
c. I and II
d. None

Correct Answer: b

Detailed Solution: Sensor data cannot be easily shared by different groups of users therefore

statement 1 is false.
NPTEL Online Certification Courses Indian Institute of Technology Kharagpur

QUESTION 6:
__ is an Interface between sensor resources and the cloud fabric.

a. Sensor network proxy


b. Sensor-Cloud proxy
c. None

Correct Answer: b

Detailed Solution: Sensor-Cloud proxy is an Interface between sensor resources and the cloud

fabric.

QUESTION 7:
Sensor Network proxy provides the connection for sensor resources that do not have direct
connection to the cloud.

a. True
b. False

Correct Answer: a

Detailed Solution: The given statement is true.

QUESTION 8:
Building blocks of IOT are

a. Things
b. Gateway
c. Network and Cloud
d. All above

Correct Answer: d

Detailed Solution: An IoT platform has basically three building blocks Things, Gateway, Network

and Cloud.

QUESTION 9:
__ layer of an IOT cloud system represents typical IoT applications executed across IoT and
Clouds.
NPTEL Online Certification Courses Indian Institute of Technology Kharagpur

a. Top layer
b. Middle layer
c. Bottom layer
d. None

Correct Answer: a

Detailed Solution: Top layer represents typical IoT applications executed across IoT and Clouds.

QUESTION 10:
The Virtual sensor configuration in which the geographical area is divided into regions and each
region can have one or more physical sensors and sensor networks is?

a. One to many configuration


b. Many to one configuration
c. Many to many configuration
d. Derived configuration

Correct Answer: b

Detailed Solution: In many to one configuration the geographical area is divided into regions and

each region can have one or more physical sensors and sensor networks.

*********END*******

You might also like