Which three are supervised machine learning algorithms?
A. Random Forest
B. Support Vector Machines
C. Linear Regression
D. Association rule
E. K-means clustering
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?
A. Viewer
B. Developer
C. Editor
D. Manager
A supermarket needs to segment its customers based on their purchasing pattern. Which machine learning technique should you use to achieve this?
A. Clustering
B. Regression
C. Association Rules
D. Anomaly Detection
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. Change the deployment date of a previously deployed OML in-database model.
B. Delete an existing OML in-database model.
C. Change the namespace 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. Change the owner of a previously deployed OML in-database model.
F. Undeploy a previously deployed OML in-database model.
Examine the command:
%sql
SELECT CUST_MARITAL_STATUS, MEDIAN 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 the median value of customer credit limit grouped by marital status. B. It will return the marital status and credit limit of each customer. C. It will return an error. D. It will return a customer's marital status and credit limit grouped by marital status
Which two Oracle Cloud services are Integrated with Oracle Machine Learning?
A. Oracle Stream Analytics
B. Oracle Analytics Cloud
C. Oracle Autonomous Database
D. Oracle GoldenGate
Which three data sources can be immediately used for model building in Oracle Machine Learning?
A. Oracle Database External tables
B. JSON files
C. CSV files
D. Oracle Database views
E. Oracle Database tables
Which notebook technology is used for Oracle Machine Learning in Oracle Autonomous Database?
A. Polynote
B. Zeppelin Notebook
C. Google Colab
D. Jupyter Notebook
Which three SQL commands are restricted in an Autonomous Database?
A. Alter Table
B. Alter Profile
C. Alter Tablespace
D. Create Table
E. Create Tablespace
You want to analyze the spike in sales during weekends in India (Saturday and Sunday) and also perform a similar analysis for weekends in Dubai (Friday and Saturday). You will be reusing these notebooks in similar situations over time. You do not want to share them with other users.
Which template should you use?
A. Shared
B. Personal
C. Example
D. Public