Spark Germany Interview - tarunchhabra/parakalo GitHub Wiki

  1. How are you doing microservices development?
  2. How to do message broadcast in RabbitMq? How many queues you will create?
  3. Why choose messaging comm in microservices over http based comm? what about latency?
  4. Spring Ioc
  5. Type of Autowire? field vs setter?
  6. REST methods? diff between PUT vs PATCH? IDEMPOTENT?
  7. Http status code for POST? 200, 201 ,202
  8. Types of tests you are writing in microservices?