[2022年02月] 無料1Z0-1096-21試験問題集試験点数を伸ばそう
2022年最新の1Z0-1096-21実際問題集には試験のコツがあるPDF試験材料
Oracle 1Z0-1096-21 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
| トピック 7 |
|
| トピック 8 |
|
| トピック 9 |
|
| トピック 10 |
|
| トピック 11 |
|
質問 12
When managing models using the Model Repository screen from the OML AutoML UI, what are the four operations a user can do to models and model deployments?
- A. Delete an existing OML in-database model.
- B. Change the owner of a previously deployed OML in-database model.
- C. Change the deployment date of a previously deployed OML in-database model.
- D. Deploy an existing Oracle Machine Learning in-database model as a REST endpoint in OML Services.
- E. Undeploy a previously deployed OML in-database model.
- F. Change the namespace of a previously deployed OML in-database model.
正解: B,C,D,F
質問 13
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 image classification model.
- B. Create a notebook with auto-generated OML4Py code from an OML in-database model to allow for further model tweaking and batch scoring.
- C. Review the model statistics associated with the experiment of an OML in-database model.
- D. Deploy an OML in-database model to a REST endpoint.
- E. Review the model statistics associated with the experiment of an ONNX-format (Open Neural Networks Exchange) model.
正解: B,C,E
質問 14
How can you share a notebook with multiple developers for a collaborative effort with notebook editing?
- A. Notebooks cannot be shared for collaborating with other users.
- B. You can share notebooks if you have Viewer permissions.
- C. You can share notebooks if you have Developer permissions.
- D. You create different notebooks, edit separately, and merge later.
正解: D
質問 15
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. Attribute Importance
- B. Feature Extraction
- C. Regression
- D. Classification
正解: A
質問 16
Which three Oracle Machine Learning (OML) Notebooks capabilities are enabled when an OML user is created with the oml_developer role?
- A. Save scripts to the Python script repository.
- B. Transfer OML workspace to other users.
- C. Share notebooks with other OML users.
- D. Create and execute OML Notebooks.
正解: A
質問 17
Two users at different locations are collaborating on a project by editing the same notebook. Which type of notebook should they use for collaboration?
- A. Shared Notebook
- B. Public Notebook
- C. Example notebook
- D. Personal Notebook
正解: C
質問 18
Which type of user has access to the Oracle Machine Learning User Management interface?
- A. Guest
- B. Manager
- C. Administrator
- D. Developer
正解: C
質問 19
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 projects.
- B. Create new workspaces.
- C. View, create, run, and update any notebook in the workspace.
- D. Create jobs for shared notebooks.
- E. View and run jobs of shared notebooks.
正解: A,B
質問 20
Which two statements are true about supervised machine learning?
- A. It generally results in predictive models.
- B. It is used to extract meaningful insights from raw data to improve data operational efficiency.
- C. The learning process is directed by a previously known dependent attribute or target.
- D. It does not specify a target, it can be applied to a population of interest.
- E. There is no previously known result to guide the algorithm in building the model.
正解: A,C
解説:
Supervised learning is also known as directed learning. The learning process is directed by a previously known dependent attribute or target. Directed data mining attempts to explain the behavior of the target as a function of a set of independent attributes or predictors. Supervised learning generally results in predictive models. This is in contrast to unsupervised learning where the goal is pattern detection. The building of a supervised model involves training, a process whereby the software analyzes many cases where the target value is already known. In the training process, the model "learns" the logic for making the prediction. For example, a model that seeks to identify the customers who are likely to respond to a promotion must be trained by analyzing the characteristics of many customers who are known to have responded or not responded to a promotion in the past.
https://docs.oracle.com/cd/E18283_01/datamine.112/e16808.pdf
質問 21
Examine the command:
%sql
SELECT CUST_MARITAL_STATUS, MEDIAN <COST_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._statu3 (VARCHAR2) and cost_credit_limit (number) with 100k rows of non-null data?
- A. It will return an error.
- B. It will return the median value of customer credit limit grouped by marital status.
- C. It will return a customer's marital status and credit limit grouped by marital status
- D. It will return the marital status and credit limit of each customer.
正解: B
質問 22
In an Oracle Machine Learning notebook, which is the correct syntax for starting a SQL script in Scratchpad?
- A. Ssql
- B. #sql
- C. %sql
- D. @sql
正解: C
質問 23
Which three statements are true about Oracle Machine Learning Notebooks?
- A. It is used to manage and monitor database objects.
- B. It provides a web-based interface for data analysis.
- C. It is used to create low-code applications.
- D. It is used for data preparation and exploration.
- E. It is used to access machine learning algorithms.
正解: B,D,E
質問 24
For which two types of notebooks can you schedule a job?
- A. Notebooks owned by you
- B. Notebooks under Shared templates
- C. Notebooks under Personal templates
- D. Notebooks shared with you
正解: A,B
質問 25
Examine the output:
- A. SET SQLFORMAT ANSICONSOLE
- B. SET SQLFORMAT DELIMITED
- C. SET SQLFORMAT LOADER
- D. SET SQLFORMAT FIXED
正解: C
質問 26
Which two components support in-database automatic machine learning (AutoML) functionality?
- A. OML Services a
- B. Oracle Data Miner
- C. OML4Py
- D. OML4SQL
- E. OML4R
- F. OML AutoML UI
正解: C,F
質問 27
What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?
- A. Model selection, Algorithm selection
- B. Model selection, Algorithm selection
- C. Algorithm selection, Feature selection. Model tuning
- D. Model tuning. Algorithm selection. Feature selection
正解: C
質問 28
Which three statements are true about unsupervised machine learning?
- A. It can be used as a preliminary step for supervised algorithms.
- B. It analyzes cases where the target value is already known.
- C. There is no previously known result to guide the algorithm in building the model.
- D. It uses unlabeled data.
正解: B,C,D
質問 29
......
心強い1Z0-1096-21のPDF問題集は1Z0-1096-21問題:https://www.goshiken.com/Oracle/1Z0-1096-21-mondaishu.html