Exam SnowPro Core All QuestionsBrowse all questions from this exam
Question 84

True or False: Some queries can be answered through the metadata cache and do not require an active Virtual Warehouse.

    Correct Answer: A

    True. Certain queries, particularly those that can be resolved using metadata, do not require an active Virtual Warehouse. This is because the metadata cache, which resides in the Cloud Services Layer, can provide the necessary information without needing to spin up compute resources.

Discussion
blazingliverbirdOption: A

Some aggregate queries are answered thru micro partitions metadata only not requiring any VW spin ups.

isolated_sniperOption: A

Answer is A.

avijit1982Option: A

Sorry, just tested it. It is A.

KarBiswaOption: A

Count min does not require

Tapasgup007Option: A

A is correct

jveagOption: A

should be A

viratangOption: A

Below query doesn't need an active warehouse to run for a seond time. SELECT COUNT(*) FROM "SNOWFLAKE_SAMPLE_DATA"."TPCH_SF1"."CUSTOMER";

BungyTexOption: A

its A as metadata has aggregate data already

Mallikharjuna452Option: A

Yes,It is True

pranaligOption: A

correct answer:A

Gavin1272Option: A

Metadata queries can be done as metadata is stored in the services layer and does not require the compute layer to spin up a vm to access the storage layer.

MahDeepOption: A

Since Metadata cache and the Query Result cache are part of the Cloud Services Layer, they can run without the need of an active virtual warehouse

Mayuri917233Option: B

B is correct

avijit1982Option: B

Actually, I think one needs active datawarehouse to run the query but it would not use it.

alanhuangjobOption: A

There is metadata cache in the service layer, so answer A is correct.

12hjOption: B

Answer - B, because metadata has no cache.

Chandra720Option: A

If there is no change in query then it will fetch from metadata cache I.e from cloud service layer.