Free Oracle 1Z0-1096-23 Exam Actual Questions

The questions for 1Z0-1096-23 were last updated On Nov 18, 2024

Question No. 1

You are creating a job that should run a notebook every hour. You want to make sure that the job does not run repeatedly if there are more than five consecutive failures to run the job. Which option should you set while creating the job?

Show Answer Hide Answer
Correct Answer: C

https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/get-started-jobs.html#GUID-DAE3D097-2EB5-4345-88F5-B4780EFD634A


Question No. 2

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

Show Answer Hide Answer
Correct Answer: B, C, D

Oracle Machine Learning algorithms are suitable for various use cases that involve data analysis, prediction, classification, clustering, association, and feature extraction56.

Three use cases that are suitable for Oracle Machine Learning algorithms are:

Medical outcome analysis: This is a use case that involves predicting the outcome of a medical treatment or procedure based on patient characteristics and medical history. Oracle Machine Learning algorithms such as Generalized Linear Models, Support Vector Machines, or Neural Networks can be used for this task.

Anomaly and fraud detection: This is a use case that involves identifying unusual or suspicious patterns or behaviors in data that may indicate fraud, abuse, or errors. Oracle Machine Learning algorithms such as One-Class Support Vector Machines, Anomaly Detection, or Principal Component Analysis can be used for this task.

Customer segmentation: This is a use case that involves grouping customers based on their similarities in terms of demographics, preferences, behaviors, or needs. Oracle Machine Learning algorithms such as K-Means, Expectation Maximization, or Non-Negative Matrix Factorization can be used for this task.


Question No. 3

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?

Show Answer Hide Answer
Correct Answer: C

About Workspace Permission Types: Oracle Machine Learning allows three types of permissions. Depending on the permission type, you can allow the user to view or perform different tasks in your workspace, projects, and notebooks. The three types of permissions are listed in the following table along with the actions that are allowed. Permission Types || Actions based on permission > Manager: * Project: Create, update, delete. * Workspace: View only. * Notebooks: Create, update, run, delete, and schedule jobs. > Developer: * Project: View only. * Workspace: View only. * Notebooks: Create, update, run, and delete notebooks that a developer creates only. * Jobs: View and run jobs of shared notebooks only. A developer cannot create jobs for notebooks that are shared. > Viewer: * Project: View only. * Workspace: View only. * Notebooks: View only. * Jobs: View jobs and job runs of shared notebooks only.


Question No. 4

Which three are unsupervised machine learning algorithms? (Choose three.)

Show Answer Hide Answer
Correct Answer: B, D, F

Unsupervised machine learning uses a more independent approach, in which a computer learns to identify complex processes and patterns without a human providing close, constant guidance. Un-supervised machine learning involves training based on data that does not have labels or a specific, defined output. To continue the childhood teaching analogy, unsupervised machine learning is akin to a child learning to identify fruit by observing colors and patterns, rather than memorizing the names with a teacher's help. The child would look for similarities between images and separate them into groups, assigning each group its own new label. Examples of unsupervised machine learning algorithms include k-means clustering, principal and independent component analysis, and association rules.