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

What does Snowflake recommend as a best practice for using secure views?

    Correct Answer: D

    Snowflake recommends not exposing the sequence-generated column(s) as part of the view when using secure views. This is to ensure that the identifiers remain secure and are not inadvertently revealed.

Discussion
bibisaOption: D

Sequence-generated Columns Do not expose the sequence-generated column as part of the view.

ViniJsrOption: D

D https://docs.snowflake.com/en/user-guide/views-secure

ViniJsr

A is Answer .. https://docs.snowflake.com/en/user-guide/views-secure

location75

based on your link Answer is D. (Use randomized identifiers (e.g. generated by UUID_STRING) instead of sequence-generated values.)

dementorOption: D

D is correct

BobFarOption: D

The correct answer is D. Do not expose the sequence-generated column(s). Snowflake recommendation: 1) Do not expose the sequence-generated column as part of the view. 2) Use randomized identifiers (e.g. generated by UUID_STRING) instead of sequence-generated values. 3) Programmatically obfuscate the identifiers. https://docs.snowflake.com/en/user-guide/views-secure#sequence-generated-columns

MultiCloudIronManOption: D

correct