SOL-C01 SnowPro Associate: Platform Certification Exam Questions and Answers
Which SQL clause is used to query historical data in Snowflake using Time Travel?
Which command can be used to query the Information Schema in Snowflake to retrieve a list of tables?
What is the PRIMARY purpose of the use of the PARSE_DOCUMENT function in Snowflake?
Which options are used in Snowflake notebooks for querying data? (Choose any 3 options)
When loading data into a table using the COPY INTO command, what is the default error-handling setting?
Which of the following is true about data listings in the Snowflake Marketplace?
Which of the following components are included in a fully qualified name in Snowflake? (Choose any 3 options)
What file formats can be loaded into Snowflake using the COPY INTO command? (Choose any 3 options)
Which of the following Snowflake functions is used to generate pre-signed URLs for accessing files in a stage?
Which of the following are valid Snowflake Virtual Warehouse sizes? (Choose any 3 options)
How is the initial activation of the Snowflake Data Exchange feature, which is necessary for establishing private exchanges, typically accomplished?
What parameter is used to define how long Time Travel can be used to access a table?
Which command is used to view the details of a file format object in Snowflake?
Which of the following are examples of system-defined roles in Snowflake? (Choose any 3 options)
Which of the following are date and time data types in Snowflake? (Choose any 3 options)
What syntax will enable the use of a Python string variable named myvar in a SQL cell within a Snowflake Notebook?
What options are available under the settings for Python worksheets? (Choose any 2 options)
What is the key difference between a Standard Warehouse and a Multi-cluster Warehouse?
What is the purpose of the ACCOUNTADMIN role in Snowflake? (Choose any 2 options)
How do you specify a custom delimiter for a CSV file when using COPY INTO < TABLE > ?
When loading CSV data, what FILE FORMAT option allows you to skip the header row?
Which of the following are key components of Snowflake ' s RBAC system? (Choose any 3 options)
What is the primary responsibility of Role Hierarchy in Snowflake ' s access control model?
What will be returned when a user runs this command?
SELECT count FROM my_table LIMIT 10;
