Untitled
Untitled
Untitled
1. APIs are software interface that allow different applications to talk to one
another.
True
2. Apigee provides ____ services.
All the options
3. Companies expose their services as a set of HTTP _____.
Endpoints
4. The Edge API proxie' s primary consumers are _____.
APP Developer
5. Apigee's API platform allows you to ____ your APIs.
All the options
6. Apigee adds ____ before your API along with policies.
Proxy
7. Apigee cannot modify the backend service implementation without affecting the
public API.
True
8. ____ endpoint interaction with your backend services on behalf of apps.
Target endpoint
9. One of the features of the BaaS is ____.
Push notification
10. Once data is loaded Apigee automatically creates an/a ___I to access your data.
API
11. Apigee allows you to restrict the number of result retured from BaaS using the
parameter _____
limit
12. De-selecting the default check box in creating proxy process will make proxy
available only through TSL.
true
13. BaaS helps in setting Cloud based data platform without any server side coding.
true
14. An API proxy is a can be _____
All the options
15. In Assign message policy ____ creates the named context variables.
<AssignTo>
16. _____ specifies the target URL to be used by the service call out.
<HTTPTargetConnection><URL>
17. ______ policy smooths traffic spikes by dividing a limit that you define into
smaller intervals.
Spike Arrest Policy
18. Which of the following is not a type of Policy in Apigee?
Insurance
19. To write arbitrary data to the cache use _____
Populate Cache
20. When you need to explicitly clear a cache during request processing, use ____.
Invalidate Cache
21. ______ can program the behavior of the proxies.
Policy
22. ______ on Apigee Edge adds more programmability to the Edge API platform.
Node.js
23. You need to manually create API key for the developer app.
false
24. While requesting for access token you can send consumer key and consumer secret
as a parameter in _____.
Body
25. VerifyAccessToken operation at the end of API proxy flow.
True
26. ______ is a significant attack vector used by malicious API consumers.
Message content
27. Authorization header can be sent to the backend service.
false
28. ______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
29. If you want a policy to execute after initial processing on the ProxyEndpoint
use ____ .
Preflow
30. An API product consist of a collection of RESTful API resources.
True
31. An API proxy can be deployed in ____ environment.
both test and PROD
32. Using ____ will disable security and treat all request without any
authentication as a guest.
X **
33. Adding a policy without a flow is possible in Apigee.
false