Developing Applications and Automating Workflows Using Cisco Platforms (DEVASC) — Question 466
An application developer deploys several applications on the same server. The environment runs on a single operating system and allows the developer to bind dependencies with the application code. Which environment has the code been developed in?
Answer options
- A. bare metal server
- B. virtual machine
- C. container
- D. Linux server
Correct answer: C
Explanation
The correct answer is C, as containers provide a lightweight environment that allows applications to include their dependencies. A bare metal server (A) refers to physical servers without virtualization, a virtual machine (B) runs an OS on a hypervisor, and a Linux server (D) specifies the OS but does not imply dependency binding.