nerdexam
Google

PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #30

Your data science team needs to rapidly experiment with various features, model architectures, and hyperparameters. They need to track the accuracy metrics for various experiments and use an API to qu

The correct answer is A. Use Kubeflow Pipelines to execute the experiments.. https://codelabs.developers.google.com/codelabs/cloud-kubeflow-pipelines-gis Kubeflow Pipelines (KFP) helps solve these issues by providing a way to deploy robust, repeatable machine learning pipelines along with monitoring, auditing, version tracking, and reproducibility. Cloud

Submitted by emma.c· Apr 18, 2026ML pipeline operationalization

Question

Your data science team needs to rapidly experiment with various features, model architectures, and hyperparameters. They need to track the accuracy metrics for various experiments and use an API to query the metrics over time. What should they use to track and report their experiments while minimizing manual effort?

Options

  • AUse Kubeflow Pipelines to execute the experiments.
  • BUse AI Platform Training to execute the experiments.
  • CUse AI Platform Training to execute the experiments.
  • DUse AI Platform Notebooks to execute the experiments.

How the community answered

(70 responses)
  • A
    79% (55)
  • B
    7% (5)
  • C
    3% (2)
  • D
    11% (8)

Explanation

https://codelabs.developers.google.com/codelabs/cloud-kubeflow-pipelines-gis Kubeflow Pipelines (KFP) helps solve these issues by providing a way to deploy robust, repeatable machine learning pipelines along with monitoring, auditing, version tracking, and reproducibility. Cloud AI Pipelines makes it easy to set up a KFP installation.

Topics

#Experiment Tracking#MLOps#Kubeflow Pipelines#ML Workflow Orchestration

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-MACHINE-LEARNING-ENGINEER Practice