
Azure Container is a containerized application service that enables you to build, deploy, configure, and manage applications on the Azure Cloud. With Azure Containers, you can run a variety of web applications, batch processing jobs, and microservices-based applications in the cloud.
Azure Container Service offers the following five services:
- Azure Container Registry (ACR) – A managed registry for storing container images that integrates with Azure Container Instances and Kubernetes Services, featuring advanced security measures such as access controls and encryption.
- Azure Container Instances (ACI) – A service that allows for the storage and run containerized images without the need for a Kubernetes cluster, capable of scaling to accommodate various workloads and supporting both Linux and Windows containers.
- Azure Kubernetes Service (AKS) – A fully managed Kubernetes environment designed for deploying and managing containerized applications using Kubernetes orchestration. This service allows you to scale containerized applications as needed.
- Azure Service Fabric
- Red Hat OpenShift
These five services can be used for various business use cases. You can choose the option that best suits your specific needs from these Azure Container services. If you are looking for more advanced use cases, then AKS or Red Hat OpenShift might be better choices.
Azure Containers Quiz Question and Answers:
What is the full form of ACR in Azure?
- Azure Container Service Run
- Azure Container Runtime
- Azure Container Registry
Hide/Show Answer
Ans: Azure Container Registry
What is the full form of ACI in Azure?
- Azure Container Engine
- Azure Container Instance Runtime
- Azure Container Instance
Hide/Show Answer
Ans: Azure Container Instance
What is the full form of ACS in Azure?
- Azure Container Search
- Azure Container Service
- Azure Container Secret
Hide/Show Answer
Ans: Azure Container Service
What is the full form of AKS in Azure?
- Azure Kubernetes Service
- Azure Kubernetes Search
- Azure Kubernetes Software
Hide/Show Answer
Ans: Azure Kubernetes Service
ACR supports the geo-replication of images.
- True
- False
Hide/Show Answer
Ans: True
ACR stores and manages private docker container images.
- True
- False
Hide/Show Answer
Ans: True
Which of the following is not an Azure service provider for container requirements?
- ACI
- ACD
- ACR
- AKS
Hide/Show Answer
Ans: ACD
In ACI, an additional compute is provided for demanding workloads.
- True
- False
Hide/Show Answer
Ans: True
With ACI, you can run complex assignments which are capable of reacting to events.
- True
- False
Hide/Show Answer
Ans: True
ACS helps in deploying, managing, and orchestrating the containers.
- True
- False
Hide/Show Answer
Ans: True
Currently, ACS is available for standard _______ series Linux VMs.
- A series
- D and DS series
- G and GS series
- F and FS series
- All the options
Hide/Show Answer
Ans: All the options
What is the full form of RBAC?
- Role-Based Access Control
- Role-Build Admin Control
- Role-Build Access Control
- Role-Based Admin Control
Hide/Show Answer
Ans: Role-Based Access Control
______ is used to store and manage private docker container images.
- ACR
- Azure service fabric
- ACI
- AKS
Hide/Show Answer
Ans: ACR
Which of the following languages is supported by Azure Web Apps?
- Java
- Node.js
- Python
- All the options
Hide/Show Answer
Ans: All the options
In Azure Container Registry (ACR), a single registry is replicated among multiple regions. True or False?
- True
- False
Hide/Show Answer
Ans: True
Azure Service Fabric is a ________ service-oriented architecture.
- Monolithic service
- Microservice
- Both monolithic and micro
- None of the options
Hide/Show Answer
Ans: Microservice
In Azure Service Fabric architecture, which of the following helps in a secure point-to-point communication channel?
- Federation subsystem
- Hosting subsystem
- Reliablity subsystem
- Transport subsystem
Hide/Show Answer
Ans: Transport subsystem
In Azure, batch tasks are executed on ________.
- Both assigned and computed nodes
- Computed node
- Assigned node
- None of the options
Hide/Show Answer
Ans: Assigned node
Which among the following helps in running high-performance computing apps efficiently on the cloud?
- Azure Batch
- Azure Container Registry
- Azure Container Instance
- Azure Service Fabric
Hide/Show Answer
Ans: Azure Batch
In ACI, applications are secured by using _______.
- Normal isolation
- Super isolation
- Hypervisor isolation
- All the options
Hide/Show Answer
Ans: Hypervisor isolation
Which among the following is the easiest way to run a container in Azure?
- ACI
- AKS
- Azure Batch Service
- ACR
Hide/Show Answer
Ans: ACI
Azure Service Fabric deals with infrastructure problems. True or False?
- True
- False
Hide/Show Answer
Ans: True
Access to the Kubernetes clusters is given by __________.
- Azure Active Directory
- Both Azure active directory and user groups
- None of the options
- User groups
Hide/Show Answer
Ans: Both Azure active directory and user groups
Application performance is increased by routing the traffic to the nearest regions. True or False?
- True
- False
Hide/Show Answer
Ans: True
Azure batch automatically scales depending on the traffic. True or False?
- True
- False
Hide/Show Answer
Ans: True
DevOps flow can be optimized by using ____________ pipeline.
- CD
- CI
- CI/CD
Hide/Show Answer
Ans: CI/CD
Node is a service fabric _______ process.
- Overall
- Compile
- Runtime
Hide/Show Answer
Ans: Runtime
_______ is a managed docker registry based on open source docker registry 2.0.
- Azure Container Registry (ACR)
- Azure Container Instances (ACI)
- Azure Service Fabric
- ABR
Hide/Show Answer
Ans: ACR
_______ is a private registry on Azure platform that helps you in hosting container images.
- Azure Container Registry (ACR)
- Azure Service Fabric
- Azure Container Instances (ACI)
- ABR
Hide/Show Answer
Ans: ACR
How many nodes can be maintained on a service fabric cluster?
- 150
- 100
- 10
- Thousands of nodes
Hide/Show Answer
Ans: 10
Which of the following helps in running repetitive jobs in containers?
- Azure Kubernetes Service (AKS)
- Azure Batch Service
- Azure Container Registry (ACR)
- Azure Service Fabric
Hide/Show Answer
Ans: Azure Batch Service
Azure Service Fabric primarily aims at ________.
- Blockchains
- Microservices
- Macroservices
- All of the options
Hide/Show Answer
Ans: All of the options
Currently, ACS is not available for _______ series of VMs.
- A series
- D series
- G series
- F series
- B series
Hide/Show Answer
Ans: B series
With ACI, you are provided with _________ kind of billing.
- Per second
- Per minute
- Per hour
Hide/Show Answer
Ans: Per second
________ subsystem helps in managing lifecycles on cluster node.
- Management subsystem
- Testability subsystem
- Hosting subsystem
- Federation subsystem
Hide/Show Answer
Ans: Hosting subsystem
In ACR, images are managed and verified by using _______.
- Azure Secret
- Azure Instances
- Azure Active Directory
- Azure Directory
Hide/Show Answer
Ans: Azure Instances
There are so many application templates in Azure marketplace like ___________.
- Joomla
- Drupal
- Joomla and Drupal
- Wordpress
Hide/Show Answer
Ans: Joomla and Drupal
Which among the following is easiest way to run a container in Azure?
- Azure Container Instances (ACI)
- Azure Kubernetes Service (AKS)
- Azure Container Apps
- Azure Red Hat OpenShift
- Azure Service Fabric
Hide/Show Answer
Ans: Azure Container Instances (ACI)
Which parameters are used to create a container?
- -n,-g and -i
- None of the options
- -n and -g
- -n,-g and --image
Hide/Show Answer
Ans: -n,-g and --image
Which among the following command is used to install Kubernetes environment in Azure?
- az aks install
- az ks install-cli
- az ks install
- az aks install-cli
Hide/Show Answer
Ans: az aks install-cli
Which among the following command updates a replication in ACR?
- acr update repl update
- az acr update replication
- az acr replication update
- az acr update repl
Hide/Show Answer
Ans: az acr replication update