exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 39 discussion

Actual exam question from Microsoft's AI-102
Question #: 39
Topic #: 1
[All AI-102 Questions]

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.

Azure Username: [email protected] -

Azure Password: XXXXXXXXXXXX -
The following information is for technical support purposes only:

Lab Instance: 12345678 -

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.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
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.

Tag visual features -
Identify and tag visual features in an image, from a set of thousands of recognizable objects, living things, scenery, and actions. When the tags are ambiguous or not common knowledge, the API response provides hints to clarify the context of the tag. Tagging isn't limited to the main subject, such as a person in the foreground, but also includes the setting (indoor or outdoor), furniture, tools, plants, animals, accessories, gadgets, and so on.
Try out the image tagging features quickly and easily in your browser using Vision Studio.
Reference:
https://docs.microsoft.com/en-us/learn/modules/analyze-images-computer-vision/3-analyze-images https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-image-analysis

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
dev2dev
Highly Voted 1 year, 10 months ago
Computer Vision should be the resource we need to create.
upvoted 6 times
rdemontis
1 year, 1 month ago
agree with you
upvoted 1 times
...
...
omankoman
Most Recent 5 months, 3 weeks ago
This type of simulation question was not included in the real exam, which was taken on 12 June.
upvoted 3 times
...
nanaw770
6 months, 2 weeks ago
Simulation questions will not appear on the actual exam as of May 25, 2024; ET should remove this type of question.
upvoted 3 times
...
michaelmorar
7 months, 2 weeks ago
Both are Microsoft Products - so we don't need Brand recognition and it seems more like a Custom Vision solution. HOWEVER, Computer Vision now seems to offer Product Recognition. So, while I'm still leaning towards Custom Vision, it seems that Computer Vision might also be viable. Question is probably out of date.
upvoted 1 times
...
GHill1982
8 months, 3 weeks ago
I think this is Custom Vision too. I don't believe Computer Vision is able to detect the difference between the two different devices which both have the Microsoft brand logo.
upvoted 3 times
...
dimsok
10 months, 3 weeks ago
I think it is a Custom Vision project because it is not about recognizing a brand, its a about two laptops that need to be identified among tens of others....
upvoted 2 times
...
ccampagna
1 year ago
This is a Computer Vision task, in computer vision you can extract the logo brands to identify if there is any. It also let you extract text to be analyzed if is necessary. Custom Vision is useful to detect custom objects within an image or the image itself. More info here: https://stackoverflow.com/questions/52155632/difference-between-computer-vision-api-and-custom-vision-api
upvoted 2 times
...
ziggy1117
1 year, 6 months ago
1. create cognitive service east-us, free 2. go to custom vision ai and choose #1 3. uploaded images of surface pro or studio 4. train the model 5. test 6. publish
upvoted 2 times
AnonymousJhb
1 year ago
this is not CUSTOM vision because - Brand detection is a specialized mode of object detection that uses a database of thousands of global logos to identify commercial brands in images or video. You can use this feature, for example, to discover which brands are most popular on social media or most prevalent in media product placement. The built-in logo database covers popular brands in consumer electronics, clothing, and more. ONLY - If you find that the brand you're looking for is not detected by the Azure AI Vision service, you could also try creating and training your own logo detector using the Custom Vision service.
upvoted 2 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 ...