Cloud Computing Essentials Quiz from NPTEL Week 1

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Catherine Halcomb
Catherine Halcomb
Community Contributor
Quizzes Created: 2148 | Total Attempts: 6,845,174
| Questions: 10 | Updated: Apr 27, 2026
Please wait...
Question 1 / 11
🏆 Rank #--
0 %
0/100
Score 0/100

1. Which one of the following statements least aligns with the NIST defined essential characteristics of cloud computing?

Explanation

Guaranteed zero downtime for all services is not an essential characteristic of cloud computing as defined by NIST. While cloud services strive for high availability, they cannot guarantee zero downtime due to factors like maintenance, outages, or unexpected issues. The other characteristics—on-demand self-service, rapid elasticity, and measured service—focus on the flexibility, scalability, and resource management that cloud computing offers, which are fundamental to its operation and user experience. Therefore, the statement about guaranteed zero downtime is the least aligned with NIST's essential characteristics.

Submit
Please wait...
About This Quiz
Cloud Computing Essentials Quiz From Nptel Week 1 - Quiz

This assessment evaluates your understanding of cloud computing fundamentals, including essential characteristics, service models, and virtualization. It covers key concepts such as SaaS, PaaS, and the distinctions between hypervisor types. This knowledge is crucial for anyone looking to deepen their expertise in cloud technologies and their applications in modern IT... see moreenvironments. see less

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. A user accesses Google Docs through a web browser and collaborates in real-time with others. The user never manages servers, operating systems, or runtime environments. However, Google Docs internally relies on Google Cloud’s infrastructure and platforms. From the user’s perspective, Google Docs is best classified as:

Explanation

Google Docs is classified as Software as a Service (SaaS) because it provides users with access to software applications over the internet without the need for local installation or management of underlying infrastructure. Users can collaborate in real-time directly through a web browser, utilizing the software's features while Google handles server maintenance, operating systems, and runtime environments. This model allows users to focus on using the software rather than managing the technology behind it, which is characteristic of SaaS offerings.

Submit

3. Which of the following is a public cloud platform in typical commercial cloud computing?

Explanation

Google Cloud Platform (GCP) is a public cloud service that provides a range of computing resources and services over the internet. Unlike on-premise solutions or private clouds, GCP allows users to access scalable resources without the need for physical hardware management. It operates on a pay-as-you-go model, enabling businesses to leverage advanced technologies such as machine learning and big data analytics while benefiting from the flexibility and scalability that public clouds offer. This makes GCP a prime example of a public cloud platform in commercial cloud computing.

Submit

4. Virtualization technology allows multiple virtual machines (VMs) to run on a single physical system or on a cluster of physical systems. Which of the following statements is the most accurate?

Explanation

Virtualization technology enables the creation of multiple virtual machines (VMs) on a single physical machine, allowing each VM to operate independently. This means that different VMs can run different operating systems, such as Windows, Linux, or others, concurrently on the same hardware. This flexibility is a key advantage of virtualization, as it allows for efficient resource utilization and supports diverse application environments without the need for separate physical servers for each operating system.

Submit

5. A distributed system is typically preferred when the task is: (i) data-intensive (large volumes of data distributed across locations) (ii) compute-intensive (requires heavy parallel processing) (iii) latency-sensitive but confined to a single machine. Choose the best option:

Explanation

A distributed system excels in handling large volumes of data across various locations, making it ideal for data-intensive tasks. Additionally, it is well-suited for compute-intensive tasks that require heavy parallel processing, as it can efficiently distribute workloads across multiple nodes. However, latency-sensitive tasks confined to a single machine do not benefit from distribution, as they can be effectively managed on a single system. Thus, options focusing on data and compute intensity highlight the primary advantages of distributed systems.

Submit

6. The combination of service-oriented architecture (SOA) and cloud computing led to a paradigm where almost any IT capability can be delivered as a network-accessible service. This is often referred to as:

Explanation

The term XaaS, or "Anything as a Service," encompasses the delivery of various IT services over the internet. This model allows organizations to access and utilize a wide range of services, such as software, infrastructure, and platforms, on-demand and via the cloud. By leveraging service-oriented architecture (SOA), XaaS enables flexibility, scalability, and cost-effectiveness, allowing businesses to focus on their core functions while outsourcing IT capabilities. This shift reflects a significant transformation in how technology services are consumed and managed.

Submit

7. PaaS (Platform as a Service) brings several benefits to application developers. Which of the following statements about PaaS are correct? (i) It abstracts away infrastructure management, allowing focus on application logic. (ii) It can provide integrated services such as databases, web services, and messaging. (iii) It always gives full root-level access to underlying virtual machines. (iv) It supports rapid creation and deployment of software applications.

Explanation

PaaS simplifies the development process by abstracting infrastructure management, enabling developers to concentrate on application logic rather than server maintenance. It typically offers integrated services like databases and messaging, which streamline development and enhance functionality. Additionally, PaaS supports rapid application creation and deployment, allowing developers to bring their products to market faster. However, it does not always provide full root-level access to underlying virtual machines, as this can vary by provider and is not a defining feature of PaaS. Thus, statements (i), (ii), and (iv) accurately represent the benefits of PaaS.

Submit

8. In the context of virtualization, which statement best distinguishes a type-1 (bare-metal) hypervisor from a type-2 hypervisor?

Explanation

Type-1 hypervisors, also known as bare-metal hypervisors, operate directly on the physical hardware without an underlying operating system, which minimizes virtualization overhead. This direct access allows for better performance and resource management compared to type-2 hypervisors, which run on top of an existing OS. Consequently, type-1 hypervisors are more efficient for running multiple virtual machines, making them ideal for enterprise environments where performance and scalability are critical.

Submit

9. Which of the following is a valid example of Platform as a Service (PaaS)?

Explanation

A managed relational database instance exemplifies Platform as a Service (PaaS) because it provides a complete database solution without the need for users to manage the underlying infrastructure. Users can focus on application development while benefiting from features like automatic backups and scalability, which are handled by the service provider. This contrasts with other options that require more direct management of the server or virtual machine, which are characteristic of Infrastructure as a Service (IaaS) rather than PaaS.

Submit

10. A __________ is a distributed computer system that consists of a collection of interconnected stand-alone computers working together as an integrated computing resource, typically located in close proximity and managed as a single system.

Explanation

A cluster is a type of distributed computer system where multiple independent computers, often located physically close to each other, are interconnected to function as a single unit. This configuration allows for improved performance, reliability, and resource management, as the individual nodes work together to process tasks and share resources efficiently. Unlike grids or clouds, which may involve more diverse or geographically dispersed systems, clusters are specifically designed for close collaboration among tightly coupled machines.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Which one of the following statements least aligns with the NIST...
A user accesses Google Docs through a web browser and collaborates in...
Which of the following is a public cloud platform in typical...
Virtualization technology allows multiple virtual machines (VMs) to...
A distributed system is typically preferred when the task is: (i)...
The combination of service-oriented architecture (SOA) and cloud...
PaaS (Platform as a Service) brings several benefits to application...
In the context of virtualization, which statement best distinguishes a...
Which of the following is a valid example of Platform as a Service...
A __________ is a distributed computer system that consists of a...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!