aws/azure/gcp
Cloud Computing 2
Cloud Computing 3
Databases
Databases 2
100

Name 3 services in azure and explain them 

  1. Azure Blob Storage - Object storage solution.
  2. Azure Virtual Machines - On-demand scalable computing resources.
  3. Azure Functions - Serverless compute service.
  4. Azure SQL Database - Managed relational database service.
  5. Azure Cosmos DB - Globally distributed NoSQL database.
100

Type of Clouds

 Private, Public and Hybrid. 

100

What are different cloud services models?

 IAAS, PAAS and SAAS

100

What is relational database?

A database that forms relations between tables that store data on specific entities (SQL). 

100

What is Machine Learning?

The process of making systems that learn and improve by themselves, by being specifically programmed. 

200

name 3 services in aws and explain them 

Amazon Web Services (AWS):

  1. Amazon S3 (Simple Storage Service) - Object storage service.
  2. Amazon EC2 (Elastic Compute Cloud) - Virtual servers in the cloud.
  3. AWS Lambda - Serverless compute service.
  4. Amazon RDS (Relational Database Service) - Managed relational databases.
  5. Amazon DynamoDB - NoSQL database service.
200

Difference between Public and private cloud?

A private cloud consists of cloud computing resources used exclusively by one business or organization. With a public cloud it is owned and managed by the cloud provider. 

200

I want to host my website over cloud- which service model is this?

IAAS

200

What is non relational database?

 A database that does not use the tabular schema of rows and columns to store data (NoSQL)

200

What is an API?

An application program interface (API) is a set of routines, protocols, and tools for building software applications. 

300

Where is the data actually stored in aws (name 3 examples)

  1. Amazon S3 (Simple Storage Service): Object storage service designed to store and retrieve any amount of data from anywhere on the web. It is highly scalable, durable, and commonly used for static website hosting, backup, and archival.

  2. Amazon EBS (Elastic Block Store): Provides block-level storage volumes for use with Amazon EC2 instances. EBS volumes are used as durable and high-performance storage, suitable for databases, file systems, and applications that require low-latency access to data.

  3. Amazon Glacier: A low-cost storage service for data archiving and long-term backup. It is designed for infrequently accessed data and offers a cost-effective solution for archival storage.

  4. Amazon Elastic File System (EFS): Fully managed file storage service that can be easily shared across multiple EC2 instances. It is suitable for workloads that require scalable and shared file storage.

300

4 Benefits of Cloud v/s on premise infrastructure

 Cost, Flexibility, maintenance and security. 

300

I want to create a software online- which service model is this?

 PAAS

300

What is a Domain?

The unique name that appears after the @ sign in email addresses, and after www. in web addresses.

300

What is an API Call? 

A message sent to a server asking an API to provide a service or information.

400

Benefits of cloud computing?

 Cost effective, easy to implement, secure and reliable, flexible and scalable and elastic

400

Name 2 serverless services in azure  

  1. Azure Functions:

    • Serverless compute service.
    • Supports multiple programming languages.
    • Event-driven and can be triggered by various Azure services.
  2. Azure Logic Apps:

    • Serverless workflow service.
    • Connects and automates workflows between various services, both in the cloud and on-premises.
  3. Azure Event Grid:

    • Fully managed event routing service.
    • Enables event-driven programming and event-based architectures.
  4. Azure Cosmos DB (with Azure Functions):

    • Globally distributed, multi-model database service.
    • Serverless computing can be integrated using Azure Functions.
  5. Azure App Service (with Azure Functions):

    • Platform-as-a-Service (PaaS) offering for building, deploying, and scaling web apps.
    • Supports serverless functions through Azure Functions.
400

I want to subscribe to an online software- which service model is this?

 SAAS

400

Example of relational database. 

 MySQL, Microsoft SQL Server, Oracle Database, IBM DB2, Google Cloud SQL & Spanner

400

What is a VM?

Virtual Machine

500

Name 5 services of GCP and explain them 

Google Cloud Platform (GCP):

  1. Google Cloud Storage - Object storage service.
  2. Google Compute Engine - Virtual machines on Google's infrastructure.
  3. Cloud Functions - Serverless compute service.
  4. Cloud SQL - Managed relational database service.
  5. Bigtable - NoSQL database service for large analytical and operational workloads.


500

How cloud helps in saving costs for a business?

 No hardware fees, No maintenance fees, No Software fees and Predictable costs. 

500

Name 2 serverless services in AWS  

  1. AWS Lambda:

    • Serverless compute service.
    • Enables running code without provisioning or managing servers.
    • Supports various programming languages.
  2. Amazon API Gateway:

    • Fully managed service for creating, publishing, and securing APIs.
    • Integrates with Lambda for building serverless API architectures.
  3. AWS Step Functions:

    • Serverless orchestration service.
    • Coordinates the components of distributed applications using visual workflows.
  4. Amazon DynamoDB (with Lambda Triggers):

    • Fully managed NoSQL database service.
    • Integrated with Lambda for event-driven serverless architecture.
  5. AWS App Runner:

    • Fully managed service for building, deploying, and scaling containerized applications quickly.
500

Example of a Non-relational database. 

Cloud Datastore & Bigtable, MongoDB, Cassandra, DocumentDB

500

What are the five steps of machine learning? 

 Ingestion, Analysis, Transformation, Training and Deployment.