Question 157:
You have an Azure stream analytics environment. You are working on tuning the stream analytics query to increase throughput for streaming analytics jobs. You need to design the solution following the guide to scale your job to growing loads and utilize maximum resources. Your queries are inherently fully parallelizable across input partitions. What will be your first step in this design process?
Answer options:
A.Use PARTITION BY keyword for authoring your query to be embarrassingly parallel. B.Initially , to avoid partitioning complexity, start with a query with not PARTITION BY. C.Do not use PARTITION BY. D.Do not Partition.