True or False: A customer using SnowSQL / native connectors will be unable to also use the Snowflake Web Inter
True or False: A customer using SnowSQL / native connectors will be unable to also use the Snowflake Web Interface (UI) unless access to the UI is explicitly granted by support. A. True B. False Reference: https://docs.snowflake.com/en/user-guide/connecting.html
Select the different types of Internal Stages:
Select the different types of Internal Stages: (Choose three.) A. Named Stage B. User Stage C. Table Stage D. Schema Stage Reference: https://dwgeek.com/type-of-snowflake-stages-how-to-create-and-use.html/#Snowflake-Internal-Named-Stage
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement.
True or False: Bulk unloading of data from Snowflake supports the use of a SELECT statement. A. True B. False Reference: https://docs.snowflake.com/en/user-guide-data-unload.html
Which of the following roles is recommended to be used to create and manage users and roles?
Which of the following roles is recommended to be used to create and manage users and roles? A. SYSADMIN B. SECURITYADMIN C. PUBLIC D. ACCOUNTADMIN Reference: https://docs.snowflake.com/en/user-guide/security-access-control-considerations.html
True or False: A single database can exist in more than one Snowflake account.
True or False: A single database can exist in more than one Snowflake account. A. True B. False Reference: https://docs.snowflake.com/en/sql-reference/ddl-database.html
Which of the following are valid Snowflake Virtual Warehouse Scaling Policies?
Which of the following are valid Snowflake Virtual Warehouse Scaling Policies? (Choose two.) A. Custom B. Economy C. Optimized D. Standard Reference: https://community.snowflake.com/s/article/Snowflake-Visualizing-Warehouse-Performance
Snowflake provides a mechanism for its customers to override its natural clustering algorithms.
Snowflake provides a mechanism for its customers to override its natural clustering algorithms. This method is: A. Micro-partitions B. Clustering keys C. Key partitions D. Clustered partitions Reference: https://community.snowflake.com/s/article/Snowflake-What-the-Cluster
A developer needs to create a process that performs the following:
A developer needs to create a process that performs the following: 1. Scrapes a table of common English-Spanish translations 2. Writes the table to an Excel file 3. Emails that Excel file as an attachment While creating this process, the developer notices that two activities with the same name can write the scraped DataTable to […]
You want to identify a selector for a button in an application.
You want to identify a selector for a button in an application. The selector will be used as the target in a Click activity. In order to ensure the Click activity executes as intended, how many elements should the selector be valid for at runtime? A. 1 element B. 2 elements C. 3 elements D. […]
During the development of a process, a certain label text must be retrieved.
During the development of a process, a certain label text must be retrieved. After retrieving the text, a button must be clicked and the following occurs: 1. The loading of the label text element takes longer than 30 seconds. 2. The loading of the button takes longer than 30 seconds. 3. The retrieving of the […]