Snowflake SnowPro Core Practice Test - Questions Answers, Page 62
List of questions
Related questions
Which SQL statement will require a virtual warehouse to run?
SELECT COUNT{*) FROM TBL_EMPLOYEE;
ALTER TABLE TBL_EMPLOYEE ADD COLUMN EMP_REGI0N VARCHAR(20);
INSERT INTO TBL_EMPLOYEE(EMP_ID, EMP_NAME, EMP_SALARY, DEPT) VALUES(1,'Adam*,20000,* Finance');
CREATE OR REPLACE TABLE TBL_EMPLOYEE ( EMP_ID NUMBER, EMP_NAME VARCHAR(30), EMP_SALARY NUMBER, DEPT VARCHAR{20) );
Which statement accurately describes how a virtual warehouse functions?
Increasing the size of a virtual warehouse will always improve data loading performance.
Each virtual warehouse is an independent compute cluster that shares compute resources with other warehouses.
Each virtual warehouse is a compute cluster composed of multiple compute nodes allocated by Snowflake from a cloud provider.
All virtual warehouses share the same compute resources so performance degradation of one warehouse can significantly affect all the other warehouses.
From what stage can a Snowflake user omit the FROM clause while loading data into a table?
The user stage
The table stage
The internal named stage
The external named stage
A Snowflake user needs to share unstructured data from an internal stage to a reporting tool that does not have Snowflake access.
Which file function should be used?
BUILD_SCOPED_FILE_URL
BUILD_STAGE_FILE_URL
GET_PRESIGNED_URL
GET STAGE LOCATION
A Snowflake account administrator has set the resource monitors as shown in the diagram, with actions defined for each resource monitor as 'Notify & Suspend Immediately'.
What is the MAXIMUM limit of credits that Warehouse 2 can consume?
0
1500
3500
5000
What is a feature of column-level security in Snowflake?
Role access policies
Network policies
Internal tokenization
External tokenization
What operations can be performed while loading a simple CSV file into a Snowflake table using the COPY INTO command? (Select TWO).
Performing aggregate calculations
Reordering the columns
Grouping by operations
Converting the datatypes
Selecting the first few rows
What consideration should be made when loading data into Snowflake?
Create small data files and stage them in cloud storage frequently.
Create large data files to maximize the processing overhead for each file.
The number of load operations That run in parallel can exceed the number of data files to be loaded.
The number of data files that are processed in parallel is determined by the virtual warehouse.
Which Snowflake feature can be used to find sensitive data in a table or column?
Masking policies
Data classification
Row level policies
External functions
What can the Snowflake SCIM API be used to manage? (Select TWO).
Integrations
Network policies
Session policies
Roles
Users
Question