exam questions

Exam SnowPro Advanced Data Engineer All Questions

View all questions & answers for the SnowPro Advanced Data Engineer exam

Exam SnowPro Advanced Data Engineer topic 1 question 50 discussion

Actual exam question from Snowflake's SnowPro Advanced Data Engineer
Question #: 50
Topic #: 1
[All SnowPro Advanced Data Engineer Questions]

What are characteristics of Snowpark Python packages? (Choose three.)

  • A. Third-party packages can be registered as a dependency to the Snowpark session using the session.import() method.
  • B. Python packages can access any external endpoints.
  • C. Python packages can only be loaded in a local environment.
  • D. Third-party supported Python packages are locked down to prevent hitting.
  • E. The SQL command DESCRIBE FUNCTION will list the imported Python packages of the Python User-Defined Function (UDF).
  • F. Querying information_schema.packages will provide a list of supported Python packages and versions.
Show Suggested Answer Hide Answer
Suggested Answer: AEF 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
BigDataBB
9 months, 3 weeks ago
Selected Answer: AEF
https://docs.snowflake.com/en/developer-guide/udf/python/udf-python-packages?utm_source=legacy&utm_medium=serp&utm_term=%22DESCRIBE+FUNCTION%22+python+package
upvoted 2 times
...
stopthisnow
1 year ago
Selected Answer: AEF
select * from information_schema.packages where language = 'python' and PACKAGE_NAME LIKE '%pandas%' DESC FUNCTION multiply(number, number); -----------+----------------------------------+ property | value | -----------+----------------------------------+ signature | (a NUMBER(38,0), b NUMBER(38,0)) | returns | NUMBER(38,0) | language | SQL | body | a * b | -----------+----------------------------------+
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago