exam questions

Exam AZ-220 All Questions

View all questions & answers for the AZ-220 exam

Exam AZ-220 topic 4 question 10 discussion

Actual exam question from Microsoft's AZ-220
Question #: 10
Topic #: 4
[All AZ-220 Questions]

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 have an Azure Stream Analytics job that receives input from an Azure IoT hub and sends the outputs to Azure Blob storage. The job has compatibility level
1.1 and six streaming units.
You have the following query for the job.

You plan to increase the streaming unit count to 12.
You need to optimize the job to take advantage of the additional streaming units and increase the throughput.
Solution: You change the compatibility level of the job to 1.2.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Max number of Streaming Units with one step and with no partitions is 6.
Reference:
https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
berkejf
Highly Voted 4 years, 1 month ago
should be Yes, compatibility 1.2 does not require to include PARTITION BY PartitionId clause
upvoted 13 times
tita_tovenaar
4 years ago
correct, answer is yes
upvoted 6 times
...
...
Ashwinee
Highly Voted 4 years, 3 months ago
but compatibility 1.2 doesnt require partion by keyword
upvoted 5 times
...
Badoic
Most Recent 2 years, 2 months ago
No, because the suggested solution does not explicitly mentions that the partition key is to be set as an "input property". https://learn.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization, first Note
upvoted 2 times
...
trickerk
3 years, 10 months ago
Answer should be YES https://docs.microsoft.com/en-us/azure/stream-analytics/stream-analytics-parallelization#examples-of-scaling
upvoted 5 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...