- Published on
Interesting interview questions
- Authors
- Name
- Mohammed Rabby Hasan
- @rabbyalone
(๐๐ง๐ ๐ฎ๐ฅ๐๐ซ + .๐๐๐ + ๐๐ณ๐ฎ๐ซ๐ + ๐๐๐ฏ๐๐ฉ๐ฌ) -
๐. ๐๐ง๐ ๐ฎ๐ฅ๐๐ซ / ๐ ๐ซ๐จ๐ง๐ญ๐๐ง๐
- How do you prevent memory leaks with Observables?
- Template-driven vs Reactive forms โ when to use which?
- Why use trackBy in *ngFor and what happens if you skip it?
- What are Subjects vs BehaviorSubjects vs ReplaySubjects?
- How do you optimize Angular for performance in production?
๐. .๐๐๐ / ๐#
- Async/await pitfalls โ what happens if you call .Result inside async code?
- Dependency Injection lifetimes (Singleton vs Scoped vs Transient) โ how can the wrong choice break your app?
- How do you avoid N+1 queries in EF Core?
- Middleware ordering in ASP.NET Core โ why does it matter?
- How would you set up global exception handling for Web API?
๐. ๐๐ณ๐ฎ๐ซ๐ / ๐๐ฅ๐จ๐ฎ๐
- How do you store secrets securely (Key Vault vs Managed Identity)?
- Why does your Angular app fail to call APIs from Azure โ what do you check first?
- How do you scale App Service under heavy load?
- Application Insights โ why is it critical for production apps?
๐. ๐๐๐ฏ๐๐ฉ๐ฌ / ๐๐-๐๐
- Handling secrets in pipelines securely.
- Debugging broken pipeline YAMLs.
- Difference between build vs release pipeline.
- Rolling back a failed deployment.
- Managing environment-specific configs in Docker.
๐. ๐๐๐๐ฅ-๐๐จ๐ซ๐ฅ๐ ๐๐๐๐ง๐๐ซ๐ข๐จ๐ฌ
- Angular works locally but not after Azure deployment โ where do you start debugging?
- API works in Postman but not from Angular โ whatโs your checklist?
- App slows down with more users โ what do you check first?
- How do you connect logging and monitoring across Angular + .NET + Azure?