nerdexam
Cisco

300-735 · Question #41

What are two advantages of Python virtual environments? (Choose two.)

The correct answer is C. The application code is run in an environment that is destroyed upon exit. E. Virtual environments prevent packaging conflicts between multiple Python projects. See the full explanation below for the reasoning.

Question

What are two advantages of Python virtual environments? (Choose two.)

Options

  • AVirtual environments can move compiled modules between different platforms.
  • BVirtual environments permit non-administrative users to install packages.
  • CThe application code is run in an environment that is destroyed upon exit.
  • DVirtual environments allow for stateful high availability.
  • EVirtual environments prevent packaging conflicts between multiple Python projects.

How the community answered

(31 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    81% (25)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full 300-735 Practice