Q.1
What is the name of theconcert film starring Beyonce?
  • Homecoming
  • Love On Top
  • Crazy
  • Bills, Bills, Bills
Q.2
From where can I run my Docker Host?
  • Anywhere
  • Just my local machine
Q.3
Which movie launched in 2004?
  • Mean Girls
  • The Mummy
  • The Matrix
  • Jumanji
Q.4
What is NOT a type of networking mode for ECS
  • none
  • macvlan
  • bridge
  • host
Q.5
What is an ECS Task Definition
  • A running container
  • A way to ensure that there are N running copies of a container
  • A logical grouping of machines that communicate with the ECS engine
  • A specification that includes Image, CPU & Memory to run containers
Q.6
What is NOT a task placement strategy for the ECS Scheduler
  • Random
  • Service
  • Spread
  • Binpack
Q.7
You can run both EC2 instances and Fargate in an ECS Cluster
  • True
  • False
Q.8
Which component of the Docker interfaces with the kernel primitives that are used to build containers?
  • The Docker daemon
  • The OCI layer (runc)
  • The REST API
Q.9
Which of following statements is true about the architecture of Docker?
  • The docker command executes REST API calls.
  • All answers are true.
  • The architecture is client-server.
  • Docker containers are run as root.
  • The daemon must be run as root.
Q.10
Containers that are running can be listened using the command?
  • $ docker ps
  • $ docker container ls -a
  • $ docker ps -a
0 h : 0 m : 1 s