NPTEL CC Assignment3-1
NPTEL CC Assignment3-1
NPTEL CC Assignment3-1
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.)
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
QUESTION 3:
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
QUESTION 6:
In cloud, service downtime is 30 minutes and availability of the service is 0.80. What is the
service uptime?
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
1/sqrt(n).
QUESTION 9:
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.
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*******