最新的Microsoft Design and Implement Big Data Analytics Solutions (070-475日本語版) - 070-475日本語免費考試真題


正確答案:

Explanation

Azure Data Factory can be used to orchestrate the execution of stored procedures. This allows more complex pipelines to be created and extends Azure Data Factory's ability to leverage the computational power of SQL Data Warehouse.
From scenario:
Relecloud has a Microsoft SQL Server database named DB1 that stores information about the advertisers.
DB1 is hosted on a Microsoft Azure virtual machine.
Relecloud identifies the following requirements for DB1:
* Data generated by the streaming analytics platform must be stored in DB1.
* The advertisers in DB1 must be stored in a table named Table1 and must be refreshed nightly.






正確答案:

Explanation

Box 1: 3
Box 2: 3
Considerations for using gateway


正確答案:

Explanation

Box 1: TumblingWindow(second, 10)
Tumbling Windows define a repeating, non-overlapping window of time.
Example: Calculate the count of sensor readings per device every 10 seconds SELECT sensorId, COUNT(*) AS Count FROM SensorReadings TIMESTAMP BY time GROUP BY sensorId, TumblingWindow(second, 10) Box 2: [Count] >= 3 Count(*) returns the number of items in a group.

正確答案: D,E

正確答案: A,B,D
說明:(僅 Fast2test 成員可見)

正確答案: B

正確答案: D

正確答案: A


正確答案:
