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 93 discussion

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

A Data Engineer is using a Snowflake Standard edition and has an external function in schema A, a view in schema B, and then creates a SHARE and adds the view to the SHARE as follows:

create secure view B.my_shared_view as select A.my_external_function(x) ...; create share things_to_share; grant select on view my_shared_view to share things_to_share;

What will be true about this command?

  • A. The external function will not be supported in the view.
  • B. The external function will not be supported in the share.
  • C. The external function will not be supported in the schema cross-reference.
  • D. The external function is not supported in the Standard edition.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
e970753
15 hours, 6 minutes ago
Selected Answer: B
The external functions are currently not supported in secure data sharing: https://docs.snowflake.com/en/sql-reference/external-functions-introduction https://docs.snowflake.com/en/user-guide/intro-editions
upvoted 1 times
...
Fabiana89
1 month, 1 week ago
Selected Answer: D
External functions are supported only in the Enterprise Edition or higher (Business Critical, etc.) External functions are not supported in the Standard Edition.
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 ...