Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

1z0-1110-25 Oracle Cloud Infrastructure 2025 Data Science Professional Questions and Answers

Questions 4

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?

Options:

A.

oracle_automl.print_trials()

B.

oracle_automl.visualize_tuning_trials()

C.

oracle_automl.visualize_adaptive_sampling_trials()

D.

oracle_automl.visualize_algorithm_selection_trials()

Buy Now
Questions 5

As a data scientist, you use the Oracle Cloud Infrastructure (OCI) Language service to train custommodels. Which types of custom models can be trained?

Options:

A.

Image classification, Named Entity Recognition (NER)

B.

Text classification, Named Entity Recognition (NER)

C.

Sentiment Analysis, Named Entity Recognition (NER)

D.

Object detection, Text classification

Buy Now
Questions 6

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?

Options:

A.

Metadata, hyperparameters, metrics only

B.

Model metadata and hyperparameters only

C.

Models and metrics only

D.

Models, model metadata, hyperparameters, metrics

Buy Now
Questions 7

Which Oracle Cloud Service provides restricted access to target resources?

Options:

A.

Bastion

B.

Internet Gateway

C.

Load Balancer

D.

SSL Certificate

Buy Now
Questions 8

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?

Options:

A.

Oracle Big Data Service

B.

Oracle Machine Learning

C.

Conda environment in OCI Data Science

D.

Python Package Index (PyPI)

E.

Oracle Autonomous Data Warehouse

Buy Now
Questions 9

Which statement best describes Oracle Cloud Infrastructure Data Science Jobs?

Options:

A.

Jobs let you define and run repeatable tasks on fully managed infrastructure.

B.

Jobs let you define and run repeatable tasks on customer-managed infrastructure.

C.

Jobs let you define and run repeatable tasks on fully managed third-party cloud infrastructures.

D.

Jobs let you define and run all Oracle Cloud DevOps workloads.

Buy Now
Questions 10

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?

Options:

A.

Model type selection

B.

Model validation

C.

Data access

D.

Feature engineering

Buy Now
Questions 11

Which type of file system does File Storage use?

Options:

A.

NFSv3

B.

iSCSI

C.

Paravirtualized

D.

NVMe SSD

Buy Now
Questions 12

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 sub-folders and classes. What is the best way to run this project as a Job?

Options:

A.

ZIP the entire code project folder and upload it as a Job artifact. Jobs automatically identifies the main top-level where the code is run

B.

Rewrite your code so that it is a single executable Python or Bash/Shell script file

C.

ZIP the entire code project folder and upload it as a Job artifact on job creation. Jobs identifies the main executable file automatically

D.

ZIP the entire code project folder, upload it as a Job artifact on job creation, and set JOB_RUN_ENTRYPOINT to point to the main executable file

Buy Now
Questions 13

You are a data scientist leveraging Oracle Cloud Infrastructure (OCI) to create a model and need some additional Python libraries for processing genome sequencing data. Which of the following THREE statements are correct with respect to installing additional Python libraries to process the data?

Options:

A.

OCI Data Science allows root privileges in notebook sessions

B.

You can install any open-source package available in a publicly accessible Python Package Index (PyPI) repository

C.

You can only install libraries using yum and pip as a normal user

D.

You cannot install a library that’s not preinstalled in the provided image

E.

You can install private or custom libraries from your own internal repositories

Buy Now
Questions 14

Which activity is NOT a part of the machine learning life cycle?

Options:

A.

Database Management

B.

Model Deployment

C.

Modeling

D.

Data Access

Buy Now
Questions 15

In machine learning, what is the primary difference between supervised and unsupervised learning?

Options:

A.

Supervised learning involves data that has been labeled and classified, while unsupervised learning data is unlabeled and unclassified.

B.

Supervised learning is monitored closely by data scientists, while they don’t play a role inunsupervised learning.

C.

Supervised learning is only used for image recognition, while unsupervised learning can be used for various analytics applications.

D.

Supervised learning is created and managed by the Data Engineer.

Buy Now
Questions 16

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?

Options:

A.

Feature Selection

B.

Adaptive Sampling

C.

Model Deployment

D.

Feature Extraction

E.

Algorithm Selection

Buy Now
Questions 17

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?

Options:

A.

Create a new job every time you need to run your code and pass the parameters as environment variables

B.

Create a new job by setting the required parameters in your code and create a new job for every code change

C.

Create your code to expect different parameters either as environment variables or as command-line arguments, which are set on every job run with different values

D.

