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

Which statement about data sharing is true?

    Correct Answer: C

    Data sharing in Snowflake requires that objects be explicitly added to a share by the Data Provider. The Data Consumer can only see the objects that the Data Provider has granted access to via the share. This ensures that only the specified data is shared and nothing else inadvertently becomes accessible.

Discussion
Rob__COption: C

https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage

harshagc180Option: C

C is correct answer A new object created in a database in a share is not automatically available to consumers. To make the object available to consumers, you must use the GRANT <privilege> … TO SHARE command to explicitly add the object to the share. https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage

OTEOption: A

Not entirely sure, but I'd go for (A) here. Sharing is not limited to specific versions. Why I don't think the correct answer is (C): The earlier mentioned link below is saying that NEW objects are not automatically available to consumers and explicitly need to be added to the share. But answer option (C) is not specifying this. https://docs.snowflake.com/en/user-guide/data-sharing-provider.html#general-data-sharing-considerations-and-usage

_yyuktaOption: C

C. The Data Consumer can only see objects in the Data Provider’s source database that have been explicitly added to the share.

DaloOption: C

It's not A because : If you have Business Critical account, please note the following conditions for sharing data with other (i.e. consumer) accounts https://docs.snowflake.com/en/user-guide/data-sharing-provider#data-sharing-and-business-critical-accounts

dmitriypoOption: C

C is correct

MultiCloudIronManOption: C

I choose C

KarBiswa

Both A & C are true

KarBiswa

But A option cannot be selected for single selection option because: https://docs.snowflake.com/en/sql-reference/sql/create-share#:~:text=Provider%20sharing%20is,Snowflake%20Support.

Andywu213Option: A

It should be A