├── README.md ├── Data, ML, and AI in Google Cloud ├── Quiz2.md └── Quiz1.md ├── Infrastructure-in-Google-Cloud ├── Quiz1.md ├── Quiz2.md └── Quiz3.md ├── Networking & Security in Google Cloud ├── Quiz2.md └── Quiz1.md └── Cloud-Computing-Fundamentals ├── Quiz1.md ├── Quiz2.md └── Quiz3.md /README.md: -------------------------------------------------------------------------------- 1 | # Google-Cloud-Computing-Foundations 2 | 3 | > This learning path contains on-demand courses that introduces you to the fundamentals of Google Cloud. This learning path guides you through a curated collection of on-demand courses, labs, and skill badges that provide you with real-world, hands-on experience in Google Cloud. 4 | 5 | Learning Path link: [https://www.cloudskillsboost.google](https://www.cloudskillsboost.google/journeys/36) 6 | -------------------------------------------------------------------------------- /Data, ML, and AI in Google Cloud/Quiz2.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. What Google machine learning API can be used to convert audio to text for data processing? 5 | 6 | - [ ] Cloud Natural Language API 7 | - [ ] Video Intelligence API 8 | - [x] Speech-to-Text API 9 | - [ ] Vision API 10 | 11 | 12 | #### Q2. What is the name of Google’s unified AI platform that brings all the components of the machine learning ecosystem and workflow together? 13 | 14 | - [x] Vertex AI 15 | - [ ] Cloud AI 16 | - [ ] AutoML 17 | - [ ] TensorFlow 18 | 19 | 20 | #### Q3. Which of these is a no-code solution that lets you build your own machine learning models on Vertex AI through a point-and-click interface? 21 | 22 | - [ ] BigQuery ML 23 | - [ ] Custom training 24 | - [ ] Pre-built APIs 25 | - [x] AutoML -------------------------------------------------------------------------------- /Infrastructure-in-Google-Cloud/Quiz1.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. Which storage solution is a petabyte scale, NoSQL database? 5 | 6 | - [ ] Firestore 7 | - [x] Bigtable 8 | - [ ] Cloud Spanner 9 | - [ ] Cloud SQL 10 | 11 | 12 | #### Q2. Google Cloud offers two managed relational database services. What are they? 13 | 14 | - [ ] Bigtable 15 | - [ ] Firestore 16 | - [x] Cloud Spanner 17 | - [x] Cloud SQL 18 | 19 | 20 | #### Q3. Which storage service is best suited to unstructured data? 21 | 22 | - [ ] Firestore 23 | - [x] Cloud Storage 24 | - [ ] Cloud Spanner 25 | - [ ] Bigtable 26 | 27 | 28 | #### Q4. You are looking for an unstructured storage solution for archiving files that might never be accessed again. Which Cloud Storage class is the best option? 29 | 30 | - [ ] Coldline storage 31 | - [x] Archive storage 32 | - [ ] Nearline storage 33 | - [ ] Standard storage -------------------------------------------------------------------------------- /Networking & Security in Google Cloud/Quiz2.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. In Cloud Logging, what is the default log retention period for data access logs? 5 | 6 | - [ ] 3650 days 7 | - [ ] 400 days 8 | - [x] 30 days 9 | - [ ] 365 days 10 | 11 | 12 | #### Q2. Where can you store and version-control your Terraform templates? 13 | 14 | - [x] Cloud Source Repositories 15 | - [ ] Cloud Profiler 16 | - [ ] Cloud Monitoring 17 | - [ ] Cloud Trace 18 | 19 | 20 | #### Q3. Which one of the following provides access to logs created by developers who deploy code to Google Cloud? 21 | 22 | - [ ] Network logs 23 | - [ ] Cloud Audit Logs 24 | - [ ] Agent logs 25 | - [x] Service Logs 26 | 27 | 28 | #### Q4. Which tool ingests metrics, events, and metadata to generate insights through dashboards, Metrics Explorer charts, and automated alerts? 29 | 30 | - [ ] Cloud Source Repositories 31 | - [ ] Cloud Profiler 32 | - [x] Cloud Monitoring 33 | - [ ] Cloud Trace -------------------------------------------------------------------------------- /Infrastructure-in-Google-Cloud/Quiz2.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. Which API management system supports applications running in App Engine, Google Kubernetes Engine, and Compute Engine? 5 | 6 | - [ ] Pub/Sub 7 | - [ ] Apigee 8 | - [ ] REST API 9 | - [x] Cloud Endpoints 10 | 11 | 12 | #### Q2. What does API stand for? 13 | 14 | - [ ] Artificial Programming Interface 15 | - [x] Application Programming Interface 16 | - [ ] Applied Programming Interface 17 | - [ ] Asynchronous Programming Interface 18 | 19 | 20 | #### Q3. Which platform for developing and managing API proxies has a specific focus on business problems, like rate limiting, quotas, and analytics? 21 | 22 | - [ ] Cloud Endpoints 23 | - [ ] Pub/Sub 24 | - [ ] REST API 25 | - [x] Apigee API Management 26 | 27 | 28 | #### Q4. Which statement about Pub/Sub is true? 29 | 30 | - [ ] Pub/Sub is regional by default. 31 | - [ ] Pub/Sub is unencrypted. 32 | - [x] Pub/Sub’s APIs are open. 33 | - [ ] Pub/Sub requires provisioning. -------------------------------------------------------------------------------- /Infrastructure-in-Google-Cloud/Quiz3.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. With which encryption option does a customer encrypt data before sending it to Google Cloud? 5 | 6 | - [ ] Google encryption by default 7 | - [ ] Customer-managed encryption keys (CMEK) 8 | - [x] Client-side encryption 9 | - [ ] Customer-supplied encryption Keys (CSEK) 10 | 11 | 12 | #### Q2. When a customer moves an application to Google Cloud, which one of the following does the customer remain responsible for? 13 | 14 | - [x] Data security 15 | - [ ] Disk encryption 16 | - [ ] Network integrity 17 | - [ ] Physical security 18 | 19 | 20 | #### Q3. At which level of Google Cloud’s infrastructure security will you find intrusion detection? 21 | 22 | - [ ] The internet communication level 23 | - [ ] The storage services level 24 | - [ ] The hardware infrastructure level 25 | - [x] The operational security level 26 | 27 | 28 | #### Q4. Which IAM role is the most broad in scope? 29 | 30 | - [ ] Custom 31 | - [ ] Predefined 32 | - [x] Basic -------------------------------------------------------------------------------- /Cloud-Computing-Fundamentals/Quiz1.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | #### Q1. Which service provides raw compute, storage, and network capabilities, organized virtually into resources that are similar to physical data centers? 4 | 5 | - [ ] PaaS 6 | - [x] IaaS 7 | - [ ] SaaS 8 | - [ ] FaaS 9 | 10 | #### Q2. Where are Google Cloud resources deployed? 11 | 12 | - [x] Zone 13 | - [ ] Location 14 | - [ ] Multi-region 15 | - [ ] Region 16 | 17 | #### Q3. Which is a fundamental attribute of cloud computing? 18 | 19 | - [ ] Customers pay for allocated computing resources whether they make use of them or not. 20 | - [ ] Computing resources cannot be scaled up or down. 21 | - [ ] Customers only get computing resources when the cloud provider has availability. 22 | - [x] Customers get access to computing resources over the internet, from anywhere. 23 | 24 | #### Q4. What is the fully automated, elastic third-wave cloud that consists of a combination of automated services and scalable data? 25 | 26 | - [ ] Virtualized data center 27 | - [x] Container-based architecture 28 | - [ ] Colocation 29 | - [ ] On-premises 30 | -------------------------------------------------------------------------------- /Cloud-Computing-Fundamentals/Quiz2.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | #### Q1. In the Google Cloud resource hierarchy, into which entity are resources organized? 4 | 5 | - [ ] Organization node 6 | - [x] Projects 7 | - [ ] Zones 8 | - [ ] Folders 9 | 10 | 11 | #### Q2. Which billing tool is designed to prevent the over-consumption of resources due to an error or a malicious attack? 12 | 13 | - [x] Quotas 14 | - [ ] Reports 15 | - [ ] Budgets 16 | - [ ] Alerts 17 | 18 | 19 | #### Q3. Which project identifier does not need to be globally unique? 20 | 21 | - [ ] Project ID 22 | - [ ] Project number 23 | - [x] Project name 24 | 25 | 26 | #### Q4. What is the purpose of APIs offered by various Google Cloud services? 27 | 28 | - [ ] APIs allow physical access to data centers. 29 | - [x] APIs allow code to be written to control Google Cloud services. 30 | - [ ] APIs provide monthly pricing discounts. 31 | - [ ] APIs provide Google Cloud console access through a simple web-based graphical user interface. 32 | 33 | 34 | #### Q5. Which command line tool is part of the Cloud SDK? 35 | 36 | - [ ] SSH 37 | - [ ] Bash 38 | - [x] gsutil 39 | - [ ] Git 40 | -------------------------------------------------------------------------------- /Data, ML, and AI in Google Cloud/Quiz1.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. Which of Google Cloud’s big data managed services is optimized for large-scale batch processing or long-running stream processing of structured and unstructured data? 5 | 6 | - [ ] BigQuery 7 | - [ ] Pub/Sub 8 | - [ ] Dataproc 9 | - [x] Dataflow 10 | 11 | 12 | #### Q2. You can use three basic patterns to load data into BigQuery. Which one involves using SQL statements to insert rows into an existing table or to write the results of a query to a table? 13 | 14 | - [x] Generated data 15 | - [ ] Streaming 16 | - [ ] Batch load 17 | 18 | 19 | #### Q3. Which of these is a managed Spark and Hadoop service that lets you benefit from open source data tools for batch processing, querying, streaming, and machine learning? 20 | 21 | - [ ] BigQuery 22 | - [ ] Pub/Sub 23 | - [ ] Dataflow 24 | - [x] Dataproc 25 | 26 | 27 | #### Q4. Which of these is not a feature of BigQuery? 28 | 29 | - [ ] BigQuery offers a flexible pay-as-you-go pricing model. 30 | - [ ] BigQuery provides built-in machine learning features. 31 | - [x] BigQuery runs on your on-premises server. 32 | - [ ] BigQuery offers both data storage and analytics. -------------------------------------------------------------------------------- /Networking & Security in Google Cloud/Quiz1.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | 4 | #### Q1. What term describes where the Google network is connected to the rest of the internet? 5 | 6 | - [ ] Region 7 | - [ ] Zone 8 | - [x] Point of presence (PoP) 9 | - [ ] IP address 10 | 11 | 12 | #### Q2. Which connectivity solution provides a direct connection to Google? 13 | 14 | - [x] Dedicated Interconnect 15 | - [ ] Carrier Peering 16 | - [ ] Partner Interconnect 17 | - [ ] Direct Peering 18 | 19 | 20 | #### Q3. Which option would you choose if you required cross-regional load balancing for a web application? 21 | 22 | - [ ] Internal HTTP(S) Load Balancing 23 | - [ ] TCP Proxy Load Balancing 24 | - [ ] SSL Proxy Load Balancing 25 | - [x] HTTP(S) Load Balancing 26 | 27 | 28 | #### Q4. Select the true statement. 29 | 30 | - [ ] Both VPCs and subnets are global. 31 | - [ ] VPCs are regional and subnets are zonal. 32 | - [x] VPCs are global and subnets are regional. 33 | - [ ] VPCs are regional. Subnets are not used in Google Cloud. 34 | 35 | 36 | #### Q5. What is used to forward traffic from one instance to another within the same network, across subnetworks, or even between Google Cloud zones, and doesn’t require an external IP address? 37 | 38 | - [ ] Subnet 39 | - [ ] Load balancer 40 | - [x] Routing table 41 | - [ ] Firewall -------------------------------------------------------------------------------- /Cloud-Computing-Fundamentals/Quiz3.md: -------------------------------------------------------------------------------- 1 | ## Quiz 2 | 3 | #### Q1. Which of these is a managed environment for deploying containerized apps? 4 | 5 | - [ ] Cloud Functions 6 | - [x] Google Kubernetes Engine 7 | - [ ] Cloud Run 8 | - [ ] App Engine 9 | 10 | 11 | #### Q2. Which compute service would be considered IaaS? 12 | 13 | - [x] Compute Engine 14 | - [ ] Cloud Functions 15 | - [ ] Google Kubernetes Engine 16 | - [ ] App Engine 17 | 18 | 19 | #### Q3. What is the Compute Engine feature that allows VMs to be added to or subtracted from an application based on load metrics? 20 | 21 | - [ ] Persistent disks 22 | - [ ] Load balancing 23 | - [ ] Network time protocol (NTP) 24 | - [x] Autoscaling 25 | 26 | 27 | #### Q4. Which of these is a managed compute platform that lets you run stateless containers through web requests or Pub/Sub events? 28 | 29 | - [ ] Google Kubernetes Engine 30 | - [x] Cloud Run 31 | - [ ] Cloud Functions 32 | - [ ] App Engine 33 | 34 | 35 | #### Q5. Which of these is a lightweight, fully managed serverless execution environment for building and connecting cloud services? 36 | 37 | - [ ] Google Kubernetes Engine 38 | - [x] Cloud Functions 39 | - [ ] Compute Engine 40 | - [ ] App Engine 41 | 42 | 43 | #### Q6. Which App Engine environment is based on preconfigured container instances? 44 | 45 | - [x] Standard environment 46 | - [ ] Flexible environment 47 | - [ ] Both standard and flexible environments 48 | --------------------------------------------------------------------------------