All Question of the Quiz Present Below for Ease Use Ctrl + F to find the Question.
Suggestion: If you didn't find the question, Search by options to get a more accurate result.
Quiz
1.The benefits of Microservices include ___________
- Improved Fault Isolation
- Faster to build and deploy
- Scale development: Develop, Deploy and Scale
- All the options
- Easy scaling
Answer: 4)All the options
2.The complexity of developing, testing and deploying the distributed system, and handling partial failures account to the disadvantages of ___________
- Microservices
- Monolithic
Answer: 1)Microservices
3.Agile development & deployment is difficult in case of __________________
- Microservices
- Monolithic
Answer: 2)Monolithic
4.The decomposition of Microservices is based on two categories, namely ________
- Marketing and Domain
- Business Opportunity and Technology
- Business Capability and Subdomain
- Technology Capability and Subdomain
Answer: 3)Business Capability and Subdomain
5.Simple to develop, test, deploy and scale represents __________________
- Microservices
- Monolithic
Answer: 2)Monolithic
6.Software built as microservices can, by definition, be broken down into multiple component services.
- False
- True
Answer: 2)True
7.Separating components with conflicting resource requirements falls under the bucket of _____________
- Monolithic
- Microservices
Answer: 2)Microservices
- List of Fresco Play Courses without Hands-On | Fresco Play
- HMTL5 Semantics Elements MCQs Answers | Fresco Play
- HMTL5 Semantics Elements Hands-On Solutions | Fresco Play
- Styling with CSS3 Hands-On Solutions | Fresco Play
- Blockchain Intermedio MCQs Answers | Fresco Play
- Blockchain - Potentes Nexus MCQs Answers | Fresco Play
- Azure Essentials MCQs Answers | Fresco Play
- AWS Essentials MCQs Answers | Fresco Play
1.The 3Cs of Microservices include the following, except ______________
- Control
- Componentize
- Collaborate
- Connect
Answer: 1)Control
2.Microservice is considered as a subset of SOA.
- False
- True
Answer: 2)True
3.Microservice Architecture adapts which of the following concept(s)?
- Web Service/HTTP
- None of the options
- All the options
- SOA
- OOPS
Answer: 3)All the options
1.helps to control and limit the number of consecutive request failures that cross a threshold.
- Review breaker
- Microservice Chassis
- Circuit breaker
- Service Deployment
Answer: 3)Circuit breaker
2.Which ensures to insulate the applications by acting as a barrier?
- Microservice Chassis
- Security Control
- Service Deployment
- API Gateway
Answer: 4)API Gateway
3.AWS Elastic Load Balancer (ELB) is an example of __________________
- Server-side discovery
- Client-side discovery
Answer: 1)Server-side discovery
4.The services communicate with each other internally using _____________
- Remote Procedure invocation
- Messaging
- Both Messaging and Remote Procedure invocation
Answer: 3)Both Messaging and Remote Procedure invocation
5.Which acts as a database of services?
- Security Control
- Service Registry
- Microservice Chassis
- API Gateway
- Service Deployment
Answer: 2)Service Registry
6.API Gateway ensures ____________
- Protocol translation
- Composition
- None of the options
- All the option
- Request routing
Answer: 4)All the option
7.Netflix OSS is an example of ____________
- Server-side discovery
- Client-side discovery
Answer: 2)Client-side discovery
8.External clients communicate with Microservices using _______________
- API Gateway
- API Proxy
- Messaging
- API
Answer: 1)API Gateway
9.The two types of Service Discovery includes Client-side discovery and server-side discovery.
- True
- False
Answer: 1)True
10.The client expects a timely response from the service and might even block while it waits. This represents the _________ client service interaction style.
- One to one
- Asynchronous
- Synchronous
- One to many
Answer: 3)Synchronous
11.Scenarios where the client takes the onus and is responsible for determining the network locations of the available service instances is _________
- Server-side discovery
- Client-side discovery
Answer: 2)Client-side discovery
1.Amazon EC2 Container Service is an example of ________________
- Docker
- Polyglot persistence
- CQRS
Answer: 1)Docker
2.The transactions that span across multiple services are handled by ___________
- DML commands
- Event driven Architecture
- Logging queries in DBs
- Pre-compiled queries
Answer: 2)Event driven Architecture
3.Microservices supports different kinds of databases and this is called ____________.
- Polyglot resistance
- Service Deployment
- Event-driven Architecture
- Polyglot persistence
Answer: 4)Polyglot persistence
4.Microservices-based architecture prefers _________
- NoSQL DBs
- RDBMS DBs
- No dependency on any particular DB
Answer: 3)No dependency on any particular DB
5.The two components of CQRS include_______________
- Query and client side
- Query and command side
- Server and client side
- Server and command side
Answer: 2)Query and command side
6.Microservices-based architecture enforces a Modular structure.
- True
- False
Answer: 1)True
1.Efficient Utilization and Fast Deployment represents which pattern?
- Multiple Services per Host pattern
- Service Instance per Host
- Service Instance per Container
Answer: 1)Multiple Services per Host pattern
2.Service Instance per Host pattern provides ________________
- None of the options
- Great Isolation
- Great Manageability
- All the options
- Leverage AWS for Autoscaling and Load balancing
Answer: 4)All the options
3Packer.io and Boxful represent ______________ type of pattern.
- Multiple Services per Host pattern
- Service Instance per Host
- Service Instance per Container
Answer: 2)Service Instance per Host
4.IDL stands for ______________________
- Inter-Dependency Location identifier
- Interface Dependency Language
- Interface Definition Language
- Inter-Dependency Language
Answer: 3)Interface Definition Language
5.Which of these is a drawback of Multiple Services per Host pattern?
- Non-Dependency conflicts
- Faulty deployment
- Difficult to limit resource utilization
Answer: 3)Difficult to limit resource utilization
1. is the ability to store something temporarily to reduce the loading times, and I/O of a system.
- Service registry
- Cache
- Service Deployment
- Chassis
Answer: 2)Cache
2.Which among these helps in developing a microservice quickly ___________________
- Service registry
- API Gateway
- Service Deployment
- Chassis
Answer: 4)Chassis
3.Spring Boot is example of _____________
- Chassis Framework
- Service registry
- Service Deployment
- API Gateway
Answer: 1)Chassis Framework
4.In __________, each external request is tagged with a unique identifier which is passed to all services involved in handling the request and included in application logging messages.
- Audit logging
- Distributed tracing
- Exception tracing
- Application logging
Answer: 2)Distributed tracing
5.In Microservices, the API Gateway takes care of the security aspect by rendering ________________
- Access tokens
- Key value pairs
- Encrypted keys
- Messaging queues
- Chassis keys
Answer: 1)Access tokens
6.The following are all caching types, except ___________
- No Cache
- Local & Remote Cache
- Shared Cache
- Server cache
- Distributed Cache
Answer: 4)Server cache
7.Microservice Chassis takes care of the following, except ______________
- Metrics
- Health checks
- Token generation
- Logging
- Externalized configuration
Answer: 3)Token generation
8.Which pattern collects and reports all exceptions to a centralized exception tracking service?
- Exception tracing
- Application logging
- Distributed tracing
- Audit logging
Answer: 1)Exception tracing
1.Monolithic is identified by all these disadvantages, except__________________
- Code base growth
- High set-up costs
- Horizontal scaling
- Quick initial development
- Increased maintenance costs
- Less iteration
Answer: 4)Quick initial development
2.Caching helps in improving the performance of the system.
- False
- True
Answer: 2)True
3.Scaling the application can be challenging in _____________ due to conflicting needs of Memory, CPU, and I/O.
- Microservices architecture
- Monolithic architecture
Answer: 2)Monolithic architecture
4.Kubernotes and Marathon are examples of _______________________
- Multiple Services per Host pattern
- Service Instance per Container
- Service Instance per Host
Answer: 2)Service Instance per Container
5.Functional Decomposition is an example of ____________
- Monolithic
- Microservices
Answer: 2)Microservices
6.Limited Efficient Utilization and slow deployment represent _____________
- Multiple Services per Host pattern
- Service Instance per Container
- Service Instance per Host
Answer: 3)Service Instance per Host
7.Service Instance per Container pattern includes the following, except ________________
- Great Manageability
- Resource Utilization
- Container encapsulates implementation technology
- Slow Deployment
- Great Isolation
Answer: 4)Slow Deployment
8.When any single application function or component fails, then the entire application goes down (Single point of failure). This is a primary disadvantage of ____________
- Monolithic
- Microservices
Answer: 1)Monolithic
9.Long term commitment of technology stack is a weakness of which architecture model?
- Monolithic
- Microservices
Answer: 1)Monolithic
10.Which of the following is incorrect with respect to cons about Microservices? (I) The increasing number of services can result in information barriers (II) Being a distributed system, it can result in duplication of effort (III) The architecture usually results in increased memory consumption (IV) No long-term commitment to the technology stack
- II
- I
- IV
- All the options
- III
Answer: 3)IV
- List of Fresco Play Courses without Hands-On | Fresco Play
- HMTL5 Semantics Elements MCQs Answers | Fresco Play
- HMTL5 Semantics Elements Hands-On Solutions | Fresco Play
- Styling with CSS3 Hands-On Solutions | Fresco Play
- Blockchain Intermedio MCQs Answers | Fresco Play
- Blockchain - Potentes Nexus MCQs Answers | Fresco Play
- Azure Essentials MCQs Answers | Fresco Play
- AWS Essentials MCQs Answers | Fresco Play
Post a Comment
Any comments and suggestion will be appreciated.