Reasoning: A captures the foundational data difference.
Conclusion: A is correct.
OCI documentation states: “Supervised learning uses labeled data to train models for prediction, while unsupervised learning analyzes unlabeled data to discover patterns.” B, C, and D misrepresent this—only A aligns with OCI’s ML definitions and industry standards.
Oracle Cloud Infrastructure Data Science Documentation, "Machine Learning Types".
Question 2
Which step is a part of the AutoML pipeline?
Options:
A.
Feature Extraction
B.
Model saved to Model Catalog
C.
Model Deployment
D.
Feature Selection
Answer:
D
Explanation:
Detailed Answer in Step-by-Step Solution:
Objective: Identify a step in OCI’s AutoML pipeline.
Understand AutoML: Automates model building—includes preprocessing, selection, and tuning.
Evaluate Options:
A: Feature Extraction (e.g., PCA) isn’t explicitly part of OCI AutoML—too specific.
B: Saving to Model Catalog is post-AutoML, not a pipeline step.
C: Deployment is a separate action after AutoML—incorrect.
D: Feature Selection (e.g., choosing relevant features) is a core AutoML step—correct.
OCI AutoML’s pipeline includes “feature selection, algorithm selection, adaptive sampling, and hyperparameter tuning,” per the documentation. Extraction (A) isn’t highlighted, while saving (B) and deployment (C) are post-process actions—only Feature Selection (D) is an integral automated step.
Oracle Cloud Infrastructure Data Science Documentation, "AutoML Pipeline".
Question 3
What is a conda environment?
Options:
A.
A system that manages package dependencies
B.
A collection of kernels
C.
An open-source environment management system
D.
An environment deployment system on Oracle AI
Answer:
C
Explanation:
Detailed Answer in Step-by-Step Solution:
Define Conda: Conda is a widely used tool for managing packages and environments in data science.
B: Incorrect—Kernels (e.g., Jupyter) are separate; Conda manages environments.
C: Correct—Conda is an open-source tool for creating isolated environments with specific packages.
D: Incorrect—Not specific to Oracle AI; it’s a general tool.
Reasoning: C captures Conda’s full scope as an open-source system, beyond just dependency management (A).
Conclusion: C is the most accurate.
OCI documentation describes Conda as “an open-source package and environment management system that allows data scientists to create isolated environments with specific versions of Python and libraries.” A is too narrow, B misaligns with kernel concepts, and D ties it incorrectly to Oracle AI. C aligns with Conda’s official definition and OCI’s usage.
Oracle Cloud Infrastructure Data Science Documentation, "Conda Environments Overview".