wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Snow Test Question 60 6.0

Total questions: 60

Worksheet time: 34mins

Name
Class
Date
1.

According to snowflake architecture, data storage is independent of compute

a)

TRUE

b)

FALSE

2.

All virtual warehouses in snowflake has access to all data

a)

TRUE

b)

FALSE

3.

Which layer in the snowflake architecture contains virtual warehouse

a)

Cloud services

b)

Query processing

c)

Database Storage

d)

None

4.

Which layer in snowflake contains data in compressed, columnar format

a)

Cloud services

b)

Query processing

c)

Database storage

d)

None

5.

Which of the below approach would result in a better performance through linear scaling of data ingestion workload

a)

Resize virtual warehouse

b)

Consider the practice of organizing data by granular path

c)

Consider the practice of splitting input file batch within the recommended range of 10 MB and 100 MB

d)

All of the above

6.

Snowflake provides specific administration features and capabilities to support the following activities except?

a)

Manage databases and warehouses within snowflake account

b)

Manage roles and users within a snowflake account

c)

Monitor usage and manage resources to control costs in a snowflake account

d)

Manage 3rd party applications providing data to a snowflake account

7.

Select all characteristics of snowflake's multi-cluster environment

a)

Multiple virtual warehouses in a deployment

b)

Individual warehouses scale out/in based on query activity

c)

Multi-cluster warehouses support the same properties and actions as single-cluster warehouse

d)

User must specify which cluster each query will use

8.

What are the two modes in which a multi-cluster warehouse can run?

a)

Static

b)

Dynamic

c)

Maximized

d)

Auto-scale

e)

None of the above

9.

What does snowflake offer to help control the credits consumed by a multi-cluster warehouse running in Auto-scale mode?

a)

Auto scale

b)

Scaling policy

c)

Maximum_number_of_server_clusters

d)

Minimum_number_of_server_clusters

e)

None of the above

10.

What scaling policies are supported by snowflake?

a)

Standard

b)

Economy

c)

Premium

11.

You are sizing a snowflake warehouse, what factors would you consider?Number of users

a)

Number of users

b)

Number of concurrent queries

c)

Number of tables being queried

d)

Data size and composition

12.

Compute usage billing in snowflake is based on

a)

Per-second basis, with a minimum of 60 seconds

b)

Per-second basis only

c)

By number of users

13.

SQL functionality in snowflake can be extended by

a)

USER DEFINED FUNCTIONS USING SQL

b)

USER DEFINED FUNCTIONS USING JAVASCRIPT

c)

SESSION VARIABLES

d)

NONE OF THE ABOVE

14.

To provide failover protection, how many availability zones does snowflake replicate to

a)

one

b)

two

c)

three

d)

as configured by user

15.

Which of the following is not a characteristic of micro-partitions in snowflake?

a)

New partitions are created in logical properties

b)

Avoids skews between partitions

c)

Partitioning is automatically completed on the natural ingestion order of the data

d)

The natural ingestion order maintains correlations between columns which could be useful for pruning

16.

The storage architecture of snowflake has two key features, they are

a)

Time travel

b)

Replication

c)

Zero-copy cloning

d)

Query tag

17.

Which is not a characteristic of time travel?

a)

Protection from accidental data operations

b)

Previous versions of data automatically retained

c)

Retention period selected by customers (up to 90 days for Enterprise edition)

d)

Recover data with the cost of running backups

18.

The commands to load data into snowflake are

a)

COPY AND PUT

b)

COPY AND INSERT

c)

INSERT AND PUT

d)

NONE OF THE ABOVE

19.

In order to load data into snowflake, which of the below are required?

a)

Virtual Warehouse

b)

Predefined target table

c)

Staging location with data staged

d)

File format

20.

Which of the following is not a snowpipe feature?

a)

Snowpipe can load data from any internal or external stage

b)

It is a server-less compute model

c)

The service provides REST end points and uses snowflake provided compute resources to load the data and retrieve history reports

d)

Snowpipe loads data after it is in stage and use executes the LOADDATA command

21.

Which feature does not come with query profile?

a)

Graphical representation of the main components of the processing plan of the query

b)

Details and statistics for the overall query

c)

Hints for improving the query performance

d)

Statistics for each component of the query

22.

Snowflake mechanism to limit the number of micro-partitions scanned by a query is called what?

a)

Pruning

b)

Selection

c)

Filtering

d)

None of the above

23.

Which type of data integration tools leverage snowflake's scalable compute for data transformation?

a)

ELT

b)

ETL

c)

Database replication

d)

Streaming

24.

Snowflake offers tools to extract data from source systems

a)

TRUE

b)

FALSE

25.

Which of the following are options when creating a virtual warehouse

a)

Auto Suspend

b)

Auto Resume

c)

Storage Size

d)

Server count

26.

The warehouse cache may be reset if a running warehouse is suspended and then resumes

a)

TRUE

b)

FALSE

27.

A table in snowflake can only be queried using the virtual warehouse used to load the data

a)

TRUE

b)

FALSE

28.

Snowflake caches are automatically invalidated if the underlying data changes

a)

TRUE

b)

FALSE

29.

The query profiler view is only available for completed queries

a)

TRUE

b)

FALSE

30.

Which best describes zero-copy cloning?

a)

Metadata only operation

b)

No replication of data

c)

