Weekend Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

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

Questions 4

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?

Options:

A.

Pipeline defaults can be overridden only during pipeline creation.

B.

Pipeline defaults can be overridden only by the Administrator.

C.

Pipeline defaults can be overridden before starting the pipeline execution.

D.

Pipeline defaults cannot be overridden once the pipeline has been created.

Buy Now
Questions 5

You are a data scientist using Oracle AutoML to produce a model and you are evaluating the score metric for the model. Which TWO of the following prevailing metrics would you use for evaluating a multiclass classification model?

Options:

A.

Mean squared error

B.

Explained variance score

C.

Recall

D.

F1-score

E.

R-squared

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

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?

Options:

A.

OCI Vault

B.

Model Depository

C.

Model Catalog

D.

Data Science Artifactory

Buy Now
Questions 8

Where do calls to stdout and stderr from score.py go in a model deployment?

Options:

A.

The file that was defined for them on the Virtual Machine (VM)

B.

The predict log in the Oracle Cloud Infrastructure (OCI) Logging service as defined in the deployment

C.

The OCI Cloud Shell, which can be accessed from the console

D.

The OCI console

Buy Now
Questions 9

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?

Options:

A.

Feature Permutation Importance Explanations

B.

Local Interpretable Model-Agnostic Explanations

C.

Feature Dependence Explanations

D.

Accumulated Local Effects

Buy Now
Questions 10

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?

Options:

A.

Edit the job, change the size of the storage of your job, and start a new job run

B.

On the job run, set the environment variable that helps increase the size of the storage

C.

Create a new job with increased storage size and then run the job

D.

Your code using too much disk space. Refactor the code to identify the problem

Buy Now
Questions 11

Which technique can be used for feature engineering in the machine learning lifecycle?

Options:

A.

Principal Component Analysis (PCA)

B.

K-means clustering

C.

Support Vector Machines (SVM)

D.

Gradient boosting

Buy Now
Questions 12

Which statement about Oracle Cloud Infrastructure Multi-Factor Authentication (MFA) is NOT valid?

Options:

A.

Users cannot disable MFA for themselves

B.

A user can register only one device to use for MFA

C.

Users must install a supported authenticator app on the mobile device they intend to register for MFA

D.

An administrator can disable MFA for another user

Buy Now
Questions 13

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 14

Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to datasets fromreference libraries and index websites, such as scikit-learn?

Options:

A.

DatasetBrowser

B.

DatasetFactory

C.

ADSTuner

D.

SecretKeeper

Buy Now
Questions 15

How are datasets exported in the OCI Data Labeling service?

Options:

A.

As a binary file

B.

As an XML file

C.

As a line-delimited JSON file

D.

As a CSV file

Buy Now
Questions 16

Which Web Application Firewall (WAF) service component must be configured to allow, block, or log network requests when they meet specified criteria?

Options:

A.

Protection rules

B.

Bot Management

C.

Origin

D.

Web Application Firewall policy

Buy Now
Questions 17

Which is NOT a compliance document?

Options:

A.

Certificate

B.

Penetration test report

C.

Attestation

D.

Bridge letter

Buy Now
Questions 18

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 19

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?

Options:

A.

Start with a smaller shape and monitor the job run metrics and time required to complete the model training. If the compute shape is not fully utilized, tune the model parameters, and rerun the job. Repeat the process until the shape resources are fully utilized.

B.

Start with the strongest compute shape Jobs support and monitor the job run metrics and time required to complete the model training. Tune the model so that it utilizes as much compute resources as possible, even at an increased cost.

C.

Start with a small shape and monitor the utilization metrics and time required to complete the model training. If the compute shape is fully utilized, change to compute that has more resources and rerun the job. Repeat the process until the processing time does not improve.

D.

Start with a random compute shape and monitor the utilization metrics and time required to finish the model training. Perform model training optimization and performance tests in advance to identify the right compute shape before running the model training as a job.

Buy Now
Questions 20

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 21

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 22

Which THREE types of data are used for Data Labeling?

Options:

A.

Audio

B.

Text Document

C.

Images

D.

Graphs

Buy Now
Questions 23

Which statement about Oracle Cloud Infrastructure Data Science Jobs is true?

Options:

A.

Jobs provisions the infrastructure to run a process on-demand

B.

Jobs comes with a set of standard tasks that cannot be customized

C.

You must create and manage your own Jobs infrastructure

D.

You must use a single Shell/Bash or Python artifact to run a job

Buy Now
Questions 24

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 25

Which type of file system does File Storage use?

Options:

A.

NFSv3

B.

iSCSI

C.

Paravirtualized

D.

NVMe SSD

Buy Now
Questions 26

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 27

Which CLI command allows the customized conda environment to be shared with co-workers?

Options:

A.

odsc conda clone

B.

odsc conda publish

C.

odsc conda modify

D.

odsc conda install

Buy Now
Questions 28

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?

Options:

A.

Oracle Cloud Infrastructure (OCI) Command Line Interface (CLI)

B.

Accelerated Data Science (ADS) Software Development Kit (SDK)

C.

ODSC CLI

D.

Console

E.

OCI Python SDK

F.

Git CLI

Buy Now
Questions 29

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 30

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 31

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 32

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 33

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 34

Which OCI Data Science interaction method can function without the need of scripting?

Options:

A.

OCI Console

B.

CLI

C.

Language SDKs

D.

REST APIs

Buy Now
Questions 35

Which step is a part of the AutoML pipeline?

Options:

A.

Feature Extraction

B.

Model saved to Model Catalog

C.

Model Deployment

D.

Feature Selection

Buy Now
Questions 36

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?

Options:

A.

452 Mbps

B.

52 Mbps

C.

7052 Mbps

D.

1152 Mbps

Buy Now
Questions 37

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 38

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 39

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 40

Which step is unique to MLOps, as opposed to DevOps?

Options:

A.

Continuous deployment

B.

Continuous integration

C.

Continuous delivery

D.

Continuous training

Buy Now
Questions 41

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 42

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 43

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 44

Which statement is true about origin management in Web Application Firewall (WAF)?

Options:

A.

Multiple origins can be defined

B.

Only a single origin can be active for a WAF

C.

Only statement B is true

D.

Both the statements are false

E.

Both the statements are true

F.

Only statement A is true

Buy Now
Questions 45

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 46

What is the name of the machine learning library used in Apache Spark?

Options:

A.

MLib

B.

GraphX

C.

Structured Streaming

D.

HadoopML

Buy Now
Questions 47

Which encryption is used for Oracle Data Science?

Options:

A.

256-bit Advanced Encryption Standard (AES-256)

B.

Data Encryption Standard (DES)

C.

Triple DES (TDES)

D.

Twofish

E.

Rivest Shamir Adleman (RSA)

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

PDF + Testing Engine

$57.75  $164.99

Testing Engine

$43.75  $124.99
buy now 1z0-1110-25 testing engine

PDF (Q&A)

$36.75  $104.99
buy now 1z0-1110-25 pdf