






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Lot of example questions for the ARTiBA exam
Typology: Exams
Uploaded on 05/22/2025
1 / 11
This page cannot be seen from the preview
Don't miss anything!
Fundamentals of AI & Machine Learning
B. They allow parallel processing for NLP tasks C. They are mainly used for image classification D. They reduce the need for GPUs โ Correct Answer: B
C) Increasing model complexity D) Training on synthetic data only โ Answer: B) Ensuring balanced representation across demographics (Real-world Impact: Prevents skewed performance for certain groups.) Q15: What is the role of the "discriminator" in a GAN (Generative Adversarial Network)? A) Generates fake data samples B) Classifies real vs. fake data C) Optimizes the loss function for the generator D) Reduces noise in training data โ Answer: B) Classifies real vs. fake data (GANs pit generator vs. discriminator in a minimax game.) Machine Learning Engineer (MLE)โข Sample Questions
C) Hyperparameter tuning D) Data labeling โ Answer: A) Distributed data processing Q10: Which technique helps prevent overfitting in decision trees? A) Increasing tree depth B) Pruning C) Adding more features D) Using a smaller dataset โ Answer: B) Pruning Q11: Which method is more efficient than grid search for hyperparameter optimization? A) Random Search B) Exhaustive Search C) Manual Tuning D) Fixed Defaults โ Answer: A) Random Search (Why? Random search explores the space more broadly with fewer trials.) Q12: What is the purpose of a "canary deployment" in ML systems? A) To roll out a model to a small subset of users before full release B) To train multiple models simultaneously C) To delete outdated models D) To encrypt model weights โ Answer: A) To roll out a model to a small subset of users before full release (Reduces risk by testing in production with limited exposure.) Q13: Which algorithm is specifically designed for time-series data with trends and seasonality? A) ARIMA (AutoRegressive Integrated Moving Average) B) K-Means C) DBSCAN D) Logistic Regression โ Answer: A) ARIMA (ARIMA handles non-stationary data via differencing and autoregression.) Q14: Which Google Cloud service is used for AutoML? A) Google BigQuery B) Vertex AI C) Cloud Spanner D) Dataflow
โ Answer: B) Vertex AI (Vertex AI provides AutoML tools for no-code/low-code model training.) Q15: What does SHAP (Shapley Additive Explanations) provide in ML? A) Feature importance values for model predictions B) A new loss function for training C) A data augmentation technique D) A clustering algorithm โ Answer: A) Feature importance values for model predictions (SHAP explains individual predictions using game theory.)