Quiz_ Unit III

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Unit III

 This is a preview of the published version of the quiz

Started: Jun 24 at 9:52pm

Quiz Instructions

Question 1 1 pts

Docker compose is a tool for defining and running multi-container Docker


applications.

True

False


Question 2 1 pts

Choose the most appropriate option.


Statement 1: An image is a lightweight, stand-alone, executable package that includes everything
to run a piece of software.
Statement 2:Container is a run time instance of an image.

Statement 1 is correct but Statement 2 is incorrect

Statement 2 is correct but Statement 1 is incorrect

Both the statements are correct

Both the statements are incorrect.


Question 3 1 pts

Which of the following statements is/are true about Docker ?

Statement 1: Docker hub is used for building docker images and creating docker containers.
Statement 2: Docker compose is a registry used to host various docker images.

Both the statements are incorrect.


a. Statement 1 is correct but Statement 2 is incorrect

Statement 2 is correct but Statement 1 is incorrect

Both the statements are correct


Question 4 1 pts

Storage virtualization is mainly done for

back-up and recovery purposes.

Reducing hardware costs

Increasing network bandwidth.

Improving application performance


Question 5 1 pts


What type of virtualization technology is used to create multiple isolated environments on a single
physical server?

Desktop Virtualization

System-level Operating Virtualization

Storage Virtualization

Application Virtualization


Question 6 1 pts

Containers differ from virtual machines primarily in their:

Scalability capabilities

Dependency on the underlying OS kernel


Resource allocation approach

Isolation level


Question 7 1 pts

Which Docker component is responsible for creating and managing containers?

Docker Compose

Docker Swarm

Docker Engine

Docker Registry


Question 8 1 pts

What are Docker images used for?


Virtualizing desktop environments

Managing network configurations

Building containerized applications

Storing data backups


Question 9 1 pts

What technology is commonly used for dynamic resource allocation in cloud computing platforms?

Virtual Private Networks (VPNs)

Auto-scaling

Network Address Translation (NAT)


Software-defined Networking (SDN)


Question 10 1 pts

What is the primary benefit of effective resource management in virtualized environments?

Enhancing application performance

Improving network bandwidth

Reducing hardware costs

Optimizing energy consumption

Not saved Submit Quiz

You might also like