100% found this document useful (4 votes)
5K views4 pages

NPTEL CC Assignment3

- The document contains a 10 question multiple choice quiz on topics related to cloud computing, including properties of web service SLAs, performance of parallel processing systems, database storage models, cloud service level agreements, and components of the OpenStack cloud platform. - For each question, the correct multiple choice option is provided along with a brief explanation of the answer. - The quiz covers a range of technical cloud computing concepts and is intended to test the learner's understanding of key cloud topics.
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
100% found this document useful (4 votes)
5K views4 pages

NPTEL CC Assignment3

- The document contains a 10 question multiple choice quiz on topics related to cloud computing, including properties of web service SLAs, performance of parallel processing systems, database storage models, cloud service level agreements, and components of the OpenStack cloud platform. - For each question, the correct multiple choice option is provided along with a brief explanation of the answer. - The quiz covers a range of technical cloud computing concepts and is intended to test the learner's understanding of key cloud topics.
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 3
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10

QUESTION 1:
Which of the following is/are properties of Web Service SLAs?

A. SLA automation is required for negotiation, provisioning, service delivery and monitoring.
B. The QoS parameters are response time, SLA violation rate for reliability, availability and cost of
service.
C. UDDI (Universal Description Discovery and Integration) is used for resource allocation.
D. The QoS parameters are related to security, privacy, trust, management, etc.

Correct Option: B, C
Detailed Answer: In Web SLA automation is not required. The QoS parameters are response time,
SLA violation rate for reliability, availability and cost of service and UDDI (Universal Description
Discovery and Integration) is used for resource allocation.

QUESTION 2:
A task takes time T in a uniprocessor system. In a parallel implementation, the task runs on P
processors parallelly. The parallel efficiency is Eff, where 0<Eff<1. What is the time taken by each
processor (M) in this implementation?
A. M = T
B. M = T/(Eff×P)
C. M = T/P
D. M = (T×Eff)/P

Correct Option: B
Detailed Answer: According to the question, parallel efficiency (Eff) is less than 1. Therefore, the
time taken by each processor will be greater than the ideal T/P, and M = T/(Eff ×P).
​ NPTEL Online Certification Courses

​ Indian Institute of Technology Kharagpur

QUESTION 3:
Row-oriented storage is optimal for transaction processing applications.
A. True
B. False
Correct Option: A
Detailed Answer: From the definition of data storage techniques. (Slide no. 6 of Cloud
Computing: Managing Data).

QUESTION 4:
Which of the following is/are the SLA requirement(s) for PaaS cloud delivery model?.
A. Transparency
B. Data Retention and Deletion
C. Privacy
D. Regulatory compliance

Correct Option: A, C, D
Detailed Answer: Refer to the table provided in slide no. 17 of Service Level Agreement (SLA)
Lecture.

QUESTION 5:
In a cloud, total service uptime is 175 minutes and availability of the service is 0.85. What is the
service downtime?
A. 55 minutes
B. 148.75 minutes
C. 26.25 minutes
D. 45 minutes

Correct Option: C
Detailed Answer: Availability = 1 – (downtime/uptime).
Downtime = Uptime×(1-Availability) = 175*(1-0.85) = 26.25 minutes.
​ NPTEL Online Certification Courses

​ Indian Institute of Technology Kharagpur

QUESTION 6:
Which of the following database system/architecture follow(s) Quorum protocol for a large number
of concurrent reads & writes?
A. BigTable
B. Dynamo
C. Datastore
D. Google File System (GFS)

Correct Option: B
Detailed Answer: Dynamo follows Quorum protocol for a large number of concurrent reads &
writes.

QUESTION 7:
Match the components of OpenStack with their functions.

Table I Table II

1. Neutron A. Block storage


2. Cinder B. Identity
3. Keystone C. Compute
4. Nova D. Networking

A. 1->B, 2->D, 3->A, 4->C


B. 1->B, 2->A, 3->D, 4->C
C. 1->C, 2->B, 3->D, 4->A
D. 1->D, 2->A, 3->B, 4->C

Correct Option: D
Detailed Answer: Neutron is used for networking, Cinder is used for block storage, Keystone is
used for identity and Nova is used for compute service.

QUESTION 8:
Let D(t) and R(t) be the instantaneous demand and resources at time t respectively. If demand is
exponential (D(t)=et), any fixed provisioning interval (tp) according to the current demands will
fall linearly behind.
​ NPTEL Online Certification Courses

​ Indian Institute of Technology Kharagpur

A. TRUE
B. FALSE

Correct Option: B
Detailed Answer: If demand is exponential (D(t)=et), any fixed provisioning interval (tp)
according to the current demands will fall exponentially behind.

QUESTION 9:
Which of the following statement(s) regarding OpenStack storage is/are wrong?
A. Object storage is managed by Cinder
B. Both ephemeral storage and block storage are accessible from within VM
C. Block storage persists until VM is terminated
D. Ephemeral storage is used to run operating system and/or scratch space

Correct Option: A, C
Detailed Answer: Object storage is managed by Swift. Block storage persists until specifically
deleted by the user. Thus, statements A and C are false.

QUESTION 10:
Statement 1: Multiple KPIs are aggregated to SLA.
Statement 2: SLA contains SLO.
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 Option: C
Detailed Answer: Multiple KPIs are aggregated to SLO. SLA contains SLO. So statement 1 is
incorrect and statement 2 is correct.

You might also like