1. What is Virtual environment ? Junior A. Python's standard configurable logging facility supporting levels, handlers and structured output B. the AWS SDK for Python used to script S3, IAM and other AWS services C. the standard-library module for spawning and capturing the output of external commands from Python D. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects Reveal the answer + AI explanation — free account
2. Which term means: "an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects"? Junior A. Virtual environment B. argparse C. boto3 D. Poetry / uv Reveal the answer + AI explanation — free account
3. Which statement is correct? Junior A. Virtual environment — Python's standard configurable logging facility supporting levels, handlers and structured output B. Virtual environment — an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects C. Virtual environment — a pinned list of package versions used to reproduce a Python environment with pip D. Virtual environment — the standard-library module for parsing command-line arguments in automation scripts Reveal the answer + AI explanation — free account
4. What is requirements.txt ? Junior A. the standard-library module for spawning and capturing the output of external commands from Python B. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects C. the AWS SDK for Python used to script S3, IAM and other AWS services D. a pinned list of package versions used to reproduce a Python environment with pip Reveal the answer + AI explanation — free account
5. Which term means: "a pinned list of package versions used to reproduce a Python environment with pip"? Junior A. subprocess B. argparse C. requirements.txt D. Virtual environment Reveal the answer + AI explanation — free account
6. Which statement is correct? Junior A. requirements.txt — an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects B. requirements.txt — the standard-library module for spawning and capturing the output of external commands from Python C. requirements.txt — modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip D. requirements.txt — a pinned list of package versions used to reproduce a Python environment with pip Reveal the answer + AI explanation — free account
7. What is boto3 ? Mid A. the standard-library module for spawning and capturing the output of external commands from Python B. modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip C. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects D. the AWS SDK for Python used to script S3, IAM and other AWS services Reveal the answer + AI explanation — free account
8. Which term means: "the AWS SDK for Python used to script S3, IAM and other AWS services"? Mid A. requirements.txt B. Poetry / uv C. boto3 D. subprocess Reveal the answer + AI explanation — free account
9. Which statement is correct? Mid A. boto3 — the standard-library module for spawning and capturing the output of external commands from Python B. boto3 — the AWS SDK for Python used to script S3, IAM and other AWS services C. boto3 — Python's standard configurable logging facility supporting levels, handlers and structured output D. boto3 — an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects Reveal the answer + AI explanation — free account
10. What is argparse ? Mid A. the standard-library module for parsing command-line arguments in automation scripts B. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects C. the AWS SDK for Python used to script S3, IAM and other AWS services D. a pinned list of package versions used to reproduce a Python environment with pip Reveal the answer + AI explanation — free account
11. Which term means: "the standard-library module for parsing command-line arguments in automation scripts"? Mid A. Virtual environment B. requirements.txt C. argparse D. Poetry / uv Reveal the answer + AI explanation — free account
12. Which statement is correct? Mid A. argparse — the standard-library module for parsing command-line arguments in automation scripts B. argparse — the standard-library module for spawning and capturing the output of external commands from Python C. argparse — Python's standard configurable logging facility supporting levels, handlers and structured output D. argparse — modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip Reveal the answer + AI explanation — free account
13. What is logging module ? Mid A. the standard-library module for spawning and capturing the output of external commands from Python B. Python's standard configurable logging facility supporting levels, handlers and structured output C. a pinned list of package versions used to reproduce a Python environment with pip D. modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip Reveal the answer + AI explanation — free account
14. Which term means: "Python's standard configurable logging facility supporting levels, handlers and structured output"? Mid A. logging module B. Virtual environment C. argparse D. boto3 Reveal the answer + AI explanation — free account
15. Which statement is correct? Mid A. logging module — the AWS SDK for Python used to script S3, IAM and other AWS services B. logging module — an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects C. logging module — the standard-library module for spawning and capturing the output of external commands from Python D. logging module — Python's standard configurable logging facility supporting levels, handlers and structured output Reveal the answer + AI explanation — free account
16. What is subprocess ? Mid A. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects B. the standard-library module for parsing command-line arguments in automation scripts C. the standard-library module for spawning and capturing the output of external commands from Python D. the AWS SDK for Python used to script S3, IAM and other AWS services Reveal the answer + AI explanation — free account
17. Which term means: "the standard-library module for spawning and capturing the output of external commands from Python"? Mid A. Poetry / uv B. logging module C. requirements.txt D. subprocess Reveal the answer + AI explanation — free account
18. Which statement is correct? Mid A. subprocess — a pinned list of package versions used to reproduce a Python environment with pip B. subprocess — the standard-library module for spawning and capturing the output of external commands from Python C. subprocess — the standard-library module for parsing command-line arguments in automation scripts D. subprocess — the AWS SDK for Python used to script S3, IAM and other AWS services Reveal the answer + AI explanation — free account
19. What is Poetry / uv ? Senior A. modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip B. an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects C. the AWS SDK for Python used to script S3, IAM and other AWS services D. a pinned list of package versions used to reproduce a Python environment with pip Reveal the answer + AI explanation — free account
20. Which term means: "modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip"? Senior A. requirements.txt B. Poetry / uv C. boto3 D. argparse Reveal the answer + AI explanation — free account
21. Which statement is correct? Senior A. Poetry / uv — an isolated Python install (venv) so a project's dependencies don't clash with the system or other projects B. Poetry / uv — the standard-library module for parsing command-line arguments in automation scripts C. Poetry / uv — the AWS SDK for Python used to script S3, IAM and other AWS services D. Poetry / uv — modern Python tools that resolve, lock and manage dependencies and packaging more reproducibly than bare pip Reveal the answer + AI explanation — free account