CompTIA DataX DY0-001 (V1) Practice Question

Your data-science team maintains a Git repository whose training pipeline is orchestrated with DVC. Developers currently pass learning-rate, batch_size, and other hyperparameters on the command line, so the values are not captured in version control or the DVC lock file, making past results hard to reproduce. You must introduce a method that versions every hyperparameter alongside the code and automatically invalidates the train stage so that CI/CD can trigger dvc repro whenever a parameter value changes. Which implementation best follows industry best practices for hyperparameter version control?

  • Create an annotated Git tag for each experiment and write the hyperparameter values into the tag message so they can be viewed later with git show.

  • Export the hyperparameters as protected environment variables in the CI system and rely on the build log to retrieve them when needed.

  • Move all hyperparameters into a params.yaml file, list the relevant keys under the params: section of the train stage in dvc.yaml, and commit both params.yaml and the resulting dvc.lock to Git.

  • Save the hyperparameters in a MongoDB collection keyed by the current Git commit hash and have the training script query the database at runtime.

CompTIA DataX DY0-001 (V1)
Operations and Processes
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

SAVE $64
$529.00 $465.00
Bash, the Crucial Exams Chat Bot
AI Bot