Apigee - API Services
Apigee - API Services
For Node.js the _____ module and its dependencies are designed.
apigeetool
Apigee cannot modify the backend service implementation without affecting the
public API.
False--correct
True
APIs are software interface that allow different applications to talk to one
another.
False
True--correct
Portal
Proxy
API---correct
Graph
BaaS helps in setting Cloud based data platform without any server side coding.
True--correct
False
Using ____ will disable security and treat all request without any authentication
as a guest.
/
/**--correct
**
.
Apigee allows you to restrict the number of result retured from BaaS using the
parameter _____
threshold
number
limit---correct
max
De-selecting the default check box in creating proxy process will make proxy
available only through TSL.
False
True--correct
______ policy smooths traffic spikes by dividing a limit that you define into
smaller intervals.
Spike Arrest Policy---correct
All the options
Concurrent Rate Limit Policy
Quota Policy
_____ specifies the target URL to be used by the service call out.
<Response>
<Request variable>
None of the options
<HTTPTargetConnection><URL>--correct
When you need to explicitly clear a cache during request processing, use ____.
Invalidate Cache---correct
Populate Cache
Response Cache
Lookup Cache
______command downloads the express module at the specified version and updates the
dependencies list in the package.json file.
npm install yql@1.0.2 --save
npm install express@4.13.3 --save ---correct
You need to manually create API key for the developer app.
True
False--correct
______ on Apigee Edge adds more programmability to the Edge API platform.
Xml files
all the options
Node.js---correct
javascript
While requesting for access token you can send consumer key and consumer secret as
a parameter in _____.
Body---correct
Header
____ use of the Google Maps APIs to create a mashup of real estate information with
interactive maps.
Trulia--correct
Voxy
Authorization header can be sent to the backend service.
False--correct
True
If you want a policy to execute after initial processing on the ProxyEndpoint use
____ .
Postflow
Preflow--correct
Mashed-up APIs provides value-addition that is greater than the individual APIs.
True--correct
False
_____ are the files that implement the configuration to be executed by a policy.
Resources--correct
None of the options
Proxies
API