Question 47:
You develop Azure solutions. A .NET application needs to receive a message each time an Azure virtual machine finishes processing data. The messages must NOT persist after being processed by the receiving application. You need to implement the .NET object that will receive the messages. Which object should you use?
Answer options:
A. QueueClient B. SubscriptionClient C. TopicClient D. CloudQueueClient