What preparation steps are required to access an Oracle AI service SDK from a Data Science notebook session?
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 effi-cient way to do this with Data Science Jobs?
Select two reasons why it is important to rotate encryption keys when using Oracle Cloud
Infrastructure (OCI) Vault to store credentials or other secrets.
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 fie?
You are using Oracle Cloud Infrastructure (OCI) Anomaly Detection to train a model to detect
anomalies in pump sensor data. How does the required False Alarm Probability setting affect an
anomaly detection model?
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?
For your next data science project, you need access to public geospatial images.
Which Oracle Cloud service provides free access to those images?
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 are attempting to save a model from a notebook session to the model catalog by using the
Accelerated Data Science (ADS) SDK, with resource principal as the authentication signer, and you
get a 404 authentication error. Which two should you look for to ensure permissions are set up
correctly?
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?
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?
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?
The feature type TechJob has the following registered validators: Tech-Job.validator.register(name=’is_tech_job’, handler=is_tech_job_default_handler) Tech-Job.validator.register(name=’is_tech_job’, handler= is_tech_job_open_handler, condi-tion=(‘job_family’,)) TechJob.validator.register(name=’is_tech_job’, handler= is_tech_job_closed_handler, condition=(‘job_family’: ‘IT’)) When you run is_tech_job(job_family=’Engineering’), what does the feature type validator system do?
You are asked to prepare data for a custom-built model that requires transcribing Spanish video
recordings into a readable text format with profane words identified.
Which Oracle Cloud service would you use?
What preparation steps are required to access an Oracle AI service SDK from a Data Science
notebook session?
You have a complex Python code project that could benefit from using Data Science Jobs as it is a
repeatable machine learning model training task. The project contains many subfolders and classes.
What is the best way to run this project as a Job?
You are asked to prepare data for a custom-built model that requires transcribing Spanish video recordings into a readable text format with profane words identified. Which Oracle Cloud service would you use?
As a data scientist, you are trying to automate a machine learning (ML) workflow and have
decided to use Oracle Cloud Infrastructure (OCI) AutoML Pipeline.
Which three are part of the AutoML Pipeline?
You are working as a data scientist for a healthcare company. They decide to analyze the data to
find patterns in a large volume of electronic medical records. You are asked to build a PySpark
solution to analyze these records in a JupyterLab notebook. What is the order of recommended
steps to develop a PySpark application in Oracle Cloud Infrastructure (OCI) Data Science?
You are a data scientist working for a utilities company. You have developed an algorithm that
detects anomalies from a utility reader in the grid. The size of the model artifact is about 2 GB, and
you are trying to store it in the model catalog. Which three interfaces could you use to save the
model artifact into the model catalog?
You want to write a Python script to create a collection of different projects for your data science
team. Which Oracle Cloud Infrastructure (OCI) Data Science interface would you use?
Which Oracle Cloud Infrastructure (OCI) service should you use to create and run Spark
applications using ADS?
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 want to build a multistep machine learning workflow by using the Oracle Cloud
Infrastructure (OCI) Data Science Pipeline feature. How would you configure the conda environment
to run a pipeline step?