- What are the traits of a RESTful service?
- Obviously, the use of REST APIs.
- Statelessness – Each request contains all the data required for its processing. Remember, this doesn't mean that RESTful services cannot use databases, quite the opposite.
- Using cookies instead of keeping sessions.
- What toolkit can you use to assist you in creating a resilient distributed architecture?
- Simian Army by Netflix.
- Should you use centralized storage for your microservices? Why/why not?
- Microservices should use decentralized storage. Each microservice should choose the storage type that suits it best, as this leads to increased efficiency and scalability.
- When should you write a stateful service instead of a stateless one?
- Only when it's not reasonable to have a stateless one and you won't need to scale. For instance, when the client and service have to keep their state in sync or when the state to send would be enormous.
- How does a broker differ from...
United States
Great Britain
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Singapore
Hungary
Philippines
Mexico
Thailand
Ukraine
Luxembourg
Estonia
Lithuania
Norway
Chile
South Korea
Ecuador
Colombia
Taiwan
Switzerland
Indonesia
Cyprus
Denmark
Finland
Poland
Malta
Czechia
New Zealand
Austria
Turkey
Sweden
Italy
Egypt
Belgium
Portugal
Slovenia
Ireland
Romania
Greece
Argentina
Malaysia
South Africa
Netherlands
Bulgaria
Latvia
Japan
Slovakia