Solution Architect

What is a Solution Architect?

Do you love being in charge of things, and of finding answers and solutions to problems? Are you also interested in a career that combines both the technical and business inner workings of a company? You may be interested in working as a solution architect!

Solution architects evaluate a specific need that a business may have and build and integrate information and computer systems that meet that need. This can take the form of products or services, and involves integrating the software and hardware that will best meet requirements. They also examine the current systems architecture, and work with business and technical staff to recommend solutions that result in more effective systems.

What does a Solution Architect do?

Solution architects possess a balanced mix of technical and business skills, and are responsible for the design of one or more applications or services within an organization.

Once solution architects are given a problem, they are not only in charge of finding the answers, but of actively leading the technical vision to success. Most solution architects have spent many years in the software development world and have therefore learned dozens of tools designed to help them be more effective and productive.

They are typically part of a solution development team, often working with enterprise architects and computer network architects for strategic planning discussions.

Their main focus is on the technical decisions being made regarding the solution and how they impact the business outcomes. The rest of the development team will then use the information to implement the solution.

Solution Architects focus on:

  • how technology can be used to solve a given business problem
  • which framework, platform, or tech-stack can be used to create a solution
  • how the application will look, what the modules will be, and how they interact with each other
  • how things will scale for the future and how they will be maintained
  • understanding and mitigating the risk in third-party frameworks/platforms
  • finding a solution to a business problem

Solution architects become involved with a project at the time the computer systems analyst is developing requirements. They then remain involved throughout the balance of the project. They organize the development effort, and are often expected to provide motivation and guidance to the entire development team during the systems development life cycle. They are ultimately responsible for the vision that underlies the solution and the execution of that vision into the solution.

Some solution architects may look after the programming, integration, and testing of software systems and associated devices. The process used typically involves selecting the most appropriate technology for a problem, as well as balancing architectural concerns of the project with the concerns of the enterprise.

Solution architects need significant people and process skills. They are often in front of management, trying to explain a complex problem in laymen's terms. They have to find ways to say the same thing using different words for different types of audiences, and they also need to really understand the business' processes in order to create a cohesive vision of a usable product.

What is the workplace of a Solution Architect like?

Similar to other types of systems or computer network architects, solution architects work full time, with the occasional required overtime. They spend most of their time in an office setting. Very little physical activity is associated with this career, but it may involve meeting strict deadlines and performance standards.


CIO Solution Architect


Technology Radar Modeling


  • Techniques - Methods & Patterns

    • Microservices
    • Pipeline as Code
    • API-First Design Approach
  • Tools

    • Azure DevOps
    • SonarQube
  • Platforms - Platforms & Operations

    • Azure AD
    • Datadog
    • Infrastructure as Code/Terraform
    • ElasticSearch
  • Language & Frameworks

    • Angular
    • Typescript
  • Others

    • Datalake
    • PowerBI
    • REBAR Messaging

  • CIO Developer

    • IaC/Terraform Providers
    • CIO Catridge Collections
    • Next Gen Cloud
    • Enterprise Architecture
  • CIO EA Hub
    • Application Architecture Discovery
    • Build Cloud Custom Application
    • Analyze Reports and Metrics

