Google Cloud

Free PMLE - Professional Machine Learning Engineer Practice Questions

Test your knowledge with 10 free sample practice questions for the PMLE - Professional Machine Learning Engineer certification. Each question includes a detailed explanation to help you learn.

10 Questions
No time limit
Free - No signup required

Disclaimer: These are original, AI-generated practice questions created by ProctorPulse for exam preparation purposes. They are not sourced from any official exam and are not affiliated with or endorsed by Google Cloud. Use them as a study aid alongside official preparation materials.

Question 1Medium

A deployed machine learning model is experiencing concept drift, affecting its performance. Which strategy should be implemented to address and manage this issue effectively?

(Select all that apply)

ASet up regular intervals for retraining the model based on accumulated new data.
BIncrease the complexity of the model to reduce the impact of concept drift.
CEstablish an alert system to detect changes in data distribution and trigger retraining accordingly.
DRely on the original training data and adjust the prediction threshold as needed.
Question 2Medium

(Select all that apply) A company has developed an ML solution that processes user data. Due to new data privacy regulations, the company must ensure compliance. What actions should the company take to maintain compliance with these regulations?

(Select all that apply)

AConduct a privacy impact assessment to understand potential risks.
BImplement a data retention policy aligning with the new regulations.
CEncrypt all data at rest and in transit to enhance security.
DDisable all user data logging to eliminate privacy concerns.
Question 3Easy

An ML operations team experienced a production outage when their model serving infrastructure failed. While they successfully restored the trained model artifacts from backup storage, the system remained non-functional because critical dependencies were missing. To prevent similar incidents, what components should be included in a comprehensive ML system backup strategy?

AModel weights files, serialized model objects, and the hyperparameter configuration file used during the final training run
BModel artifacts, preprocessing transformation logic, feature engineering code, dependency specifications, and serving configuration files
CTrained model checkpoints, training dataset snapshots, and the original raw data sources used for initial model development
DModel binary files, the training script that generated the model, and archived logs from the most recent training job execution
Question 4Medium

An ML pipeline serving production predictions has accumulated technical debt: hardcoded date transformations assume UTC timezone, preprocessing functions are duplicated across three notebook files, and the pipeline uses a deprecated but functional API endpoint scheduled for removal in 6 months. Resource constraints allow addressing only one issue this quarter. How should you prioritize remediation efforts?

ARefactor the duplicated preprocessing functions into a shared module to reduce maintenance overhead and ensure consistency across all pipeline components
BReplace the deprecated API endpoint immediately since it has a known sunset date that creates a predictable operational risk
CDocument the hardcoded timezone assumptions and create monitoring alerts for timezone-related prediction anomalies before addressing other technical debt
DEstablish a comprehensive technical debt inventory with risk scoring across all three issues before committing resources to any single remediation effort
Question 5Medium

What approach should you take to update the external libraries of a deployed machine learning model to ensure minimal disruption to the service?

ACreate a Docker container with the updated dependencies and perform a canary release.
BUpdate the libraries directly on the production server during low-traffic hours.
CUse a virtual environment to test the updates and then apply them to the production system.
DImplement a serverless architecture to handle updates automatically.
Question 6Hard

A company needs to ensure rapid recovery of its machine learning model and associated data following a data center outage. Which strategy would best facilitate this recovery process?

AStore model artifacts and data in a geographically distributed cloud storage with versioning enabled.
BUtilize a single on-premises server with RAID configuration for storing model artifacts and data.
CImplement a nightly backup of model artifacts and data to an external hard drive stored onsite.
DSchedule weekly data export to a regional data center with no automated recovery procedures.
Question 7Medium

A production recommendation system deployed six months ago shows declining user engagement metrics, with click-through rates dropping from 8.2% to 5.7%. Analysis reveals that user interaction patterns have shifted toward mobile app usage and shorter browsing sessions, while the model was trained on desktop-heavy traffic data. What retraining trigger approach would most reliably identify this type of gradual performance degradation?

AImplement a statistical process control chart tracking prediction confidence scores with control limits set at ±2 standard deviations from the training baseline, triggering retraining when consecutive batches exceed thresholds
BConfigure a sliding window comparison that monitors the distribution distance between incoming feature data and training data using KL divergence, triggering retraining when divergence exceeds a calibrated threshold
CSchedule calendar-based retraining every 90 days regardless of performance metrics, ensuring the model periodically incorporates recent data patterns into the training corpus
DDeploy a real-time alerting system that triggers immediate retraining whenever daily prediction latency increases by more than 15% compared to the previous week's average
Question 8Medium

(Select all that apply) A financial services company deploys ML models that process sensitive customer data in production. The ML engineering team needs to establish dependency management practices that minimize supply chain security risks while maintaining reproducibility. Which practices would help protect against malicious package injection and dependency vulnerabilities?

(Select all that apply)

APin all Python package versions with cryptographic hash verification in requirements files, and configure the package installer to reject packages without matching hashes to ensure installation integrity
BUse a private package repository mirror that scans and caches approved packages, combined with network policies that prevent direct installation from public repositories during model deployment
CConfigure automated dependency scanning tools that run on each training pipeline execution to detect known vulnerabilities, and establish a quarterly manual review process for updating pinned versions
DImplement a centralized requirements management system where all package versions are tested in an isolated environment before approval, with automated rollback capabilities if post-deployment issues occur
Question 9Hard

Given the quarterly regulatory changes and multi-jurisdictional requirements, which approach provides the most sustainable framework for maintaining compliance while minimizing operational overhead?

AImplement a centralized compliance metadata registry that maps model artifacts to jurisdiction-specific requirements, coupled with automated policy engines that trigger re-evaluation workflows when regulatory updates are ingested, and maintain versioned compliance attestations linked to model lineage graphs
BDeploy separate model training and serving infrastructure in each jurisdiction with localized compliance controls, establish manual quarterly audit cycles where compliance officers review model documentation, and implement hard geographic boundaries that prevent cross-jurisdiction data flow
CCreate a compliance dashboard that aggregates model performance metrics across jurisdictions, schedule quarterly retraining cycles aligned with regulatory review periods, and maintain a centralized data warehouse with encryption-at-rest to satisfy all privacy requirements simultaneously
DEstablish region-specific feature stores with jurisdiction-tagged datasets, implement quarterly compliance sprints where engineering teams manually update model documentation to reflect new regulations, and deploy versioned models with jurisdiction identifiers in their metadata tags
Question 10Easy

What is an effective approach to manage and reduce technical debt in an ML project that was deployed hastily?

AConduct regular code reviews and refactor the codebase incrementally.
BFocus solely on adding new features to outpace technical debt issues.
CIgnore the existing technical debt and prioritize performance improvements.
DEstablish a dedicated team to monitor and address technical debt continuously.

Ready for More?

These 10 questions are just a preview. Create a free account to practice up to 3 topics with 50 questions per day — or upgrade to Pro for unlimited access.

Ready to Pass the PMLE - Professional Machine Learning Engineer?

Join thousands of professionals preparing for their PMLE - Professional Machine Learning Engineer certification with ProctorPulse. AI-generated questions, detailed explanations, and progress tracking.