NPTEL CC Assignment 3
NPTEL CC Assignment 3
Cloud Computing
Assignment- Week 3
TYPE OF QUESTION: MCQ/MSQ
[One or more options may be correct]
QUESTION 1:
____________________________________________________________________________________________________
QUESTION 2:
Which of the following system/ architecture follow(s) Quorum protocol for a large number of
concurrent reads & writes?
(a) Google File System (GFS)
(b) BigTable
(c) Dynamo
(d) None of the above
Correct Answer: c
Detailed Solution: Dynamo follows Quorum protocol for a large number of concurrent reads &
writes.
____________________________________________________________________________________________________
QUESTION 3:
S1: In ephemeral storage, the stored objects persist until the VM is terminated.
Correct Answer: a
____________________________________________________________________________________________________
QUESTION 4:
In cloud, total service uptime is 185 minutes and availability of the service is 0.75. What is the
downtime of the service?
Correct Answer: b
Detailed Solution: Availability = 1 – (downtime/uptime).
downtime = 185 x (1-0.75) = 46.25
____________________________________________________________________________________________________
QUESTION 5:
(a) TRUE
(b) FALSE
Correct Answer: a
Detailed Solution: From the definition of data storage techniques. (Slide no. 6 of Cloud
Computing: Managing Data)
____________________________________________________________________________________________________
QUESTION 6:
What is/are the SLA requirement(s) for PaaS cloud delivery model?
____________________________________________________________________________________________________
QUESTION 7:
What is the parallel efficiency (Eff) of an algorithm? Where a task takes time T in
uniprocessor system, P is number of processors, M is time taken by each processor.
(a) Eff = (T*P)/M
(b) Eff = T*(M/P)
(c) Eff = T/(P*M)
(d) Eff = T*P*M
Correct Answer: c
Detailed Solution: Eff = T/(P*M) is the parallel efficiency(Eff) of an algorithm.
____________________________________________________________________________________________________
QUESTION 8:
What is/ are the expected SLA parameters in Storage-as-a-Service?
QUESTION 9:
In a system, 2500 unit workloads have been added. What will be the penalty?
(a) 25
(b) 100
(c) 50
(d) 2499
Correct Answer: c
Detailed Solution: Adding n independent demands reduces the Cv by 1/sqrt(n) which in
turn results penalty to 1/sqrt(n).
____________________________________________________________________________________________________
QUESTION 10:
When utility premium is greater than the ratio of peak demand to Average demand, then
the cloud is cheaper than owing.
(a) TRUE
(b) FALSE
Correct Answer: b
Detailed Solution: When utility premium is less than ratio of peak demand to Average
demand, the cloud is cheaper than owing.
____________________________________________________________________________________________________
**********END*******