Solution Architect的更多相关文章

  1. 【内推】微软北京深圳招聘多名Cloud Solution Architect

    Azure is the most comprehensive, innovative and flexible cloud platform today and Microsoft is hirin ...

  2. 长期内部推荐SAP职位,包括Java ABAP 咨询顾问,Developer,架构师等。

    长期内部推荐SAP职位,包括Java ABAP 咨询顾问,Developer,架构师等. 有需要请发简历到邮箱    LoB Position LocationAcquisitions Hybris ...

  3. TOGAF架构能力框架之架构合同、成熟度模型和架构技能框架

    TOGAF架构能力框架之架构合同.成熟度模型和架构技能框架 5. 架构合同 架构合同是在开发团体和赞助者之间关于架构的交付物.质量以及适用目标的联合协议,并且通过有效的架构治理将会促使这些协议的成功施 ...

  4. 企业架构研究总结(40)——TOGAF架构能力框架之架构合同、成熟度模型和架构技能框架

    5. 架构合同 架构合同是在开发团体和赞助者之间关于架构的交付物.质量以及适用目标的联合协议,并且通过有效的架构治理将会促使这些协议的成功施行.通过对合同的管理施行一个治理方法,如下几点将会得到保障: ...

  5. Kafka Frequently Asked Questions

    This is intended to be an easy to understand FAQ on the topic of Kafka. One part is for beginners, o ...

  6. Visual Studio TFS Branching and Merging Guidance

    Origin URL:https://msdn.microsoft.com/en-us/magazine/gg598921.aspx Bill Heys and Willy-Peter Schaub ...

  7. 好好讲一讲,到底什么是Java高级架构师!

    一. 什么是架构师 曾经有这么个段子: 甲:我已经应聘到一家中型软件公司了,今天上班的时候,全公司的人都来欢迎我. 乙:羡慕ing,都什么人来了? 甲:CEO.COO.CTO.All of 程序员,还 ...

  8. 如何从普通程序员晋升为架构师 面向过程编程OP和面向编程OO

    引言 计算机科学是一门应用科学,它的知识体系是典型的倒三角结构,所用的基础知识并不多,只是随着应用领域和方向的不同,产生了很多的分支,所以说编程并不是一件很困难的事情,一个高中生经过特定的训练就可以做 ...

  9. software engineer's resume(帮助你写程序员简历)

    关键词 参考 简历模板 参考 下面开始是正文(关键词原文) 介绍 本项目由海外兔 (https://osjobs.net) 维护,海外兔团队由一线互联网面试官组成,提供海内外公司一对一入职套餐以及算法 ...

随机推荐

  1. Linux运维实战——如何利用文件节点删除乱码文件

    引言 linux系统中删除文件可以用rm [filename] 命令,然而有些系统或程序自动生成的文件或者文件夹名称却是乱码. 虽然部分文件/文件夹可以通过复制粘贴名字的方式来删除,但是仍然有些文件无 ...

  2. Maven目录结构, war目录结构

    Maven目录结构 src/main/java 存放java servlet类文件 src/main/webapp 存放jsp文件 war目录结构 Maven web项目目录结构

  3. oj教程--贪心

    贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择.也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解. 贪心算法不是对所有问题都能得到整体最优解,关键是 ...

  4. 2020.11.2 异步IO 协程

    异步IO 同步IO在一个线程中,CPU执行代码的速度极快,然而,一旦遇到IO操作,如读写文件.发送网络数据时,就需要等待IO操作完成,才能继续进行下一步操作. 在IO操作的过程中,当前线程被挂起,而其 ...

  5. Winform调用存储过程

    数据表及数据准备: create table Member ( MemberId int primary key identity(1,1), MemberAccount nvarchar(20) u ...

  6. 用Vue编写一个简单的仿Explorer文件管理器

    ​大家一定很熟悉你桌面左上角那个小电脑吧,学名Windows资源管理器,几乎所有的工作都从这里开始,文件云端化是一种趋势.怎样用浏览器实现一个Web版本的Windows资源管理器呢?今天来用Vue好好 ...

  7. 二级py--day5 软件工程基础

    二级py--day5软件工程基础 软件工程基础 1.软件工程三要素:方法.工具和过程 2.软件生命周期可以分为:项目可行性研究与规划.软件需求分析.软件设计.软件实现.软件测试.软件运行与维护等阶段 ...

  8. 采用 DIV+CSS 布局网页练习

    实验四:采用 DIV+CSS 布局网页练习 实验目的: 熟悉 DIV+CSS 布局网页的方法 实验要求: 1.制作一个完整网页和一个 css 文件: 2.在网页中采用 DIV+CSS 布局 4 个以上 ...

  9. 前端(react)上传到阿里云OSS存储 实例

    需求背景 由于现有的后台管理系统,上传的视频越来越大,加上上传视频较慢,后端小哥提出直接从前端上传视频或者其他文件到阿里云OSS存储. 阿里云OSS 阿里云OSS文档介绍,这里不做过多赘述 安装 原本 ...

  10. fashion_mnist 计算准确率、召回率、F1值

    本文发布于 2020-12-27,很可能已经过时 fashion_mnist 计算准确率.召回率.F1值 1.定义 首先需要明确几个概念: 假设某次预测结果统计为下图: 那么各个指标的计算方法为: A ...