Create your code to expect different parameters as command-line arguments and create a new job every time you run the code

Buy Now
Questions 18

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?

Options:

A.

The OCI Software Development Kit (SDK)

B.

OCI Console

C.

Command Line Interface (CLI)

D.

Mobile App

Buy Now
Questions 19

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?

Options:

A.

Data Safe

B.

Cloud Guard

C.

Data Guard

D.

Vault

Buy Now
Questions 20

How can you convert a fixed load balancer to a flexible load balancer?

Options:

A.

There is no way to convert the load balancer

B.

Use Update Shape workflows

C.

Delete the fixed load balancer and create a new one

D.

Using the Edit Listener option

Buy Now
Questions 21

Where are OCI secrets stored?

Options:

A.

OCI Object Storage

B.

OCI Vault

C.

Autonomous Data Warehouse

D.

Oracle Databases

Buy Now
Questions 22

How can you collaborate with team members in OCI Data Science Workspace?

Options:

A.

By granting access to specific notebooks and files

B.

By using version control systems integrated with the workspace

C.

By sharing the workspace instance with other users

D.

By enabling chat and video conferencing within the workspace

Buy Now
Questions 23

You want to make your model more frugal to reduce the cost of collecting and processing data. You plan to do this by removing features that are highly correlated. You would like to create a heatmap that displays the correlation so that you can identify candidate features to remove. Which Accelerated Data Science (ADS) SDK method is appropriate to display the comparability between Continuous and Categorical features?

Options:

A.

pearson_plot()

B.

cramersv_plot()

C.

correlation_ratio_plot()

D.

corr()

Buy Now
Questions 24

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?

Options:

A.

Install a Spark conda environment, configure core-site.xml, launch a notebook session, create a Data Flow application with the Accelerated Data Science (ADS) SDK, develop your PySpark application

B.

Configure core-site.xml, install a PySpark conda environment, create a Data Flow application with the Accelerated Data Science (ADS) SDK, develop your PySpark application, launch a notebook session

C.

Launch a notebook session, configure core-site.xml, install a PySpark conda environment, develop your PySpark application, create a Data Flow application with the Accelerated Data Science (ADS) SDK

D.

Launch a notebook session, install a PySpark conda environment, configure core-site.xml, develop your PySpark application, create a Data Flow application with the Accelerated Data Science (ADS) SDK

Buy Now
Questions 25

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?

Options:

A.

It is used to disable the reporting of false alarms

B.

It changes the sensitivity of the model to detecting anomalies

C.

It determines how many false alarms occur before an error message is generated

D.

It adds a score to each signal indicating the probability that it’s a false alarm

Buy Now
Questions 26

True or false? Data scientists typically need a combination of technical skills, nontechnical ones, and suitable personality traits to be successful.

Options:

A.

True

B.

False

Buy Now
Questions 27

You are using Oracle Cloud Infrastructure (OCI) Anomaly Detection to train a model to detect anomalies in pump sensor data. What are you trying to determine? How does the required False Alarm Probability setting affect an anomaly detection model?

Options:

A.

It is used to disable the reporting of false alarms

B.

It changes the sensitivity of the model to detecting anomalies

C.

It determines how many false alarms occur before an error message is generated

D.

It adds a score to each signal indicating the probability that it’s a false alarm

Buy Now
Questions 28

Which function's objective is to represent the difference between the predictive value and the target value?

Options:

A.

Optimizer function

B.

Fit function

C.

Update function

D.

Cost function

Buy Now
Questions 29

Which of these protects customer data at rest and in transit in a way that allows customers to meet their security and compliance requirements for cryptographic algorithms and key management?

Options:

A.

Security controls

B.

Customer isolation

C.

Data encryption

D.

Identity Federation

Buy Now
Questions 30

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?

Options:

A.

Environment Explorer

B.

Table of Contents

C.

Command Palette

D.

Notebook Examples

E.

Terminal

Buy Now
Questions 31

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?

Options:

A.

DataFrameLabelEncode()

B.

auto_transform()

C.

OneHotEncoder()

D.

show_in_notebook()

Buy Now
Questions 32

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? Pick THREE.

Options:

A.

Update the deployment to add more instances

B.

Delete the deployment

C.

Update the deployment to use fewer instances

D.

Update the deployment to use a larger virtual machine (more CPUs/memory)

E.

Reduce the load balancer bandwidth limit so that fewer requests come in

Buy Now
Questions 33

Which components are a part of the OCI Identity and Access Management service?

Options:

