Assignment4
Assignment4
Cloud Computing
Assignment-Week 4
TYPE OF QUESTION: MCQ/MSQ
L
Number of questions: 10 Total mark: 10 X 1 = 10
T E
QUESTION 1:
P
SQL Azure is a cloud-based relational database service that is based on:
(a) Oracle
N
(b) SQL Server
(c) MySQL
(d) None
Correct Answer: b
Solution: SQL Azure is Microsoft's cloud database service based on SQL Server database
technology and built on Microsoft's Windows Azure cloud computing platform
QUESTION 2:
Microsoft Azure provides
(a) SaaS
(b) PaaS
(c) IaaS
(d) None
Correct Answer: a, b, c
Solution: Microsoft Azure, formerly known as Windows Azure, is Microsoft's public cloud
computing platform. It provides a range of cloud services, including those for compute, analytics,
platform, storage and networking
QUESTION 3:
Azure App Service plan defines
(a) Region
(b) Instance size
(c) Scale count
(d) None
L
QUESTION 4:
E
The OpenStack component - Glance monitors and meters the OpenStack cloud for billing,
T
benchmarking. State True of False.
P
a) True
b) False
N
Correct Answer: b
Solution: Glance image services include discovering, registering, and retrieving virtual machine
images. Ceilometer provides telemetry services, which allow the cloud to provide billing services
to individual users of the cloud.
QUESTION 5:
Correct Answer: b, c
Solution: a) is wrong because you can’t run your web-app only configuring storage bucket, you
need a PaaS configuration. Option d) is incorrect as that command is used to view web-app.
QUESTION 6:
In OpenStack, the different components of Nova (e.g. scheduler, Compute, api etc.) communicates
via:
(a) Message Queues
(b) Neutron
(c) Conductor
(d) Swift
Correct Answer: a
NPTEL Online Certification Courses
Solution: Nova is comprised of multiple server processes, each performing different functions. The
user-facing interface is a REST API, while internally Nova components communicate via an RPC
message passing mechanism
L
QUESTION 7:
E
In OpenStack, __________ is a system for managing networks and IP addresses.
T
(a) Nova
(b) Keystone
P
(c) Neutron
(d) None of these
N
Correct Answer: c
Solution: Neutron provides the networking capability for OpenStack. It helps to ensure that each of
the components of an OpenStack deployment can communicate with one another quickly and
efficiently.
QUESTION 8:
Cloud DataStore in GCP is a NoSQL document database built for automatic scaling, high
performance, and ease of application development
a) True
b) False
Correct Answer: a
Solution: Google Cloud Datastore is a highly scalable, fully managed NoSQL database service
offered by Google on the Google Cloud Platform. Cloud Datastore is built upon Google's Bigtable
and Megastore technology.
QUESTION 9:
GCP: Which one is/are correct statement(s)?
a) You can reuse the project ID only after you delete the previous project in GCP
b) A CNAME alias is a DNS record that lets you use a URL from your own domain to access
resources, such as a bucket and objects, in Cloud Storage using your custom domain URL
c) “Multi-Regional” Storage class is used for the bucket to stream videoes and host hot web
content accessed frequently around the world
d) “Nearline” Storage class is used for the bucket to store data accessed frequently in one part
of the world
Correct Answer: c, b
Solution: We cannot use the same project ID as it is the unique identifier. Nearline Storage is
appropriate for data backup, disaster recovery, and archival storage while Regional Storage enables
to store data at lower cost and data being stored in a specific regional location, instead of having
redundancy distributed over a large geographic area.
NPTEL Online Certification Courses
QUESTION 10:
L
(ii) One organization's network-
(a) i. Floating IP, ii. Private IP
E
(b) i. Private IP, ii. Floating IP
T
(c) Floating IP in both cases
(d) Private IP in both cases
P
Correct Answer: b
N
Solution: Compute assigns a private IP address to each VM instance. Compute makes a distinction
between fixed IPs and floating IP. Fixed IPs are IP addresses that are assigned to an instance on
creation and stay the same until the instance is explicitly terminated. Floating IPs are addresses that
can be dynamically associated with an instance. A floating IP address can be disassociated and
associated with another instance at any time. A user can reserve a floating IP for their project.