ExamGecko
Question list
Search
Search

Question 26 - DSA-C02 discussion

Report
Export

Data Scientist can query, process, and transform data in a which of the following ways using Snowpark Python. [Select 2]

A.
Query and process data with a DataFrame object.
Answers
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.
Answers
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.
Answers
C.
SnowPark currently do not support writing UDTF.
D.
Transform Data using DataIKY tool with SnowPark API.
Answers
D.
Transform Data using DataIKY tool with SnowPark API.
Suggested answer: A, C

Explanation:

Query and process data with a DataFrame object. Refer to Working with DataFrames in Snowpark Python.

Convert custom lambdas and functions to user-defined functions (UDFs) that you can call to process data.

Write a user-defined tabular function (UDTF) that processes data and returns data in a set of rows with one or more columns.

Write a stored procedure that you can call to process data, or automate with a task to build a data pipeline.

asked 23/09/2024
Tiffany Peterson
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first