Select the option that best completes the following sentence.
____is a key component in the Closed loop automation.
Answer : A
A Policy Database is a key component in Closed Loop Automation. It stores the policies that govern the automated decision-making processes within a system. These policies define the actions to be taken in response to specific events or conditions, enabling the system to automatically adjust its operations without human intervention, thus increasing efficiency and responsiveness.
Which of the following is the mandatory key driver to consider for Cloud RAN/vRAN deployment?
Answer : B
Low latency is a mandatory key driver for Cloud RAN/vRAN deployment due to the stringent requirements of real-time communication and processing in radio access networks. Low latency ensures that data transmission and processing occur with minimal delay, which is crucial for supporting high-speed, reliable communication necessary in modern wireless networks, especially with the advent of 5G technologies.
Which of the following are characteristics of traditional monolithic services. (Select 2)
Answer : A, C
The characteristics of traditional monolithic services are low scalability and fixed capacity. Monolithic services are applications that are built as a single unit, where all the components are tightly coupled and run in the same process. This makes them hard to scale, as they require more resources and coordination to handle increased demand. Monolithic services also have fixed capacity, as they are designed for a specific workload and cannot adapt to changing requirements or traffic patterns. Monolithic services are often slow to deploy, as they require updating the entire application for any change or improvement.Reference: [Cloud Native applications design], [Microservices and Containerization]