Podcast
Questions and Answers
Cloud computing architecture is a combination of?
Cloud computing architecture is a combination of?
Which of the following is an example of a PaaS cloud service?
Which of the following is an example of a PaaS cloud service?
Google App Engine comes under which kind of service?
Google App Engine comes under which kind of service?
Developing and deploying web-based software in data centers is managed by which Google cloud platform service?
Developing and deploying web-based software in data centers is managed by which Google cloud platform service?
Signup and view all the answers
What is the purpose of a folder in GCP?
What is the purpose of a folder in GCP?
Signup and view all the answers
Which command line tool can be used to manage Cloud Storage?
Which command line tool can be used to manage Cloud Storage?
Signup and view all the answers
Which database is used for mobile app development in GCP?
Which database is used for mobile app development in GCP?
Signup and view all the answers
Which of the following enables the user to run the GCP command line tool from the local desktop?
Which of the following enables the user to run the GCP command line tool from the local desktop?
Signup and view all the answers
How would you test a Google API and learn how it works?
How would you test a Google API and learn how it works?
Signup and view all the answers
Which of the following is a common format for API requests in GCP?
Which of the following is a common format for API requests in GCP?
Signup and view all the answers
Which of the following GCP Services aids us to run Windows and Linux-based virtual machines?
Which of the following GCP Services aids us to run Windows and Linux-based virtual machines?
Signup and view all the answers
What is the maximum size of the persistent disk that can be attached to a virtual machine in Google Compute Engine?
What is the maximum size of the persistent disk that can be attached to a virtual machine in Google Compute Engine?
Signup and view all the answers
Containerized applications can be deployed, managed, and scaled on Google using which service?
Containerized applications can be deployed, managed, and scaled on Google using which service?
Signup and view all the answers
Say, five VMs are running in a managed group with CPU utilization of 80%, 70%, 75%, 85%, and 90% respectively. How many VMs would the autoscaler add if the targeted CPU utilization is 50%?
Say, five VMs are running in a managed group with CPU utilization of 80%, 70%, 75%, 85%, and 90% respectively. How many VMs would the autoscaler add if the targeted CPU utilization is 50%?
Signup and view all the answers
Which of the following could be an event that can trigger cloud functions?
Which of the following could be an event that can trigger cloud functions?
Signup and view all the answers
Which cloud service model provides the most control over the computing environment while still abstracting the underlying hardware?
Which cloud service model provides the most control over the computing environment while still abstracting the underlying hardware?
Signup and view all the answers
Consider the following statements: 1. Serverless computing abstracts infrastructure management tasks from the developer. 2. Serverless computing allows developers to run code without provisioning or managing servers. Which of the following is correct?
Consider the following statements: 1. Serverless computing abstracts infrastructure management tasks from the developer. 2. Serverless computing allows developers to run code without provisioning or managing servers. Which of the following is correct?
Signup and view all the answers
How can Cloud Functions integrate with other services in the Google Cloud Platform?
How can Cloud Functions integrate with other services in the Google Cloud Platform?
Signup and view all the answers
Kubernetes is __________ and Docker is a _________.
Kubernetes is __________ and Docker is a _________.
Signup and view all the answers
Study Notes
Cloud Computing Architecture
- Cloud computing architecture combines service-oriented architecture and event-driven architecture.
PaaS (Platform as a Service)
- Heroku, AWS Elastic Beanstalk, and Windows Azure are examples of PaaS cloud services.
Google App Engine
- Google App Engine is categorized as a compute service.
- It manages developing and deploying web-based software in data centers.
Google Cloud Platform (GCP)
- A folder is used to organize projects in GCP.
- The gsutil command-line tool manages Cloud Storage.
- Firebase is a database for mobile app development in GCP.
- Cloud SDK enables running the GCP command-line tool from a local desktop.
- APIs Explorer helps test and learn how Google APIs work.
- The common format for API requests in GCP is JSON.
Compute Engine
- Compute Engine is a GCP service that runs Windows and Linux-based virtual machines.
- The maximum size of a persistent disk that can be attached to a virtual machine in Google Compute Engine is 64 TB.
Kubernetes Engines
- Kubernetes Engines is a GCP service that deploys, manages, and scales containerized applications.
Autoscaling
- Autoscaler adds VMs based on CPU utilization. For example, if five VMs have utilization of 80%, 70%, 75%, 85%, and 90% respectively, and the target utilization is 50%, then the autoscaler will add 3 more VMs.
Cloud Functions
- Cloud Functions can be triggered by events such as files added to Google Storage, a new virtual machine instance creation, and database changes.
IaaS (Infrastructure as a Service)
- IaaS provides the most control over the computing environment while abstracting underlying hardware.
Serverless Computing
- Serverless computing abstracts infrastructure management tasks from developers.
- Developers can run code without provisioning or managing servers.
Cloud Functions Integration
- Cloud Functions can integrate with other Google Cloud Platform services through:
- Direct API calls
- Subscribing to events from services like Pub/Sub or Cloud Storage
Kubernetes and Docker
- Kubernetes is a container orchestration tool, while Docker is a container.
Google App Engine (GAE)
- GAE automatically manages scaling and load balancing for web applications. It allows developers to focus on application code instead of infrastructure management.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
This quiz explores the key aspects of cloud computing architecture, including service-oriented and event-driven models. It covers prominent PaaS solutions, Google App Engine, and the broader Google Cloud Platform services. Test your understanding of compute services and cloud management tools.