Let’s share what is the best answer to this interview question.
What is the role of the architect or engineer when it comes to Micro-service Architecture?
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
The architect within microservices does the following:
• They assist in deciding the zoning or the placement of the components. By doing so, they make certain those components are cohesive.
• They decide the technology roadmaps and outlines of the overall system.
• They code with developers and learn what programmatic challenges are causing a slowdown for the team.
• They make recommendations for tools and technologies to the team, which are continuously building the microservices forward.
• They give technical governance so the teams within their development would follow the Micro-service principles.
SudipSikdar
To name afew –
1. Define the scope , boundary context of the service.
2. Decide Technology stack.
3. Design and code prototype with developer.
4. Govern the design principles.