You are on page 1of 3

1.

Which of the following drives ongoing merging and testing of code and leads to
finding defects early. It also include less time wested on fighting merge issues
and rapid feedback for development teams

Correct a. Contineous Ingeration


b. Contineous Monitoring
c. Contineous Delivery

2. Which of the following tests the boundaries of the external services to check
the input and output of the service calls and also validates if the service meets
its contract expectation

a. Unit Testing
b. Integration Testing
Correct c. Contract Testing
d. Perfomarmance Testing

3. Which Refers to replacing siloed Devlopment to create multidiscilinary teams


that now work together with shared and efficient practices and tools

a. Event Driven Architecture


b. Domain Driven Design
Correct c. DevOps
d. Agile

4. When a Microservice publishes an event when something notable happnes and other
microservices subscribed to those events is called as ---- architecture

a. Domain Driven Architecture


Correct b. Event Driven Architecture
c. Data Driven Architecture

5. When change is required in certain part of the application and only the related
service can be modified and redeployed. This is possible in ------

a. Monolithic Architecture
Correct b. Microservices Architecture
c. Both Option 1 and Option 2

6. Microservices can be written in different programming languages and using


different technologies

Correct a. TRUE
b. FALSE

7. While adopting microservices architecture pattern which of the following are


important design consideration

Correct a. Decomposition
b. Communication
c. Testing

8. --- tool is used to create, deploy and run applications by using containers

Correct a. Docker
b. Zuul
c. Eureka
d. WS02
9. ---- tool is used to monitor microservices

a. Docker
b. Zuuls
c. Eureka
Correct d. Hystirx

10. Which of the following is very critical in production environment to find


bottlenecks while execution

Correct a. Service monitoring


b. Service Registry
c. Service Discovery

11. Due to the distributed nature of the microservices --- logging is going to play
a vital role

Correct a. Centralized logging


b. DeCentralized logging
c. Distributed logging

12. --- is the orchestration tool to schedue and manage containers

a. WS02
b. Eureka
Correct c. Kubernetes
d. NGinx

13. Which of the following are advantages of microservices architecture

Correct a. Increased Agility


b. Slow Delivery
c. Easier to Scale
d. All of the above
e. Only option 1 and Option 2

14. Which tool can be used for logging in microservices architecture

Correct a. ELK stack


b. Eureka
c. Consul
d. Zool

15. Which of the following are drawbacks of Monolith architecture

a. Slow down development, longer the start-up time


b. Grows over time and eventualy become monstrous
c. Obstacle to continuous deployment in the era where need to push changes into
production many times a day
d. Difficult to scale when different modules have conflicting resources
requirements
Correct e. All of the above

16. Which of the following are driving forces of containerization

a. Service must be independently deployable and scalable


b. Serives are written using a veriety of languages frameworks, and framework
versions
c. Deploy the application as cost-effectively as possible
Correct d. All of the above

17. Microservices based architecture is an ideal choice when

a. Application scope is incrimently defined


b. Application needs frequent deployments
c. Individual services within the applications are required to be scaled up
differently
Correct d. All of the above
e. Only Option 1 and Option 2

18 Testing microservices application is complex

Correct a. TRUE
b. FALSE

19. Which of the following testing simulates actual usage volume as a


representative for performance like a production system

a. Integration Testing
b. Unit Testing
Correct c. Perfomarmance Testing

20. API Gateway is responsible for

a. Authentication
b. Load balancing
c. Routing
Correct d. All of the above
e. Only Option 1 and Option 2

21. Which contains the network locations of microservice instances

The Service Registry

You might also like