exam questions

Exam AI-100 All Questions

View all questions & answers for the AI-100 exam

Exam AI-100 topic 4 question 2 discussion

Actual exam question from Microsoft's AI-100
Question #: 2
Topic #: 4
[All AI-100 Questions]

You need to create a new app that will consume resources from the following Azure Cognitive Services APIs:
✑ Face API
✑ Bing Search
✑ Text Analytics
✑ Translator Text
✑ Language Understanding (LUIS)
The solution must prepare the development environment as quickly as possible.
What should you create first from the Azure portal?

  • A. an Azure Key Vault resource
  • B. a Cognitive Services resource
  • C. an Azure Kubernetes Service (AKS) resource
  • D. Face and Language Understanding (LUIS) resources
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
After creating a Cognitive Service resource in the Azure portal, you'll get an endpoint and a key for authenticating your applications.
Create a new Azure Cognitive Services resource
1. Create a resource.

References:
https://docs.microsoft.com/en-us/azure/cognitive-services/cognitive-services-apis-create-account

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rveney
2 years ago
B. a Cognitive Services resource Creating a Cognitive Services resource will provide you with a single resource that encompasses a variety of Azure Cognitive Services APIs, including those you mentioned. This allows you to access the necessary APIs and their associated functionalities for your app development. By creating a Cognitive Services resource, you can easily manage and configure the APIs you need, obtain the required access keys, and access the corresponding documentation and SDKs to integrate the services into your app.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...