Unmodified data stored once and modified data stored as new micro partitions

d)

All of the above

31.

Your business team runs a set of identical queries every day after the batch ETL run is complete. From the following actions, what is the best action that you will recommend.

a)

After the ETL run, execute the identical queries so that they remain in the result cache

b)

After the ETL run, resize the warehouse to a larger warehouse

c)

After the ETL run, copy the tables to another schema for the business users to query

32.

If you would like to disable the query cache, what will you do?

a)

ALTER SESSION SET USE_CACHED_RESULT = FALSE;

b)

ALTER SESSION SET USE_CACHED_RESULT = OFF;

c)

ALTER SESSION SET USE_QUER_CACHE = TRUE;

33.

A task can have a maximum of 100 child tasks

a)

TRUE

b)

FALSE

34.

Snowflake guarantees that only one instance of a task with a defined predecessor task is running at a given time

a)

TRUE

b)

FALSE

35.

You created an warehouse(ETL_WH) which is sized at XSMALL, you want to resize the Warehouse to SMALL. How will you do that?

a)

alter warehouse etl_wh set warehouse_size=SMALL;

b)

You will need to recreate the warehouse with the new size

c)

Once created an warehouse can never be re-sized

36.

You have just loaded a file named student_data.csv from your snowflake stage to snowflake table. You try to reload again using the COPY INTO command. You will be able to load the file

a)

TRUE

b)

FALSE

37.

For a particular snowflake session, you can specify more than one virtual warehouse

a)

TRUE

b)

FALSE

38.

Time travel and fail safe requires additional storage which will cost you storage cost

a)

TRUE

b)

FALSE

39.

From which of the following stage locations can snowflake load data

a)

AWS S3

b)

AZURE BLOB STORAGE

c)

GOOGLE CLOUD STORAGE

d)

INTERNAL STAGE

e)

*FILE SERVER/IBM CLOUD STORAGE

40.

ACCOUNTADMIN ROLE encapsulates the SYSADMIN and SECURITYADMIN systemdefined roles and ACCOUNTADMIN sits on top of the role hierarchy

a)

TRUE

b)

FALSE

41.

Select the two true statements about multi cluster warehouse

a)

These type of warehouses cannot be resumed or suspended

b)

Multi cluster warehouses can be created on snowflake hosted on AWS only

c)

As query demand decreases, clusters are removed from this warehouse

d)

When query workload increases, clusters are automatically added

42.

If you want to clone a table, your role must have which access on the Table

a)

SELECT

b)

USAGE

c)

READ

d)

CLONE

43.

You have three worksheets open in Snowflake Web UI. You can have three different roles in these worksheets

a)

TRUE

b)

FALSE

44.

When will you consider creating a clustering key on a table. Please select all that applies

a)

The table houses multi-terabyte data

b)

The table has variant columns

c)

The query performance on the table has degraded over time

45.

Which of the below objects will contribute to your account level storage usage?

a)

Secure Views

b)

Internal Stage

c)

External stage

d)

Database and all tables inside it

e)

Functions

46.

A consumer of shared database can add as many tables and views they want in the shared database

a)

FALSE

b)

TRUE

47.

To have multi cluster data virtual warehouse, what should be the minimum snowflake subscription

a)

ENTERPRISE

b)

BUSINESS CRITICAL

c)

STANDARD

48.

Once a new release has been deployed, Snowflake does not move all accounts to the release at the same time. It follows a staged release approach.

a)

TRUE

b)

FALSE

49.

When you are loading data through the COPY command, the table and the file being loaded must have the same order of columns

a)

FALSE

b)

TRUE

50.

A reader account user will not be able to do the following

a)

LOAD DATA

b)

INSERT

c)

SELECT

d)

UPDATE

51.

Which two modes are available in Multi cluster warehouse

a)

Auto-scale

b)

Peak Scale

c)

Flexible

d)

Maximized

52.

Which of the below operations are allowed on an inbound share data?

a)

*MERGE/*CREATE TABLE

b)

ALTER TABLE

c)

SELECT WITH GROUP BY

d)

SELECT WITH JOIN

e)

INSERT INTO

53.

Select the most accurate statement regarding Snowflake's transaction support

a)

ACID Compliant

b)

Requires special user configuration

c)

BASE compliant

d)

Works like a NoSQL database

54.

Select the table type that is automatically deleted after the session is closed and hence it has no fail-safe or time travel option post closure of the session

a)

TRANSIENT

b)

TEMPORARY

c)

PERMANENT

d)

EXTERNAL

55.

What does snowflake recommend for making a variant column accessible in a BI Tool?

a)

Create a View

b)

Create a separate table

c)

Use Parse_Json

d)

Convert into external table

56.

When you load data into snowflake, snowflake reorganizes the data into its internal optimized compressed columnar format

a)

TRUE

b)

FALSE

57.

When you clone a table, it does not include the load history of the source table, and hence the data files that were already loaded in source table can be reloaded in the clone table

a)

TRUE

b)

FALSE

58.

A snowflake account hosted on AWS cannot load data from a file that is staged in GCP or Azure

a)

FALSE

b)

TRUE

59.

If you clone a database, the internal snowflake stages in that database are also cloned

a)

FALSE

b)

TRUE

60.

Which command is used to download data from Snowflake stage

a)

PUT

b)

GET

c)

COPY

d)

DUMP