Categories: Interview questions

Technical Architect Interview Questions – Part 2

Following is the list of questions that were discussed by me with some of the guys appearing for the position of technical lead or architect, in last few months. Please feel free to share your opinion on them.

Architecture

  • Define the roles and responsibilities of technical architect, application architect, solution architect and an enterprise architect?
    The reason I asked this question was that the interviewee ended up mentioning all of these roles while introducing himself. And, while answering the question, he was unable to clearly define these roles. As an advice, please take care of mentioning about your role when attending the interview for the role of an architect.
  • For a new web application project, would you still recommend a traditional MVC based approach? What may the technology stack look like for a new web application which can as well be ported quickly to work on mobile devices?
  • How is the recent turmoil in Javascript world with frameworks such as Angular, Knockout, Emberetc, would impact the overall architecture of upcoming web applications?
  • Define REST by describing Representation State Transfer? Interestingly, I have found that many were not able to clearly define in terms of “Representation State Transfer”.

Code Quality

  • It may be difficult to achieve high unit test coverage for a very long method. True or false? And, why?
  • How would you go about refactoring a class file having 3000 lines of code?
  • Mention top 5 code refactoring techniques you would want to suggest to your developers working on legacy code?
  • What are different unit tests naming conventions you suggest to the developers?

Application Security

  • Could you mention top 3 security vulnerabilities that you want to suggest developers to take care while they are doing design and development?

Cloud Applications

  • Mention top 2-3 things for developers to watch out for when developing a cloud-ready applications?
  • What are different cloud service models?
  • Describe multi-tenancy with reference to Software-as-a-service (SAAS) cloud service model.
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking.

Recent Posts

Mathematics Topics for Machine Learning Beginners

In this blog, you would get to know the essential mathematical topics you need to…

6 days ago

Questions to Ask When Thinking Like a Product Leader

This blog represents a list of questions you can ask when thinking like a product…

1 week ago

Three Approaches to Creating AI Agents: Code Examples

AI agents are autonomous systems combining three core components: a reasoning engine (powered by LLM),…

2 weeks ago

What is Embodied AI? Explained with Examples

Artificial Intelligence (AI) has evolved significantly, from its early days of symbolic reasoning to the…

2 months ago

Retrieval Augmented Generation (RAG) & LLM: Examples

Last updated: 25th Jan, 2025 Have you ever wondered how to seamlessly integrate the vast…

5 months ago

How to Setup MEAN App with LangChain.js

Hey there! As I venture into building agentic MEAN apps with LangChain.js, I wanted to…

5 months ago