https://play.fresco.
me/course/110/progress/topic/794/group/1221/content/5169
Apigee cannot modify the backend service implementation without affecting the
public API
False
APIs are software interface that allow different applications to talk to one
another
True
The Edge API proxie' s primary consumers are _____.
App developers
Apigee provides ____ services.
All the options
Apigee's API platform allows you to ____ your APIs
All the options
Companies expose their services as a set of HTTP _____.
Endpoints
Apigee adds ____ before your API along with policies.
Proxy
Apigee allows you to restrict the number of result retured from BaaS using the
parameter
limit
-------------------------------------------------------------------------------
____ endpoint interaction with your backend services on behalf of apps
Target Endpoints
An API proxy is a can be _____
all the options
Once data is loaded Apigee automatically creates an/a ___I to access your data.
API
De-selecting the default check box in creating proxy process will make proxy
available only through TSL.
True
One of the features of the BaaS is ____.
Push Notification
Using ____ will disable security and treat all request without any authentication
as a guest
/**
____ endpoint interacts with apps that consume your API.
Proxy Endpoint
BaaS helps in setting Cloud based data platform without any server side coding.
True
_____ specifies the target URL to be used by the service call out.
<HTTPTargetConnection><URL>
Which of the following is not a type of Policy in Apigee
Insurance
To write arbitrary data to the cache use _____
Populate Cache
When you need to explicitly clear a cache during request processing, use ____.
Invalidate Cache
______ can program the behavior of the proxies.
Policy
______ policy smooths traffic spikes by dividing a limit that you define into
smaller intervals.
Spike Arrest Policy
In Assign message policy ____ creates the named context variables.
<Response>
----------------------------------------------------------------------------
While requesting for access token you can send consumer key and consumer secret as
a parameter in _____.
Body - Right
______ is a significant attack vector used by malicious API consumers.
Message content - Right
Authorization header can be sent to the backend service.
False - right
You need to manually create API key for the developer app.
False -- Right
command downloads the express module at the specified version and updates the
dependencies list in the package.json file
npm install express@4.13.3 --save --Right
______ on Apigee Edge adds more programmability to the Edge API platform.
Node.js - right
VerifyAccessToken operation at the end of API proxy flow.
True - Right
-----------------------------------------------------------------------------------
_____ are the files that implement the configuration to be executed by a policy.
Resources
Mashed-up APIs provides value-addition that is greater than the individual APIs
True
Consumer key and consumer secret are created for _____
Developer APP
APIs are software interface that allow different applications to talk to one
another.
True
____ use of the Google Maps APIs to create a mashup of real estate information with
interactive maps.
Trulia
An API proxy can be deployed in ____ environment.
both test and prod
If you want a policy to execute after initial processing on the ProxyEndpoint use
____
Preflow