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

Oracle 1z0-1096-23 Oracle Machine Learning using Autonomous Database 2023 Associate Exam Practice Test

Page: 1 / 7
Total 74 questions

Oracle Machine Learning using Autonomous Database 2023 Associate Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

Which is a FALSE statement regarding Oracle Machine Learning (OML)?

Options:

A.

OML provides integration with open source Python and R statistical analysis functions.

B.

OML provides scalable statistical functions though OML4Py and OML4R.

C.

OML offerings need a separate data visualization tool for creating visualization.

D.

OML provides univariate and multivariate statistics.

Question 2

What are three key features of Oracle Machine Learning Notebooks? (Choose three.)

Options:

A.

They enable access to in database implementation of machine learning algorithms.

B.

They support integration with Oracle Data Miner-ID

C.

They support SQL, PL/SQL, JavaScript, and PHP scripting languages.

D.

They provide a collaborative notebook interface on Oracle Autonomous Database.

E.

They enable job scheduling of notebooks on a recurring schedule.

Question 3

Which notebook technology is used for Oracle Machine Learning in Oracle Autonomous Database?

Options:

A.

Polynote

B.

Zeppelin Notebook

C.

Google Colab

D.

Jupyter Notebook

Question 4

You want to predict which customers are likely to increase spending if given an additional credit card. Your task is to build a model using demographic and aggregated credit card data for customers who have used similar cards in the past. Which machine learning technique should you use to achieve this?

Options:

A.

Feature Extraction

B.

Classification

C.

Attribute Importance

D.

Regression

Question 5

Two users at different locations are collaborating on a project by editing the same notebook. Which type of notebook should they use for collaboration?

Options:

A.

Example notebook

B.

Shared Notebook

C.

Public Notebook

D.

Personal Notebook

Question 6

Which three tasks can be performed by an Oracle Machine Learning (OML) user with the Developer role? (Choose three.)

Options:

A.

Create other OML users.

B.

Share notebooks.

C.

Create and run OML notebooks.

D.

Transfer OML workspace to other users.

E.

Edit Example templates.

F.

Create and run scratchpads.

Question 7

Which output formats are supported by the SET SQLFORMAT command? (Choose three.)

Options:

A.

TXT

B.

HTML

(Correct)

C.

JSON

D.

CSV

Question 8

You have developed a notebook in an Autonomous Database (ADB) and you need to share the notebook with your colleague to run on a different ADB instance. How should you enable your colleague to work with this notebook?

Options:

A.

Export the notebook in .json format and have your colleague import this notebook.

B.

Save the notebook as a shared template.

C.

Save the notebook in the .csv format and have your colleague import this notebook.

D.

Make the notebook public.

Question 9

Which type of machine learning algorithm is used to deal with noise in incoming data?

Options:

A.

Classification

B.

Regression

C.

Dimensionality Reduction

D.

Clustering

Question 10

In which three use cases are Oracle Machine Learning algorithms suitable? (Choose three.)

Options:

A.

Speech recognition

B.

Medical outcome analysis

C.

Anomaly and fraud detection

D.

Customer segmentation

E.

Graph analytics

Question 11

When managing Machine Learning models using the OML AutoML UI, what are the three actions that can be performed on Oracle Machine Learning (OML) models from within OML AutoML UI? (Choose three.)

Options:

A.

Create a notebook with auto-generated OML4Py code from an OML in-database mod-el to allow for further model tweaking and batch scoring.

B.

Deploy an OML in-database model to a REST endpoint.

C.

Review the model statistics associated with the experiment of an ONNX-format (Open Neural Networks Exchange) model.

D.

Review the model statistics associated with the experiment of an OML in-database model.

E.

Review the model statistics associated with the experiment of an ONNX-format image classification model.

Question 12

You are working as an application developer using Oracle Machine Learning Notebooks and want to get your project and notebooks reviewed by a subject matter expert (SME). You granted the Developer permission to the SME on the workspace. Which two actions can be performed by the SME? (Choose two.)

Options:

A.

Create jobs for shared notebooks.

B.

Create new projects.

C.

View, create, run, and update any notebook in the workspace.

D.

Create new workspaces.

E.

View and run jobs of shared notebooks.

Question 13

In an Oracle Machine Learning notebook, which is the correct syntax for starting a SQL script in Scratchpad?

Options:

A.

"%sql"

B.

"#sql"

C.

"$sql"

D.

"@sql"

Question 14

Which two statements are true about supervised machine learning? (Choose two.)

Options:

A.

There is no previously known result to guide the algorithm in building the model.

B.

It does not specify a target, it can be applied to a population of interest.

C.

It is used to extract meaningful insights from raw data to improve data operational efficiency.

D.

It generally results in predictive models.

E.

The learning process is directed by a previously known dependent attribute or target.

Question 15

In which format is an Oracle Machine Learning Notebooks notebook saved or exported?

Options:

A.

JSON

B.

CSV

C.

custom binary format

D.

XML

Question 16

Which statement is FALSE about OML Notebooks?

Options:

A.

An existing database user cannot be added as an OML user using the User Management Interface.

B.

You must have the Administrator role to access the OML User Management Interface.

C.

You must have the Administrator role to access the compute resources page.

D.

The administrator is not authorized to run notebooks.

Question 17

You are using Oracle Machine Learning with Autonomous Database for the first time. After creating an Autonomous Database, what is the next step that you have to perform?

Options:

A.

Connect to the Database

B.

Create an OML user

C.

Create an ML notebook

D.

Create a compartment

Question 18

Which three statements are true about unsupervised machine learning? (Choose three.)

Options:

A.

There is no previously known result to guide the algorithm in building the model.

B.

It can be used as a preliminary step for supervised algorithms.

C.

It uses unlabeled data.

D.

It analyzes cases where the target value is already known.

Question 19

Examine the SQL command: SQL> SELECT CUST_MARITAL_STATUS,MEDIAN(CUST_CREDIT_LIMIT) FROM SH.CUSTOMERS GROUP BY CUST_MARITAL_STATUS; Which statement is true about running this command where the table has columns cust_maritax._status3 (VARCHAR2) and cust_credit_limit (number) with 100k rows of non-null data?

Options:

A.

It will return a customer's marital status and credit limit grouped by marital status

B.

It will return an error.

C.

It will return the marital status and credit limit of each customer.

D.

It will return the median value of customer credit limit grouped by marital status.

Question 20

Which category of machine learning algorithms does One-Class SVM fall under?

Options:

A.

Clustering

B.

Anomaly Detection

C.

Regression

D.

Classification

Question 21

Which type of user has access to the Oracle Machine Learning User Management interface?

Options:

A.

Guest

B.

Developer

C.

Manager

D.

Administrator

Question 22

What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?

Options:

A.

Model selection, Algorithm selection

B.

Algorithm selection, Feature selection. Model tuning

C.

Model selection, Algorithm selection

D.

Model tuning. Algorithm selection. Feature selection

Page: 1 / 7
Total 74 questions