Skip to content

Instantly share code, notes, and snippets.

@exesse
Created May 14, 2021 19:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exesse/b0f92c0eab1934583537d87b91f89d86 to your computer and use it in GitHub Desktop.
Save exesse/b0f92c0eab1934583537d87b91f89d86 to your computer and use it in GitHub Desktop.
GCP quiz

GCP quiz

Intro

Всем Пятницы! На следующей неделе продолжим наш интерактив и дадим вам серию из 5 вопросов на тему GCP (Google Cloud Platform). Для тех, кто не знает и даже не слышал (не думаем, что такие есть), это позволит узнать новое. А для прожженных продакшн опытом - проверить себя в знаниях теории. Все вопросы постараемся сопровождать комментариями и полезными ссылками. Если будет желание подготовиться на выходных, вот несколько полезных ссылок (исключительно на английском, но тесты тоже будут на английском):

Хороших выходных и солнечных дней!

Quiz

  1. A simple question to get started - what is the scope of VPC on Google Cloud Platform?
  • Regional
  • Multiregional
  • Global
  • Zonal

Read more

  1. Let’s imagine you have a precious monolith application on-premise, but can't wait to get into the cloud world. For now you need to establish a simple VPN connection from your site to GCP. Which of the following will require the least amount of effort and investments?
  • Cloud VPN
  • Direct Peering
  • Carrier Peering
  • Dedicated Interconnect

Read more

  1. Now it would be a good time to protect you VPN into Google VPC from routing changes. Which one is the correct option?
  • Cloud Router
  • Cloud NAT
  • Cloud VPC
  • Cloud VPN HA

Read more

  1. Everything goes well so far. Now you have a new amazing event driven application packed as a docker container. You want to host it in the cloud. What of the following most likely will suit your needs best?
  • Compute Engine
  • Kubernetes Engine
  • App Engine
  • Cloud Functions

Read more

  1. Cool! Your application needs to store some relational data and you are looking for strong transactional consistency. You also don’t want to be bothered with scaling issues. Which of the following storage options will suit your needs best?
  • BigQuery
  • Bigtable
  • Cloud Spanner
  • Cloud SQL

Read more

  1. Later your R&D department has decided to give a it a try and test cross platform web app that will support iOS and Android users. As one who passes all the bills to the boss, you don’t want it to grow signifitly this month. So you’ve started to look for storage options with free daily quotas, which aren’t associated with free trials. Which service should you choose?
  • Cloud Storage
  • Bigtable
  • Cloud SQL
  • Firebase

Read more

  1. You need to destribute the load which comes from some external HTTP traffic. Most of your clients are coming from mobile devices (read IPv6 users). What are your options here?
  • TCP Proxy Load Balancer
  • SSL Proxy Load Balancer
  • HTTP(S) Global Load Balancer
  • IPv6 load balancing is not supported

Read more

  1. Your clients produce a lot of useful data you want to log. Which service would be a good fit?
  • BigQuery
  • Cloud Dataflow
  • Cloud Dataproc
  • Pub/Sub

Read more

  1. Data Scientiests in your company would like to run some usage analyses. Generally they use complex SQL queries and for whatever the reason tend to store data as CSV, json and something you even never heard before. Which of the following will accommodate them?
  • BigQuery
  • Cloud SQL
  • Cloud Dataproc
  • Cloud Dataflow

Read more

  1. Finally let’s add more users to your GCP project. Which of the following roles doesn’t really exist on Google Cloud?
  • Basic
  • Predefined
  • Custom
  • Root

Read more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment