exam questions

Exam SnowPro Advanced Architect All Questions

View all questions & answers for the SnowPro Advanced Architect exam

Exam SnowPro Advanced Architect topic 1 question 39 discussion

Actual exam question from Snowflake's SnowPro Advanced Architect
Question #: 39
Topic #: 1
[All SnowPro Advanced Architect Questions]

Which Snowflake data modeling approach is designed for BI queries?

  • A. 3 NF
  • B. Star schema
  • C. Data Vault
  • D. Snowflake schema
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
785de4c
2 weeks, 4 days ago
Selected Answer: B
In data models for general BI use, it is important to minimize the number of joins. The star schema has a simple structure with a single fact table at the center, directly connected to multiple denormalized dimension tables. This design requires only one level of joins between the fact table and each dimension, resulting in fewer joins in queries and therefore better performance. https://www.databricks.com/glossary/star-schema
upvoted 1 times
...
jjordan
1 year, 2 months ago
Selected Answer: B
B is correct.
upvoted 4 times
...
BDaly
1 year, 3 months ago
B. Star schema The star schema is a common data modeling approach used specifically for optimizing BI queries. It features a central fact table linked to dimension tables, which radiate from the fact like points on a star. This design simplifies queries, improves data retrieval speed, and is highly effective for BI applications where performance and simplicity are key. While Snowflake's architecture can support various data modeling techniques like 3NF (Third Normal Form), Data Vault, and Snowflake schema (which is a variation of star schema with normalized dimension tables), the star schema remains the preferred choice for BI-focused workloads due to its straightforward structure and query efficiency.
upvoted 1 times
...
hillcat111
1 year, 7 months ago
Answer is B and is validated
upvoted 3 times
...
starkbi
1 year, 8 months ago
Selected Answer: C
https://www.snowflake.com/blog/support-multiple-data-modeling-approaches-with-snowflake/
upvoted 2 times
...
hillcat111
1 year, 8 months ago
I think its B
upvoted 1 times
...
victorleonis
1 year, 8 months ago
Selected Answer: C
I guess that is C https://community.snowflake.com/s/article/Snowflake-Data-Vault-Reference-Architecture
upvoted 1 times
...
Alachramkowa
1 year, 9 months ago
isn't star schema a better option?
upvoted 2 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 ...