Blog

Your dream job? Lets Git IT.
Interactive technical interview preparation platform designed for modern developers.

XGitHub

Platform

  • Categories

Resources

  • Blog
  • About the app
  • FAQ
  • Feedback

Legal

  • Privacy Policy
  • Terms of Service

© 2025 LetsGit.IT. All rights reserved.

LetsGit.IT/Categories/Microservices
Microserviceseasy

What is an API Gateway used for?

Tags
#api-gateway#routing#security
Back to categoryPractice quiz

Answer

It’s a single entry point in front of services: routing, auth, rate limiting, TLS termination, and request aggregation. It simplifies clients, but can become a bottleneck if overused.

Related questions

Microservices
mTLS between services: what does it protect and what does it NOT protect?
#microservices#security#mtls
Cloud
IAM users vs roles: what’s the difference and how does least privilege apply?
#cloud#iam#security
Next.js
Middleware in Next.js: what is it good for and what are its limitations?
#nextjs#middleware#edge
Architecture
CORS: what is it and what does it NOT protect you from?
#architecture#web#cors
Cloud
Secrets rotation: how do you rotate credentials without downtime?
#cloud#security#secrets
Next.js
Route Groups `(group)`: what are they and why use them?
#nextjs#routing#route-groups