Architecture – Top 10 Traits of a Software Architect

This article represents my opinion on top 10 traits of a software architect. Recently, I came across a need of my fellow colleague who asked me to take a shot at defining, what would it take for someone to become an architect. The below could be applied to architect in any technologies. Note that the below does not take into account few traits of an enterprise architect. However, I purposely did not include it. Please feel free to comment/suggest if I missed to mention one or more important points. Also, sorry for the typos.

 

Following are the top 10 traits described below:

  1. Knowledge of relevant technologies
    • Should demonstrate strong expertise with areas of technology in which he is aiming to be an architect
  2. Strong analysis & design skills
    • Should demonstrate strong analytical and design skills.
    • Should be aware of design patterns for solving different kind of problems.
  3. Coding & POCs
    • Should be very strong with coding in relevant technologies as per the technology stack of the organization
    • Should be able to do quick POCs
  4. Architecture & design activities
    • Should be able to architect and design the solutions from a given set of raw requirements
    • Should be able to consider and apply different aspects such as some of the following when doing architecture & design activities. This does imply that it is expected that person should have knowledge with following:
      • Tools & frameworks
      • Security
      • Performance & scalability
      • Reliability
      • Integration aspects
      • Cost-effectiveness etc
    • Should be good with different aspects of SDLC such as requirements analysis, analysis & design, development, testing, build & deploy
  5. Modeling language/Tools
    • Should be able to articulate the architecture and design of a software solution using different modeling language/tools to different stakeholders including developers, fellow architects, business stakeholders (BA, product managers, senior management)
  6. Architectural frameworks/Tools
    • Should be able to document different views of architecture to different stakeholders including business, application, data, infrastructure.
    • Nice-to-have: Knowledge with one or more architecture framework such as TOGAF, ZACHMAN
  7. Communication
    • Should be very strong in oral & written communication (developers, testers, BAs, senior management, customer stakeholders {architects, developers, BA, senior management})
  8. Training/Mentoring
    • Should be able to educate/demonstrate the industry knowledge in relation with business/technology
    • Should be able to provide training/mentoring sessions to one or more teams
  9. Sales/Pre-sales
    • Should be able to participate in pre-sales activities such as some of the following. This is relevant to those who are working in a software services organization.
      • Proposing technology solutions
      • Estimating the size and cost to develop proposed solution using one or more estimation techniques
      • Interact with prospective clients
  10. Presentation Skills
    • It helps in some of the following manner if the person has good presentation skills.
      • Rich & informative documentation for different purpose such as proposal documentation, architecture documentation
      • Power-point presentations to different stakeholders including senior management, customers stakeholders
      • Training & mentoring
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. For latest updates and blogs, follow us on Twitter. 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. Check out my other blog, Revive-n-Thrive.com

Share
Published by
Ajitesh Kumar
Tags: Architecture

Recent Posts

Autoencoder vs Variational Autoencoder (VAE): Differences

Last updated: 08th May, 2024 In the world of generative AI models, autoencoders (AE) and…

1 day ago

Linear Regression T-test: Formula, Example

Last updated: 7th May, 2024 Linear regression is a popular statistical method used to model…

2 days ago

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

6 days ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

7 days ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

1 week ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

1 week ago