Examples of software that might run in a container

Question:
Which two options are examples of software applications that might run in a container? (Choose two)

  1. A database-driven Python application accessing services such as a MySQL database, a file transfer protocol (FTP) server, and a web server on a single physical host
  2. A Java Enterprise Edition application with an Oracle database, and a message broker running on a single VM
  3. An I/O monitoring tool responsible for analyzing the traffic and block data transfer
  4. A memory dump application tool capable of taking snapshots from all the memory CPU caches for debugging purposes
Answer:
A, B - are the correct answers