Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which three actions can be performed by an Administrator in Oracle Machine Learning (OML) Notebooks? (Choose three.)

A.

Create, run and delete notebooks.

B.

View notebooks.

C.

Create and run jobs.

D.

Reassign workspaces to users.

E.

Create, edit and delete OML users.

Full Access
Question # 5

Which step in the AutoML pipeline involves reducing the size of the large data set into a small-er data set that adequately represents the original?

A.

Hyperparameter Tuning

B.

Model Selection

C.

Algorithm Selection

D.

Feature Selection

E.

Adaptive Sampling

Full Access
Question # 6

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?

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.

Full Access
Question # 7

Which two types of permissions allow you tables and run any script on an owner's account? (Choose two.)

A.

Guest

B.

Viewer

C.

Developer

D.

Manager

Full Access
Question # 8

What is the correct sequence of creating items in Oracle Machine Learning (OML) Note-books when setting up a new Autonomous Database instance?

A.

Job, Project, Workspace, Notebook

B.

OML User, Notebook, Job

C.

Workspace, OML User, Notebook, Jobs

D.

Notebook, Job, Project, OML User

Full Access
Question # 9

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

A.

Guest

B.

Developer

C.

Manager

D.

Administrator

Full Access
Question # 10

Which four actions would typically be performed during the data preparation step for analyzing data with Oracle Machine Learning?

A.

numeric data normalization

B.

missing value replacement

C.

performing feature engineering, such as creating derived variables

D.

data collection from various sources

E.

binning of numeric data

F.

building a machine learning model

Full Access
Question # 11

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

A.

Polynote

B.

Zeppelin Notebook

C.

Google Colab

D.

Jupyter Notebook

Full Access
Question # 12

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

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.

Full Access
Question # 13

A user with Developer permission is trying to create a job on an existing notebook that is shared. However, the user is unable to do so. What is the reason?

A.

The specified job already exists.

B.

The notebook contains code with syntax errors, which need to be corrected first.

C.

The user requires the Create Job role.

D.

A developer cannot create jobs for notebooks that are shared.

Full Access
Question # 14

Which two components support in-database automatic machine learning (AutoML) functionality?

A.

OML AutoML UI

B.

Oracle Data Miner

C.

OML4Py

D.

OML Services

E.

OML4SQL

F.

OML4R

Full Access
Question # 15

Which three services can be used to access Oracle Machine Learning Notebooks? (Choose three.)

A.

Oracle Application Express

B.

Autonomous Dedicated Infrastructure

C.

Autonomous Data Warehouse

D.

Autonomous JSON Database

E.

Autonomous Transaction Processing

Full Access
Question # 16

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

A.

Classification

B.

Regression

C.

Dimensionality Reduction

D.

Clustering

Full Access
Question # 17

When running which type of code must you use %script in Oracle Machine Learning Note-books?

A.

SQL script

B.

JSON script

C.

PL/SQL script

D.

JavaScript

Full Access
Question # 18

Examine the command: %script SET SQLFORMAT ANSICONSOLE What is the output of a query if this SQLFORMAT is set?

A.

It formats the output columns to return ANSI characters.

B.

It formats and resizes the output columns to the width of the data to save space.

C.

It formats the output columns to Add ANSI characters as the delimiter string.

D.

It formats output columns with fixed-width columns with data enclosed in double quotation marks.

Full Access
Question # 19

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

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.

Full Access
Question # 20

You have created a workspace in Oracle Machine Learning Notebooks and want to share it with collaborators by granting permissions to access your workspace. You want to enable other users to run and modify your notebooks but do not want to provide the ability to schedule jobs that run your notebooks. Which permission type should be granted to this user?

A.

Manager

B.

Viewer

C.

Developer

D.

Designer

Full Access
Question # 21

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

A.

Model selection, Algorithm selection

B.

Algorithm selection, Feature selection. Model tuning

C.

Model selection, Algorithm selection

D.

Model tuning. Algorithm selection. Feature selection

Full Access
Question # 22

For which two types of notebooks can you schedule a job? (Choose two.)

A.

Notebooks under Personal templates

B.

Notebooks owned by you

C.

Notebooks shared with you

D.

Notebooks under Shared templates

Full Access