NPTEL CC Assignment3-1

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

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

QUESTION 1:

Which of the following is/are NOT SLA requirement(s) of PaaS cloud delivery model?

a. Privacy
b. Data Retention and Deletion
c. Machine-Readable SLAs
d. Certification

Correct Answer: b, c
Detailed Solution: Data Retention and Deletion and Machine-Readable SLAs are not SLA requirements
with respect to Paas cloud delivery model.

QUESTION 2:

Which of the following is/are true regarding penalty cost? (Here D(t) and R(t) are instantaneous
demand and resources at time t.)

a. Penalty cost ∝ ∫|𝐷(𝑡)/𝑅(𝑡)|𝑑𝑡

b. If demand is flat, penalty is equal to 0.


c. If demand is exponential (D(t)=et), any fixed provisioning interval (tp) according to the current
demands will fall linearly behind.
d. The penalty cost for exponential demand is exponential.

Correct Answer: b, c
Detailed Solution:

Penalty cost ∝ ∫|𝐷(𝑡) − 𝑅(𝑡)|𝑑𝑡. . If demand is exponential (D(t)=et), any fixed provisioning

interval (tp) according to the current demands will fall exponentially behind.

1
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 3:

Row-oriented storage is efficient for data-warehouse workloads.

a. TRUE
b. FALSE

Correct Answer: b
Detailed Solution:
Column-oriented storage is efficient for data-warehouse workloads.

QUESTION 4:

Which of the following is/are example(s) of cloud SLA(s) with IaaS delivery model?

a. Amazon EC2
b. Google App Engine
c. Salesforce CRM
d. Zoho mail

Correct Answer: a
Detailed Solution:
Amazon EC2 is a cloud SLA with IaaS delivery model.

QUESTION 5:

Which of the following OpenStack components is used for block storage services?

a. Keystone
b. Cinder
c. Swift
d. Neutron

Correct Answer: b

Detailed Solution:
Cinder is used for block storage services in OpenStack.

2
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 6:

In cloud, service downtime is 30 minutes and availability of the service is 0.80. What is the
service uptime?

(a) 120 minutes


(b) 60 minutes
(c) 150 minutes
(d) 135 minutes

Correct Answer: c
Detailed Solution:
Availability = 1 – (downtime/uptime).
Uptime = Downtime/(1-Availability) = 30/(1-0.8) = 150 minutes

QUESTION 7:

In Google File System (GFS), the master maintains regular communication with the chunk servers.

a. TRUE
b. FALSE

Correct Answer: a

Detailed Solution:
In Google File System, the master maintains regular communication with the chunk servers
through heartbeat messages.

QUESTION 8:

In a system, 400 unit workloads have been added. What will be the penalty?
a. 40%
b. 100 %
c. 20%
d. 8000%
Correct Answer: c
Detailed Solution:
Adding n independent demands reduces the Cv by 1/sqrt(n) which in turn results penalty to
3
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

1/sqrt(n).

QUESTION 9:

Which of the following option(s) is/are correct?

a. Service Level Agreement(SLA) contains Service Level Objectives(SLO)


b. Service Level Objectives(SLO) contains Service Level Agreement(SLA)
c. Multiple Service Level Agreements (SLAs) are aggregated to Key Performance Indiocator (KPI)
d. Key Performance Indiocators (KPIs) are aggregated to Service Level Objectives(SLO)

Correct Answer: a, d

Detailed Solution:
The correct statements are: (a) SLA contains SLO. (d) KPIs are aggregated to SLO.

QUESTION 10:

Statement 1: In OpenStack block storage, the stored objects persist until the VM is terminated.
Statement 2: In OpenStack ephemeral storage, the stored objects are accessible from within VM
as local file system.

a. Both statement 1 and 2 are correct


b. Statement 1 is correct and statement 2 is incorrect
c. Statement 2 is correct and statement 1 is incorrect
d. Both statement 1 and 2 are incorrect

Correct Answer: c
Detailed Solution:
In OpenStack block storage, the stored objects persist until specifically deleted by the user. In
OpenStack ephemeral storage, the stored objects are accessible from within the VM as local file
system.
************END*******

You might also like