Which statement best describes the integration of ERP and CRM in a business environment?

  • ERP and CRM systems seamlessly collaborate
  • ERP and CRM systems share all data
  • ERP and CRM systems work independently
  • ERP focuses on sales, while CRM on HR
The integration of ERP and CRM typically involves sharing data between the two systems to provide a comprehensive view of customer interactions, sales, and other business processes. Both systems work together but are not the same.

AWS's global content delivery network service is called ________.

  • AWS CDN
  • AWS CloudCache
  • Amazon CDN
  • Amazon CloudFront
AWS's global content delivery network service is called Amazon CloudFront. It is a content delivery service that securely delivers data, videos, applications, and APIs to customers globally.

In AWS Lambda, the concept that ensures the environment variables, associated dependencies, and the runtime settings are packaged together is known as:

  • Configuration Bundle
  • Containerization
  • Execution Context
  • Runtime Environment
In AWS Lambda, the 'Configuration Bundle' concept ensures that environment variables, dependencies, and runtime settings are bundled together for execution. This is vital for maintaining consistency and reliability.

In a ________ cloud, services are rendered over a network that is open for public use.

  • Community
  • Hybrid
  • Private
  • Public
In a Public cloud, services are provided over a network open to the general public. These services can include computing resources, storage, and applications, accessible to anyone who needs them, making it a cost-effective and scalable solution for many organizations.

A large enterprise wants to use the public cloud for its scalable resources and cost benefits but wishes to keep its sensitive R&D data in-house. Which cloud deployment would best fit this scenario?

  • Hybrid Cloud
  • On-Premises Cloud
  • Private Cloud
  • Public Cloud with VPN
For an enterprise looking to utilize the public cloud for scalability and cost-efficiency while securing sensitive R&D data, a "Public Cloud with VPN" allows secure communication between public cloud resources and in-house data.

A software team is looking to package their application with all its dependencies so that it can run uniformly across different environments. Which tool would you recommend?

  • Docker
  • Git
  • Jenkins
  • Kubernetes
Docker allows you to package applications and their dependencies into containers, ensuring consistent execution across various environments.

A financial institution wants to shift its legacy applications to the cloud. They want maximum control over the applications, databases, and the operating system but prefer not to manage the underlying infrastructure. Which cloud service model should they consider?

  • Function as a Service (FaaS)
  • Infrastructure as a Service (IaaS)
  • Platform as a Service (PaaS)
  • Software as a Service (SaaS)
The financial institution should consider Infrastructure as a Service (IaaS). IaaS provides control over applications, databases, and the OS while outsourcing infrastructure management. This aligns with their preference.

In the context of encryption, what is the significance of a "public key"?

  • It is used to decrypt data
  • It is used to encrypt data
  • It is used to generate a shared secret
  • It is used to sign data
A "public key" in encryption is primarily used for encrypting data, ensuring that only the corresponding private key can decrypt it.

For an organization operating in Europe and the US, dealing with health data and personal information of its clients, which combination of regulations would be most relevant?

  • CCPA and FERPA
  • GDPR and HIPAA
  • HIPAA and FERPA
  • HIPAA and SOC 2
When dealing with health data and personal information in Europe and the US, GDPR and HIPAA are the most relevant regulations to consider.

A company wants to manage their own operating systems, middleware, and applications but not the virtualization, servers, storage, or networking. Which service model should they opt for?

  • Function as a Service (FaaS)
  • Infrastructure as a Service (IaaS)
  • Platform as a Service (PaaS)
  • Software as a Service (SaaS)
This scenario aligns with Platform as a Service (PaaS) where the company can focus on their applications and middleware, while the underlying infrastructure is managed by the service provider.