API / APIGEE Gateway Interview Questions
1. What is Apigee and what problem does it solve for organisations?
Apigee is Google Cloud's native, full-lifecycle API management platform. It sits between backend services and the clients that consume them, acting as a secure, observable, and policy-enforcing proxy layer. Apigee handles traffic routing, authentication, rate limiting, analytics, developer portal...
2. What are the deployment models available in Apigee?
Apigee offers three deployment models to accommodate different infrastructure requirements, data residency rules, and latency constraints. Apigee deployment models Model Management plane Runtime plane Best for Apigee (SaaS / cloud-native) Google-managed Google-managed Cloud-first; simplest to ope...
3. What is an API proxy in Apigee and what are its main components?
An API proxy is the primary unit of deployment in Apigee. It creates an abstraction layer between API consumers and backend services, so backend URLs, authentication schemes, and data formats can change without affecting consumers. Every request from a client hits the proxy first; the proxy appli...
4. What are Flows in Apigee and what is the request/response processing pipeline?
A Flow is an ordered sequence of policy steps that Apigee executes as a request travels from client to backend and back. Understanding the flow pipeline is fundamental to knowing where to attach each policy. Apigee flow pipeline Phase Direction Description ProxyEndpoint PreFlow Request First to e...
5. What are Apigee Policies and what categories are available?
Policies are the processing building blocks of an Apigee proxy. Each policy is a pre-built, reusable, XML-configured processing step that you attach to a flow. Because policies are declarative, most tasks require no custom code. Apigee provides over 40 built-in policies organised into five catego...
6. What is the VerifyAPIKey policy and how does basic API key security work in Apigee?
The VerifyAPIKey policy is Apigee's most fundamental security mechanism. It validates that an incoming request contains a valid API key that was issued by Apigee to a registered developer application. If the key is absent or invalid, Apigee immediately returns a 401 Unauthorized response and the ...
7. How does OAuth 2.0 work in Apigee and what grant types are supported?
Apigee implements the complete OAuth 2.0 specification via the OAuthV2 policy . Apigee can act as an authorisation server (issuing tokens) or as a resource server (validating tokens), or both. All four OAuth 2.0 grant types are supported. OAuth 2.0 grant types in Apigee Grant type Use case Flow s...
8. What is the difference between Quota and SpikeArrest policies in Apigee?
Both policies limit traffic, but they operate on very different time scales and serve different purposes. Confusing them is a common interview question because both say 'rate limiting' but do fundamentally different jobs. Quota vs SpikeArrest Aspect Quota SpikeArrest Purpose Business-level entitl...
9. What is an API Product in Apigee and how does it differ from an API Proxy?
An API Product is a curated bundle of API proxy resources combined with a usage plan. It is the unit that developers subscribe to, and it represents how you monetise or control access to your APIs. A single API proxy can be included in multiple products with different entitlements. API Proxy vs A...
10. What is the Apigee organisation hierarchy and what are Environments?
Apigee uses a clear hierarchical structure to organise all resources. Understanding this hierarchy is essential for managing multi-team and multi-environment API programmes. Apigee organisational hierarchy Level Name Description 1 (top) Organisation Top-level container; one per GCP project; holds...
11. What are Shared Flows in Apigee and when do you use them?
A Shared Flow is a reusable sequence of policies that can be called from any API proxy using the FlowCallout policy. Shared flows solve the problem of duplicating the same policy logic across dozens of proxies -- a change to the shared flow propagates to all proxies that reference it. API Proxy v...
12. What is response caching in Apigee and how do you configure the ResponseCache policy?
The ResponseCache policy stores successful backend responses in Apigee's in-memory cache. When an identical subsequent request arrives within the cache TTL, Apigee serves the cached response directly without contacting the backend at all. This reduces backend load and improves latency.
Comments & Discussions
Recently added questions
What is a node parser or text splitter in LlamaIndex? How does similarity_top_k affect retrieval? What are the types of indices in LlamaIndex? What is Settings in LlamaIndex? Describe the ingestion pipeline in LlamaIndex? What is the difference between VectorStoreIndex and SummaryIndex? What is the purpose of LlamaIndex in a RAG pipeline? What is a VectorStoreIndex? What is a retriever in LlamaIndex? What is a response synthesizer? How do you use SimpleDirectoryReader? What is LlamaHub? What is a chat engine in LlamaIndex? What are the response modes available in LlamaIndex query engines? How do you troubleshoot poor retrieval relevance in a LlamaIndex application? What is LlamaIndex? Which is better and why: sentence-window retrieval vs auto-merging retrieval for long documents? What are Documents and Nodes in LlamaIndex? What is a query engine in LlamaIndex? What is the difference between a query engine and a chat engine?|
Interviews Questions |
About Javapedia.net Javapedia.net is for Java and J2EE developers, technologist and college students who prepare of interview. Also this site includes many practical examples. This site is developed using J2EE technologies by Steve Antony, a senior Developer/lead at one of the logistics based company. |
||
| contact: javatutorials2016[at]gmail[dot]com | |||
| Kindly consider donating for maintaining this website. Thanks. |
|||
|
Copyright © 2026, javapedia.net, all rights reserved. Privacy Policy · Terms of Service. |
|||