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

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

Questions 4

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 5

You’re going to create an Oracle Cloud Infrastructure Anomaly Detection model for multivariate data. Where do you need to store the training data?

Options:

A.

Your local machine

B.

MySQL database

C.

Autonomous Data Warehouse

D.

Object Storage Bucket

Buy Now
Questions 6

For your next data science project, you need access to public geospatial images. Which Oracle Cloud service provides free access to those images?

Options:

A.

Oracle Big Data Service

B.

Oracle Analytics Cloud

C.

Oracle Cloud Infrastructure (OCI) Data Science

D.

Oracle Open Data

Buy Now
Questions 7

Six months ago, you created and deployed a model that predicts customer churn for a call centre. Initially, it was yielding quality predictions. However, over the last two months, users are questioning the credibility of the predictions. Which TWO methods would you employ to verify the accuracy of the model?

Options:

A.

Retrain the model

B.

Validate the model using recent data

C.

Drift monitoring

D.

Redeploy the model

E.

Operational monitoring

Buy Now
Questions 8

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?

Options:

A.

Recall

B.

Mean squared error

C.

F1 Score

D.

R-Squared

E.

Explained variance score

Buy Now
Questions 9

Which statement accurately describes an aspect of machine learning models?

Options:

A.

Model performance degrades over time due to changes in data.

B.

Static predictions become increasingly accurate over time.

C.

Data models are more static and generally require fewer updates than software code.

D.

A high-quality model will not need to be retrained as new information is received.

Buy Now
Questions 10

Which is NOT a part of Observability and Management Services?

Options:

A.

Event Services

B.

OCI Management Service

C.

Logging Analytics

D.

Logging

Buy Now
Questions 11

You are a data scientist building a pipeline in the Oracle Cloud Infrastructure (OCI) Data Science service for your machine learning project. You want to optimize the pipeline completion time by running some steps in parallel. Which statement is true about running pipeline steps in parallel?

Options:

A.

Steps in a pipeline can be run only sequentially

B.

Pipeline steps can be run in sequence or in parallel, as long as they create a directed acyclic graph (DAG)

C.

All pipeline steps are always run in parallel

D.

Parallel steps cannot be run if they are completely independent of each other

Buy Now
Questions 12

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?

Options:

A.

Algorithm selection, Feature selection, Adaptive sampling, Hyperparameter tuning

B.

Adaptive sampling, Algorithm selection, Feature selection, Hyperparameter tuning

C.

Adaptive sampling, Feature selection, Algorithm selection, Hyperparameter tuning

D.

Algorithm selection, Adaptive sampling, Feature selection, Hyperparameter tuning

Buy Now
Questions 13

Which TWO statements about Oracle Cloud Infrastructure (OCI) Open Data service are true?

Options:

A.

Open Data includes text and image data repositories for AI and ML.

B.

Audio and video formats are not available.

C.

Each dataset in Open Data consists of code and tooling usage examples for consumption and reproducibility.

D.

Open Data is a dataset repository made for the people that create, use, and manipulate datasets.

E.

A primary goal of Open Data is for users to contribute to the data repositories to expand the content offered.

F.

Subscribers can pay and log into Open Data to view curated datasets that are otherwise not available to the public.

Buy Now
Questions 14

You are a data scientist leveraging Oracle Cloud Infrastructure (OCI) Data Science 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.

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

B.

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

C.

OCI Data Science allows root privileges in notebook sessions

D.

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

E.

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

Buy Now
Questions 15

You are a computer vision engineer building an image recognition model. You decide to use Oracle Data Labeling to annotate your image data. Which of the following THREE are possible ways to annotate an image in Data Labeling?

Options:

A.

Adding labels to an image using semantic segmentation, by drawing multiple bounding boxes to an image

B.

Adding a single label to an image

C.

Adding labels to an image by drawing a bounding box to an image is not supported by Data Labeling

D.

Adding labels to an image using object detection, by drawing bounding boxes to an image

E.

Adding multiple labels to an image

Buy Now
Questions 16

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 17

Which of the following programming languages are most widely used by data scientists?

Options:

A.

C and C++

B.

Python, R, and SQL

C.

Java and JavaScript

Buy Now
Questions 18

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?

Options:

A.

Configure the deployment infrastructure

B.

Execute the inference logic code

C.

Define the compute scaling strategy

D.

Define the inference server dependencies

Buy Now
Questions 19

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 20

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 21

Which Oracle Cloud Infrastructure (OCI) Data Science policy is invalid?

Options:

A.

Allow group DataScienceGroup to use virtual-network-family in compartment DataScience

B.

Allow group DataScienceGroup to use data-science-model-sessions in compartment DataScience

C.

Allow dynamic-group DataScienceDynamicGroup to manage data-science-projects in compartment DataScience

D.

Allow dynamic-group DataScienceDynamicGroup to manage data-science-family in compartment DataScience

Buy Now
Questions 22

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?

