問題1
Select the Data Science Tools which are known to provide native connectivity to Snowflake?
Select the Data Science Tools which are known to provide native connectivity to Snowflake?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題2
Which of the following Snowflake parameter can be used to Automatically Suspend Tasks which are running Data science pipelines after specified Failed Runs?
Which of the following Snowflake parameter can be used to Automatically Suspend Tasks which are running Data science pipelines after specified Failed Runs?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題3
Which command manually triggers a single run of a scheduled task (either a standalone task or the root task in a DAG) independent of the schedule defined for the task?
Which command manually triggers a single run of a scheduled task (either a standalone task or the root task in a DAG) independent of the schedule defined for the task?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題4
Consider a data frame df with 10 rows and index [ 'r1', 'r2', 'r3', 'row4', 'row5', 'row6', 'r7', 'r8', 'r9', 'row10'].
What does the aggregate method shown in below code do?
g = df.groupby(df.index.str.len())
g.aggregate({'A':len, 'B':np.sum})
Consider a data frame df with 10 rows and index [ 'r1', 'r2', 'r3', 'row4', 'row5', 'row6', 'r7', 'r8', 'r9', 'row10'].
What does the aggregate method shown in below code do?
g = df.groupby(df.index.str.len())
g.aggregate({'A':len, 'B':np.sum})
正確答案: A
說明:(僅 NewDumps 成員可見)
問題5
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 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?
正確答案: B
說明:(僅 NewDumps 成員可見)
問題6
Which of the following is a useful tool for gaining insights into the relationship between features and predictions?
Which of the following is a useful tool for gaining insights into the relationship between features and predictions?
正確答案: C
說明:(僅 NewDumps 成員可見)
問題7
Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. [Select 2]
Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. [Select 2]
正確答案: C,D
說明:(僅 NewDumps 成員可見)