Select the most appropriate word to complete the following sentence:
The public cloud ecosystem is a great value for users that offers many more options and_____than the simple consumption of
resources.
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]
Which of the following are Software as a Service? (Select 2)
Answer : A, D
Software as a Service (SaaS) is a cloud computing offering that provides users with access to a vendor's cloud-based software. Users do not install applications on their local devices. Instead, the applications reside on a remote cloud network accessed through the web or an API. Within this context, Database-as-a-Service (DBaaS) is considered a form of SaaS, where the service provider manages the database's installation, maintenance, backup, and scaling needs on behalf of the customer. Platform-as-a-Service (PaaS) provides a platform allowing customers to develop, run, and manage applications without dealing with the complexity of building and maintaining the infrastructure typically associated with developing and launching an app. PaaS can include various software components, including database management systems, and thus can be considered a subset of SaaS.
What is the main advantage of development concepts such DevOps and CI/CD used in cloud native applications?
Answer : C
To reduce time and complexity for development and deployment. Comprehensive Explanation and Reference of Correct Answer: The main advantage of development
Catching the 5G train with CI/CD Services, paragraph 1
Nokia unveils new 5G core deployment services to give operators better capabilities, paragraph 1
Which of the following are properties related to a private cloud? (Select 2)