DP-203 Exam Question 96

You have an Azure Stream Analytics job that receives clickstream data from an Azure event hub.
You need to define a query in the Stream Analytics job. The query must meet the following requirements:
Count the number of clicks within each 10-second window based on the country of a visitor.
Ensure that each click is NOT counted more than once.
How should you define the Query?
  • DP-203 Exam Question 97

    You have a C# application that process data from an Azure IoT hub and performs complex transformations.
    You need to replace the application with a real-time solution. The solution must reuse as much code as possible from the existing application.
  • DP-203 Exam Question 98

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are designing an Azure Stream Analytics solution that will analyze Twitter data.
    You need to count the tweets in each 10-second window. The solution must ensure that each tweet is counted only once.
    Solution: You use a tumbling window, and you set the window size to 10 seconds.
    Does this meet the goal?
  • DP-203 Exam Question 99

    You plan to create an Azure Synapse Analytics dedicated SQL pool.
    You need to minimize the time it takes to identify queries that return confidential information as defined by the company's data privacy regulations and the users who executed the queues.
    Which two components should you include in the solution? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • DP-203 Exam Question 100

    You have an enterprise data warehouse in Azure Synapse Analytics that contains a table named FactOnlineSales. The table contains data from the start of 2009 to the end of 2012.
    You need to improve the performance of queries against FactOnlineSales by using table partitions. The solution must meet the following requirements:
    * Create four partitions based on the order date.
    * Ensure that each partition contains all the orders places during a given calendar year.
    How should you complete the T-SQL command? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.