True or False: AWS Private Link provides a secure connection from the Customer’s on-premise data center to the Snowflake.
True or False: Snowflake’s data warehouse was built from the ground up for the cloud in lieu of using an existing database or a platform, like Hadoop, as a base.
Credit Consumption by the Compute Layer (Virtual Warehouses) is based on: (Choose two.)
The number of queries that a Virtual Warehouse can concurrently process is determined by:
Choose 2 answers
True or False: It is possible to query data from an Internal or named External stage without loading the data into Snowflake.
True or False: Reader Accounts incur no additional Compute costs to the Data Provider since they are simply reading the shared data without making changes.
True or False: The COPY command must specify a File Format in order to execute.
True or False: A customer using SnowSQL / native connectors will be unable be unable to able to also use the Snowflake Web interface (UI) unless access to the UI is explicitly granted by supported.
Which of the following roles is recommended to be used to create and manage users and roles?
Which of the following connectors allow Multi-Factor Authentication (MFA) authorization when connecting?
(Choose all that apply.)
Which of the following features, associated with Continuous Data Protection (CDP), require additional Snowflake-provided data storage? (Choose two.)
A single user of a virtual warehouse has set the warehouse to auto-resume and auto-suspend after 10 minutes. The warehouse is currently suspended and the user performs the following actions:
1. Runs a query that takes 3 minutes to complete
2. Leaves for 15 minutes
3. Returns and runs a query that takes 10 seconds to complete
4. Manually suspends the warehouse as soon as the last query was completed
When the user returns, how much billable compute time will have been consumed?
Which SQL commands, when committed, will consume a stream and advance the stream offset? (Choose two.)
Which of the following is an example of an operation that can be completed without requiring compute, assuming no queries have been executed previously?
When loading data into Snowflake via Snowpipe what is the compressed file size recommendation?
A table needs to be loaded. The input data is in JSON format and is a concatenation of multiple JSON documents. The file size is 3 GB. A warehouse size small is being used. The following COPY INTO
command was executed:
COPY INTO SAMPLE FROM @~/SAMPLE.JSON (TYPE=JSON)
The load failed with this error:
Max LOB size (16777216) exceeded, actual size of parsed column is 17894470.
How can this issue be resolved?
Which command is used to unload data from a Snowflake table into a file in a stage?
When reviewing a query profile, what is a symptom that a query is too large to fit into the memory?
Which feature is only available in the Enterprise or higher editions of Snowflake?
Which Snowflake function will interpret an input string as a JSON document, and produce a VARIANT value?
The following JSON is stored in a VARIANT column called src of the CAR_SALES table:
A user needs to extract the dealership information from the JSON.
How can this be accomplished?
Which of the following statements are true of VALIDATION_MODE in Snowflake? (Choose two.)
Which privilege must be granted to a share to allow secure views the ability to reference data in multiple databases?
What is the minimum Snowflake edition needed for database failover and fail-back between Snowflake accounts for business continuity and disaster recovery?
When unloading to a stage, which of the following is a recommended practice or approach?
User-level network policies can be created by which of the following roles? (Select TWO).
What are the default Time Travel and Fail-safe retention periods for transient tables?
A developer is granted ownership of a table that has a masking policy. The developer's role is not able to see the masked data. Will the developer be able to modify the table to read the masked data?
Which Snowflake object enables loading data from files as soon as they are available in a cloud storage location?