Q: 11
In which Snowflake layer does Snowflake reorganize data into its internal optimized, compressed,
columnar format?
Options
Discussion
Yeah, this is B. Database Storage does that behind the scenes, organizing data into their special compressed format. Makes sense since compute layer just processes queries. Correct me if I missed something!
Its B. Had something like this in a mock, Database Storage is where Snowflake handles the internal columnar compression and optimization. The other layers deal with compute or metadata, not physical data layout. Pretty sure on this.
Be respectful. No spam.
Q: 12
What happens to the shared objects for users in a consumer account from a share, once a database
has been created in that account?
Options
Discussion
Not B, C. The objects aren’t copied, just made accessible after the consumer creates that database from the share.
Its C, but does "created" mean the consumer used the CREATE DATABASE statement from a share? If not, could be B.
Be respectful. No spam.
Q: 13
A user needs to create a materialized view in the schema MYDB.MYSCHEMA.
Which statements will provide this access?
Options
Discussion
D imo, since Snowflake grants schema privileges via roles not directly to users. B is a trap because you can't grant CREATE MATERIALIZED VIEW straight to a user. Pretty sure that's how the exam expects you to read it.
I don’t think it’s C, I’d pick B since granting privileges to the user directly seems fine if MYROLE isn’t needed for some reason. But does the question want the most secure method or specifically role-based access? If it asked for direct access, C or B could work.
Be respectful. No spam.
Q: 14
Which database objects can be shared with the Snowflake secure data sharing feature? (Choose
two.)
Options
Discussion
C or D. Secure UDFs make sense but I thought sequences could be shared too, maybe I'm missing something?
Its B and C since only external tables and secure UDFs can be shared directly with secure data sharing. Files aren’t supported natively for sharing, and streams/sequences don’t work either unless embedded in shared objects. Pretty sure, but let me know if anyone disagrees.
Be respectful. No spam.
Q: 15
Which of the following are valid methods for authenticating users for access into Snowflake? (Select
THREE)
Options
Discussion
Nice clear options here, it's B, D, E.
Be respectful. No spam.
Q: 16
Which of the following are handled by the cloud services layer of the Snowflake architecture?
(Choose two.)
Options
Discussion
Really annoying how they throw “query execution” in here. Not A/B, probably D and E?
D and E make sense, since security plus authentication/access control are handled at the cloud services layer. Query execution is more in the compute layer. Pretty sure about this, unless Snowflake changed something.
Be respectful. No spam.
Q: 17
Which of the following objects can be directly restored using the UNDROP command? (Choose two.)
Options
Discussion
Its B and D
Be respectful. No spam.
Q: 18
Which URL provides access to files in Snowflake without authorization?
Options
Discussion
Makes sense here, it's C. Pre-signed URLs allow temp access without auth.
C imo. Saw a similar question in practice and pre-signed URLs are definitely the way Snowflake lets you temporarily share files without requiring users to log in. Scoped options still enforce some access control, but pre-signed skips direct auth. Let me know if I missed something.
C vs D? I'd choose C. Pre-signed URLs let you share files for a set time without needing the user to log in, while scoped URLs still require certain auth/permissions. Pretty sure that's how Snowflake docs describe it.
Be respectful. No spam.
Q: 19
True or False: A Virtual Warehouse can be resized while suspended.
Options
Discussion
Why would it be false? You can't run queries but you can still change size config while it's suspended right?
True imo. You can resize a Snowflake Virtual Warehouse even if it's suspended since the change just updates the size for when it restarts. Doesn’t need to be running for the config change. If I’m wrong let me know!
Be respectful. No spam.
Question 11 of 20 · Page 2 / 2