
最適な練習法には1z0-1096-23問題集で素晴らしい1z0-1096-23試験問題PDF
更新された検証済みの合格させる1z0-1096-23試験リアル問題と解答があります
Oracle 1z0-1096-23 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
| トピック 6 |
|
質問 # 25
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 the output columns to Add ANSI characters as the delimiter string.
- C. It formats output columns with fixed-width columns with data enclosed in double quotation marks.
- D. It formats and resizes the output columns to the width of the data to save space.
正解:D
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/autonomous-data-warehouse-cloud/omlug/output-formats-supported-set-sq
質問 # 26
What is the correct sequence of creating items in Oracle Machine Learning (OML) Note-books when setting up a new Autonomous Database instance?
- A. Notebook, Job, Project, OML User
- B. OML User, Notebook, Job
- C. Job, Project, Workspace, Notebook
- D. Workspace, OML User, Notebook, Jobs
正解:D
解説:
* The correct sequence of creating items in Oracle Machine Learning Notebooks when setting up a new Autonomous Database instance is Workspace, OML User, Notebook, Jobs1.
* A workspace is a logical container for organizing and managing notebooks, jobs, and projects. A workspace can be shared by multiple users with different roles and permissions1.
* An OML user is a database user who has access to Oracle Machine Learning Notebooks. An administrator needs to create an OML username and password for each user in the Oracle Machine Learning User Management interface2.
* A notebook is a document that contains SQL, PL/SQL, Python, or R code, as well as text, images, charts, and graphs. A notebook can be used for data exploration, data visualization, data preparation, and machine learning3.
* A job is a scheduled execution of a notebook or a script. A job can run on a recurring schedule or on demand. A job can also send notifications to users via email or webhooks4.
質問 # 27
Which of the following is not type of a workspace permission that can be granted to other us-ers?
- A. Contributor
- B. Viewer
- C. Manager
- D. Developer
正解:A
解説:
* Contributor is not a type of workspace permission that can be granted to other users in Oracle Machine Learning Notebooks1.
* The types of workspace permissions that can be granted to other users are Manager, Developer, and Viewer1.
* Manager is a user role that allows users to perform all the tasks of a Developer as well as manage other users' workspaces and permissions1.
* Developer is a user role that allows users to create and run notebooks, run SQL statements, create SQL scripts, run Python scripts, create jobs to schedule and run notebooks, use example template notebooks, create and run AutoML experiments, and deploy models1.
* Viewer is a user role that allows users to view notebooks but not run or modify them1
質問 # 28
A supermarket needs to segment its customers based on their purchasing pattern. Which machine learning technique should you use to achieve this?
- A. Anomaly Detection
- B. Association Rules
- C. Clustering
- D. Regression
正解:C
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml4sql/21/mlsql/oracle-machine-learning-sql-guid
質問 # 29
You have developed a notebook in an Autonomous Database (ADB) and you need to share the notebook with your colleague to run on a different ADB instance. How should you enable your colleague to work with this notebook?
- A. Make the notebook public.
- B. Save the notebook as a shared template.
- C. Save the notebook in the .csv format and have your colleague import this notebook.
- D. Export the notebook in .json format and have your colleague import this notebook.
正解:D
解説:
* To share a notebook with a colleague to run on a different Autonomous Database instance, you should export the notebook in .json format and have your colleague import this notebook4.
* Exporting a notebook in .json format preserves the content and format of the notebook, including the code cells, text cells, images, charts, and graphs. You can export a notebook from the Notebook menu or from the Notebooks page4.
* Importing a notebook in .json format allows you to upload an existing notebook file to your workspace and run it on your Autonomous Database instance. You can import a notebook from the Notebooks page or from the Create Notebook dialog box4.
質問 # 30
Which two templates are supported while saving a notebook? (Choose two.)
- A. Public
- B. Shared
- C. Personal
- D. Example
正解:B、C
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/notebooks-templates.html
質問 # 31
You are tasked with building a predictive model that can estimate the price of houses, based on attributes like number of rooms, square-footage (size), location, neighborhood attributes, year built among others. Which three algorithms can you use to produce such a model with Oracle Machine Learning? (Choose three.)
- A. Generalized Linear Model (Classification)
- B. Generalized Linear Model (Regression)
- C. One-Class Support Vector Machine
- D. Explicit Semantic Analysis
- E. Support Vector Machine (Regression)
- F. Neural Networks (Regression)
正解:B、E、F
解説:
Explanation
https://learn.oracle.com/ols/course/using-oracle-machine-learning-with-autonomous-database/35644/98086/1493 This is from Oracle Course : Using Oracle Machine Learning with Autonomous Database Regression is a supervised learning technique used when the output attribute is a continuous numerical value, for example, the price of a property based on the attributes of the property and its locality, the humidity of an area, and so on.
Here is a list of all the algorithms offered by Oracle Machine Learning. Unsupervised learning does not involve direct control from the developer. In terms of defining an output attribute, the output attribute is a dependent attribute. And as there is no output attribute in unsupervised learning, there is no distinction between dependent and independent attributes.
質問 # 32
You are using Oracle Machine Learning with Autonomous Database for the first time. After creating an Autonomous Database, what is the next step that you have to perform?
- A. Connect to the Database
- B. Create an ML notebook
- C. Create a compartment
- D. Create an OML user
正解:D
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/autonomous-database/oml-tour/
質問 # 33
Which type of machine learning algorithm is used to deal with noise in incoming data?
- A. Classification
- B. Regression
- C. Dimensionality Reduction
- D. Clustering
正解:C
解説:
Explanation
https://blogs.oracle.com/machinelearning/post/using-svd-for-dimensionality-reduction
質問 # 34
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. Example notebook
- B. Personal Notebook
- C. Public Notebook
- D. Shared Notebook
正解:D
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/use-library-collaborate-users Use Templates to Collaborate with Users In the Oracle Machine Learning Templates UI, you can collaborate with other users by sharing your work, publishing your work as reports, and by creating notebooks from tem-plates. You can store your notebooks as templates, share notebooks, and provide sample templates to other users. Note: You can also collaborate with other Oracle Machine Learning Notebook users by providing access to your workspace. The authenticated user can then access the projects in your workspace, and access your notebooks. The access level depends on the permission type granted - Manager, Developer, or Viewer.
For more information about collaboration among users, see
unre-solvable-reference.html#GUID-7079D42F-9308-4BEF-B2F2-E74E49A22A87 Use the Personal Templates Personal Templates lists the notebook templates that you have created. Use the Shared Templates In the Shared Templates, you can share notebook templates with all authenticated users the notebook templates you create from existing notebooks available in Templates. Use the Example Templates The Example Templates page lists the pre-populated Oracle Machine Learning notebook templates. You can view and use these templates to create your notebooks.
質問 # 35
Which three types of forms are available in Oracle Machine Learning Notebooks? (Choose three.)
- A. Check Box form
- B. Select form
- C. List form
- D. Radio form
- E. Text Input form
正解:A、B、E
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-check-box-forms.html
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-select-forms.html
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/create-text-input-forms.html
質問 # 36
Which four statements are true about Oracle Machine Learning on Oracle Autonomous Database? (Choose four.)
- A. It enables data analytics, data discovery, and data visualizations.
- B. It provides a collaborative web-based notebook interface.
- C. It is deployed with Oracle Data Miner.
- D. It provides an interface to monitor a database.
- E. It includes parallelized in-database algorithms.
- F. It provides a development environment to build models and score data.
正解:A、B、E、F
解説:
Explanation
https://docs.oracle.com/en/cloud/paas/autonomous-database/adbsa/autonomous-oml.html#GUID-63F2D68B-6D
質問 # 37
Which three tasks can be performed by an Oracle Machine Learning (OML) user with the Developer role?
(Choose three.)
- A. Transfer OML workspace to other users.
- B. Create and run OML notebooks.
- C. Share notebooks.
- D. Edit Example templates.
- E. Create other OML users.
- F. Create and run scratchpads.
正解:A、B、C
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/administer-oracle-machine-le
質問 # 38
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?
- A. Minimum Failure Allowed
- B. Maximum Number of Runs
- C. Timeout in Minutes
- D. Maximum Failure Allowed
正解:D
解説:
Explanation
https://docs.oracle.com/en/database/oracle/machine-learning/oml-notebooks/omlug/get-started-jobs.html#GUID-
質問 # 39
To navigate to a specific notebook provided by another user, which is the correct workflow?
- A. Change project > Change workspace > Open notebook
- B. Select workspace > Select project > List notebooks > Open notebook
- C. Create user > Change workspace > Open notebook
- D. Change user > Open notebook > Create project
正解:B
解説:
Explanation
https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=891&clear=180&session=109742845
質問 # 40
......
更新されたPDF(2024年最新)実際にある 1z0-1096-23試験問題:https://jp.fast2test.com/1z0-1096-23-premium-file.html