Microservices Interview Questions – 02

3
Created on By admin

Microservices Interview Questions - 02

1 / 10

1. Select true or false.

Every change in Microservice should not become a breaking change for client.

 

2 / 10

2. Select true or false.

It is ok to change the interface of a Microservice on upgrading the version of programming language.

 

3 / 10

3. What is the preferred type of communication between Microservices? Synchronous or Asynchronous?.

 

4 / 10

4. Select true or false.

Orchestration is a tightly coupled approach for integrating Microservices.

 

5 / 10

5. Select true or false.

Choreography based systems are more flexible and easy to change than Orchestration based systems.

 

6 / 10

6. Select true statement.

 

7 / 10

7.  Can we create Microservices as State Machines?

 

8 / 10

8. What is DRY?

 

9 / 10

9. In Semantic versioning, Major version increment means that the changes to software are backward compatible.

 

10 / 10

10. Select true or false.

Continuous Integration provides the benefit of early feedback for any code that is developed and merged into common repository.

 

Your score is

The average score is 47%

0%

Leave a Reply

Your email address will not be published. Required fields are marked *