Q1: What is the difference between rate limiting and throttling in Azure APIM?
Q2: If you have been asked to implement RBAC using azure in your application, how you can do this? -- Using Azure Entra ID, JWT Token, Claims part.
Q3: How are you doing security code analysis? - 1. SAST, devops pipeline using SonarQube. 2) Microsoft Azure Senital.
Answer 1:
👉 Rate Limiting
- Controls how many requests are allowed over a fixed time window
- Example: 100 calls per minute
👉 Throttling
- Controls traffic behavior dynamically when system is under pressure
- It may slow down or reject requests temporarily
No comments:
Post a Comment