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

Retrieval Augmented Generation (RAG) & LLM: Examples

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

1 week 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…

2 weeks ago

Build AI Chatbots for SAAS Using LLMs, RAG, Multi-Agent Frameworks

Software-as-a-Service (SaaS) providers have long relied on traditional chatbot solutions like AWS Lex and Google…

2 weeks ago

Creating a RAG Application Using LangGraph: Example Code

Retrieval-Augmented Generation (RAG) is an innovative generative AI method that combines retrieval-based search with large…

3 weeks ago

Building a RAG Application with LangChain: Example Code

The combination of Retrieval-Augmented Generation (RAG) and powerful language models enables the development of sophisticated…

3 weeks ago

Building an OpenAI Chatbot with LangChain

Have you ever wondered how to use OpenAI APIs to create custom chatbots? With advancements…

3 weeks ago