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

1z0-1110-23 Exam Dumps - Oracle Cloud Infrastructure Data Science 2023 Professional

Question # 4

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?

A.

Algorithm selection, Feature selection, Adaptive sampling, Hyperparameter tuning

Want any exam dump in pdf email me at info.tipsandtricks10@gmail.com (Little Paid)

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

Full Access
Question # 5

Which two statements are true about published conda environments?

A.

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

B.

The odac 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 in Data Science Jobs.

Full Access
Question # 6

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?

A.

get_transformed_dataset ()

B.

fit_transform()

C.

auto_transform()

D.

visualize_transforms ()

Full Access
Question # 7

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?

A.

odac conda publish --slug

B.

odsc conda list --override

C.

odsc conda init --bucket_namespace --bucket_name

D.

odsc conda create --file manifest.yaml

E.

conda activate /home/datascience/conda/

Full Access
Question # 8

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?

A.

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

B.

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

C.

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

D.

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

Full Access
Question # 9

As a data scientist, you are working on a global health data set 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?

A.

DataFramLabelEncode()

B.

auto_transform()

C.

OneHotEncoder()

D.

show_in_notebook()

Full Access
Question # 10

You have received machine learning model training code, without clear information about the

optimal shape to run the training. How would you proceed to identify the optimal compute shape

for your model training that provides a balanced cost and processing time?

A.

Start with a random compute shape and monitor the utilization metrics and time required to

finish the model training. Perform model training optimizations and performance tests in

advance to identify the right compute shape before running the model training as a job.

B.

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 re- run the job. Repeat the process until the shape resources are fully utilized.

C.

Start with the strongest compute shape Job's 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.

D.

Start with a smaller 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 re-run the job. Repeat the process until the processing time does not

improve.

Full Access
Question # 11

Which Oracle Accelerated Data Science (ADS) classes can be used for easy access to data sets from

reference libraries and index websites such as scikit-learn?

A.

DataLabeling

B.

DatasetBrowser

C.

SecretKeeper

D.

ADSTuner

Full Access
Question # 12

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?

A.

Table extraction

B.

Punctuation correction

C.

Sentence diagramming

D.

Topic classification

E.

Sentiment analysis

Full Access
Question # 13

You want to use ADSTuner to tune the hyperparameters of a supported model you recently

trained. You have just started your search and want to reduce the computational cost as well as

access the quality of the model class that you are using.

What is the most appropriate search space strategy to choose?

A.

Detailed

B.

ADSTuner doesn't need a search space to tune the hyperparameters.

C.

Perfunctory

D.

Pass a dictionary that defines a search space

Full Access
Question # 14

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?

A.

Retrain the model

B.

Validate the model using recent data

C.

Drift monitoring

D.

Redeploy the model

E.

Operational monitoring

Full Access
Question # 15

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 customer churn would you employ to verify the accuracy of the model?

A.

Redeploy the model

B.

Retrain the model

C.

Operational monitoring

D.

Validate the model using recent data

E.

Drift monitoring

Full Access
Question # 16

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?

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.

Full Access
Question # 17

Which feature of the Oracle Cloud Infrastructure (OCI) Vision service helps you generate in-dexing tags for a collection of marketing photographs?

A.

Document classification

B.

Image classification

C.

Text recognition

D.

Key Value extraction

Full Access
Question # 18

You have just received a new data set from a colleague. You want to quickly find out summary

information about the data set, such as the types of features, the total number of observations, and

distributions of the data. Which Accelerated Data Science (ADS) SDK method from the ADSDataset

class would you use?

A.

show_corr()

B.

to_xgb ()

C.

compute ()

D.

show_in_notebook ()

Full Access
Question # 19

You are a data scientist with a set of text and image files that need annotation, and you want to use Oracle Cloud Infrastructure (OCI) Data Labeling. Which of the following THREE an-notation classes are supported by the tool.?

A.

Object Detection

B.

Named Entity Extraction

C.

Classification (single/multi label)

D.

Key-Point and Landmark

E.

Polygonal Segmentation

F.

Semantic Segmentation

Full Access
Question # 20

You have an embarrassingly parallel or distributed batch job on a large amount of data that you

consider running using Data Science Jobs. What would be the best approach to run the workload?

A.

Create the job in Data Science Jobs and start a job run. When it is done, start a new job run

until you achieve the number of runs required.

B.

Create the job in Data Science Jobs and then start the number of simultaneous jobs runs

required for your workload.

C.

Reconfigure the job run because Data Science Jobs does not support embarrassingly parallel

workloads.

D.

Create a new job for every job run that you have to run in parallel, because the Data Science

Jobs service can have only one job run per job.

Full Access
Question # 21

Using Oracle AutoML, you are tuning hyperparameters on a supported model class and have

specified a time budget. AutoML terminates computation once the time budget is exhausted. What

would you expect AutoML to return in case the time budget is exhausted before hyperparameter

tuning is completed?

A.

The current best-known hyperparameter configuration is returned.

B.

A random hyperparameter configuration is returned.

C.

A hyperparameter configuration with a minimum learning rate is returned.

D.

The last generated hyperparameter configuration is returned

Full Access
Question # 22

You are building a model and need input that represents data as morning, afternoon, or evening. However, the data contains a time stamp. What part of the Data Science life cycle would you be in when creating the new variable?

A.

Model type selection

B.

Model validation

C.

Data access

D.

Feature engineering

Full Access
Question # 23

You train a model to predict housing prices for your city. Which two metrics from the

Accelerated Data Science (ADS) ADSEvaluator class can you use to evaluate the regression model?

A.

Explained Variance Score

B.

F-1 Score

C.

Weighted Precision

D.

Weighted Recall

E.

Mean Absolute Error

Full Access
Question # 24

3. When preparing your model artifact to save it to the Oracle Cloud Infrastructure (OCI) Data

Science model catalog, you create a score.py file. What is the purpose of the score.py file?

A.

Configure the deployment infrastructure.

B.

Execute the inference logic code.

C.

Define the compute scaling strategy.

D.

Define the inference server dependencies

Full Access