Ai 102
Ai 102
(AI-102)
Answer:
Explanation:
Box 1: AddPhraseListAsync -
EnabledForAllModels = false,
IsExchangeable = true,
Name = "QuantityPhraselist",
Phrases = "few,more,extra"
);
Box 2: PhraselistCreateObject -
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/client-libraries-rest-api
Question: 2 CertyIQ
DRAG DROP -
You plan to use a Language Understanding application named app1 that is deployed to a container.
App1 was developed by using a Language Understanding authoring resource named lu1.
App1 has the versions shown in the following table.
You need to create a container that uses the latest deployable version of app1.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Answer:
Explanation:
Step 1: Export the model using the Export for containers (GZIP) option.
Export versioned app's package from LUIS portal
The versioned app's package is available from the Versions list page.
1. Sign on to the LUIS portal.
2. Select the app in the list.
3. Select Manage in the app's navigation bar.
4. Select Versions in the left navigation bar.
5. Select the checkbox to the left of the version name in the list.
6. Select the Export item from the contextual toolbar above the list.
7. Select Export for container (GZIP).
8. The package is downloaded from the browser.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-howto
Question: 3 CertyIQ
You need to build a chatbot that meets the following requirements:
✑ Supports chit-chat, knowledge base, and multilingual models
✑ Performs sentiment analysis on user messages
✑ Selects the best language model automatically
What should you integrate into the chatbot?
Answer: C
Explanation:
Language Understanding: An AI service that allows users to interact with your applications, bots, and IoT
devices by using natural language.
QnA Maker is a cloud-based Natural Language Processing (NLP) service that allows you to create a natural
conversational layer over your data. It is used to find the most appropriate answer for any input from your
custom knowledge base (KB) of information.
Text Analytics: Mine insights in unstructured text using natural language processing (NLP)"no machine
learning expertise required. Gain a deeper understanding of customer opinions with sentiment analysis. The
Language Detection feature of the Azure Text Analytics REST API evaluates text input
Incorrect Answers:
A, B, D: Dispatch uses sample utterances for each of your bot's different tasks (LUIS, QnA Maker, or custom),
and builds a model that can be used to properly route your user's request to the right task, even across
multiple bots.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/ https://docs.microsoft.com/en-u
s/azure/cognitive-services/qnamaker/overview/overview
Question: 4 CertyIQ
Your company wants to reduce how long it takes for employees to log receipts in expense reports. All the receipts
are in English.
You need to extract top-level information from the receipts, such as the vendor and the transaction total. The
solution must minimize development effort.
Which Azure service should you use?
A. Custom Vision
B. Personalizer
C. Form Recognizer
D. Computer Vision
Answer: C
Explanation:
Azure Form Recognizer is a cognitive service that lets you build automated data processing software using
machine learning technology. Identify and extract text, key/value pairs, selection marks, tables, and structure
from your documents"the service outputs structured data that includes the relationships in the original file,
bounding boxes, confidence and more.
Form Recognizer is composed of custom document processing models, prebuilt models for invoices, receipts,
IDs and business cards, and the layout model.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer
Question: 5 CertyIQ
HOTSPOT -
You need to create a new resource that will be used to perform sentiment analysis and optical character
recognition (OCR). The solution must meet the following requirements:
✑ Use a single key and endpoint to access multiple services.
✑ Consolidate billing for future services that you might use.
✑ Support the use of Computer Vision in the future.
How should you complete the HTTP request to create the new resource? To answer, select the appropriate options
in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Box 1: PUT -
Sample Request: PUT https://management.azure.com/subscriptions/00000000-0000-0000-0000-
000000000000/resourceGroups/test-rg/providers/
Microsoft.DeviceUpdate/accounts/contoso?api-version=2020-03-01-preview
Incorrect Answers:
PATCH is for updates.
Box 2: CognitiveServices -
Microsoft Azure Cognitive Services provide us to use its pre-trained models for various Business Problems
related to Machine Learning.
List of Different Services are:
✑ Decision
✑ Language (includes sentiment analysis)
✑ Speech
✑ Vision (includes OCR)
✑ Web Search
Reference:
https://docs.microsoft.com/en-us/rest/api/deviceupdate/resourcemanager/accounts/create https://www.anal
yticsvidhya.com/blog/2020/12/microsoft-azure-cognitive-services-api-for-ai-development/
Question: 6 CertyIQ
You are developing a new sales system that will process the video and text from a public-facing website.
You plan to monitor the sales system to ensure that it provides equitable results regardless of the user's location
or background.
Which two responsible AI principles provide guidance to meet the monitoring requirements? Each correct answer
presents part of the solution.
NOTE: Each correct selection is worth one point.
A. transparency
B. fairness
C. inclusiveness
D. reliability and safety
E. privacy and security
Answer: BD
Explanation:
AI systems should treat all people fairly.
AI systems should perform reliably and safely.
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai
Question: 7 CertyIQ
DRAG DROP -
You plan to use containerized versions of the Anomaly Detector API on local devices for testing and in on-premises
datacenters.
You need to ensure that the containerized deployments meet the following requirements:
✑ Prevent billing and API information from being stored in the command-line histories of the devices that run the
container.
✑ Control access to the container images by using Azure role-based access control (Azure RBAC).
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you
select.
Select and Place:
Answer:
Explanation:
Question: 8 CertyIQ
HOTSPOT -
You plan to deploy a containerized version of an Azure Cognitive Services service that will be used for text
analysis.
You configure https://contoso.cognitiveservices.azure.com as the endpoint URI for the service, and you pull the
latest version of the Text Analytics
Sentiment Analysis container.
You need to run the container on an Azure virtual machine by using Docker.
How should you complete the command? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Box 1: mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment
To run the Sentiment Analysis v3 container, execute the following docker run command. docker run --rm -it -p
5000:5000 --memory 8g --cpus 1 \ mcr.microsoft.com/azure-cognitive-services/textanalytics/sentiment \
Eula=accept \
Billing= ENDPOINT_URI \
ApiKey= API_KEY is the endpoint for accessing the Text Analytics API. https://<your-custom-
subdomain>.cognitiveservices.azure.com
Box 2: https://contoso.cognitiveservices.azure.com
ENDPOINT_URI is the endpoint for accessing the Text Analytics API: https://<your-custom-
subdomain>.cognitiveservices.a The endpoint for accessing the Text
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/how-tos/text-analytics-how-to-inst
all-containers?tabs=sentiment
Question: 9 CertyIQ
You have the following C# method for creating Azure Cognitive Services resources programmatically.
You need to call the method to create a free Azure resource in the West US Azure region. The resource will be used
to generate captions of images automatically.
Which code should you use?
Explanation:
Computer vision has free tier offering generating image captions (I have tried it), and the customer vision
doesn't directly support generate captions on the image but returns some info about the given image
specifically in the object detection part, under a very specific condition that you have pretrained the model on
your own images which is not stated in the question.
Question: 10 CertyIQ
You successfully run the following HTTP request.
POST https://management.azure.com/subscriptions/18c51a87-3a69-47a8-aedc-
a54745f708a1/resourceGroups/RG1/providers/
Microsoft.CognitiveServices/accounts/contoso1/regenerateKey?api-version=2017-04-18
Body "keyName": "Key2"
What is the result of the request?
A. A key for Azure Cognitive Services was generated in Azure Key Vault.
B. A new query key was generated.
C. The primary subscription key and the secondary subscription key were rotated.
D. The secondary subscription key was reset.
Answer: D
Explanation:
Regenerates the secondary account key for the specified Cognitive Services account.
https://docs.microsoft.com/en-us/rest/api/cognitiveservices/accountmanagement/accounts/regenerate-key
Question: 11 CertyIQ
You build a custom Form Recognizer model.
You receive sample files to use for training the model as shown in the following table.
Which three files can you use to train the model? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
A. File1
B. File2
C. File3
D. File4
E. File5
F. File6
Answer: ACF
Explanation:
Input requirements -
Form Recognizer works on input documents that meet these requirements:
Format must be JPG, PNG, PDF (text or scanned), or TIFF. Text-embedded PDFs are best because there's no
possibility of error in character extraction and location.
File size must be less than 50 MB.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/overview
Question: 12 CertyIQ
A customer uses Azure Cognitive Search.
The customer plans to enable a server-side encryption and use customer-managed keys (CMK) stored in Azure.
What are three implications of the planned change? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer: ABE
Explanation:
Customer-managed keys require an additional billable service, Azure Key Vault, which can be in a different
region, but under the same subscription, as Azure Cognitive Search. Enabling CMK encryption will increase
index size and degrade query performance. Based on observations to date, you can expect to see an increase
of 30%-60% in query times
Reference:
https://docs.microsoft.com/en-us/azure/search/search-security-overview
Question: 13 CertyIQ
You are developing a new sales system that will process the video and text from a public-facing website.
You plan to notify users that their data has been processed by the sales system.
Which responsible AI principle does this help meet?
A. transparency
B. fairness
C. inclusiveness
D. reliability and safety
Answer: D
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/strategy/responsible-ai
Question: 14 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual
network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
Solution: You deploy service1 and a public endpoint to a new virtual network, and you configure Azure Private Link.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
The Azure Private Link should use a private endpoint, not a public endpoint.
Private Link service can be accessed from approved private endpoints in any public region.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-link-overview
Question: 15 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual
network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
Solution: You deploy service1 and a public endpoint, and you configure an IP firewall rule.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead deploy service1 and a private (not public) endpoint to a new virtual network, and you configure Azure
Private Link.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-link-overview
Question: 16 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual
network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
Solution: You deploy service1 and a public endpoint, and you configure a network security group (NSG) for vnet1.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead deploy service1 and a private (not public) endpoint to a new virtual network, and you configure Azure
Private Link.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-link-overview
Question: 17 CertyIQ
You plan to perform predictive maintenance.
You collect IoT sensor data from 100 industrial machines for a year. Each machine has 50 different sensors that
generate data at one-minute intervals. In total, you have 5,000 time series datasets.
You need to identify unusual values in each time series to help predict machinery failures.
Which Azure service should you use?
A. Anomaly Detector
B. Cognitive Search
C. Form Recognizer
D. Custom Vision
Answer: A
Explanation:
Anomaly detection
Question: 18 CertyIQ
HOTSPOT -
You are developing a streaming Speech to Text solution that will use the Speech SDK and MP3 encoding.
You need to develop a method to convert speech to text for streaming MP3 data.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
GetCompressedFormat
SpeechRecognizer
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/how-to-use-codec-compressed-
audio-input-streams?tabs=debian&pivots=programming- language-csharp
https://docs.microsoft.com/en-
us/dotnet/api/microsoft.cognitiveservices.speech.audio.audiostreamformat.getcompressedformat?
view=azure-dotnet
Question: 19 CertyIQ
HOTSPOT -
You are developing an internet-based training solution for remote learners.
Your company identifies that during the training, some learners leave their desk for long periods or become
distracted.
You need to use a video and audio feed from each learner's computer to detect whether the learner is present and
paying attention. The solution must minimize development effort and identify each learner.
Which Azure Cognitive Services service should you use for each requirement? To answer, select the appropriate
options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/what-are-cognitive-services
Question: 20 CertyIQ
You plan to provision a QnA Maker service in a new resource group named RG1.
In RG1, you create an App Service plan named AP1.
Which two Azure resources are automatically created in RG1 when you provision the QnA Maker service? Each
correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. Language Understanding
B. Azure SQL Database
C. Azure Storage
D. Azure Cognitive Search
E. Azure App Service
Answer: DE
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/how-to/set-up-qnamaker-service-azure
?tabs=v1#delete-azure-resources
Question: 21 CertyIQ
You are building a language model by using a Language Understanding (classic) service.
You create a new Language Understanding (classic) resource.
You need to add more contributors.
What should you use?
Answer: B
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-how-to-collaborate
Question: 22 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You migrate to a Cognitive Search service that uses a higher tier.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for
query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions
adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis
Question: 23 CertyIQ
DRAG DROP -
You need to develop an automated call handling system that can respond to callers in their own language. The
system will support only French and English.
Which Azure Cognitive Services service should you use to meet each requirement? To answer, drag the
appropriate services to the correct requirements. Each service may be used once, more than once, or not at all. You
may need to drag the split bat between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
Answer:
Explanation:
Speech to Text with AutoDetectSourceLanguageConfig. It can't be Text Analytics because the input is
callers' voice.
Question: 24 CertyIQ
You have receipts that are accessible from a URL.
You need to extract data from the receipts by using Form Recognizer and the SDK. The solution must use a
prebuilt model.
Which client and method should you use?
Answer: D
Explanation:
To analyze receipts from a URL, use the StartRecognizeReceiptsFromUri method
Example code:
private static async Task AnalyzeReceipt(
FormRecognizerClient recognizerClient, string receiptUri)
Reference:
https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/client-library
Question: 25 CertyIQ
You have a collection of 50,000 scanned documents that contain text.
You plan to make the text available through Azure Cognitive Search.
You need to configure an enrichment pipeline to perform optical character recognition (OCR) and text analytics.
The solution must minimize costs.
What should you attach to the skillset?
Answer: D
Explanation:
.."You need to configure an enrichment pipeline to perform optical character recognition (OCR) and "text
analytics"... Just because of this second requirement Answer is a Multi Cognitive Service (D), alone vision
service (=OCR wont make any text analytics, text extraction is not a text analytics !)
https://learn.microsoft.com/en-us/azure/search/cognitive-search-attach-cognitive-services?tabs=portal
Question: 26 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You add indexes.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead, you could migrate to a Cognitive Search service that uses a higher tier.
Note: A simple fix to most throttling issues is to throw more resources at the search service (typically replicas
for query-based throttling, or partitions for indexing- based throttling). However, increasing replicas or
partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis
Question: 27 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You enable customer-managed key (CMK) encryption.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Customer-managed key (CMK) encryption does not affect throttling.
Instead, you could migrate to a Cognitive Search service that uses a higher tier.
Note: A simple fix to most throttling issues is to throw more resources at the search service (typically replicas
for query-based throttling, or partitions for indexing- based throttling). However, increasing replicas or
partitions adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis
Question: 28 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You create a web app named app1 that runs on an Azure virtual machine named vm1. Vm1 is on an Azure virtual
network named vnet1.
You plan to create a new Azure Cognitive Search service named service1.
You need to ensure that app1 can connect directly to service1 without routing traffic over the public internet.
Solution: You deploy service1 and a private endpoint to vnet1.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
A private endpoint is a network interface that uses a private IP address from your virtual network. This
network interface connects you privately and securely to a service powered by Azure Private Link. By enabling
a private endpoint, you're bringing the service into your virtual network.
The service could be an Azure service such as:
✑ Azure Storage
✑ Azure Cosmos DB
✑ Azure SQL Database
✑ Your own service using a Private Link Service.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/private-endpoint-overview
Question: 29 CertyIQ
You have a Language Understanding resource named lu1.
You build and deploy an Azure bot named bot1 that uses lu1.
You need to ensure that bot1 adheres to the Microsoft responsible AI principle of inclusiveness.
How should you extend bot1?
Answer: D
Explanation:
Inclusiveness: AI systems should empower everyone and engage people.
Direct Line Speech is a robust, end-to-end solution for creating a flexible, extensible voice assistant. It is
powered by the Bot Framework and its Direct Line
Speech channel, that is optimized for voice-in, voice-out interaction with bots.
Incorrect:
Not B: The Active learning suggestions feature allows you to improve the quality of your knowledge base by
suggesting alternative questions, based on user- submissions, to your question and answer pair. You review
those suggestions, either adding them to existing questions or rejecting them.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/direct-line-speech
Question: 30 CertyIQ
HOTSPOT -
You are building an app that will process incoming email and direct messages to either French or English language
support teams.
Which Azure Cognitive Services API should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Box1:
https://eastus.api.cognitive.microsoft.com
Box2:
/text/analytics/v3.1/languages
Reference:
https://learn.microsoft.com/en-us/rest/api/cognitiveservices-textanalytics/3.0/languages/languages?
tabs=HTTP.
Question: 31 CertyIQ
You have an Azure Cognitive Search instance that indexes purchase orders by using Form Recognizer.
You need to analyze the extracted information by using Microsoft Power BI. The solution must minimize
development effort.
What should you add to the indexer?
A. a projection group
B. a table projection
C. a file projection
D. an object projection
Answer: D
Explanation:
Projections are the physical tables, objects, and files in a knowledge store that accept content from a
Cognitive Search AI enrichment pipeline. If you're creating a knowledge store, defining and shaping
projections is most of the work.
Objects is used when you need the full JSON representation of your data and enrichments in one JSON
document. As with table projections, only valid JSON objects can be projected as objects, and shaping can
help you do that.
Note: Form Recognizer analyzes your forms and documents, extracts text and data, maps field relationships
as key-value pairs, and returns a structured JSON output. You quickly get accurate results that are tailored to
your specific content without excessive manual intervention or extensive data science expertise.
Incorrect:
Not Tables: Tables is used for data that's best represented as rows and columns, or whenever you need
granular representations of your data (for example, as data frames). Table projections allow you to define a
schematized shape, using a Shaper skill or use inline shaping to specify columns and rows.
Not File: File is used when you need to save normalized, binary image files.
Reference:
https://docs.microsoft.com/en-us/azure/search/knowledge-store-projection-overview
Question: 32 CertyIQ
Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution that might meet the stated goals. Some question sets might have more than one correct
solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not
appear in the review screen.
You have an Azure Cognitive Search service.
During the past 12 months, query volume steadily increased.
You discover that some search query requests to the Cognitive Search service are being throttled.
You need to reduce the likelihood that search query requests are throttled.
Solution: You add replicas.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
A simple fix to most throttling issues is to throw more resources at the search service (typically replicas for
query-based throttling, or partitions for indexing-based throttling). However, increasing replicas or partitions
adds cost, which is why it is important to know the reason why throttling is occurring at all.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-performance-analysis
Question: 33 CertyIQ
SIMULATION -
You need to create a Text Analytics service named Text12345678, and then enable logging for Text12345678. The
solution must ensure that any changes to
Text12345678 will be stored in a Log Analytics workspace.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Step 1: Sign in to the QnA portal.
Step 2: Create an Azure Cognitive multi-service resource:
Step 3: On the Create page, provide the following information.
Name: Text12345678 -
Step 4: Configure additional settings for your resource as needed, read and accept the conditions (as
applicable), and then select Review + create.
Step 5: Navigate to the Azure portal. Then locate and select The Text Analytics service resource
Text12345678 (which you created in Step 4).
Step 6: Next, from the left-hand navigation menu, locate Monitoring and select Diagnostic settings. This
screen contains all previously created diagnostic settings for this resource.
Step 7: Select + Add diagnostic setting.
Step 8: When prompted to configure, select the storage account and OMS workspace that you'd like to use to
store you diagnostic logs. Note: If you don't have a storage account or OMS workspace, follow the prompts to
create one.
Step 9: Select Audit, RequestResponse, and AllMetrics. Then set the retention period for your diagnostic log
data. If a retention policy is set to zero, events for that log category are stored indefinitely.
Step 10: Click Save.
It can take up to two hours before logging data is available to query and analyze. So don't worry if you don't
see anything right away.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account https://doc
s.microsoft.com/en-us/azure/cognitive-services/diagnostic-logging
Question: 34 CertyIQ
SIMULATION -
You need to create a search service named search12345678 that will index a sample Azure Cosmos DB database
named hotels-sample. The solution must ensure that only English language fields are retrievable.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Part 1: Create a search service search12345678
Step 1: Sign in to the QnA portal.
Step 2: Create an Azure Cognitive multi-service resource:
Name: search12345678 -
Step 4: Click Review + create -
Part 2: Start the Import data wizard and create a data source
Step 5: Click Import data on the command bar to create and populate a search index.
Step 6: In the wizard, click Connect to your data > Samples > hotels-sample. This data source is built-in. If you
were creating your own data source, you would need to specify a name, type, and connection information.
Once created, it becomes an "existing data source" that can be reused in other import operations.
Step 7: Continue to the next page.
Step 8: Skip the "Enrich content" page
Step 9: Configure index.
Make sure English is selected for the fields.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account https://doc
s.microsoft.com/en-us/azure/search/search-get-started-portal
Question: 35 CertyIQ
SIMULATION -
You plan to create a solution to generate captions for images that will be read from Azure Blob Storage.
You need to create a service in Azure Cognitive Services for the solution. The service must be named
captions12345678 and must use the Free pricing tier.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Part 1: Create a search service captions12345678
Step 1: Sign in to the QnA portal.
Step 2: Create an Azure Cognitive multi-service resource:
Question: 36 CertyIQ
SIMULATION -
You need to create a Form Recognizer resource named fr12345678.
Use the Form Recognizer sample labeling tool at https://fott-2-1.azurewebsites.net/ to analyze the invoice located
in the C:\Resources\Invoices folder.
Save the results as C:\Resources\Invoices\Results.json.
To complete this task, sign in to the Azure portal and open the Form Recognizer sample labeling tool.
Answer:
Step 4: Select the Form Type you would like to analyze from the dropdown window.
Step 5: In the Source: URL field, paste the selected URL and select the Fetch button.
Step 6: In the Choose file for analysis use the file in the C:\Resources\Invoices folder and select the Fetch
button.
Step 7: Select Run analysis. The Form Recognizer Sample Labeling tool will call the Analyze Prebuilt API and
analyze the document.
Step 8: View the results - see the key-value pairs extracted, line items, highlighted text extracted and tables
detected.
Reference:
https://docs.microsoft.com/en-us/azure/applied-ai-services/form-recognizer/quickstarts/try-sample-label-too
l
Question: 37 CertyIQ
You have a factory that produces food products.
You need to build a monitoring solution for staff compliance with personal protective equipment (PPE)
requirements. The solution must meet the following requirements:
* Identify staff who have removed masks or safety glasses.
* Perform a compliance check every 15 minutes.
* Minimize development effort.
* Minimize costs.
Which service should you use?
A. Face
B. Computer Vision
C. Azure Video Analyzer for Media (formerly Video Indexer)
Answer: A
Explanation:
Face API is an AI service that analyzes faces in images.
Embed facial recognition into your apps for a seamless and highly secured user experience. No machine-
learning expertise is required. Features include face detection that perceives facial features and attributes "
such as a face mask, glasses, or face location " in an image, and identification of a person by a match to your
private repository or via photo ID.
Reference:
https://azure.microsoft.com/en-us/services/cognitive-services/face/
Question: 38 CertyIQ
You have an Azure Cognitive Search solution and a collection of blog posts that include a category field.
You need to index the posts. The solution must meet the following requirements:
* Include the category field in the search results.
* Ensure that users can search for words in the category field.
* Ensure that users can perform drill down filtering based on category.
Which index attributes should you configure for the category field?
Answer: C
Explanation:
Fields have data types and attributes. The check boxes across the top are index attributes controlling how the
field is used.
* Retrievable means that it shows up in search results list. You can mark individual fields as off limits for
search results by clearing this checkbox, for example for fields used only in filter expressions.
* Filterable, Sortable, and Facetable determine whether fields are used in a filter, sort, or faceted navigation
structure.
* Searchable means that a field is included in full text search. Strings are searchable. Numeric fields and
Boolean fields are often marked as not searchable.
Reference:
https://docs.microsoft.com/en-us/azure/search/search-get-started-portal
Question: 39 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You plan to build an API that will identify whether an image includes a Microsoft Surface Pro or Surface Studio.
You need to deploy a service in Azure Cognitive Services for the API. The service must be named AAA12345678
and must be in the East US Azure region. The solution must use the Free pricing tier.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Step 1: In the Azure dashboard, click Create a resource.
Step 2: In the search bar, type "Cognitive Services."
You'll get information about the cognitive services resource and a legal notice. Click Create.
Step 3: You'll need to specify the following details about the cognitive service (refer to the image below for a
completed example of this page):
Subscription: choose your paid or trial subscription, depending on how you created your Azure account.
Resource group: click create new to create a new resource group or choose an existing one.
Region: choose the Azure region for your cognitive service. Choose: East US Azure region.
Name: choose a name for your cognitive service. Enter: AAA12345678
Pricing Tier: Select: Free pricing tier
Step 4: Review and create the resource, and wait for deployment to complete. Then go to the deployed
resource.
Note: The Computer Vision Image Analysis service can extract a wide variety of visual features from your
images. For example, it can determine whether an image contains adult content, find specific brands or
objects, or find human faces.
Reference:
https://docs.microsoft.com/en-us/learn/modules/analyze-images-computer-vision/3-analyze-images https://d
ocs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-image-analysis
Question: 40 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You need to build an API that uses the service in Azure Cognitive Services named AAA12345678 to identify
whether an image includes a Microsoft Surface Pro or
Surface Studio.
To achieve this goal, you must use the sample images in the C:\Resources\Images folder.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Step 1: In the Azure dashboard, click Create a resource.
Step 2: In the search bar, type "Cognitive Services."
You'll get information about the cognitive services resource and a legal notice. Click Create.
Step 3: You'll need to specify the following details about the cognitive service (refer to the image below for a
completed example of this page):
Subscription: choose your paid or trial subscription, depending on how you created your Azure account.
Resource group: click create new to create a new resource group or choose an existing one.
Region: choose the Azure region for your cognitive service. Choose: East US Azure region.
Name: choose a name for your cognitive service. Enter: AAA12345678
Pricing Tier: Select: Free pricing tier
Step 4: Review and create the resource, and wait for deployment to complete. Then go to the deployed
resource.
Note: The Computer Vision Image Analysis service can extract a wide variety of visual features from your
images. For example, it can determine whether an image contains adult content, find specific brands or
objects, or find human faces.
Reference:
https://docs.microsoft.com/en-us/learn/modules/analyze-images-computer-vision/3-analyze-images https://d
ocs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-image-analysis
Question: 41 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You need to get insights from a video file located in the C:\Resources\Video\Media.mp4 folder.
Save the insights to the C:\Resources\Video\Insights.json folder.
To complete this task, sign in to the Azure Video Analyzer for Media at https://www.videoindexer.ai/ by using
[email protected]
Answer:
Explanation:
Step 1: Login -
Browse to the Azure Video Indexer website and sign in.
URL: https://www.videoindexer.ai/
Reference:
https://docs.microsoft.com/en-us/azure/azure-video-indexer/use-editor-create-project
Question: 42 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You plan to analyze stock photography and automatically generate captions for the images.
You need to create a service in Azure to analyze the images. The service must be named caption12345678 and
must be in the East US Azure region. The solution must use the Free pricing tier.
In the C:\Resources\Caption\Params.json folder, enter the value for Key 1 and the endpoint for the new service.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Step 1: Provision a Cognitive Services resource
If you don't already have one in your subscription, you'll need to provision a Cognitive Services resource.
1. Open the Azure portal at https://portal.azure.com, and sign in using the Microsoft account associated with
your Azure subscription.
2. Select the Create a resource button, search for cognitive services, and create a Cognitive Services resource
with the following settings:
Subscription: Your Azure subscription
Resource group: Choose or create a resource group (if you are using a restricted subscription, you may not
have permission to create a new resource group - use the one provided)
Name: caption12345678 -
Reference:
https://microsoftlearning.github.io/AI-102-AIEngineer/Instructions/15-computer-vision.html
Question: 43 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You plan to build an application that will use caption12345678. The application will be deployed to a virtual
network named VNet1.
You need to ensure that only virtual machines on VNet1 can access caption12345678.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Step 1: Create private endpoint for your web app
1. In the left-hand menu, select All Resources > caption12345678 - the name of your web app.
2. In the web app overview, select Settings > Networking.
3. In Networking, select Private endpoints.
4. Select + Add in the Private Endpoint connections page.
5. Enter or select the following information in the Add Private Endpoint page:
Name: Enter caption12345678.
Subscription Select your Azure subscription.
Virtual network Select VNet1.
Subnet: -
Integrate with private DNS zone: Select Yes.
6. Select OK.
Reference:
https://docs.microsoft.com/en-us/azure/private-link/tutorial-private-endpoint-webapp-portal
Question: 44 CertyIQ
SIMULATION -
Use the following login credentials as needed:
To enter your username, place your cursor in the Sign in box and click on the username below.
To enter your password, place your cursor in the Enter password box and click on the password below.
Task -
You need to ensure that a user named [email protected] can regenerate the subscription keys of AAA12345678.
The solution must use the principle of least privilege.
To complete this task, sign in to the Azure portal.
Answer:
Explanation:
Manually rotate subscription keys
1. (Update your application code to reference the secondary key for the Azure account and deploy.)
2. In the Azure portal, navigate to your Azure account.
3. Under Settings, select Authentication.
4. To regenerate the primary key for your Azure account, select the Regenerate button next to the primary
key.
5. (Update your application code to reference the new primary key and deploy.)
6. Regenerate the secondary key in the same manner.
Reference:
https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-maps/how-to-manage-authentication.
md
Question: 45 CertyIQ
You have an Azure IoT hub that receives sensor data from machinery.
You need to build an app that will perform the following actions:
Answer: A
Explanation:
Azure Metrics Advisor is a service that provides an end-to-end anomaly detection platform, which includes
data ingestion, anomaly detection, root cause analysis, and alerting. It is designed to monitor and detect
anomalies in time-series data, diagnose incidents, and provide insights.
Question: 46 CertyIQ
You have an app that analyzes images by using the Computer Vision API.
You need to configure the app to provide an output for users who are vision impaired. The solution must provide the
output in complete sentences.
Answer: D
Explanation:
The API call you should perform to provide an output in complete sentences for users who are vision impaired
is describeImageInStreamAsync.
The describe feature of the Computer Vision API generates a human-readable sentence to describe the
contents of an image. This is particularly useful for accessibility purposes, as it allows visually impaired users
to understand what is in an image without needing to see it. The describe feature can also be customized to
provide additional details or context, if desired.
Question: 47 CertyIQ
DRAG DROP
-
You have a Custom Vision service project that performs object detection. The project uses the General domain for
classification and contains a trained model.
You need to export the model for use on a network that is disconnected from the internet.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
https://learn.microsoft.com/en-us/azure/cognitive-services/Custom-Vision-Service/export-your-modelthe
model must be retrained after changing the domain to compact.
Question: 48 CertyIQ
You are building an AI solution that will use Sentiment Analysis results from surveys to calculate bonuses for
customer service staff.
You need to ensure that the solution meets the Microsoft responsible AI principles.
A.Add a human review and approval step before making decisions that affect the staff's financial situation.
B.Include the Sentiment Analysis results when surveys return a low confidence score.
C.Use all the surveys, including surveys by customers who requested that their account be deleted and their
data be removed.
D.Publish the raw survey data to a central location and provide the staff with access to the location.
Answer: A
Explanation:
Add a human review and approval step before making decisions that affect the staff's financial situation.
Question: 49 CertyIQ
You have an Azure subscription that contains a Language service resource named ta1 and a virtual network named
vnet1.
You need to ensure that only resources in vnet1 can access ta1.
Answer: C
Explanation:
the virtual network settings for ta1
Question: 50 CertyIQ
You are developing a monitoring system that will analyze engine sensor data, such as rotation speed, angle,
temperature, and pressure. The system must generate an alert in response to atypical values.
Answer: C
Explanation:
The Multivariate Anomaly Detection APIs further enable developers by easily integrating advanced AI for
detecting anomalies from groups of metrics, without the need for machine learning knowledge or labeled
data.
https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview#multivariate-
anomaly-detection
Question: 51 CertyIQ
You have an app named App1 that uses an Azure Cognitive Services model to identify anomalies in a time series
data stream.
You need to run App1 in a location that has limited connectivity. The solution must minimize costs.
Answer: B
Explanation:
To host the model for your App1 in a location with limited connectivity while minimizing costs, the
recommended option would be:B. Azure Container InstancesAzure Container Instances (ACI) is a serverless
container runtime that allows you to quickly and easily run containers without managing the underlying
infrastructure. It provides a simple and cost-effective way to host your application components.ACI is suitable
for scenarios with limited connectivity because it eliminates the need to set up and manage a complex
infrastructure, such as a Kubernetes cluster or Azure Stack Hub integrated system. With ACI, you can deploy
and run individual containers directly, without any additional overhead.
To host the Azure Cognitive Services model for running App1 in a location with limited connectivity while
minimizing costs, the recommended option would be:B. Azure Container InstancesExplanation:Azure
Container Instances (ACI) allows you to run containers without managing the underlying infrastructure. ACI is
a suitable choice for hosting the model in a location with limited connectivity as it provides a serverless
compute environment that is lightweight and can be deployed quickly. ACI is designed for running individual
containers and is well-suited for scenarios with low traffic or intermittent usage.
Question: 52 CertyIQ
HOTSPOT
-
You have an Azure Cognitive Search resource named Search1 that is used by multiple apps.
You need to secure Search1. The solution must meet the following requirements:
What should you do? To answer, select the appropriate options in the answer area.
Answer:
Explanation:
Question: 53 CertyIQ
You are building a solution that will detect anomalies in sensor data from the previous 24 hours.
You need to ensure that the solution scans the entire dataset, at the same time, for anomalies.
A.batch
B.streaming
C.change points
Answer: A
Explanation:
A is correct.
https://learn.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/overview
Question: 54 CertyIQ
DRAG DROP
-
You are building an app that will scan confidential documents and use the Language service to analyze the
contents.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Answer:
Explanation:
Provision an on-prem kubernetes cluster that is isolated from Internet- Pull an image from MCR- Run the
container and specify an API Key and Endpoint URL of the Cognitive Services resource
Question: 55 CertyIQ
HOTSPOT
-
You plan to create a resource that will perform sentiment analysis and optical character recognition (OCR).
You need to use an HTTP request to create the resource in the subscription. The solution must use a single key and
endpoint.
How should you complete the request? To answer, select the appropriate options in the answer area.
Question: 56 CertyIQ
You have an Azure subscription that contains an Anomaly Detector resource.
You deploy a Docker host server named Server1 to the on-premises network.
A.Fluentd
B.Billing
C.Http Proxy
D.Mounts
Answer: B
Explanation:
The Eula, Billing, and ApiKey options must be specified to run the container; otherwise, the container won't
start. For more information, see Billing. The ApiKey value is the Key from the Keys and Endpoints page in the
LUIS portal and is also available on the Azure Cognitive Services resource keys page.
https://learn.microsoft.com/en-us/azure/cognitive-services/luis/luis-container-configuration#example-
docker-run-commands
Question: 57 CertyIQ
HOTSPOT -
You are developing an application that will use the Computer Vision client library. The application has the following
code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Box 1: No -
Box 2: Yes -
The ComputerVision.analyzeImageInStreamAsync operation extracts a rich set of visual features based on the
image content.
Box 3 : yes
Question: 58 CertyIQ
You are developing a method that uses the Computer Vision client library. The method will perform optical
character recognition (OCR) in images. The method has the following code.
During testing, you discover that the call to the GetReadResultAsync method occurs before the read operation is
complete.
You need to prevent the GetReadResultAsync method from proceeding until the read operation is complete.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer: BD
Explanation:
Example code :
do
Reference:
https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/dotnet/ComputerVision/C
omputerVisionQuickstart.cs
Question: 59 CertyIQ
HOTSPOT -
You have a Computer Vision resource named contoso1 that is hosted in the West US Azure region.
You need to use contoso1 to make a different size of a product photo by using the smart cropping feature.
How should you complete the API URL? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Selection 1: https://westus.api.cognitive.microsoft.com
Althought Using the API for generating thumbnail feature is available through both the Get Thumbnail and
Get Area of Interest APIs both leveraging smart cropping, the ask is only to resize the entire image.
https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/concept-generating-thumbnails
Generate Thumbnail
This operation generates a thumbnail image with the user-specified width and height.
POST https://westus.api.cognitive.microsoft.com/vision/v3.1/generateThumbnail?
width=500&height=500&smartCropping=True
Reference:
https://westus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-
2/operations/56f91f2e778daf14a499f21b https://docs.microsoft.com/en-us/azure/cognitive-
services/computer-vision/concept-generating-thumbnails#examples
Question: 60 CertyIQ
DRAG DROP -
You are developing a webpage that will use the Azure Video Analyzer for Media (previously Video Indexer) service
to display videos of internal company meetings.
You embed the Player widget and the Cognitive Insights widget into the page.
You need to configure the widgets to meet the following requirements:
✑ Ensure that users can search for keywords.
✑ Display the names and faces of people in the video.
✑ Show captions in the video in English (United States).
How should you complete the URL for each widget? To answer, drag the appropriate values to the correct targets.
Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or
scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-for-media-docs/video-indexer-e
mbed-widgets
Question: 61 CertyIQ
DRAG DROP -
You train a Custom Vision model to identify a company's products by using the Retail domain.
You plan to deploy the model as part of an app for Android phones.
You need to prepare the model for deployment.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model
Question: 62 CertyIQ
HOTSPOT -
You are developing an application to recognize employees' faces by using the Face Recognition API. Images of the
faces will be accessible from a URI endpoint.
The application has the following code.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Yes
Yes
Yes
"Free-tier subscription quota: 1,000 person groups. Each holds up to 1,000 persons.
S0-tier subscription quota: 1,000,000 person groups. Each holds up to 10,000 persons."
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/use-persondirectory
Question: 63 CertyIQ
DRAG DROP -
You have a Custom Vision resource named acvdev in a development environment.
You have a Custom Vision resource named acvprod in a production environment.
In acvdev, you build an object detection model named obj1 in a project named proj1.
You need to move obj1 to acvprod.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Answer:
Explanation:
1. GetProjects on acvDEV
2. ExportProjects on acvDEV
3. ImportProjects on avcPROD
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/copy-move-projects
Question: 64 CertyIQ
DRAG DROP -
You are developing an application that will recognize faults in components produced on a factory production line.
The components are specific to your business.
You need to use the Custom Vision API to help detect common faults.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of
actions to the answer area and arrange them in the correct order.
Select and Place:
Answer:
Explanation:
Step 1: Create a project -
Create a new project.
Step 2: Upload and tag the images
Choose training images. Then upload and tag the images.
Step 3: Train the classifier model.
Reference:
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/getting-started-build-a-clas
sifier
Question: 65 CertyIQ
HOTSPOT -
You are building a model that will be used in an iOS app.
You have images of cats and dogs. Each image contains either a cat or a dog.
You need to use the Custom Vision service to detect whether the images is of a cat or a dog.
How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the
answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Answer:
Explanation:
Box 1: Classification -
Incorrect Answers:
An object detection project is for detecting which objects, if any, from a set of candidates are present in an
image.
Box 2: Multiclass -
A multiclass classification project is for classifying images into a set of tags, or target labels. An image can be
assigned to one tag only.
Incorrect Answers:
A multilabel classification project is similar, but each image can have multiple tags assigned to it.
Box 3: General -
General: Optimized for a broad range of image classification tasks. If none of the other specific domains are
appropriate, or if you're unsure of which domain to choose, select one of the General domains.
Reference:
https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.html
Question: 66 CertyIQ
You have an Azure Video Analyzer for Media (previously Video Indexer) service that is used to provide a search
interface over company videos on your company's website.
You need to be able to search for videos based on who is present in the video.
What should you do?
Answer: A
Explanation:
Video Indexer supports multiple Person models per account. Once a model is created, you can use it by
providing the model ID of a specific Person model when uploading/indexing or reindexing a video. Training a
new face for a video updates the specific custom model that the video was associated with.
Note: Video Indexer supports face detection and celebrity recognition for video content. The celebrity
recognition feature covers about one million faces based on commonly requested data source such as IMDB,
Wikipedia, and top LinkedIn influencers. Faces that aren't recognized by the celebrity recognition feature are
detected but left unnamed. Once you label a face with a name, the face and name get added to your account's
Person model. Video Indexer will then recognize this face in your future videos and past videos.
Reference:
https://docs.microsoft.com/en-us/azure/media-services/video-indexer/customize-person-model-with-api
Thank you
Thank you for being so interested in the premium exam material.
I'm glad to hear that you found it informative and helpful.
But Wait
I wanted to let you know that there is more content available in the full version.
The full paper contains additional sections and information that you may find helpful,
and I encourage you to download it to get a more comprehensive and detailed view of
all the subject matter.