Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 1002

When enabling access to unstructured data, which URL permits temporary access to a staged file without the need to grant privileges to the stage or to issue access tokens?

    Correct Answer: D

    A Pre-Signed URL permits temporary access to a staged file without the need to grant privileges or issue access tokens. This type of URL is designed to provide temporary, controlled access to unstructured data while ensuring security. The URL is encoded in such a way that it contains all the necessary access information in itself, making it useful for scenarios where direct, temporary access is needed without modifying permissions on the stage.

Discussion
subhataanuOption: B

Pre Signed URL need Access tokens but Scoped URL doesnt require access token and expires in 24 Hours

VenkataPhaniPavanKumarOption: B

Answer is B Scoped URL: Encoded URL that permits temporary access to a staged file without granting privileges to the stage. The URL expires when the persisted query result period ends (i.e. the results cache expires), which is currently 24 hours. Source: https://docs.snowflake.com/en/user-guide/unstructured-intro#:~:text=Scoped%20URL,granting%20privileges%20to%20the%20stage.

0e504b5Option: D

D. Pre-Signed URL https://docs.snowflake.com/en/user-guide/unstructured-intro Used to download or access files without authenticating into Snowflake or passing an authorization token. Pre-signed URLs are open; any user or application can directly access or download the files. Ideal for business intelligence applications or reporting tools that need to display the unstructured file contents. Any person who has the pre-signed URL can access the referenced file for the life of the token.

yaho5Option: D

D - Encoded URL that permits temporary access to a staged file without granting privileges to the stage.

yaho5

Sorry, I was supposed to type B