SAP / SAP Senior Level (10+ yrs) Interview questions
How do you design a scalable, multi-tenant extension application on BTP?
A multi-tenant extension serves multiple customers/business units from one shared application deployment, requiring careful architectural separation between what's shared (application code, infrastructure) and what must remain isolated (each tenant's data and configuration).
flowchart TB
A[Shared Application Code] --> B[Tenant A - isolated data/config]
A --> C[Tenant B - isolated data/config]
A --> D[Tenant C - isolated data/config]
Key design decisions include: how tenant data isolation is enforced (separate schemas, row-level security, or fully separate database instances per tenant), how the application scales horizontally as tenant count grows, and how tenant-specific configuration/customization is supported without forking the shared codebase per tenant. BTP's multitenancy services provide some of this scaffolding out of the box, but the architect still needs to design the specific isolation and scaling model appropriate to the extension's data sensitivity and expected scale.
Invest now in Acorns!!! 🚀
Join Acorns and get your $5 bonus!
Acorns is a micro-investing app that automatically invests your "spare change" from daily purchases into diversified, expert-built portfolios of ETFs. It is designed for beginners, allowing you to start investing with as little as $5. The service automates saving and investing. Disclosure: I may receive a referral bonus.
Invest now!!! Get Free equity stock (US, UK only)!
Use Robinhood app to invest in stocks. It is safe and secure. Use the Referral link to claim your free stock when you sign up!.
The Robinhood app makes it easy to trade stocks, crypto and more.
Webull! Receive free stock by signing up using the link: Webull signup.
More Related questions...
