Cloud Computing solution pdf
Cloud Computing solution pdf
Assignment-Week 1
QUESTION 1:
1.Which of the following is a common property of distributed computing?
A) Centralized control
B) Fault tolerance
C) Single point of failure
D) Limited scalability
Correct Answer: B
Detailed Solution: Distributed systems are designed to be resilient, incorporating fault tolerance
mechanisms to avoid single points of failure.
2.peer-to-Peer computing resembles truly distributed applications.
A) True
B) False
Correct Answer: A
Detailed Solution: Refer to slide-13 of Week-1 (Distributed applications)
QUESTION 7:
What type of environment benefits from utility pricing?
A) Environments with fixed demand levels
B) Environments with limited resource scalability
C) Environments with variable demand levels
D) Environments with prepaid resource allocation
Correct Answer: C
Detailed Solution: Utility pricing or pay-per-use pricing benefits apply in environments with
variable demand levels.
QUESTION 8:
What is the role of Neutron in the provisioning flow in OpenStack?
A) Fetches information about the whole cluster from the database
B) Publishes a message to the compute queue to trigger VM provisioning
C) Configures IP, gateway, DNS name, and L2 connectivity.
D) Contacts Cinder to get volume data
Correct Answer: C
Detailed Solution: Refer to slide 18 of OpenStack
QUESTION 9:
How does the master node in the Google File System maintain communication with chunk
servers?
A) Command messages
B) Update messages
C) Query messages
D) Heartbeat messages
Correct Answer: D
Detailed Solution: In GFS, master maintains regular communication with chunk servers by
Heartbeat messages
QUESTION 10:
What does the ‘availability’ metric represent in the monitoring and auditing of SLAs?
A) The speed at which a service responds
B) The percentage of uptime for a service
C) How often the service is available
D) The ability for a resource to grow infinitely
Correct Answer: B
Detailed Solution: Availability is represented as a percentage of uptime for a service
in a given observation period.
QUESTION 1:
In Microsoft Azure, a deployment user is required for FTP and local Git deployment to a web
app.
A) TRUE
B) FALSE
Correct Answer: A
Detailed Solution: A deployment user is required for FTP and local Git deployment to a web app
in
Microsoft Azure.
QUESTION 2:
Azure Web Apps lack scalability.
A) TRUE
B) FALSE
Correct Answer: B
Detailed Solution: Azure Web Apps are highly scalable, self-patching web hosting services.
Therefore, the
statement is false.
QUESTION 3:
Match the Google Cloud Platform services with their respective domain (compute, storage or
app services).
Column I Column II
1. BigQuery
2. App Engine
3. Cloud SQL
I. Compute
II. App Services
III. Storage
Correct Answer: B
Detailed Solution: In Google Cloud Platform (GCP), BigQuery is used as an app service, App
Engine is
used as a compute service and Cloud SQL provides storage service.
QUESTION 4:
Which of the following is/are App services provided by Google Cloud Platform?
A) Cloud Endpoints
B) Google App Engine
C) Cloud SQL
D) BigQuery
Correct Answer: A, D
Detailed Solution: Cloud Endpoints and BigQuery are App services provided by Google Cloud
Platform.
QUESTION 5:
Identify the correct statement(s) about Google Cloud Platform(GCP) storage.
A) Cloud SQL is Google's fully managed, petabyte scale, low cost analytics data warehouse to
find
meaningful insights.
B) MySQL or NoSQL databases are present in Google DataStore
C) BigQuery maintains, manages, and administers relational databases on Google Cloud
Platform
D) Cloud Storage provides flexible object storage with global edge caching
Correct Answer: B, D
Detailed Solution: Cloud SQL maintains, manages, and administers relational databases on
Google Cloud
Platform. We get MySQL or NoSQL databases in Google DataStore. BigQuery is Google's fully
managed,
petabyte scale, low cost analytics data warehouse to find meaningful insights. Cloud Storage
provides
flexible object storage with global edge caching. So, the correct options are (b) and (d).
QUESTION 6:
At the time of deployment of an app in Azure, the system asks for a password. The password
used to login to
the Azure portal should be entered.
A) True
B) False
Correct Answer: B
Detailed Solution: The user should make sure to enter the password created in “Configure a
deployment
QUESTION 7:
Google APIs help to:
A) migrate the web app to Google Cloud Platform.
B) scale up the app according to the demand/ service requests.
C) provide flexible object storage with global edge caching.
D) integrate Google’s services into the application.
Correct Answer: D
Detailed Solution: Google APIs help to integrate Google’s services into the application.
QUESTION 8:
Statement 1: Azure supports public cloud platforms.
Statement 2: Azure App Service plan defines security.
A) Statement 1 is True and Statement 2 is False
B) Statement 1 is False and Statement 2 is True
C) Both statements are True
D) Both statements are False
Correct Answer: A
Detailed Solution: Microsoft Azure is Microsoft's public cloud computing platform. Azure App
Service
Plan is the container for hosting Web Apps, API Apps, Mobile Apps and Function Apps.
QUESTION 9:
What core function(s) do(es) Keystone perform in OpenStack?
A) Networking
B) Compute
C) Authentication and Identity service
D) Storage
Correct Answer: C
Detailed Solution: Keystone is an OpenStack service that provides API client authentication,
service
discovery, and distributed multi-tenant authorization by implementing OpenStack’s Identity
API. So, the
correct option is C.
QUESTION 10:
Correct Answer: B, C
Detailed Solution: Google App Service is a part of GCP compute infrastructure. It is a Platform
as a
Service (PaaS) component of GCP. Using App Engine, we can just focus on our code and do not
need to worry about patching or maintenance. So, the incorrect options are B and C.