VM cloud Flashcards
Which hypervisor runs directly on hardware?
A. Type 1
B. Type 2
C. KVM
D. VirtualBox
A. Type 1
Which hypervisor is an example of Type 2?
A. Hyper-V
B. IBM Z/VM
C. VMWare ESX
D. VirtualBox
D. VirtualBox
What does VM stand for?
A. Virtual Module
B. Virtual Machine
C. Variable Memory
D. Virtualized Model
B. Virtual Machine
Which cloud service model provides virtual machines?
A. SaaS
B. PaaS
C. IaaS
D. NaaS
C. IaaS
Which of these is a Platform as a Service (PaaS) option?
A. EC2
B. Gmail
C. AWS RDS
D. Dropbox
C. AWS RDS
Which type of computing processes data near the source?
A. Cloud
B. Fog
C. Edge
D. Hybrid
C. Edge
Which of the following is a container orchestration tool?
A. Docker
B. VirtualBox
C. Kubernetes
D. Hyper-V
C. Kubernetes
Which AWS service allows VM creation?
A. S3
B. RDS
C. Lambda
D. EC2
D. EC2
Which command runs a Docker container interactively?
A. docker start -i
B. docker launch
C. docker run -it
D. docker boot
C. docker run -it
What is the purpose of the Dockerfile?
A. Compile Java
B. Configure firewall
C. Define container image
D. Launch Kubernetes
C. Define container image
Which command builds a Docker image?
A. docker compile
B. docker build
C. docker init
D. docker exec
B. docker build
What does ‘-it’ flag in docker run do?
A. Enable internet
B. Run in test mode
C. Interactive terminal
D. Increase timeout
C. Interactive terminal
Which service manages infrastructure as code?
A. Docker
B. AWS EC2
C. Terraform
D. Python
C. Terraform
Which file format is used for EC2 key pairs?
A. .txt
B. .key
C. .pem
D. .aws
C. .pem
What command sets read-only permissions on key files?
A. chmod 777
B. chown key.pem
C. chmod 400 key.pem
D. setperm 400
C. chmod 400 key.pem
What is a benefit of using containers over VMs?
A. Slower startup
B. Larger size
C. Faster startup
D. More OS options
C. Faster startup
Which image format is used to boot a VM?
A. TAR
B. ISO
C. ZIP
D. BIN
B. ISO
What tool checks for infrastructure drift?
A. Jenkins
B. CloudWatch
C. Terraform
D. Docker
C. Terraform
What is a disadvantage of containers?
A. Slow startup
B. High disk use
C. Security risks
D. Lack of reuse
C. Security risks
Which company created Kubernetes?
A. IBM
B. Amazon
C. Google
D. Microsoft
C. Google
Which container tool builds for multiple architectures?
A. Buildx
B. Dockerfile
C. Terraform
D. Ansible
A. Buildx
Which VM hypervisor is considered ‘bare-metal’?
A. Type 1
B. Type 2
C. KVM
D. Docker
A. Type 1
Which command pulls a Python image in Docker?
A. docker load python
B. docker pull python
C. docker python install
D. docker fetch python
B. docker pull python
Which orchestration service is part of AWS?
A. AKS
B. EKS
C. GKE
D. Kubernetes Pro
B. EKS