Search Your Question...!

MicroServices MCQ's

1. Benefits of Microservices include -

   View Answer   

    All the options



2. Software built as microservices can, by definition, be broken down into multiple component services ?

   View Answer   

    true



3. Decomposition of Microservices based on 2 categories namely

   View Answer   

   Business capability , Subdomain



4. Complexity of account to disadvantages of Microservices

   View Answer   

   developing, testing & deploying distributed system, Handling partial failures



5. Is Microservice is considered as subset of SOA ?

   View Answer   

   True



6. The 3Cs of Microservices includes all these except ______________

   View Answer   

    control



7. Scenarios where client takes onus & are responsible for determining the network locations of available service instances

   View Answer   

   Client-side



8. The client expects a timely response from the service and might even block while it waits represents__________client service interaction styles

   View Answer   

    synchronous



9. AWS Elastic Load Balancer (ELB) is an example of a __________________

   View Answer   

   server side discovery



10. Which ensures to insulate the applications by acting as barrier

   View Answer   

   API gateway



11. Microservices supports different kinds of databases and this is called ____________.

   View Answer   

   Polyglot persistence



12. Amazon EC2 Container Service is an example of ________________

   View Answer   

   Docker



13. The 2 components of CQRS include______________

   View Answer   

   Query & command side



14. IDL stands for ______________________

   View Answer   

   Interface definition language



15. Efficient Utilization & Fast Deployment represent which pattern Multiple Services per

   View Answer   

   Host pattern



16. Service Instance per Host pattern provides ________________

   View Answer   

   All



17. Caching helps in improving the performance of the system ?

   View Answer   

   True



18. Which pattern collects & reports all exceptions to a centralized exception tracking service

   View Answer   

   distributed



19. Which of this does not represent caching types_______________

   View Answer   

   server



20. Benefits of Microservices include -

   View Answer   

   All



21. Caching helps in improving the performance of the system ?

   View Answer   

   true



22. In Microservices, the API Gateway takes care of the security aspect by rendering ________________

   View Answer   

   Access tokens



23. Simple to Develop, Test, Deploy, Scale represents -

   View Answer   

   Mono



24. Agile development & Deployment is difficult in case of -

   View Answer   

   Monolithic



25. The 2 types of Service Discovery only includes Client-side & server-side discovery ? -

   View Answer   

   True



26. API Gateway ensures -

   View Answer   

   All



27. The services communicate with each other internally -

   View Answer   

   Both Messaging and Remote Procedure invocation



28. helps to control & limit the number of consecutive request failures crosses a threshold -

   View Answer   

   Circuit breaker



29. Which acts as database of services

   View Answer   

   service registry



30. External clients communicate with Microservices using -

   View Answer   

   API GATEWAY



31. Microservices-based architecture enforces a Modular structure ? -

   View Answer   

   true



32. Which of these represent the drawback of Multiple Services per Host pattern -

   View Answer   

   faulty deployment



33. packer.io & Boxful represents __________________________ type of pattern -

   View Answer   

   per host



34. Which pattern collects & reports all exceptions to a centralized exception tracking service -

   View Answer   

   Exception tracing



35.  is ability to store something temporarily in order to reduce the loading times and I/O of a system -

   View Answer   

   Cache



36. Which of this does not represent caching types_______________

   View Answer   

   Server cache



37. Microservice Chassis takes care of all except __________________

   View Answer   

   token generation



38. In __________, each external request is tagged with unique identifier which is passed to all services involved in handling the request and included in application logging

   View Answer   

   Distributed tracing



39. Functional Decomposition is an example of -

   View Answer   

   Microservices



40. Microservice Architecture adapts following concepts -

   View Answer   

   All



41. Spring Boot is example of -

   View Answer   

   Chassis Framework



42. Separating components with conflicting resource requirements falls under the bucket of -

   View Answer   

   Microservices



43. Netflix OSS is example -

   View Answer   

   Client-side



44. Limited Efficient Utilization & slow deployment represent -

   View Answer   

   Service Instance per Host



45. Scaling the application can be challenging in _____________ due to conflicting needs of

   View Answer   

   Memory, CPU, IO - Monolithic



46. Which of the following is incorrect - with respect to cons about Microservices

   View Answer   

   (I) Increasing number of services can result in information barriers (II) Being a distributed



47. system, it can result in duplication of effort (III) The architecture usually results in increased memory consumption (IV) No long-term commitment to technology stack -

   View Answer   

    all



48. The transactions that span across multiple services are handled by

   View Answer   

   event driven



49. Service Instance per Container pattern include all except _______________________________

   View Answer   

   Slow



50. Monolithic is identified by all these disadvantages except

   View Answer   

   Horizontal scaling



51. Agile development & Deployment is difficult in case of __________________

   View Answer   

   Monolithic



52. Separating components with conflicting resource requirements falls under the bucket of _____________

   View Answer   

   Micro



53. Microservices based architecture prefers _______

   View Answer   

   no dependency on any DB



54. Which among these helps in developing a microservice quickly ___________________

   View Answer   

   Chassis



55. When any single application function or component fails, then the entire application goes down. (Single point of failure ) This is primary disadvantage of ________________

   View Answer   

   Mono



56. Long term commitment of Technology stack is a weakness of which model of architecture

   View Answer   

   Mono



57. Complexity of developing, testing & deploying distributed system, Handling partial failures account to disadvantages of

   View Answer   

   micro



No comments:

Post a Comment