Sobes.tech
Middle+

Choose the most appropriate answer - Incorrect dependency direction - Services are connected by a common database, increasing coupling - No error handling in the auction service - No database backup - No API gateway monitoring - No caching in the wallet service

sobes.tech AI

Answer from AI

The most critical among the listed is "Services are connected by a shared database, which increases coupling".

A shared database among services violates microservice architecture principles, creating strong coupling and complicating scaling, deployment, and independent development of services. This can lead to issues with performance and reliability.

Other points are also important, but coupling through a shared database is a fundamental architectural mistake that should be corrected first.

Choose the most appropriate answer - Incorrect… - sobes.tech