You are a data scientist designing an air traffic control model, and you choose to leverage Oracle
AutoML You understand that the Oracle AutoML pipeline consists of multiple stages and
automatically operates in a certain sequence. What is the correct sequence for the Oracle AutoML
pipeline?
You loaded data into Oracle Cloud Infrastructure (OCI) Data Science. To transform the data, you
want to use the Accelerated Data Science (ADS) SDK. When you applied the get_recommendations ()
tool to the ADSDataset object, it showed you user-detected issues with all the recommended
changes to apply to the dataset. Which option should you use to apply all the recommended
transformations at once?
You have created a conda environment in your notebook session. This is the first time you are
working with published conda environments. You have also created an Object Storage bucket with
permission to manage the bucket.
Which two commands are required to publish the conda environment?
During a job run, you receive an error message that no space is left on your disk device. To solve
the problem, you must increase the size of the job storage. What would be the most efficient way to
do this with Data Science Jobs?
As a data scientist, you are working on a global health data set that has data from more than 50 countries. You want to encode three features, such as 'countries', 'race', and 'body organ' as categories. Which option would you use to encode the categorical feature?
You have received machine learning model training code, without clear information about the
optimal shape to run the training. How would you proceed to identify the optimal compute shape
for your model training that provides a balanced cost and processing time?
Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to data sets from
reference libraries and index websites such as scikit-learn?
You are a data scientist leveraging the Oracle Cloud Infrastructure (OCI) Language AI service for various types of text analyses. Which TWO capabilities can you utilize with this tool?
You want to use ADSTuner to tune the hyperparameters of a supported model you recently
trained. You have just started your search and want to reduce the computational cost as well as
access the quality of the model class that you are using.
What is the most appropriate search space strategy to choose?
Six months ago, you created and deployed a model that predicts customer churn for a call
centre. Initially, it was yielding quality predictions. However, over the last two months, users are
questioning the credibility of the predictions.
Which two methods would you employ to verify the accuracy of the model?
Six months ago, you created and deployed a model that predicts customer churn for a call center. Initially, it was yielding quality predictions. However, over the last two months, users have been questioning the credibility of the predictions. Which TWO methods customer churn would you employ to verify the accuracy of the model?
You are a data scientist building a pipeline in the Oracle Cloud Infrastructure (OCI) Data Science
service for your machine learning project. You want to optimize the pipeline completion time by
running some steps in parallel. Which statement is true about running pipeline steps in parallel?
Which feature of the Oracle Cloud Infrastructure (OCI) Vision service helps you generate in-dexing tags for a collection of marketing photographs?
You have just received a new data set from a colleague. You want to quickly find out summary
information about the data set, such as the types of features, the total number of observations, and
distributions of the data. Which Accelerated Data Science (ADS) SDK method from the ADSDataset
class would you use?
You are a data scientist with a set of text and image files that need annotation, and you want to use Oracle Cloud Infrastructure (OCI) Data Labeling. Which of the following THREE an-notation classes are supported by the tool.?
You have an embarrassingly parallel or distributed batch job on a large amount of data that you
consider running using Data Science Jobs. What would be the best approach to run the workload?
Using Oracle AutoML, you are tuning hyperparameters on a supported model class and have
specified a time budget. AutoML terminates computation once the time budget is exhausted. What
would you expect AutoML to return in case the time budget is exhausted before hyperparameter
tuning is completed?
You are building a model and need input that represents data as morning, afternoon, or evening. However, the data contains a time stamp. What part of the Data Science life cycle would you be in when creating the new variable?
You train a model to predict housing prices for your city. Which two metrics from the
Accelerated Data Science (ADS) ADSEvaluator class can you use to evaluate the regression model?
3. When preparing your model artifact to save it to the Oracle Cloud Infrastructure (OCI) Data
Science model catalog, you create a score.py file. What is the purpose of the score.py file?