Q1Multiple answersWhat are two characteristics of RPC API calls? (Choose two.)AThey can be used only on network devices.BThey use only UDP for communications.CParameters can be passed to the calls.DThey must use SSL/TLS.EThey call a single function or service.
Q2Multiple answersWhich two actions do Python virtual environments allow users to perform? (Choose two.)ASimplify the CI/CD pipeline when checking a project into a version control system, such as Git.BEfficiently port code between different languages, such as JavaScript and Python.CRun and simulate other operating systems within a development environment.DQuickly create any Python environment for testing and debugging purposes.EQuickly create an isolated Python environment with module dependencies.