The following code is being implemented as the Quota Policy in Apigee:

<? xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Quota async="false" continueOnError="false" enabled="true" name="Quota-1" type="rollingwindow">
	<DisplayName>Quota-Policy-Implementation</DisplayName>
	<Properties/>
	<Interval>1</Interval>
	<Distributed>True</Distributed>
	<Synchronous>True</Synchronous>
	<TimeUnit>minute</TimeUnit>
	<Allow>
	<Class ref="request.header.customer_type">
	<Allow class="Paid" count="4"/>
	<Allow class="Free" count="2"/>
	</Class>
	</Allow>
</Quota>

Following Request is made to test the proxy:- http://org-eval-test.apigee.net/testing-variables?consumer_type="Paid"

What will be the possible outcome?

Client will we able to make 4 request in duration of 1 minute.
Client will we able to make 2 request in duration of 1 minute.
Client will we able to make unlimited request in duration of 1 minute.
Client will we able to make 0 requests in duration of 1 minute due to the Quota Limit Exceeded error
Verified Answer
Correct Option - d

To get all Infosys Certified Apigee Edge Developer Exam questions Join Telegram Group https://rebrand.ly/lex-group-70b557

Telegram

We're passionate about offering best placement materials and courses!! A one stop place for Placement Materials. We daily post Offcampus updates and Placement Materials.

Qtr No. 213, New Town Yehlanka Indore 454775

admin@prepflix.in

Updated on Fri, 22 Aug 2025