DP-203 Exam Question 21

You use Azure Stream Analytics to receive Twitter data from Azure Event Hubs and to output the data to an Azure Blob storage account.
You need to output the count of tweets during the last five minutes every five minutes. Each tweet must only be counted once.
Which windowing function should you use?
  • DP-203 Exam Question 22

    You have an Azure Synapse Analytics dedicated SQL pool named SA1 that contains a table named Table1.
    You need to identify tables that have a high percentage of deleted rows. What should you run?
  • DP-203 Exam Question 23

    You are performing exploratory analysis of the bus fare data in an Azure Data Lake Storage Gen2 account by using an Azure Synapse Analytics serverless SQL pool.
    You execute the Transact-SQL query shown in the following exhibit.

    What do the query results include?
  • DP-203 Exam Question 24

    You are designing an Azure Stream Analytics job to process incoming events from sensors in retail environments.
    You need to process the events to produce a running average of shopper counts during the previous 15 minutes, calculated at five-minute intervals.
    Which type of window should you use?
  • DP-203 Exam Question 25

    You have an Azure Synapse Analytics dedicated SQL Pool1. Pool1 contains a partitioned fact table named dbo.Sales and a staging table named stg.Sales that has the matching table and partition definitions.
    You need to overwrite the content of the first partition in dbo.Sales with the content of the same partition in stg.Sales. The solution must minimize load times.
    What should you do?