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

Exact2Pass Menu

Question # 4

What is feature engineering in machine learning used for?

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

Full Access
Question # 5

You have a dataset with fewer than 1000 observations, and you are using Oracle AutoML to build a classifier. While visualizing the results of each stage of the Oracle AutoML pipeline, you notice that no visualization has been generated for one of the stages. Which stage is not visualized?

A.

Feature selection

B.

Algorithm selection

C.

Adaptive sampling

D.

Hyperparameter tuning

Full Access
Question # 6

Which statement about Oracle Cloud Infrastructure Anomaly Detection is true?

A.

Accepted file types are SQL and Python

B.

Data used for analysis can be text or numerical in nature

C.

It is an important tool for detecting fraud, network intrusions, and discrepancies in sensor time series analysis

D.

It is trained on a combination of customer and general industry datasets

Full Access
Question # 7

What is a common maxim about data scientists?

A.

They spend 80% of their time finding and preparing data and 20% analyzing it.

B.

They spend 80% of their time analyzing data and 20% finding and preparing it.

C.

They spend 80% of their time on failed analytics projects and 20% doing useful work.

Full Access
Question # 8

Which activity is NOT a part of the machine learning life cycle?

A.

Database Management

B.

Model Deployment

C.

Modeling

D.

Data Access

Full Access
Question # 9

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?

A.

452 Mbps

B.

52 Mbps

C.

7052 Mbps

D.

1152 Mbps

Full Access
Question # 10

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 annotation 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 # 11

You are a data scientist working inside a notebook session and you attempt to pip install a package from a public repository that is not included in your conda environment. After running this command, you get a network timeout error. What might be missing from your network configuration?

A.

The NAT Gateway with public internet access

B.

Service Gateway with private subnet access

C.

FastConnect to an on-premises network

D.

Primary Virtual Network Interface Card (VNIC)

Full Access
Question # 12

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

A.

OCI Console

B.

CLI

C.

Language SDKs

D.

REST APIs

Full Access
Question # 13

You are using Oracle Cloud Infrastructure (OCI) Anomaly Detection to train a model to detect anomalies in pump sensor data. What are you trying to determine? How does the required False Alarm Probability setting affect an anomaly detection model?

A.

It is used to disable the reporting of false alarms

B.

It changes the sensitivity of the model to detecting anomalies

C.

It determines how many false alarms occur before an error message is generated

D.

It adds a score to each signal indicating the probability that it’s a false alarm

Full Access
Question # 14

Which is NOT a part of Observability and Management Services?

A.

Event Services

B.

OCI Management Service

C.

Logging Analytics

D.

Logging

Full Access
Question # 15

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

A.

DatasetBrowser

B.

DatasetFactory

C.

ADSTuner

D.

SecretKeeper

Full Access
Question # 16

You are given the task of writing a program that sorts document images by language. Which Oracle service would you use?

A.

Oracle Digital Assistant

B.

OCI Language

C.

OCI Speech

D.

OCI Vision

Full Access
Question # 17

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

A.

The file that was defined for them on the virtual machine (VM)

B.

The OCI Console

C.

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

D.

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

Full Access
Question # 18

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

A.

Action

B.

Rule

C.

Function

D.

Event

Full Access
Question # 19

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 # 20

You have just completed analyzing a set of images by using Oracle Cloud Infrastructure (OCI) Data Labeling, and you want to export the annotated data. Which TWO formats are supported?

A.

CONLL V2003

B.

COCO

C.

Data Labeling Service Proprietary JSON

D.

Spacy

Full Access
Question # 21

Which statement about logs for Oracle Cloud Infrastructure Jobs is true?

A.

Each job run sends outputs to a single log for that job

B.

Integrating data science jobs resources with logging is mandatory

C.

All stdout and stderr are automatically stored when automatic log creation is enabled

D.

Logs are automatically deleted when the job and job run is deleted

Full Access
Question # 22

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 assess 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 # 23

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?

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

Full Access
Question # 24

Which OCI service provides a scalable environment for developers and data scientists to run Apache Spark applications at scale?

A.

Data Science

B.

Anomaly Detection

C.

Data Labeling

D.

Data Flow

Full Access
Question # 25

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?

A.

OCI Language

B.

Oracle Digital Assistant

C.

OCI Speech

D.

OCI Vision

Full Access
Question # 26

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?

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

Full Access
Question # 27

What does the Data Science Service template in Oracle Resource Manager (ORM) NOTautomatically create?

A.

Required user groups

B.

Dynamic groups

C.

Individual Data Science users

D.

Policies for a basic use case

Full Access
Question # 28

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?

A.

DataFrameLabelEncode()

B.

auto_transform()

C.

OneHotEncoder()

D.

show_in_notebook()

Full Access
Question # 29

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.

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

Full Access
Question # 30

You’re going to create an Oracle Cloud Infrastructure Anomaly Detection model for multivariate data. Where do you need to store the training data?

A.

Your local machine

B.

MySQL database

C.

Autonomous Data Warehouse

D.

Object Storage Bucket

Full Access
Question # 31

Which OCI service enables you to build, train, and deploy machine learning models in the cloud?

A.

Oracle Cloud Infrastructure Data Catalog

B.

Oracle Cloud Infrastructure Data Integration

C.

Oracle Cloud Infrastructure Data Science

D.

Oracle Cloud Infrastructure Data Flow

Full Access
Question # 32

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?

A.

Security controls

B.

Customer isolation

C.

Data encryption

D.

Identity Federation

Full Access
Question # 33

You are a data scientist working for a manufacturing company. You have developed a forecasting model to predict the sales demand in the upcoming months. You created a model artifact that contained custom logic requiring third-party libraries. When you deployed the model, it failed to run because you did not include all the third-party dependencies in the model artifact. What file should be modified to include the missing libraries?

A.

model_artifact_validate.py

B.

score.py

C.

runtime.yaml

D.

requirements.txt

Full Access
Question # 34

You are working as a Data Scientist for a healthcare company. You have a series of neurophysiological data on OCI Data Science and have developed a convolutional neural network (CNN) classification model. It predicts the source of seizures in drug-resistant epileptic patients. You created a model artifact with all the necessary files. When you deployed the model, it failed to run because you did not point to the correct conda environment in the model artifact. Where would you provide instructions to use the correct conda environment?

A.

score.py

B.

runtime.yaml

C.

requirements.txt

D.

model_artifact_validate.py

Full Access
Question # 35

Which OCI service provides a managed Kubernetes service for deploying, scaling, and managing containerized applications?

A.

Oracle Cloud Infrastructure Container Registry

B.

Oracle Cloud Infrastructure Load Balancing

C.

Oracle Cloud Infrastructure Container Engine for Kubernetes

D.

Oracle Cloud Infrastructure Streaming

Full Access
Question # 36

You have configured the Management Agent on an Oracle Cloud Infrastructure (OCI) Linux instance for log ingestion purposes. Which is a required configuration for OCI Logging Analytics service to collect data from multiple logs of this instance?

A.

Log - Log Group Association

B.

Entity - Log Association

C.

Source - Entity Association

D.

Log Group - Source Association

Full Access
Question # 37

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.

A.

2, 3, 1, 4, 5

B.

4, 2, 3, 1, 5

C.

3, 5, 1, 2, 4

D.

1, 2, 3, 4, 5

Full Access
Question # 38

Which function's objective is to represent the difference between the predictive value and the target value?

A.

Optimizer function

B.

Fit function

C.

Update function

D.

Cost function

Full Access
Question # 39

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

A.

Policies

B.

Regional subnets

C.

Compute instances

D.

VCN

Full Access
Question # 40

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

A.

Continuous deployment

B.

Continuous integration

C.

Continuous delivery

D.

Continuous training

Full Access
Question # 41

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

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 # 42

Which Security Zone policy is NOT valid?

A.

A boot volume can be moved from a security zone to a standard compartment

B.

A compute instance cannot be moved from a security zone to a standard compartment

C.

Resources in a security zone should not be accessible from the public internet

D.

Resources in a security zone must be automatically backed up regularly

Full Access
Question # 43

What is the correct definition of Git?

A.

Git is a centralized version control system that allows you to revert to previous versions of files as needed.

B.

Git is a distributed version control system that allows you to track changes made to a set of files.

C.

Git is a distributed version control system that protects teams from simultaneous repo contributions and merge requests.

D.

Git is a centralized version control system that allows data scientists and developers to track copious amounts of data.

Full Access
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?

A.

Metadata, hyperparameters, metrics only

B.

Model metadata and hyperparameters only

C.

Models and metrics only

D.

Models, model metadata, hyperparameters, metrics

Full Access
Question # 45

Where are OCI secrets stored?

A.

OCI Object Storage

B.

OCI Vault

C.

Autonomous Data Warehouse

D.

Oracle Databases

Full Access
Question # 46

Which stage in the machine learning life cycle helps in identifying the imbalance present in the data?

A.

Data Modeling

B.

Data Monitoring

C.

Data Exploration

D.

Data Access

Full Access
Question # 47

In which two ways can you improve data durability in Oracle Cloud Infrastructure Object Storage?

A.

Setup volumes in a RAID1 configuration

B.

Enable server-side encryption

C.

Enable Versioning

D.

Limit delete permissions

E.

Enable client-side encryption

Full Access