In the layered architecture pattern, which layer is primarily responsible for handling user inputs such as mouse clicks or typing, for example in a web application?
Which of the following best describes the client-server pattern using the example of accessing emails from a computer?
When a system is divided into small, independently deployable services that communicate over a network, which system design pattern is being used?
In a 'shared nothing' architecture, what resource do different nodes NOT share, such as in a distributed database?
A shopping cart system sends a notification to the user when an item goes on sale due to an event; which design pattern does this behavior illustrate?
Which design pattern enables direct communication and resource sharing between all nodes, such as in decentralized file sharing?
In the broker pattern, what is the role of the broker, for instance in a message queuing system?
Which system design pattern assigns primary responsibility to one component that delegates tasks to several others, as seen in some replication scenarios?
When data is processed in a sequence of steps, with each step transforming the data before passing it on, what system design pattern is being applied?
Which pattern describes a system where all features and functions are built together in a single deployable unit, often leading to tightly coupled code?