Questions and Solutions
Graded A+
You have a website that allows users to upload images.
You need to ensure that the uploaded images do not contain adult content. The solution must
minimize development effort.
Which service should you use? - Answer: Azure AI Vision Image Analysis
You are building an app that will identify the core concepts of a document by using Azure AI
Services.
Which endpoint should you use as part of the solution? - Answer: key phrase extraction
You have an Azure App Services web app named App1.
You need to configure App1 to use Azure AI Services to authenticate by using Microsoft Entra ID.
The solution must meet the following requirements:
Minimize administrative effort.
Use the principle of least privilege.
What should you do? - Answer: From App1, enable a managed identity and assign role-based
access control (RBAC) permissions to Azure AI Services.
, You are developing a containerized optical character recognition (OCR)-capable application by
using Azure AI Services containers.
While developing the solution, you retrieve a status message of "Mismatch", and the
connection to the AI Services resource fails.
You need to ensure that the solution can connect to the AI Services resource.
What should you do? - Answer: Confirm that the API key is for the correct resource type.
You are building an app named App1 that uses the Image Analysis API.
You are evaluating analyzing images by using the following request.
https://*.cognitiveservices.azure.com/computervision/imageanalysis:analyze?
features=read,description
Which results will the request return? - Answer: the visible text in the image and a description
of the image content
You are building an app that will use Azure AI Vision to detect the presence of people in a video
feed.
Which Azure AI Vision feature should you use? - Answer: Spatial Analysis
You are building an app that will analyze the sentiment of user feedback by using Azure AI
Language.
You have a test document named Test.docx that contains one positive sentence and multiple
neutral sentences.
You need to validate the app by analyzing Test.docx.
Which label will the app return for Test.docx? - Answer: positive
You plan to build an app that will transcribe large quantities of audio files by using the Azure AI
Speech service batch transcription feature.
You need to recommend a storage solution for the audio files. The solution must minimize
development effort.