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 and resizes the output columns to the width of the data to save space.
D. It formats the output columns to add ANSI characters as the delimiter string.
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.
Which two components support in-database automatic machine learning (AutoML) functionality?
A. OML4SQL
B. OML4Py
C. OML4R
D. OML Services a
E. OML AutoML UI
F. Oracle Data Miner
What is the correct sequence of creating items in Oracle Machine Learning (OML) Notebooks when setting up a new Autonomous Database instance?
A. Job, Project, Workspace, Notebook
B. Notebook, Job, Project, OML User
C. Workspace, OML User, Notebook, Jobs
D. OML User, Notebook, Job
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 three actions can be performed by an Administrator in Oracle Machine Learning (OML) Notebooks?
A. Reassign workspaces to users.
B. Create, edit and delete OML users.
C. View notebooks.
D. Create, run and delete notebooks.
E. Create and run jobs.
What is the correct sequence of function invocations of AutoML API from OML4Py to solve a business problem?
A. Model tuning. Algorithm selection. Feature selection
B. Model selection, Algorithm selection
C. Algorithm selection, Feature selection. Model tuning
D. Model selection, Algorithm selection
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. Create an OML username and password for the user in the Oracle Machine Learning Management User Interface.
C. Add the user's full name and email ID in the Oracle Machine Learning Management User Interface.
D. Provide the user with an Autonomous Data Warehouse client wallet for remote authentication.
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
In which format is an Oracle Machine Learning Notebooks notebook saved or exported?
A. JSON
B. XML
C. CSV
D. custom binary format