Snowflake SnowPro Advanced: Architect Recertification Exam ARA-R01 Question # 27 Topic 3 Discussion

Snowflake SnowPro Advanced: Architect Recertification Exam ARA-R01 Question # 27 Topic 3 Discussion

ARA-R01 Exam Topic 3 Question 27 Discussion:
Question #: 27
Topic #: 3

An Architect for a multi-national transportation company has a system that is used to check the weather conditions along vehicle routes. The data is provided to drivers.

The weather information is delivered regularly by a third-party company and this information is generated as JSON structure. Then the data is loaded into Snowflake in a column with a VARIANT data type. This

table is directly queried to deliver the statistics to the drivers with minimum time lapse.

A single entry includes (but is not limited to):

- Weather condition; cloudy, sunny, rainy, etc.

- Degree

- Longitude and latitude

- Timeframe

- Location address

- Wind

The table holds more than 10 years' worth of data in order to deliver the statistics from different years and locations. The amount of data on the table increases every day.

The drivers report that they are not receiving the weather statistics for their locations in time.

What can the Architect do to deliver the statistics to the drivers faster?


A.

Create an additional table in the schema for longitude and latitude. Determine a regular task to fill this information by extracting it from the JSON dataset.


B.

Add search optimization service on the variant column for longitude and latitude in order to query the information by using specific metadata.


C.

Divide the table into several tables for each year by using the timeframe information from the JSON dataset in order to process the queries in parallel.


D.

Divide the table into several tables for each location by using the location address information from the JSON dataset in order to process the queries in parallel.


Get Premium ARA-R01 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.