Select two reasons why it is important to rotate encryption keys when using Oracle Cloud In-frastructure (OCI) Vault to store credentials or other secrets.?
A. Key rotation allows you to encrypt no more than five keys at a time.
B. Key rotation reduces risk if a key is ever compromised.
C. Key rotation improves encryption efficiency.
D. Periodically rotating keys make it easier to reuse key.
E. Periodically rotating keys limits the amount of data encrypted by one key version.
You have developed a model training code that regularly checks for new data in Object Storage and retrains the model. Which statement best describes the Oracle Cloud Infrastructure (OCI) services that can be accessed from Data Science Jobs?
A. Data Science Jobs can access OCI resources only via the resource principal.
B. Some OCI services require authorizations not supported by Data Science Jobs.
C. Data Science Jobs cannot access all OCI services.
D. Data Science Jobs can access all OCI services.
What preparation steps are required to access an Oracle AI service SDK from a Data Science notebook session?
A. Call the Accented Data Science (ADS) command to enable Al integration
B. Create and upload the API signing key and config file
C. Import the REST API
D. Create and upload execute.py and runtime.yaml
You are a data scientist designing an air traffic control model, and you choose to leverage Or-acle 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?
A. Adaptive sampling, Feature selection, Algorithm selection, Hyperparameter tuning.
B. Adaptive sampling, Algorithm selection, Feature selection, Hyperparameter tuning.
C. Algorithm selection, Feature selection, Adaptive sampling, Hyperparameter tuning.
D. Algorithm selection, Adaptive sampling. Feature selection, Hyperparameter tuning.
You have created a model, and you want to use the Accelerated Data Science (ADS) SDK to deploy this model. Where can you save the artifacts to deploy this model with ADS?
A. Model Depository
B. Model Catalog
C. OCI Vault
D. Data Science Artifactory
You want to write a Python script to create a collection of different projects for your data sci-ence team. Which Oracle Cloud Infrastructure (OCI) Data Science Interface would you use?
A. Programming Language Software Development Kit (SDK)
B. Mobile App
C. Command Line Interface (CLI)
D. OCI Console
You are given the task of writing a program that sorts document images by language. Which Oracle AI service would you use?
A. Oracle Digital Assistant
B. OCI Speech
C. OCI Vision
D. OCI Language
You have an embarrassingly parallel or distributed batch job on a large amount of data running using Data Science Jobs
What would be the best approach to run the workload?
A. Create the job in Data Science Jobs and then start the number of simultaneous job runs required for your workload.
B. Create the job in Data Science Jobs and start a job run. When it is done, start a new job run until you achieve the number of runs required.
C. Reconfigure the job run because Data science jobs does not support embarrassingly parallel.
D. Create a new job for every job run that you have to run in parallel, because the Date Science Jobs service can have only one job run per job.
As you are working in your notebook session, you find that your notebook session does not have enough compute CPU and memory for your workload. How would you scale up your notebook session without losing your work?
A. Ensure your files and environments are written to the block volume storage under the /home/datascience directory, deactivate the notebook session, and activate the notebook larger compute shape selected.
B. Down your files and data to your local machine, delete your notebook session, provision tebook session on a larger compute shape, and upload your files from your local the new notebook session.
C. Deactivate your notebook session, provision a new notebook session on larger compute shape, and re-create all your file changes.
D. Create a temporary bucket in Object Storage, write all your files and data to Object Storage, delete tur ctebook session, provision a new notebook session on a larger com-pute shape, and capy your flies and data from your temporary bucket onto your new notebook session.
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?
A. Table extraction
B. Punctuation correction
C. Sentence diagramming
D. Topic classification
E. Sentiment analysis
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?
A. The networking configuration allows access to the Oracle Cloud Infrastructure (OCI) services through a Service Gateway.
B. The model artifact is saved to the block volume of the notebook session.
C. The dynamic group's matching rule exists for notebook sessions in this compartment.
D. The policy for the dynamic group grants manages permissions for the model catalog in this compartment.
E. The policy for your user group grants manage permissions for the model catalog in this compartment.
You are using Oracle Cloud Infrastructure Anomaly Detection to train a model to detect anomalies in pump sensor data. How does the required False Alarm Probability settings affect an anomaly detection model?
A. It changes the sensitivity of the model to detect anomalies.
B. It is used to disable the reporting of false alarm.
C. It Adds a score to each signal indicating the probability that it is false alarm.
D. It determines how many false alarms occur before an error message is generated.
You have built a machine model to predict whether a bank customer is going to default on a loan. You want to use Local Interpretable Model-Agnostic Explanations (LIME) to understand a specific prediction. What is the key idea behind LIME?
A. Model-agnostic techniques are more interpretable than techniques that are dependent on the types of models.
B. Local explanation techniques are model agnostic, while global explanation techniques are not.
C. Global behavior of a machine learning model may be complex, while the local behavior may be approximated with a simpler surrogate model.
D. Global and local behaviors of machine learning models are similar.
You are a data scientist working inside a notebook session and you attempt to pip install a package from a public repository that is not included in your condo environment. After running this command, you get a network timeout error. What might be missing from your networking configuration?
A. Service Gateway with private subnet access.
B. NAT Gateway with public internet access.
C. FastConnect to an on-premises network.
D. Primary Virtual Network Interface Card (VNIC).
You have a data set with fewer than 1000 observations, and you are using Oracle AutoML to build a classifier. While visualizing the results of each stage of the Oracle AutoML pipeline, you notice that no visualization has been generated for one of the stages. Which stage is not visualized?
A. Feature selection
B. Algorithm selection
C. Adaptive sampling
D. Hyperparameter tuning