You are working in your notebook session and 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?
For your next data science project, you need access to public geospatial images. Which Oracle Cloud service provides free access to those images?
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?
Triggering a PagerDuty notification as part of Monitoring is an example of what in the OCI Console?
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 stepsto develop a PySpark application in Oracle Cloud Infrastructure (OCI) Data Science?
You want to make API calls against other OCI services from your instance without configuring user credentials. How would you achieve this?
The Oracle AutoML pipeline automates hyperparameter tuning by training the model with different parameters in parallel. You have created an instance of Oracle AutoML as oracle_automl and now you want an output with all the different trials performed by Oracle AutoML. Which of the following commands gives you the results of all trials?
You are working as a data scientist for a healthcare company. They decided 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 OCI Data Science?
True or false? Data scientists typically need a combination of technical skills, nontechnical ones, and suitable personality traits to be successful.
You realize that your model deployment is about to reach its utilization limit. What would you do to avoid the issue before requests start to fail? Which THREE steps would you perform?
You have an image classification model in the model catalog which is deployed as an HTTP endpoint using model deployments. Your tenancy administrator is seeing increased demands and has asked you to increase the load balancing bandwidth from the default of 10Mbps. You are provided with the following information:
Payload size in KB = 1024
Estimated requests per second = 120 requests/second (Monday through Friday, in every month, in every year)
Buffer percentage = 20%What is the optimal load balancing bandwidth to redeploy your model?
Which TWO statements about Oracle Cloud Infrastructure (OCI) Open Data service are true?
Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to datasets fromreference libraries and index websites, such as scikit-learn?
Which OCI cloud service lets you centrally manage the encryption keys that protect your data and the secret credentials that you use to securely access resources?
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?
Which statement is true about origin management in Web Application Firewall (WAF)?
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?
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?
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?
When preparing your model artifact to save it to the Oracle Cloud Infrastructure (OCI) DataScience model catalog, you create a score.py file. What is the purpose of the score.py file?
You are running a pipeline in the OCI Data Science service and want to override some of the pipeline's default settings. Which of the following statements about overriding pipeline defaults is true?
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?
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 have been given a collection of digital files required for a business audit. They consist of several different formats that you would like to annotate using Oracle Cloud Infrastructure (OCI) Data Labeling. Which THREE types of files could this tool annotate?
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 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’re going to create an Oracle Cloud Infrastructure Anomaly Detection model for multivariate data. Where do you need to store the training data?
Which components are a part of the OCI Identity and Access Management service?
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?
After you have created and opened a notebook session, you want to use the Accelerated Data Science (ADS) SDK to access your data and get started with exploratory data analysis. From which TWO places can you access the ADS SDK?
You have trained a binary classifier for a loan application and saved this model into the model catalog. A colleague wants to examine the model, and you need to share the model with your colleague. From the model catalog, which model artifacts can be shared?
You have just started as a data scientist at a healthcare company. You have been asked to analyze and improve a deep neural network model, which was built based on the electrocardiogram records of patients. There are no details about the model framework that was built. What would be the best way to find more details about the machine learning models inside the model catalog?
You have received machine learning model training code, without clear information about the optimal shape to run the training on. How would you proceed to identify the optimal compute shape for your model training that provides a balanced cost and processing time?