Solution CC Assign4
Solution CC Assign4
Cloud Computing
Assignment-Week 4
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10
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 I. Compute
2. App Engine II. App Services
3. Cloud SQL 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
NPTEL Online Certification Courses
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.
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:
NPTEL Online Certification Courses
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.