Choose a topic to test your knowledge and improve your Microservice skills
Microservice could be considered as subset of __________
A monolithic application is _________
Single point failure examples is __________
Agile development and deployment is difficult in case of _________
Complexity of developing testing and deploying distributed system and handling partial failures account to the disadvantage of _________
The decomposition of microservices is based on two categories, namely _________
Software built as microservices can by definition be broken down into multiple component services. The statement is:
Simple to develop test deploy scale represents __________
The benefits of microservices include _______
Separating components with conflicting resource requirements falls under the bucket of __________
Microservices architecture adapts which of the following concepts?
Microservice is considered as a subset of SOA. This statement is:
API gateway in microservices is liable for _________
________ acts as a database of services their instances and corresponding location.
Netflix OSS is an example of ____________
AWS Elastic load balancer (elb) is an example of __________
External clients communicate with microservices using ____________
Scenarios where client takes onus and are responsible for determining the network location of the available service instances is ___
The two types of service discovery includes client-side discovery and server-side discovery. The above statement is:
Which ensures to insulate the applications by acting as a barrier?
The services communicate with each other internally using _________
Which acts as a database of services __________
_________ helps to control and limit the number of consecutive request failure that cross a threshold.
The client expects a timely response from the service and might even block while it waits. This represents the ___________ client service interaction style.
API gateway ensures ___________
Microservices supports different kinds of databases and this is called ___________
Queries in microservices architecture are implemented through _________
CQRS stands for in microservices _________
Amazon EC2 container service is an example of ____________
The transaction that span across multiple services are handled by __________
Microservices based architecture prefers __________
The two components of CQRS include _________
Microservices based architecture enforces a modular structure. The above statement is:
______ is example of service instance per host pattern.
Which of the following is popular docker clustering framework?
In docker each service instance is _________
IDL stands for ________
Service instance per host pattern provides __________
Efficient utilization and fast deployment represents which pattern?
_______ is an example of service instance per container pattern.
_____ is the ability to store something temporarily to reduce the loading times and i/o of a system.
Which pattern collects and reports all exceptions to a centralized exception tracking service?
Microservice chassis takes care of the following except ________
Caching helps in improving the performance of the system. The above statement is:
The following are all caching types except ___________
Which among these helps in developing a microservice quickly __________
Spring boot is example of _________
In microservices the api gateway takes care of the security aspect by rendering __________
Functional decomposition is an example of ____________
Which of these is a drawback of multiple services per host pattern?
Which ensures to insulate the applications by acting as a barrier?
Limited efficient utilization & slow deployment represent in microservices ___________
Service instance per container pattern includes the following except __________
packer.io and boxful represent ____________
Kubernetes and marathon are examples of __________