A financial consortium wants to develop a cloud infrastructure where multiple banks can collaborate on developing common applications without exposing their data to the public cloud. Which cloud model would be most appropriate?
- Community Cloud
- Hybrid Cloud
- Private Cloud
- Public Cloud
In this scenario, where multiple organizations with common interests need to collaborate in a secure cloud environment, a "Community Cloud" offers the best fit. It provides a shared infrastructure with controlled access.
ERP systems provide an integrated view of core ________ processes, often in real-time.
- Business
- Financial
- Manufacturing
- Marketing
ERP stands for Enterprise Resource Planning and covers various core business processes, including manufacturing, finance, and marketing. It offers a real-time integrated view of these processes.
SaaS applications are typically accessed via:
- Downloadable files
- Physical servers.
- USB drives
- Web browsers.
SaaS applications are most commonly accessed through web browsers, making them accessible from any device with an internet connection.
The type of middleware that assists in the communication between different applications, possibly running on different platforms, is called ________.
- Authentication Middleware
- Authorization Middleware
- Integration Middleware
- Management Middleware
Integration Middleware facilitates the exchange of data and communication between various applications, aiding in interoperability.
For a Google Cloud Function to interact with other Google Cloud services within the same project, which of the following should be considered?
- Billing considerations
- External data sources
- IAM permissions
- Network latency
IAM permissions are crucial for defining access and permissions within Google Cloud, ensuring secure interaction between services within the same project.
Azure's platform-as-a-service (PaaS) offering for web hosting is called:
- Azure App Service
- Azure Functions
- Azure Virtual Machines
- Azure Web Apps
Azure App Service is a fully managed PaaS offering in Azure designed for hosting web applications, making it a suitable choice for web hosting.
Which cloud model can be hosted both on-premises and off-premises?
- Community Cloud
- Hybrid Cloud
- Private Cloud
- Public Cloud
A Hybrid Cloud combines aspects of both on-premises and off-premises hosting, providing flexibility and scalability by integrating public and private cloud resources.
Companies that are looking to maximize the benefits of cloud capabilities like elasticity, managed services, and serverless components would most likely employ the ________ migration strategy.
- Rebuilding
- Refactoring
- Rehosting
- Replatforming
The blank should be filled with "Rebuilding." Rebuilding is the strategy where applications are redesigned or redeveloped to take full advantage of cloud-native capabilities, making it suitable for maximizing cloud benefits.
A system that restricts access to resources based on continuous verification is known as ________.
- Authentication
- Authorization
- Encryption
- Firewall
An "Authorization" system verifies access rights continuously to ensure that only authorized users can access resources, maintaining security.
A company wants to set up a testing environment where they can run multiple versions of their software on different OS platforms without investing in new hardware. Which type of virtualization would best serve their needs?
- Client-Side Virtualization
- Container-based Virtualization
- Hosted Virtualization
- Hypervisor-based Virtualization
Hypervisor-based virtualization allows running multiple virtual machines (VMs) on a single physical server, enabling the company to test various OS platforms without new hardware.