ARA-R01試験無料問題集「Snowflake SnowPro Advanced: Architect Recertification 認定」

Which statements describe characteristics of the use of materialized views in Snowflake? (Choose two.)

解説: (GoShiken メンバーにのみ表示されます)
Following objects can be cloned in snowflake

正解:A,B,E 解答を投票する
解説: (GoShiken メンバーにのみ表示されます)
An Architect is designing a solution that will be used to process changed records in an orders table.
Newly-inserted orders must be loaded into the f_orders fact table, which will aggregate all the orders by multiple dimensions (time, region, channel, etc.). Existing orders can be updated by the sales department within 30 days after the order creation. In case of an order update, the solution must perform two actions:
1. Update the order in the f_0RDERS fact table.
2. Load the changed order data into the special table ORDER _REPAIRS.
This table is used by the Accounting department once a month. If the order has been changed, the Accounting team needs to know the latest details and perform the necessary actions based on the data in the order_repairs table.
What data processing logic design will be the MOST performant?

解説: (GoShiken メンバーにのみ表示されます)
Which query will identify the specific days and virtual warehouses that would benefit from a multi-cluster warehouse to improve the performance of a particular workload?

解説: (GoShiken メンバーにのみ表示されます)
When loading data into a table that captures the load time in a column with a default value of either CURRENT_TIME () or CURRENT_TIMESTAMP() what will occur?

解説: (GoShiken メンバーにのみ表示されます)
An Architect clones a database and all of its objects, including tasks. After the cloning, the tasks stop running.
Why is this occurring?

解説: (GoShiken メンバーにのみ表示されます)
How is the change of local time due to daylight savings time handled in Snowflake tasks? (Choose two.)

An Architect has designed a data pipeline that Is receiving small CSV files from multiple sources. All of the files are landing in one location. Specific files are filtered for loading into Snowflake tables using the copy command. The loading performance is poor.
What changes can be made to Improve the data loading performance?

解説: (GoShiken メンバーにのみ表示されます)
An Architect has chosen to separate their Snowflake Production and QA environments using two separate Snowflake accounts.
The QA account is intended to run and test changes on data and database objects before pushing those changes to the Production account. It is a requirement that all database objects and data in the QA account need to be an exact copy of the database objects, including privileges and data in the Production account on at least a nightly basis.
Which is the LEAST complex approach to use to populate the QA account with the Production account's data and database objects on a nightly basis?

解説: (GoShiken メンバーにのみ表示されます)
A company is designing a process for importing a large amount of loT JSON data from cloud storage into Snowflake. New sets of loT data get generated and uploaded approximately every 5 minutes.
Once the loT data is in Snowflake, the company needs up-to-date information from an external vendor to join to the data. This data is then presented to users through a dashboard that shows different levels of aggregation.
The external vendor is a Snowflake customer.
What solution will MINIMIZE complexity and MAXIMIZE performance?

解説: (GoShiken メンバーにのみ表示されます)