Questions
In each chapter, you will find a number of questions to validate your understanding of the topics that have been discussed:
- You want to deploy a real-time endpoint that will handle transactions from a live betting website. The traffic from this website will have spikes during games and will be very low during the night. Which of the following compute targets should you use?
a. ACI
b. A compute instance
c. A compute cluster
d. AKS
- You want to monitor a real-time endpoint deployed in AKS and determine the average response time of the service. Which monitoring solution should you use?
a. ACI
b. Azure Container Registry
c. Application Insights
- You have a computer vision model, and you want to process 100 images in parallel. You author a pipeline with a parallel step. You want to process 10 images at a time. Which of the following
ParallelRunConfig
parameters should you set?a.
mini_batch_size=10
b.
error_threshold=10
c.
node_count=10
d.
process_count_per_node=10