Cost Flashcards

(29 cards)

1
Q

How does snowflake charge storage

A

Daily average size cost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does sf compute cost

A

Per sec basis
1st 60 sec charged fixed
Then as per 1sec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can scale up my compute

A

Yes
As they are decoupled we can do that independently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Can 20k people access snowflake will it impact app

A

No
As it is hosted in cloud we can use it as it is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Who is brian of sf

A

Cloud service layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

My query is running on xs can shift to xxxl by creating it does it going to take time

A

No
Once you create it that will work immediately

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is used as unit to charge in sf for running in s vm

A

Unit and its 1 unit per hour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Unit to doller mapping

A

Based on sf edition
Remote area going to charge alot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Can cache will share accross users

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is secure view

A

It has security
It is best to use normal view as it uses internal optimization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

only for user and role management

A

useradmin

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

which schema gives the detail regarding the storage and compute details

A

info schem

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

how much should be clustering key

A

3 to 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

udf can be used in sql statements ?

A

yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A task can execute any one of the following types of SQL code

A

single line statement , procedure and logic of procedure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

which is primary tool for loading the data in snowflake . a ) snowflake ui or b) snowSql

16
Q

which is slowest pattern or internal file path

17
Q

which view give the detail usage of account access usage

A

account acess usage view

18
Q

which file functions help to crete the url for unnamed sturcture data

A

build stage file url

19
Q

search optimization is a which level property

A

table level and it looks for column for better optimization

20
Q

What is the expiration period of a File URL?

21
Q

Secure Data Sharing enables sharing selected objects in a database in your account with other Snowflake accounts. The following Snowflake database objects can be shared:

A

External tables ,Secure views ,Secure materialized views ,Secure UDFs

22
Q

Tables and views protected by row access policies cannot be used with the Search Optimization Search.

23
Q

Dynamic Data Masking is not supported by in which editions of snowflake

A

standard editions

24
What are the two modes available for setting up a multi-cluster warehouse in Snowflake? Choose the correct options.
"Maximized mode" ensures all clusters are active, providing consistent performance for high-concurrency scenarios. "Auto-scaling mode"
25
"Maximized mode" ensures all clusters are active, providing consistent performance for high-concurrency scenarios. "Auto-scaling mode"
parquet and json
26
on clustering keys
Clustering keys are not for every table. Tables in the multi-terabyte range are good candidates for clustering keys. Both automatic clustering and reclustering consume credit. A single clustering key can contain one or more columns or expressions. Snowflake recommends a maximum of three or four columns (or expressions) per key for most tables. Adding more than 3-4 columns tends to increase costs more than benefits.
27
Which algorithm does Snowflake use to estimate the approximate number of distinct values in a data set?
HyperLogLog
28
At what frequency does Snowflake rotate the object keys?
30 Days