SnowPro Advanced: Data Scientist Certification Exam Questions and Answers
Secure Data Sharing do not let you share which of the following selected objects in a database in your account with other Snowflake accounts?
Mark the incorrect statement regarding Python UDF?
You previously trained a model using a training dataset. You want to detect any data drift in the new data collected since the model was trained.
What should you do?
All Snowpark ML modeling and preprocessing classes are in the ________ namespace?
What Can Snowflake Data Scientist do in the Snowflake Marketplace as Provider?
Which of the following metrics are used to evaluate classification models?
Which of the Following is not type of Windows function in Snowflake?
What is the formula for measuring skewness in a dataset?
Which Python method can be used to Remove duplicates by Data scientist?
To return the contents of a DataFrame as a Pandas DataFrame, Which of the following method can be used in SnowPark API?
Which ones are the type of visualization used for Data exploration in Data Science?
There are a couple of different types of classification tasks in machine learning, Choose the Correct Classification which best categorized the below Application Tasks in Machine learning?
· To detect whether email is spam or not
· To determine whether or not a patient has a certain disease in medicine.
· To determine whether or not quality specifications were met when it comes to QA (Quality Assurance).
Which type of Python UDFs let you define Python functions that receive batches of input rows as Pandas DataFrames and return batches of results as Pandas arrays or Series?
Which type of Machine learning Data Scientist generally used for solving classification and regression problems?
Which of the following is a Python-based web application framework for visualizing data and analyzing results in a more efficient and flexible way?
Consider a data frame df with columns ['A', 'B', 'C', 'D'] and rows ['r1', 'r2', 'r3']. What does the ex-pression df[lambda x : x.index.str.endswith('3')] do?
Which are the following additional Metadata columns Stream contains that could be used for creating Efficient Data science Pipelines & helps in transforming only the New/Modified data only?
Which of the learning methodology applies conditional probability of all the variables with respec-tive the dependent variable?
Which one is not Types of Feature Scaling?