Mark the Incorrect statements regarding MIN / MAX Functions?
A. NULL values are skipped unless all the records are NULL
B. NULL values are ignored unless all the records are NULL, in which case a NULL value is returned
C. The data type of the returned value is the same as the data type of the input values
D. For compatibility with other systems, the DISTINCT keyword can be specified as an argument for MIN or MAX, but it does not have any effect
Which Python method can be used to Remove duplicates by Data scientist?
A. remove_duplicates()
B. duplicates()
C. drop_duplicates()
D. clean_duplicates()
Which tools helps data scientist to manage ML lifecycle and Model versioning? Choose 2.
A. MLFlow
B. Pachyderm
C. Albert
D. CRUX
Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. Choose 2.
A. Query and process data with a DataFrame object.
B. Write a user-defined tabular function (UDTF) that processes data and returns data in a set of rows with one or more columns.
C. SnowPark currently do not support writing UDTF.
D. Transform Data using DataIKY tool with SnowPark API.
Which of the following Snowflake parameter can be used to Automatically Suspend Tasks which are running Data science pipelines after specified Failed Runs?
A. SUSPEND_TASK
B. SUSPEND_TASK_AUTO_NUM_FAILURES
C. SUSPEND_TASK_AFTER_NUM_FAILURES
D. There is none as such available.
To return the contents of a DataFrame as a Pandas DataFrame, Which of the following method can be used in SnowPark API?
A. REPLACE_TO_PANDAS
B. SNOWPARK_TO_PANDAS
C. CONVERT_TO_PANDAS
D. TO_PANDAS
In a simple linear regression model (One independent variable), If we change the input variable by 1 unit. How much output variable will change?
A. by 1
B. no change
C. by intercept
D. by its slope
Which of the following is a useful tool for gaining insights into the relationship between features and predictions?
A. numpy plots
B. sklearn plots
C. Partial dependence plots(PDP)
D. FULL dependence plots (FDP)
Which of the Following is not type of Windows function in Snowflake? Choose 2.
A. Rank-related functions.
B. Window frame functions.
C. Aggregation window functions.
D. Association functions.
Which of the following is a common evaluation metric for binary classification?
A. Accuracy
B. F1 score
C. Mean squared error (MSE)
D. Area under the ROC curve (AUC)