AZ-900, Question Set-05
Question 41: You want to build a serverless workflow with a GUI involving reading feed from Twitter to your Organization Twitter handle and store the message them using Azure Table Storage. Which of these services would you recommend? A. Azure Kubernetes Service B. Azure Logic Apps C. Azure Functions (Correct B) Explanation Logic Apps is a serverless orchestration service recommended for automating workflows. Question 42: TRUE or FALSE: All virtual machines in a Virtual Network can communicate with other machines inside the same Virtual Network irrespective of the subnets they are in. A. TRUE B. FALSE (Correct A) Explanation Resources in the same VNet can communicate using private IP addresses even if they are in different subnets Question 43: TRUE or FALSE: Customer is responsible for scalability when using Pla...