You want to create a user group for a team of external data science consultants. The consultants should only have the ability to see Data Science resource details but not have the ability to create, delete, or update Data Science resources. What verb should you write in the policy?
You have configured the Management Agent on an Oracle Cloud Infrastructure (OCI) Linux instance for log ingestion purposes. Which is a required configuration for OCI Logging Analytics service to collect data from multiple logs of this instance?
Which Web Application Firewall (WAF) service component must be configured to allow, block, or log network requests when they meet specified criteria?
Which cache rules criterion matches if the concatenation of the requested URL path and query are identical to the contents of the value field?
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?
What is the minimum active storage duration for logs used by Logging Analytics to be archived?
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 dataset 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?
Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to datasets fromreference libraries and index websites, such as scikit-learn?
As a data scientist for a hardware company, you have been asked to predict the revenue demand for the upcoming quarter. You develop a time series forecasting model to analyze the data. Select the correct sequence of steps to predict the revenue demand values for the upcoming quarter.
Which model has an open-source, open model format that allows you to run machine learning models on different platforms?
Which function's objective is to represent the difference between the predictive value and the target value?
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 are a data scientist trying to load data into your notebook session. You understand that Accelerated Data Science (ADS) SDK supports loading various data formats. Which of the following THREE are ADS-supported data formats?
You want to evaluate the relationship between feature values and target variables. You have a large number of observations having a near uniform distribution and the features are highly correlated. Which model explanation technique should you choose?
You have created a model and want to use Accelerated Data Science (ADS) SDK to deploy the model. Where are the artifacts to deploy this model with ADS?
Which of the following analytical and statistical techniques do data scientists commonly use?
As a data scientist, you are tasked with creating a model training job that is expected to take different hyperparameter values on every run. What is the most efficient way to set those parameters with Oracle Data Science Jobs?
In which two ways can you improve data durability in Oracle Cloud Infrastructure Object Storage?
You are building a model and need input that represents data as morning, afternoon, or evening. However, the data contains a timestamp. What part of the Data Science lifecycle would you be in when creating the new variable?
A bike sharing platform has collected user commute data for the past 3 years. For increasing profitability and making useful inferences, a machine learning model needs to be built from the accumulated data. Which of the following options has the correct order of the required machine learning tasks for building a model?
You’re going to create an Oracle Cloud Infrastructure Anomaly Detection model for multivariate data. Where do you need to store the training data?
You are a data scientist using Oracle AutoML to produce a model and you are evaluating the score metric for the model. Which of the following TWO prevailing metrics would you use for evaluating a multiclass classification model?
Which statement about Oracle Cloud Infrastructure Multi-Factor Authentication (MFA) is NOT valid?
Which OCI Data Science interaction method can function without the need of scripting?
You have just received a new dataset from a colleague. You want to quickly find out summary information about the dataset, 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 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?
The feature type TechJob has the following registered validators:
TechJob.validator.register(name=’is_tech_job’, handler=is_tech_job_default_handler)
TechJob.validator.register(name=’is_tech_job’, handler=is_tech_job_open_handler, condition=('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?
Which of the following programming languages are most widely used by data scientists?
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 annotation classes are supported by the tool?
You have an embarrassingly parallel or distributed batch job with a large amount of data running using Data Science Jobs. What would be the best approach to run the workload?
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 of the following TWO non-open source JupyterLab extensions has Oracle Cloud Infrastructure (OCI) Data Science developed and added to the notebook session experience?
You are given a task of writing a program that sorts document images by language. Which Oracle AI Service would you use?
Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to datasets from reference libraries and index websites such as scikit-learn?