Angular Interview Questions for Senior/Staff/Architect developer position [Part 2–2023]

Balram Chavan
9 min readFeb 8

Let’s continue for Part2. If you have missed Part1 of this story, then do check it out here.

1. How do you make sure your Angular application is secure?

[Interviewer(s)]: In this question, I would like to see how deep the candidate wants to go in security topic. I would keep an eye on topics like, OWASP guidelines for general web security, different protocols, known vulnerabilities, CORS, Cross Site Scripting, Encryption, Web Application Firewall (WAF) etc.

[Interviewee]: While answering this question, I would mention that I would follow the standard web application security practices, mentioning the terms, without going into details.

I would just have a glance on various types of web attacks, and will read through the top ten OWASP security concerns.

I would ask the interviewer, if any of those topics needs to be explained. Otherwise, I would focus on Angular security related topics.

I also find the MDN security documentation helpful in this case.

2. Can you please tell me the most complex problem you have faced, and how you have solved it in your past/current project(s)?