Options:

A.

Data Access, Feature Exploration, Data Exploration, Feature Engineering, Modeling

B.

Data Access, Data Exploration, Feature Exploration, Feature Engineering, Modeling

C.

Data Access, Data Exploration, Feature Engineering, Feature Exploration, Modeling

D.

Data Access, Feature Exploration, Feature Engineering, Data Exploration, Modeling

Buy Now
Questions 23

You are a data scientist working for a manufacturing company. You have developed a forecasting model to predict the sales demand in the upcoming months. You created a model artifact that contained custom logic requiring third-party libraries. When you deployed the model, it failed to run because you did not include all the third-party dependencies in the model artifact. What file should be modified to include the missing libraries?

Options:

A.

model_artifact_validate.py

B.

score.py

C.

runtime.yaml

D.

requirements.txt

Buy Now
Questions 24

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?

Options:

A.

get_transformed_dataset()

B.

fit_transform()

C.

auto_transform()

D.

visualize_transforms()

Buy Now
Questions 25

Which statement about resource principals is true?

Options:

A.

When you authenticate using a resource principal, you need to create and manage credentials to access OCI resources.

B.

A resource principal is not a secure way to authenticate to resources, compared to the OCI configuration and API key approach.

C.

The Data Science service does not provide authentication via a notebook session’s or job run’s resource principal to access other OCI resources.

D.

A resource principal is a feature of IAM that enables resources to be authorized principal actors.

Buy Now
Questions 26

What do you use the score.py file for?

Options:

A.

Configure the deployment infrastructure

B.

Execute the inference logic code

C.

Define the required conda environment

D.

Define the scaling strategy

Buy Now
Questions 27

You are a data scientist; you use the Oracle Cloud Infrastructure (OCI) Language service to train custom models. 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 28

Which OCI service provides a scalable environment for developers and data scientists to run Apache Spark applications at scale?

Options:

A.

Data Science

B.

Anomaly Detection

C.

Data Labeling

D.

Data Flow

Buy Now
Questions 29

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 30

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 31

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?

Options:

A.

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

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.

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

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 32

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 conda environment. After running this command, you get a network timeout error. What might be missing from your network configuration?

Options:

A.

The NAT Gateway with public internet access

B.

Service Gateway with private subnet access

C.

FastConnect to an on-premises network

D.

Primary Virtual Network Interface Card (VNIC)

Buy Now
Questions 33

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 34

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 35

Which statement about logs for Oracle Cloud Infrastructure Jobs is true?

Options:

A.

Each job run sends outputs to a single log for that job

B.

Integrating data science jobs resources with logging is mandatory

C.

All stdout and stderr are automatically stored when automatic log creation is enabled

D.

Logs are automatically deleted when the job and job run is deleted

Buy Now
Questions 36

Which Oracle Data Safe feature minimizes the amount of personal data and allows internal test, development, and analytics teams to operate with reduced risk?

Options:

A.

Data encryption

B.

Security assessment

C.

Data masking

D.

Data discovery

E.

Data auditing

Buy Now
Questions 37

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?

Options:

A.

Use

B.

Inspect

C.

Manage

D.

Read

Buy Now
Questions 38

What is a conda environment?

Options:

A.

A system that manages package dependencies

B.

A collection of kernels

C.

An open-source environment management system

D.

An environment deployment system on Oracle AI

Buy Now
Questions 39

Which two statements are true about published conda environments?

Options:

A.

They are curated by Oracle Cloud Infrastructure (OCI) Data Science

B.

The odsc conda init command is used to configure the location of published conda environments

C.

Your notebook session acts as the source to share published conda environments with team members

D.

You can only create a published conda environment by modifying a Data Science conda environment

E.

In addition to service job run environment variables, conda environment variables can be used inData Science Jobs

Buy Now
Questions 40

Which model has an open-source, open model format that allows you to run machine learning models on different platforms?

Options:

A.

PySpark

B.

PyTorch

C.

TensorFlow

D.

ONNX

Buy Now
Questions 41

Which OCI service provides a managed Kubernetes service for deploying, scaling, and managing containerized applications?

Options:

A.

Oracle Cloud Infrastructure Container Registry

B.

Oracle Cloud Infrastructure Load Balancing

C.

Oracle Cloud Infrastructure Container Engine for Kubernetes

D.

Oracle Cloud Infrastructure Streaming

Buy Now
Questions 42

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 43

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?

Options:

A.

Table extraction

B.

Punctuation correction

C.

Sentence diagramming

D.

Topic classification

E.

Sentiment analysis

Buy Now
Questions 44

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 45

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?

Options:

A.

Log - Log Group Association

B.

Entity - Log Association

C.

Source - Entity Association

D.

Log Group - Source Association

Buy Now
Questions 46

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?

Options:

A.

Configure a compute shape

B.

Configure a block volume

C.

Use command-line variables

D.

Use environmental variables

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