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
What does GitOps use as a source of truth?
A. Docker
B. Jenkins
C. Git
D. S3
C. Git
Which command initializes a Terraform workspace?
A. terraform apply
B. terraform create
C. terraform init
D. terraform start
C. terraform init
What does Terraform destroy do?
A. Deletes resources
B. Lists plans
C. Applies config
D. Checks syntax
A. Deletes resources
Which container registry hosts pre-built images?
A. Github
B. Ansible
C. Docker Hub
D. EC2
C. Docker Hub
Which cloud term refers to autoscaling compute functions?
A. SaaS
B. Serverless
C. Hypervisor
D. Datacenterless
B. Serverless
What is the default memory limit for AWS Lambda?
A. 1GB
B. 5GB
C. 10GB
D. 15GB
C. 10GB
What is the default timeout for AWS Lambda?
A. 5 minutes
B. 10 minutes
C. 15 minutes
D. 30 minutes
C. 15 minutes
What technology offers 12-hour timeouts?
A. Docker
B. Lambda
C. IBM Code Engine
D. AWS EC2
C. IBM Code Engine
Which is a GitHub Action for Terraform?
A. terraform-runner
B. tf-action
C. hashicorp/setup-terraform
D. git-terraform-deploy
C. hashicorp/setup-terraform
Which service monitors and reconciles Kubernetes state?
A. Jenkins
B. Zookeeper
C. GitOps
D. Minikube
C. GitOps
What’s a container snapshot called?
A. Save point
B. Commit
C. Image
D. Checkpoint
C. Image
What is the max container size for AWS Lambda?
A. 1GB
B. 5GB
C. 10GB
D. 15GB
C. 10GB
What is the max code package size for AWS Lambda?
A. 100MB
B. 250MB
C. 1GB
D. 5GB
B. 250MB
Which config management tool is often used in GitOps?
A. Puppet
B. Jenkins
C. Ansible
D. Bash
C. Ansible
What is the benefit of IaC?
A. Manual changes
B. GUI deployment
C. Repeatable infrastructure
D. Encrypted networks
C. Repeatable infrastructure
Which command shows running containers?
A. docker ps
B. docker run
C. docker list
D. docker exec
A. docker ps