Azure
Which metric can you use to evaluate a classification model?
True Positive Rate
Correct Answer!Mean Absolute Error (MAE)Coefficient of Determination (R2)Root Mean Squared Error (RMSE)Show Answer!
Azure
You are building an AI system. Which task should you include to ensure that the service meets the Microsoft transparency principle for responsible AI?
Provide documentation to help developers debug code.
Correct Answer!Ensure that a training dataset is representative of the population.Ensure that all visuals have...
Azure
You are designing an AI system that empowers everyone, including people who have hearing, visual, and other impairments. This is an example of which...
Inclusiveness
Correct Answer!FairnessAccountabilityReliability and SafetyShow Answer!
Azure
You build a machine learning model by using the automated machine learning user interface (UI). You need to ensure that the model meets the...
Enable Explain best model.
Correct Answer!Set Validation type to Auto.Set Max concurrent iterations to 0.Set Primary metric to accuracy.Show Answer!
Azure
How is Performance Load Balancing performed in Azure?
Traffic is routed via DNS to the "closest" endpoint based on the lowest latency between the client and the Azure Data Center hosting the...
Azure
What is Round Robin Load Balancing?
Each traffic request is directed to the next endpoint in the list of endpoints so traffic is evenly distributed across all endpoints.
Correct Answer!...
Azure
What is Failover Load Balancing in Azure?
Traffic is directed to Healthy endpoints as the result of monitoring, so that traffic is not directed to a server that is in a...
Azure
How is Traffic Manager implemented to route Web App traffic to an appropriate website endpoint?
It's configured at the DNS level, so that DNS resolution directs which endpoint to route traffic to.
Correct Answer!It acts as a Proxy...
Azure
Once an App Service Web App has been created, how can the VM Size (CPU and Memory) be changed for the VM’s that host...
Change the Pricing Tier for the Web App to the one with the desired CPU/Memory resources.
Correct Answer!The Web App must be deleted,...
Azure
Which performance metrics are supported for triggering Web App Auto-Scaling?
All of the options
Correct Answer!CPU PercentageMemory PercentageData OutDisk Queue LengthHTTP Queue LengthData InShow Answer!
Azure
Azure guarantees an SLA of 99.9% for all Web Apps hosted, regardless of the number of instances.
True
Correct Answer!FalseShow Answer!