
1Z0-1096-21ブレーン問題集リアル試験最新問題2022年10月09日には55問題
最新1Z0-1096-21のPDF問題集リアル無料テスト本日更新です
Oracle 1Z0-1096-21 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
| トピック 9 |
|
| トピック 10 |
|
質問 24
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?
- A. Review the model statistics associated with the experiment of an ONNX-format (Open Neural Networks Exchange) model.
- B. Review the model statistics associated with the experiment of an OML in-database model.
- C. Create a notebook with auto-generated OML4Py code from an OML in-database model to allow for further model tweaking and batch scoring.
- D. Deploy an OML in-database model to a REST endpoint.
- E. Review the model statistics associated with the experiment of an ONNX-format image classification model.
正解: A,B,C
質問 25
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?
- A. Create new workspaces.
- B. View and run jobs of shared notebooks.
- C. Create new projects.
- D. Create jobs for shared notebooks.
- E. View, create, run, and update any notebook in the workspace.
正解: A,C
質問 26
You want to segment your customer data for groups to build supervised models.
What should you use to achieve this?
- A. Feature Extraction
- B. Classification
- C. Clustering
- D. Regression
正解: D
質問 27
Which three SQL commands are restricted in an Autonomous Database?
- A. Create Table
- B. Alter Profile
- C. Create Tablespace
- D. Alter Table
- E. Alter Tablespace
正解: B,C,E
質問 28
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?
- A. Feature Extraction
- B. Attribute Importance
- C. Classification
- D. Regression
正解: B
質問 29
What is the correct sequence of creating items in Oracle Machine Learning (OML) Notebooks when setting up a new Autonomous Database instance?
- A. Workspace, OML User, Notebook, Jobs
- B. Notebook, Job, Project, OML User
- C. Job, Project, Workspace, Notebook
- D. OML User, Notebook, Job
正解: B
質問 30
You have created a notebook and want to run the notebook on a periodic schedule. How should you achieve this?
- A. You can create a job and schedule it to run a specific notebook.
- B. You cannot run the notebook on the scheduled time.
- C. You have to login as the admin user and schedule a job to run the notebook.
- D. You need to contact the database administrator to configure the notebook to run at a particular time.
正解: A
質問 31
In which three use cases are Oracle Machine Learning algorithms suitable?
- A. Medical outcome analysis
- B. Customer segmentation
- C. Speech recognition
- D. Anomaly and fraud detection
- E. Graph analytics
正解: B,D,E
質問 32
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
正解: A,B,C,D
質問 33
What are three key features of Oracle Machine Learning Notebooks?
- A. They enable job scheduling of notebooks on a recurring schedule.
- B. They support integration with Oracle Data Miner-ID
- C. They provide a collaborative notebook interface on Oracle Autonomous Database.
- D. They support SQL, PL/SQL, JavaScript, and PHP scripting languages.
- E. They enable access to in database implementation of machine learning algorithms.
正解: A,B,D
質問 34
Which three data sources can be immediately used for model building in Oracle Machine Learning?
- A. Oracle Database tables
- B. Oracle Database External tables
- C. Oracle Database views
- D. JSON files
- E. CSV files
正解: A,B,D
質問 35
Which task is NOT required by an Administrator when adding a new user to Oracle Machine Leamina (OML) Notebooks?
- A. Issue grant commands on the database to allow access to the tables associated with the user's Oracle Machine Learning Notebooks.
- B. Provide the user with an Autonomous Data Warehouse client wallet for remote authentication.
- C. Create an OML username and password for the user in the Oracle Machine Learning Management User Interface.
- D. Add the user's full name and email ID in the Oracle Machine Learning Management User Interface.
正解: D
質問 36
How can you share a notebook with multiple developers for a collaborative effort with notebook editing?
- A. You can share notebooks if you have Viewer permissions.
- B. Notebooks cannot be shared for collaborating with other users.
- C. You can share notebooks if you have Developer permissions.
- D. You create different notebooks, edit separately, and merge later.
正解: D
質問 37
Which three are unsupervised machine learning algorithms?
- A. Naive Bayes
- B. Principal Component Analysis
- C. Association rule
- D. Logistical Regression
- E. Random Forest
- F. K-means clustering
正解: B,C,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. Unsupervised 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.
質問 38
Which is a FALSE statement regarding Oracle Machine Learning (OML)?
- A. OML offerings need a separate data visualization tool for creating visualization.
- B. OML provides univariate and multivariate statistics.
- C. OML provides integration with open source Python and R statistical analysis functions.
- D. OML provides scalable statistical functions though OML4Py and OML4R.
正解: A
質問 39
Which three types of permissions can be granted to a user to collaborate and access a workspace in Oracle Machine Learning Notebooks?
- A. Guest
- B. Manager
- C. Viewer
- D. Developer
- E. Administrator
正解: B,C,D
解説:
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/workspace-permissions.html
質問 40
Which two statements are true about Classification algorithms?
- A. They predict numeric values along a continuum.
- B. They assign cases to target categories.
- C. They extract rules using unsupervised learning.
- D. They require known outcomes to guide the learning process.
正解: A,D
質問 41
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 with fixed-width columns with data enclosed in double quotation marks.
- B. It formats the output columns to return ANSI characters.
- C. It formats the output columns to add ANSI characters as the delimiter string.
- D. It formats and resizes the output columns to the width of the data to save space.
正解: B
質問 42
Which step is not required to be performed by an administrator when adding a new user to Oracle Machine Learning (OML) Notebooks?
- A. Add the user's name and email ID in the Oracle Machine Learning User Management interface.
- B. Create an OML username and password for the user in the Oracle Machine Learning User Management interface.
- C. Provide the user with Autonomous Database client wallet for remote credentials.
- D. Issue grant commands on tables from other schemas to allow access from shared notebooks.
正解: C
質問 43
Which two types of permissions allow you tables and run any script on an owner's account?
- A. Guest
- B. Viewer
- C. Manager
- D. Developer
正解: C,D
質問 44
......
1Z0-1096-21問題集には100%厳密検証された問題と解答で合格保証もしくは全額返金:https://www.passtest.jp/Oracle/1Z0-1096-21-shiken.html