Month End Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium Oracle 1z0-1110-25 Dumps Questions Answers

Page: 1 / 12
Total 158 questions

Oracle Cloud Infrastructure 2025 Data Science Professional Questions and Answers

Question 1

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
Question 2

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()

Question 3

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

Question 4

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 your code to expect different parameters as command-line arguments, and create a new job every time you run the code

C.

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

D.

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

Question 5

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?

Options:

A.

Video footage of a conversation in a conference room

B.

Images of computer server racks

C.

A typewritten document that details an annual budget

D.

A collection of purchase orders for office supplies

E.

An audio recording of a phone conversation

Question 6

What is feature engineering in machine learning used for?

Options:

A.

To perform parameter tuning

B.

To interpret ML models

C.

To transform existing features into new ones

D.

To help understand the dataset features

Question 7

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

Question 8

You want to make your model more parsimonious 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 would be appropriate to display the correlation between Continuous and Categorical features?

Options:

A.

corr()

B.

correlation_ratio_plot()

C.

pearson_plot()

D.

cramersv_plot()

Question 9

Which type of file system does File Storage use?

Options:

A.

NFSv3

B.

iSCSI

C.

Paravirtualized

D.

NVMe SSD

Question 10

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()

Question 11

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

Question 12

You are attempting to save a model from a notebook session to the model catalog by using 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?

Options:

A.

The dynamic groups matching rule exists for notebook sessions in the compartment

B.

The model artifact is saved to the block volume of the notebook session

C.

The policy for the dynamic group grants manage permissions for the model catalog in this compartment

D.

The networking configuration allows access to the Oracle Cloud Infrastructure services through a service gateway

E.

The policy for your user group grants manage permissions for the model catalog in this compartment

Question 13

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?

Options:

A.

Global behaviour of a machine learning model may be complex, while the local behaviour may be approximated with a simpler surrogate model

B.

Model-agnostic techniques are more interpretable than techniques that are dependent on the types of models

C.

Global and local behaviours of machine learning models are similar

D.

Local explanation techniques are model-agnostic, while global explanation techniques are not

Question 14

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

Question 15

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

Question 16

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

Question 17

Which is NOT a valid OCI Data Science notebook session approach?

Options:

A.

Ensure you don’t execute long-running Python processes in a notebook cell

B.

Run the process directly in the terminal and use Python logging to get updates on the progress of your job

C.

Avoid having multiple users in the same notebook session due to the possibility of resource contention and write conflicts

D.

While connecting to data in OCI Object Storage from your notebook session, the best practice is to make a local copy on the device and then upload it to your notebook session block volume

E.

Authenticate using your notebook session’s resource principal to access other OCI resources. Resource principals provide a more secure way to authenticate to resources compared to the OCI configuration and API approach

Question 18

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

Question 19

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

Question 20

Where are OCI secrets stored?

Options:

A.

OCI Object Storage

B.

OCI Vault

C.

Autonomous Data Warehouse

D.

Oracle Databases

Question 21

Triggering a PagerDuty notification as part of Monitoring is an example of what in the OCI Console?

Options:

A.

Action

B.

Rule

C.

Function

D.

Event

Question 22

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

Question 23

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

Options:

A.

Policies

B.

Regional subnets

C.

Compute instances

D.

VCN

Question 24

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

Question 25

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?

Options:

A.

The model artifact is saved to the block volume of the notebook session

B.

A dynamic group has rules that match the notebook sessions in its compartment

C.

The policy for your user group grants manage permissions for the model catalog in this compartment

D.

The policy for a dynamic group grants manage permissions for the model catalog in this compartment

E.

The networking configuration allows access to Oracle Cloud Infrastructure services through a Service Gateway

Question 26

Which is NOT a part of Observability and Management Services?

Options:

A.

Event Services

B.

OCI Management Service

C.

Logging Analytics

D.

Logging

Question 27

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.

Question 28

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

Question 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

Question 30

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

Options:

A.

Drift monitoring

B.

Redeploy the model

C.

Operational monitoring

D.

Retrain the model

E.

Validate the model using recent data

Question 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()

Question 32

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

Question 33

You are preparing a configuration object necessary to create a Data Flow application. Which THREE parameter values should you provide?

Options:

A.

The path to the archive.zip file

B.

The local path to your PySpark script

C.

The compartment of the Data Flow application

D.

The bucket used to read/write the PySpark script in Object Storage

E.

The display name of the application

Question 34

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

Question 35

What is the primary difference between a data scientist and a data engineer?

Options:

A.

A data engineer collects and prepares data, and a data scientist then analyzes it.

B.

A data engineer analyzes data after a data scientist collects and prepares it.

C.

A data engineer builds data pipelines and helps prepare data, while a data scientist is responsible for data collection, preparation, and analysis.

D.

A data engineer creates data flows to be used as templates by the data analyst.

Question 36

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

Question 37

You have trained three different models on your dataset using Oracle AutoML. You want to visualize the behavior of each of the models, including the baseline model, on the test set. Which class should be used from the Accelerated Data Science (ADS) SDK to visually compare the models?

Options:

A.

EvaluationMetrics

B.

ADSEvaluator

C.

ADSExplainer

D.

ADSTuner

Question 38

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?

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

Question 39

You want to write a program that performs document analysis tasks such as extracting text and tables from a document. Which Oracle AI service would you use?

Options:

A.

OCI Language

B.

Oracle Digital Assistant

C.

OCI Speech

D.

OCI Vision

Question 40

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.

Question 41

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.

Question 42

What is the minimum active storage duration for logs used by Logging Analytics to be archived?

Options:

A.

60 days

B.

10 days

C.

30 days

D.

15 days

Question 43

While working with Git on Oracle Cloud Infrastructure (OCI) Data Science, you notice that two of the operations are taking more time than the others due to your slow internet speed. Which TWO operations would experience the delay?

Options:

A.

Moving the changes into staging area for the next commit

B.

Updating the local repo to match the content from a remote repository

C.

Pushing changes to a remote repository

D.

Making a commit that is taking a snapshot of the local repository for the next push

E.

Converting an existing local project folder to a Git repository

Question 44

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

Question 45

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

Question 46

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

Question 47

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

Page: 1 / 12
Total 158 questions