exam questions

Exam AI-102 All Questions

View all questions & answers for the AI-102 exam

Exam AI-102 topic 1 question 58 discussion

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

HOTSPOT
-

You plan to deploy an Azure OpenAI resource by using an Azure Resource Manager (ARM) template.

You need to ensure that the resource can respond to 600 requests per minute.

How should you complete the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
chandiochan
Highly Voted 8 months, 4 weeks ago
Answer is correct: Azure OpenAI allows you to manage how frequently your application can make inferencing requests. Your rate limits are based on Tokens-per-Minute (TPM). For example, if you have a capacity of 1, this equals 1,000 TPM, and the rate limit of requests you can make per minute (RPM) is calculated using a ratio. For every 1,000 TPM, you can make 6 RPM. So, if you need to process 600 requests every minute, you'll require a TPM that supports that many RPM. Using the ratio, for 600 RPM, you need 100,000 TPM (because 600 divided by 6 equals 100, and 100 multiplied by 1,000 equals 100,000). In this scenario, you would set the capacity to 100, since each capacity unit equals 1,000 TPM.
upvoted 28 times
...
audlindr
Highly Voted 9 months, 1 week ago
Answer is correct From here https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota?tabs=rest When a deployment is created, the assigned TPM will directly map to the tokens-per-minute rate limit enforced on its inferencing requests. A Requests-Per-Minute (RPM) rate limit will also be enforced whose value is set proportionally to the TPM assignment using the following ratio: 6 RPM per 1000 TPM. From here: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota?tabs=rest capacity integer This represents the amount of quota you are assigning to this deployment. A value of 1 equals 1,000 Tokens per Minute (TPM). A value of 10 equals 10k Tokens per Minute (TPM). So the math is 600 RPM needs 100000 TPM which translates to capacity 100
upvoted 11 times
audlindr
9 months, 1 week ago
This was in 2-Mar-24 exam
upvoted 5 times
...
...
moonlightc
Most Recent 3 months, 3 weeks ago
This was in the exam on 15/08/2024
upvoted 2 times
...
HaraTadahisa
5 months, 2 weeks ago
1. capacity 2. 100
upvoted 1 times
...
PeteColag
6 months, 1 week ago
Parameter Type Description sku Sku The resource model definition representing SKU. capacity integer This represents the amount of quota you are assigning to this deployment. A value of 1 equals 1,000 Tokens per Minute (TPM). A value of 10 equals 10k Tokens per Minute (TPM).
upvoted 1 times
...
nanaw770
6 months, 2 weeks ago
capacity and 100.
upvoted 1 times
...
nanaw770
6 months, 2 weeks ago
capacity and 100. From Takedajuku perspective, if you study for 4 days and spend 2 days reviewing, you will have a better chance of passing the exam.
upvoted 1 times
...
funny_penguin
6 months, 2 weeks ago
on exam today 24/05/2024, I selected capacity and 600
upvoted 2 times
...
NullVoider_0
8 months ago
The accurate capacity value to meet the requirement of processing 600 requests per minute is indeed 100. I apologize for any confusion caused earlier
upvoted 3 times
...
NullVoider_0
8 months ago
In the provided options, the correct choice is: "capacity" : 600 The capacity parameter in the SKU configuration of an Azure OpenAI resource specifies the maximum number of requests per minute (RPM) that the resource can handle. By setting "capacity": 600, you are configuring the resource to handle up to 600 requests per minute.
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 ...