A.

Policies

B.

Regional subnets

C.

Compute instances

D.

VCN

Buy Now
Questions 34

Which type of firewalls are designed to protect against web application attacks, such as SQL injection and cross-site scripting?

Options:

A.

Stateful inspection firewall

B.

Web Application Firewall

C.

Incident firewall

D.

Packet filtering firewall

Buy Now
Questions 35

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?

Options:

A.

OCI Anomaly Detection

B.

OCI Speech

C.

OCI Translation

D.

OCI Language

Buy Now
Questions 36

Select two reasons why it is important to rotate encryption keys when using Oracle Cloud Infrastructure (OCI) Vault to store credentials or other secrets.

Options:

A.

Key rotation allows you to encrypt no more than five keys at a time

B.

Key rotation improves encryption efficiency

C.

Periodically rotating keys makes it easier to reuse keys

D.

Key rotation reduces risk if a key is ever compromised

E.

Periodically rotating keys limits the amount of data encrypted by one key version

Buy Now
Questions 37

Which of these options allow the sharing and loading back of ML models into a notebook session?

Options:

A.

Model provenance

B.

Model taxonomy

C.

Model deployment

D.

Model catalog

Buy Now
Questions 38

Which THREE types of data are used for Data Labeling?

Options:

A.

Audio

B.

Text Document

C.

Images

D.

Graphs

Buy Now
Questions 39

Which architecture is based on the principle of “never trust, always verify”?

Options:

A.

Federated identity

B.

Zero trust

C.

Fluid perimeter

D.

Defense in depth

Buy Now
Questions 40

You are given the task of writing a program that sorts document images by language. Which Oracle service would you use?

Options:

A.

Oracle Digital Assistant

B.

OCI Language

C.

OCI Speech

D.

OCI Vision

Buy Now
Questions 41

Why is data sampling useful for data scientists?

Options:

A.

It lets them analyze datasets in small batches to reduce their use of system resources.

B.

It reduces the amount of data storage space that’s required for data science applications.

C.

It enables them to use a representative subset of data to build accurate analytical models more quickly.

Buy Now
Questions 42

You have a dataset 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?

Options:

A.

Feature selection

B.

Algorithm selection

C.

Adaptive sampling

D.

Hyperparameter tuning

Buy Now
Questions 43

Arrange the following in the correct Git Repository workflow order:

    Install, configure, and authenticate Git.

    Configure SSH keys for the Git repository.

    Create a local and remote Git repository.

    Commit files to the local Git repository.

    Push the commit to the remote Git repository.

Options:

A.

2, 3, 1, 4, 5

B.

4, 2, 3, 1, 5

C.

3, 5, 1, 2, 4

D.

1, 2, 3, 4, 5

Buy Now
Questions 44

What is the first step in the data science process?

Options:

A.

Collecting data and preparing it for analysis

B.

Experimenting with and tuning different analytical models

C.

Defining an analytical hypothesis that could provide business value

D.

Working with data owners

Buy Now
Questions 45

You are working as a Data Scientist for a healthcare company. You have a series of neurophysiological data on OCI Data Science and have developed a convolutional neural network (CNN) classification model. It predicts the source of seizures in drug-resistant epileptic patients. You created a model artifact with all the necessary files. When you deployed the model, it failed to run because you did not point to the correct conda environment in the model artifact. Where would you provide instructions to use the correct conda environment?

Options:

A.

score.py

B.

runtime.yaml

C.

requirements.txt

D.

model_artifact_validate.py

Buy Now
Questions 46

What happens when a notebook session is deactivated?

Options:

A.

Compute cost increases due to frequent deactivation

B.

The data on boot volume is preserved

C.

The underlying compute instance stops

D.

The block volume attached to the notebook is permanently deleted

Buy Now
Questions 47

You are a researcher who requires access to large datasets. Which OCI service would you use?

Options:

A.

Oracle Databases

B.

ADW (Autonomous Data Warehouse)

C.

OCI Data Science

D.

Oracle Open Data

Buy Now
Exam Code: 1z0-1110-25
Exam Name: Oracle Cloud Infrastructure 2025 Data Science Professional
Last Update: Jun 15, 2025
Questions: 158
1z0-1110-25 pdf

1z0-1110-25 PDF

$29.75  $84.99
1z0-1110-25 Engine

1z0-1110-25 Testing Engine

$35  $99.99
1z0-1110-25 PDF + Engine

1z0-1110-25 PDF + Testing Engine

$47.25  $134.99