






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
A comprehensive set of questions and answers related to snowflake's snowpipe feature. It covers various aspects of snowpipe, including its definition, configuration, security, usage, and best practices. Ideal for individuals preparing for the snowpro certification exam or seeking to enhance their understanding of snowpipe.
Typology: Exams
1 / 11
This page cannot be seen from the preview
Don't miss anything!
t/f: Snowpipe must have a COPY statement in the pipe definition - โ โ true What does the copy statement in a pipe definition identify - โ โ stage and a target table What are the different mechanisms for detecting staged files using Snowpipe - โ โ automating snowpipe using cloud messaging, calling Snowpipe rest endpoints Cross-cloud support for automated Snowpipe using cloud messaging is only available to accounts hosted on a. AWS b. Azure c. GCP - โ โ a. aws When calling Snowpipe rest endpoints, your client application calls a public REST endpoint with... - โ โ the name of a pipe object and a list of new data filenames Authenticating for a bulk data load relies on - โ โ security options supported by the client application for authenticating and initiating a user session Authenticating when calling rest endpoints with snowpipe requres - โ โ key pair authentication with JSON Web Token
The load history for Snowpipe is stored in the metadata for how many days? - โ โ 64 days Where is the load history for Snowpipe stored? - โ โ In the metadata of the pipe The load history for a bulk data load is stored in the _________________ for ____ days - โ โ metadata of the target table, 64 days Load history for Snowpipe must be requested via a ______________, _____________, or _____________________________ - โ โ rest endpoint, sql table function, account_usage view t/f: snowflake recommends using either bulk data loading or Snowpipe but not both - โ โ true t/f: Bulk data loads are always performed in multiple transactions - โ โ False (Loads are always performed in a single transaction) t/f: Snowpipe loads are combined or split into a single or multiple transactions based on the number and size of rows in each data file - โ โ true Snowpipe is billed according to.... - โ โ compute resources used in the Snowpipe WH while loading the files Bulk data loading compute costs are billed for.. - โ โ amount of time wh is active For the most efficient and cost-effective load experience with Snowpipe, Snowflake recommends staging files once per ___________
a. account b. schema c. database d. pipe - โ โ a. account, b. schema, d. pipe As a data consumer you can have many data shares BUT? - โ โ Can only create ONE read-only database Data shared to a Reader account? - โ โ Is read-only(SELECT) they can NOT perform any DML The same role based access is applicable to a shared database? - โ โ True Snowflake sharing, no data is copied. It is just the metadata that enables the sharing of data? - โ โ Since no data is copied, the target snowflake account (also called the consumer) is not charged for any storage. A share contains? - โ โ - Usage privileges on DB+Schema
What DB objects can be shared? - โ โ - Secure Views
Which of the following are valid casting functions available? - โ โ TO_VARIANT TO_TIMESTAMP TO_NUMBER TO_NUMERIC How are columns stored in a Snowflake Partion? - โ โ Independently True or False: When data is staged to a Snowflake internal staging area using the PUT command, the data is encrypted on the client's machine.
The COPY statement identifies the source location of the data files (i.e., a stage) and a target table. All data types are supported, including semi- structured data types such as JSON and Avro. What file loading metadata is associated with each pipe object to prevent reloading the same files in a table? - โ โ path (i.e. prefix) and name of each loaded file (this prevents loading files with the same name even if they were later modified)
if a pipe is paused for longer than ___________, it is considered stale - โ โ 14 days t/f: Automated Snowpipe uses event notifications to determine when new files arrive in monitored cloud storage and are ready to load. Notifications identify the cloud storage event and include a list of the file names. They (do/do not) include the actual data in the files. - โ โ do not Calls to the public Snowpipe REST endpoints use ______________ authentication, rather than the typical username/password authentication - โ โ key-bASED t/F: it is recommended to create a separate user and role to use for ingesting files using a pipe - โ โ true t/f: Snowpipe supports both internal (Snowflake) stages and external stages, i.e. s3 buckets - โ โ true What are the steps to set up Snowpipe using rest endppoints - โ โ
_______ files queud. This overhead is charged regardless if the event notifications or REST API calls resulted in data loaded. - โ โ true Snowflake tracks the resource consumption of loads for all pipes in an account, with ________________/___________- granularity - โ โ per-second/per-core per-core refers to the _______________ ___________ _________ in a compute server - โ โ physical cpu cores How can you estimate snowpipe charges - โ โ experiment by performing a typical set of loads Which of the following are ways to view credits billed to your Snowflake account within a specified data range? a. Account > Billing and Usage in Web UI b. Query PIPE_USAGE_HISTORY table function (in the Snowflake Information Schema). c. Query PIPE_USAGE_HISTORY View view (in Account Usage). d. All of the above. - โ โ d. all of the above t/f: Resource monitors can be used to control credit usage for Snowflake-provided warehouses - โ โ false Enabling error notifications for Snowpipe is available on a. Azure b. AWS d. GCP - โ โ b. aws