Databricks Certified Machine Learning Professional — Question 77
Which tool can assist in real-time deployments by packaging software with its own application, tools, and libraries?
Answer options
- A. Click
- B. Structured Streaming
- C. Docker
- D. Flask
Correct answer: C
Explanation
Docker is specifically designed for creating, deploying, and running applications using containerization, allowing for real-time deployments with all necessary components packaged together. Click, Structured Streaming, and Flask do not provide the same functionality for real-time deployment as Docker does.