Podcast
Questions and Answers
What is a characteristic of Monolithic architecture?
What is a characteristic of Monolithic architecture?
- Simple and lightweight messaging mechanism
- Synchronous Messaging
- Asynchronous Messaging
- Webservices with several dozens of operations and complex message schemas (correct)
What is an advantage of Microservice architecture?
What is an advantage of Microservice architecture?
- Centralizes business logic in a central message bus/ESB
- Requires a single, unified interface for all services
- Eliminates the need for messaging protocols
- Moves the 'smart-ness' or business logic to the services and client (correct)
What is an example of a protocol used in Synchronous Messaging?
What is an example of a protocol used in Synchronous Messaging?
- MQTT
- STOMP
- REST (correct)
- AMQP
What is a format used for defining service interfaces?
What is a format used for defining service interfaces?
What is a characteristic of Asynchronous Messaging?
What is a characteristic of Asynchronous Messaging?
What is the goal of refactoring service boundaries?
What is the goal of refactoring service boundaries?
What is the purpose of compensating operations in a microservices architecture?
What is the purpose of compensating operations in a microservices architecture?
What is the main goal of designing for failures in microservices architecture?
What is the main goal of designing for failures in microservices architecture?
What is the purpose of the circuit breaker pattern?
What is the purpose of the circuit breaker pattern?
What is the main difference between inner and outer architecture in microservices?
What is the main difference between inner and outer architecture in microservices?
What is the main advantage of using microservices architecture?
What is the main advantage of using microservices architecture?
What is the recommended approach to orchestrating microservices?
What is the recommended approach to orchestrating microservices?
What is a characteristic of decentralized data management in microservices?
What is a characteristic of decentralized data management in microservices?
What is a challenge when migrating from a monolithic system to a microservices-based system?
What is a challenge when migrating from a monolithic system to a microservices-based system?
What is the primary concern of governance in a microservices-based system?
What is the primary concern of governance in a microservices-based system?
What is a key difference between monolithic applications and microservices-based systems?
What is a key difference between monolithic applications and microservices-based systems?
How do you update the databases of other microservices in a decentralized system?
How do you update the databases of other microservices in a decentralized system?
What is a benefit of using API-Gateway style inter-service communication?
What is a benefit of using API-Gateway style inter-service communication?
Flashcards are hidden until you start studying