Question 1 of 30
In a cloud-based messaging system, a company is implementing Azure Service Bus to facilitate communication between various microservices. The architecture requires that messages sent from a producer service are routed to multiple consumer services based on specific criteria. The company decides to use message routing rules to achieve this. If a message is tagged with a priority level of \"High\" and a category of \"Urgent,\" which routing rule would ensure that this message is delivered to both the \"HighPriorityQueue\" and the \"UrgentQueue\"? Additionally, consider that the routing rules are defined to evaluate the message properties and direct them accordingly.
A rule that checks if the message property "Priority" equals "High" and "Category" equals "Urgent"
A rule that checks if the message property "Priority" is not equal to "Low"
A rule that checks if the message property "Category" contains "Urgent" or "High"
A rule that checks if the message property "Priority" is greater than "Medium"

Preparing for Microsoft DP-200 Implementing an Azure Data Solution? Now land the interview.

73% of qualified candidates get rejected because of weak resumes. Build an ATS-optimized, recruiter-ready resume in under 5 minutes - free to start.

Build My Resume Free