0% found this document useful (0 votes)
138 views6 pages

Microservices Architecture

This document contains a list of questions related to microservices architecture with their corresponding answers. Some key topics covered include decomposition of microservices, benefits of microservices, communication between microservices, API gateways, service discovery, caching, security, and patterns related to microservices.

Uploaded by

tushar wadile
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
138 views6 pages

Microservices Architecture

This document contains a list of questions related to microservices architecture with their corresponding answers. Some key topics covered include decomposition of microservices, benefits of microservices, communication between microservices, API gateways, service discovery, caching, security, and patterns related to microservices.

Uploaded by

tushar wadile
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 6

S.

No
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

37
38

39
40
41
42
43
44
45
46
47

48
49
Questions
Complexity of developing, testing & deploying distributed system, Handling partial failures account to disadva
Decomposition of Microservices based on 2 categories namely
Benefits of Microservices include -
Agile development & Deployment is difficult in case of __________________
Simple to Develop, Test, Deploy, Scale represents __________________
Software built as microservices can, by definition, be broken down into multiple component services ?
Separating components with conflicting resource requirements falls under the bucket of _____________
Is Microservice is considered as subset of SOA ?
The 3Cs of Microservices includes all these except ______________
The services communicate with each other internally ___________________________
The 2 types of Service Discovery only includes Client-side & server-side discovery ?
External clients communicate with Microservices using _________________________
Scenarios where client takes onus & are responsible for determining the network locations of available service
API Gateway ensures _____________________________
Netflix OSS is example ____________
AWS Elastic Load Balancer (ELB) is an example of a __________________
Which acts as database of services
Which ensures to insulate the applications by acting as barrier
The client expects a timely response from the service and might even block while it waits represents__________c
_____________ helps to control & limit the number of consecutive request failures crosses a threshold,
Amazon EC2 Container Service is an example of ________________
The transactions that span across multiple services are handled by
Microservices supports different kinds of databases and this is called ____________.
Microservices-based architecture enforces a Modular structure ?
The 2 components of CQRS include_______________
packer.io & Boxful represents __________________________ type of pattern
Efficient Utilization & Fast Deployment represent which pattern __________________________________
IDL stands for ______________________
Which of these represent the drawback of Multiple Services per Host pattern
Service Instance per Host pattern provides ________________
Caching helps in improving the performance of the system ?
In Microservices, the API Gateway takes care of the security aspect by rendering ________________
Which pattern collects & reports all exceptions to a centralized exception tracking service
Which of this does not represent caching types_______________
Microservice Chassis takes care of all except __________________
__________ is ability to store something temporarily in order to reduce the loading times and I/O of a system.

In __________, each external request is tagged with unique identifier which is passed to all services involved in ha
Microservice Architecture adapts following concepts

In __________ each external request is tagged with unique identifier which is passed to all services involved in ha
When any single application function or component fails, then the entire application goes down. (Single point o
Functional Decomposition is an example of ____________
Which among these helps in developing a microservice quickly ___________________
Scaling the application can be challenging in _____________ due to conflicting needs of Memory, CPU, IO
Monolithic is identified by all these disadvantages except__________________
Long term commitment of Technology stack is a weakness of which model of architecture
Microservices based architecture prefers _______
Service Instance per Container pattern include all except _______________________________

Which of the following is incorrect - with respect to cons about Microservices (I) Increasing number of service
system, it can result in duplication of effort (III) The architecture usually results in increased memory consum
Kubernotes , Marathon are examples of _______________________
Answers
Microservices
Business capability , Subdomain
All the options
Monolithic
Monolithic
1
Microservices
1
Control
Both Messaging and Remote Procedure invocation
1
API GATEWAY
Client-side
All the options
Client-side
Server-side discovery
Service Registry
API Gateway
Synchronous
Circuit breaker
Docker
Event driven Architecture
Polyglot persistence
1
Query & command side
Service Instance per Host
Multiple Services per Host pattern
Interface definition language
faulty deployment
All the options
1
Access tokens
Exception tracing
Server cache
token generation
Cache

Distributed tracing
All the options

Distributed tracing
Monolithic
Microservices
Chassis
Monolithic
High set-up costs
Monolithic
No dependency on any particular DB
Slow Deployment

All the options


Multiple Services per Host pattern

You might also like