Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
49 views

Week 02 Assignment Solution

This document contains 10 multiple choice questions from an online certification course on Google Cloud Computing Foundations offered by NPTEL and IIT Kharagpur. The questions cover topics like cloud functions, persistent disks, platform as a service (PaaS), containers, hypervisors, solid state drives (SSD), App Engine programming languages, Google Cloud services, and Docker containers. Each question is followed by the correct answer and a brief explanation.

Uploaded by

tipon82206
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views

Week 02 Assignment Solution

This document contains 10 multiple choice questions from an online certification course on Google Cloud Computing Foundations offered by NPTEL and IIT Kharagpur. The questions cover topics like cloud functions, persistent disks, platform as a service (PaaS), containers, hypervisors, solid state drives (SSD), App Engine programming languages, Google Cloud services, and Docker containers. Each question is followed by the correct answer and a brief explanation.

Uploaded by

tipon82206
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Google Cloud Computing Foundations


(Jul-Oct 2023)
Assignment- Week 2
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 1 = 10

QUESTION 1:

Which of the following enables the GCP users to trigger their codes based on some event?

a) Compute Engine
b) App Engine
c) Cloud Functions
d) Kubernetes Engine

Correct Answer: (c)


Detailed Solution: The cloud engine provides serverless execution environment to trigger codes

QUESTION 2:

Consider the following statements:


I. The network persistence disks in Google Compute Engine is a costlier option as it requires
network bandwidth
II. The data stored in the network persistent disk is non-volatile.
Which of the above statements is/are correct?
a) Only I
b) Only II
c) Both I and II
d) None of them are correct

Correct Answer: (b)


Detailed Solution: Network persistent disks are more cost-effective than local SSD. The data
stored in a network persistent disk can be retained even if the virtual machine is terminated and can
be used with some other virtual machine

1
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

QUESTION 3:

Building applications as decoupled microservices is possible with _______?


a) IaaS
b) PaaS
c) SaaS
d) Standalone environment

Correct Answer: (b)


Detailed Solution: Platform as a service enables users to build their applications as decoupled
micro services.

QUESTION 4:

Consider the following statements:


I. Containers ensures scalability of workload as in PaaS
II. Containers provide nearly same flexibility of IaaS
Which of the following is correct?
a) Only I
b) Only II
c) Both I and II
d) None of them are correct

Correct Answer: (c)


Detailed Solution: Containers enables the user to exploit the benefits of both PaaS and IaaS. It
provides independent scalability of workload and also the abstraction layer of operating system and
hardware.

QUESTION

2
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Match the following


Compute service Service Model

1. Cloud Functions A. IaaS


2. Compute Engine B. PaaS
3. App Engine C. Hybrid
4. Google Kubernetes Engine D. Serverless Logic

a) 1-A 2-B 3-C 4-D


b) 1-D 2-A 3-B 4-C
c) 1-C 2-D 3-A 4-B
d) 1-C 2-D 3-B 4-A

Correct Answer: (d)


Detailed Solution: Compute engine provides virtual machines with industry-leading performance.
App Engine is a platform for building highly available apps. Cloud functions are serverless execution
environment for building and connecting cloud services. Google Kubernetes Engine build on
Google’s container experience.

QUESTION 6:

Which of the following is a hypervisor?


a) A software program that creates and manages virtual machines
b) A hardware device that creates and manages virtual machines
c) A type of virtual machine
d) None of the above

Correct Answer: (a)


Detailed Solution: Hypervisor is a software program that creates and manages virtual machines.

QUESTION 7:

3
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Consider the following statements.


1) IOPS is a measure of the performance of a Solid-State Drive (SSD) persistent disk.
2) A higher IOPS rating indicates that the disk can perform more operations per second.
Select correct option
a) Only 1 is true
b) Only 2 is true
c) Both are true.
d) None is true.

Correct Answer: (c)


Detailed Solution: A higher IOPS rating indicates that the disk can perform more operations per
second, which can lead to better performance for applications that require a lot of disk I/O.

QUESTION 8:

What programming languages are supported by App Engine?


a) Only Python
b) Only Java
c) Only Node.js
d) Multiple programming languages, including Python, Java, and more.

Correct Answer: (d)


Detailed Solution: App Engine, part of Google Cloud Platform (GCP), supports multiple
programming languages for developing and deploying applications. Some of the languages
supported by App Engine include Python, Java, Node.js, Go, Ruby, PHP, and .NET. This multi-
language support allows developers to choose the language they are most comfortable with or that
best fits their application requirements when building applications on App Engine.

QUESTION 9:

4
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Match the followings

Protocol TCP/IP Layer

1. BigQuery A. Fully managed serverless data warehouse


2. Cloud Storage B. Object storage for unstructured data
3. App Engine C. A platform for building and deploying applications
4. Cloud D. NoSQL document database for serverless applications
Firestore

a) 1-B 2-C 3-A 4-D


b) 1-C 2-D 3-A 4-B
c) 1-A 2-B 3-C 4-D
d) 1-A 2-B 3-D 4-C

Correct Answer: (c)


Detailed Solution:
BigQuery is a fully managed serverless data warehouse, designed for analyzing large datasets
using SQL queries.
Cloud Storage is an object storage service that allows you to store and retrieve unstructured
data, such as images, videos, and documents.
App Engine is a platform for building and deploying applications. It provides a serverless
environment for developing and hosting web applications, allowing you to focus on writing
code without managing infrastructure.
Cloud Firestore is a NoSQL document database designed for serverless applications. It
offers real-time data synchronization and automatic scaling.

QUESTION 10:

Which technology is commonly used to package applications into containers?


a) Docker
b) Kubernetes
c) Jenkins
d) Ansible

5
NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Correct Answer: (a)


Detailed Solution: Docker is a widely adopted containerization platform that allows applications
and their dependencies to be packaged into containers.

You might also like