MENU

Click on card specific card to know

We mainly have three types of cloud services but I have added one extra in my post, I hope it will be beneficial for you.








Software as a Service [SaaS]

A Prodect that is run and managed by the service provider are comes into this catagory.

SalesForce ,Gmail , Office 365 etc.









Plateform as a Service [PaaS]

In this type of dovlopment we are most of the time expand on the dovelopment and managment of the resourses.

Like Heroku ,alisic-bean, GCP App Engine









Information as a Service

The basic building block for cloud infrastructure, it not only provides computing and data storage but also networking facilities in the form of advanced technology. Azure ,GCP , Oracle cloud ,AWS










Function as a Service

This is most useful it's covers almost everything like deployment ,runtime,storage ,security,networking and yas we can say all basic opration comes under this FaaS.

Challenge Lab

Qwiklabs [GSP340]



GSP340

Task 1:

Create a table partitioned by date

code (A):


Task 2: Add new columns to your table

code (B)


Task 3: Add country population data to the population column

code (C):


Task 4: Add country area data to the country_area column

code (D):


Task 5: Populate the mobility record data

code (E)


Task 6: Query missing data in population & country_area columns

code (F):


Challenge Lab

Qwiklabs [GSP342]


GSP342

Task 1:

Create a custom security role.

Execute this command on cloud shell to create yaml file for custom role:

code (A):

Replace the below content in the file:

code (B)

Ctrl+x --> Y--> Enter

code (C):

commands for task2 & task3:

Another Method in video if you get error:

code (D):

Task 4: Create and configure a new Kubernetes Engine private cluster

code (E)

Task 5: Deploy an application to a private Kubernetes Engine cluster.

code 5(a):

code 5(b):