exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 40 discussion

Actual exam question from Microsoft's AI-102
Question #: 40
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 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.

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
t_isk
Highly Voted 1 year, 8 months ago
Is it possible to get questions like this on the exam?
upvoted 10 times
ArminZ11
10 months, 3 weeks ago
End of Dec 2023, no simulations in the exam
upvoted 13 times
audlindr
9 months, 1 week ago
Beginning of March 2024, no simulations in the exam
upvoted 5 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 2 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 2 times
...
chandiochan
9 months, 3 weeks ago
Will these simulation questions appear in exams on 2024 as of Feb
upvoted 2 times
audlindr
9 months, 1 week ago
No it was not on 2-Mar-2024
upvoted 5 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 1 times
...
ziggy1117
1 year, 6 months ago
steps are: 1. create cognitive resource 2. go to https://www.customvision.ai/. 3. upload images of each item. 5 minimum 4. train 5. verify via Quick test 6. publish
upvoted 2 times
...
marti_tremblay000
1 year, 8 months ago
as per ChatGPT : For identifying whether an image includes a Microsoft Surface Pro or Surface Studio, you can use the Azure Custom Vision service. Azure Custom Vision is a machine learning service that enables you to build, train, and deploy custom image classification models. To use Azure Custom Vision for your API, you can follow these general steps: Create an Azure Custom Vision project and upload a set of labeled images that include Microsoft Surface Pro or Surface Studio. Train the model using the labeled images. Publish the trained model as an API endpoint that can be used to classify new images. Integrate the API endpoint into your own application to provide the image classification service.
upvoted 2 times
...
halfway
2 years ago
Image tagging won't work. It is either 'Brand Detection', if the sample images contain actual surface logos or 'Custom Vision' to train a model to detect surface pro/studios
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 ...