Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam SnowPro Core All Questions

View all questions & answers for the SnowPro Core exam

Exam SnowPro Core topic 1 question 92 discussion

Actual exam question from Snowflake's SnowPro Core
Question #: 92
Topic #: 1
[All SnowPro Core Questions]

True or False: Snowflake's Global Services Layer gathers and maintains statistics on all columns in all micro-partitions.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
alfredofmt
Highly Voted 1 year, 4 months ago
Selected Answer: B
The Global Services Layer in Snowflake is responsible for several tasks including authentication, infrastructure management, metadata management, query parsing and optimization, and access control​1​. However, the documentation does not specifically mention that it gathers and maintains statistics on all columns in all micro-partitions.
upvoted 6 times
Rajivnb
1 year, 1 month ago
collecting metadata is called statistics. It basically collects how many distinct values, count(*), Min,Max values etc., this is statistics
upvoted 2 times
...
...
kentucky13caa
Most Recent 2 days, 16 hours ago
Selected Answer: A
The answer is A. True. Let's explain why this is true: Snowflake's Global Services Layer: - Automatically gathers statistics on ALL columns - Maintains statistics for ALL micro-partitions - This is done without DBA intervention - Used for query optimization Key points about statistics collection: - Continuous and automatic process - Covers every column in every micro-partition - No manual statistics gathering needed - Used by query optimizer for efficient execution plans For the SnowPro Core exam, remember: - Statistics collection is automatic - No DBA maintenance required - Covers all columns and micro-partitions - This is a key differentiator from traditional databases - Helps with query optimization and performance - Part of Snowflake's cloud-native architecture benefits This automatic statistics gathering is one of Snowflake's key features that helps with query optimization and maintenance-free operations.
upvoted 1 times
...
hotflake
3 months, 2 weeks ago
● Micro-partition level metadata ○ Row count ● Micro-partition column-level metadata ○ MIN and MAX values ○ Number of DISTINCT values ○ Number of NULL values
upvoted 1 times
...
Mallikharjuna452
4 months ago
B.False,Snowflake's Global Services Layer gathers and maintains statistics on columns in micro-partitions, but it does not gather and maintain statistics on all columns in all micro-partitions
upvoted 1 times
...
PrashantGupta1616
5 months, 2 weeks ago
Selected Answer: B
Snowflake's Global Services Layer does not gather and maintain statistics on all columns in all micro-partitions. Instead, it dynamically gathers statistics as needed for query optimization, utilizing metadata and sampling techniques to optimize query performance.
upvoted 1 times
...
Stevec80
6 months, 1 week ago
Selected Answer: B
https://docs.snowflake.com/en/user-guide/tables-clustering-micropartitions#what-are-micro-partitions
upvoted 1 times
...
JasMozai
6 months, 1 week ago
Selected Answer: B
No definition of Global Services Layer, it should be cloud services layer Snowflake stores metadata about all rows stored in a micro-partition, not columns
upvoted 1 times
...
lol632
11 months, 3 weeks ago
Selected Answer: A
https://www.snowflake.com/wp-content/uploads/2014/10/A-Detailed-View-Inside-Snowflake.pdf It clearly says the service layer saves the metadata about the stored data in snowflake. Page 7, right column.
upvoted 3 times
...
oscarglob
1 year ago
Selected Answer: A
"Snowflake stores metadata about all rows stored in a micro-partition, including: - The range of values for each of the columns in the micro-partition. - The number of distinct values. - Additional properties used for both optimization and efficient query processing." Seems to me that this is done by the Cloud Services layer, and this "Global Services layer" looks like another term for it: https://docs.snowflake.com/en/user-guide/tables-clustering-micropartitions#what-are-micro-partitions
upvoted 2 times
OfficeSaracus
10 months, 4 weeks ago
Yes, but as you also mention, it stores metadate about all "rows" and not all "columns" which is also asked in the question... wicked question... :/
upvoted 1 times
...
...
[Removed]
1 year, 1 month ago
Cloud services layer is als https://blog.devgenius.io/snowflake-series-part-1-snowflake-architecture-deep-dive-3a9ca082a531o called global services layer
upvoted 2 times
...
dpexam2023
1 year, 2 months ago
Selected Answer: B
https://docs.snowflake.com/en/user-guide/tables-clustering-micropartitions
upvoted 1 times
...
Marge23
1 year, 2 months ago
B . FALSE Cloud Services If Snowflake’s computing layer is the brawn of our solution, our cloud services layer is the brain. Snowflake’s cloud services manage client sessions, metadata, transactions, query planning, security/governance and many other services. It’s also a highly scalable tier thanks to the near-limitless computing resources in the cloud. Snowflake supports thousands of customer accounts and hundreds of millions of queries each and every day.
upvoted 2 times
...
MultiCloudIronMan
1 year, 4 months ago
Selected Answer: A
There is no Global Services Layer in snowflake. https://www.bing.com/search?q=snowflake+global+services+layer&qs=NM&pq=what+is+global+services+layer+in+snowflake&sc=6-42&cvid=9660BE0F9FA3415AB5F2EF9404F1C104&FORM=QBRE&sp=1&ghc=2&lq=0
upvoted 2 times
...
Leinho
1 year, 5 months ago
B is correct, question is about micro-partitions, documentation explains it keeps metadata about rows, not columns, so is false.
upvoted 3 times
Rajivnb
1 year, 1 month ago
metadata comes from the micro partition data only right. metadata is count(*), min and max values in each micro partition, distinct values. min and max of each micro partition is what it decides pruning right?
upvoted 1 times
...
...
tochengiri
1 year, 6 months ago
Selected Answer: A
https://www.snowflake.com/product/architecture/ Snowflake is a single, integrated platform delivered as-a-service. It features storage, compute, and global services layers that are physically separated but logically integrated. Data workloads scale independently from one another, making it an ideal platform for data warehousing, data lakes, data engineering, data science, modern data sharing, and developing data applications.
upvoted 1 times
...
Mayuri917233
1 year, 6 months ago
Selected Answer: B
B is correct
upvoted 1 times
...
EmiB
1 year, 8 months ago
Selected Answer: A
Snowflake is a single, integrated platform delivered as-a-service. It features storage, compute, and GLOBAL SERVICES LAYERS https://www.snowflake.com/product/architecture/
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...