Name 3 services in azure and explain them
Type of Clouds
Private, Public and Hybrid.
What are different cloud services models?
IAAS, PAAS and SAAS
What is relational database?
A database that forms relations between tables that store data on specific entities (SQL).
What is Machine Learning?
The process of making systems that learn and improve by themselves, by being specifically programmed.
name 3 services in aws and explain them
Amazon Web Services (AWS):
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.
I want to host my website over cloud- which service model is this?
IAAS
What is non relational database?
A database that does not use the tabular schema of rows and columns to store data (NoSQL)
What is an API?
An application program interface (API) is a set of routines, protocols, and tools for building software applications.
Where is the data actually stored in aws (name 3 examples)
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.
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.
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.
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.
4 Benefits of Cloud v/s on premise infrastructure
Cost, Flexibility, maintenance and security.
I want to create a software online- which service model is this?
PAAS
What is a Domain?
The unique name that appears after the @ sign in email addresses, and after www. in web addresses.
What is an API Call?
A message sent to a server asking an API to provide a service or information.
Benefits of cloud computing?
Cost effective, easy to implement, secure and reliable, flexible and scalable and elastic
Name 2 serverless services in azure
Azure Functions:
Azure Logic Apps:
Azure Event Grid:
Azure Cosmos DB (with Azure Functions):
Azure App Service (with Azure Functions):
I want to subscribe to an online software- which service model is this?
SAAS
Example of relational database.
MySQL, Microsoft SQL Server, Oracle Database, IBM DB2, Google Cloud SQL & Spanner
What is a VM?
Virtual Machine
Name 5 services of GCP and explain them
Google Cloud Platform (GCP):
How cloud helps in saving costs for a business?
No hardware fees, No maintenance fees, No Software fees and Predictable costs.
Name 2 serverless services in AWS
AWS Lambda:
Amazon API Gateway:
AWS Step Functions:
Amazon DynamoDB (with Lambda Triggers):
AWS App Runner:
Example of a Non-relational database.
Cloud Datastore & Bigtable, MongoDB, Cassandra, DocumentDB
What are the five steps of machine learning?
Ingestion, Analysis, Transformation, Training and Deployment.