exam questions

Exam SnowPro Advanced Architect All Questions

View all questions & answers for the SnowPro Advanced Architect exam

Exam SnowPro Advanced Architect topic 1 question 45 discussion

Actual exam question from Snowflake's SnowPro Advanced Architect
Question #: 45
Topic #: 1
[All SnowPro Advanced Architect Questions]

A company has an inbound share set up with eight tables and five secure views. The company plans to make the share part of its production data pipelines.
Which actions can the company take with the inbound share? (Choose two.)

  • A. Clone a table from a share.
  • B. Grant modify permissions on the share.
  • C. Create a table from the shared database.
  • D. Create additional views inside the shared database.
  • E. Create a table stream on the shared table.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

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
MSIDDIQUI18
7 months, 1 week ago
Correct Answer: CE CREATE DATABASE c1 FROM SHARE provider1.share1; Creating streams on shared objects (secure views or tables) enables you to track data manipulation language (DML) changes made in those objects. CREATE STREAM <name> ON TABLE <shared_db>.<schema>.<table>;
upvoted 1 times
...
Pk2287
10 months, 3 weeks ago
Answer is C & E.. A,B and D options are not possible considering share data is read only
upvoted 1 times
...
drunk_goat82
1 year, 1 month ago
Selected Answer: CE
CAN'T CLONE A TABLE from a share.
upvoted 1 times
...
DataKelpie
1 year, 10 months ago
On the basis of this documentation, the answer is C and E https://docs.snowflake.com/en/user-guide/data-share-consumers#step-1-create-a-database-from-the-share The reasoning is as follows: Cloning of shared databases is not supported They cannot be modified Streaming (CDC) of updates is supported
upvoted 2 times
...
hillcat111
2 years ago
Answer is A&C
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 ...