What happens when you attempt to use a dataset that has not been registered in Azure Machine Learning?
AIt automatically registers the dataset.
BYou cannot use the dataset.
CIt triggers an error message.
DIt gets stored temporarily.
Explanation
In Azure Machine Learning, only registered datasets can be used in experiments and workflows.
Q112
Which service allows low-latency predictions for machine learning models?
AAzure Machine Learning Real-time Endpoints
BAzure Databricks
CAzure Data Factory
DAzure Logic Apps
Explanation
Azure Machine Learning Real-time Endpoints provide low-latency predictions, unlike the other services focused on data processing or workflows.
Q113
A company needs to optimize data preparation workflows for machine learning. Which Azure service should they use?
AAzure Pipeline
BAzure Machine Learning Designer
CAzure Functions
DAzure Stream Analytics
Explanation
Azure Machine Learning Designer visually develops and manages data workflows tailored for machine learning, unlike the other options.
Q114
What happens when you choose to use automated machine learning in Azure?
AYou must build models manually.
BAzure selects the best model and parameters.
CData must be preprocessed externally.
DOnly regression models are created.
Explanation
Automated machine learning automates model selection and hyperparameter tuning, which is not the case for the other options.
Q115
Which Azure service is best for real-time analytics on streaming data?
AAzure Stream Analytics
BAzure Data Lake
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Stream Analytics specializes in real-time processing, whereas the others are for storage or batch processing.
Q116
A company needs to deploy a machine learning model. Which Azure service should they use for continuous integration and deployment?
AAzure Kubernetes Service
BAzure DevOps
CAzure Machine Learning
DAzure Functions
Explanation
Azure Machine Learning provides built-in CI/CD capabilities for models, while the others don't focus on ML specifically.
Q117
What happens when a Data Scientist runs a training job that exceeds the allocated memory of the virtual machine?
AThe job fails with an out-of-memory error.
BThe job automatically downsizes the VM.
CThe job continues with slower performance.
DThe job reallocates memory from storage.
Explanation
The job fails with an out-of-memory error; none of the other options can occur because VMs do not auto-resize or reallocate memory this way.
Q118
Which Azure service is used for developing machine learning models?
AAzure Machine Learning
BAzure SQL Database
CAzure Functions
DAzure Cosmos DB
Explanation
Azure Machine Learning is specifically designed for model development, while the others serve different purposes.
Q119
A company needs to process large streaming data in real-time. Which Azure service should they use?
AAzure Data Lake Storage
BAzure Stream Analytics
CAzure Blob Storage
DAzure SQL Database
Explanation
Azure Stream Analytics is tailored for real-time analytics on streaming data, unlike the other options which focus on storage and batch processing.
Q120
You are configuring auto ML in Azure. What happens when you enable feature selection?
AAll features will be used automatically.
BRedundant features are automatically removed.
COnly numeric features can be selected.
DFeature selection has no effect.
Explanation
Enabling feature selection helps to filter out redundant features, improving model performance, while the other options are incorrect because they misinterpret the functionality.