Module 2 Start with a Solid Platform

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards
ways to interact
* Cloud console
* Cloud SDK and Cloud Shell
* APIs
* Cloud Console Mobile App
2
New cards
project
separate resources at the _____ level
3
New cards
project ID
globally unique, assigned by cloud but mutable, immutable after creation
4
New cards
Project name
not unique, chosen. by user, mutable
5
New cards
Project number
unique, assigned by cloud, immutable
6
New cards
folders
Folders allow you to group resources (projects) on a per-department basis 
7
New cards
billing
established at the project level, can be linked to zero or more projects
8
New cards
quotas
prevent over-consumption of resources due to an error or a malicious attack
9
New cards
cloud SDK
collection of command line tools set to manage resources and applications hosted on good cloud
10
New cards
cloud shell
Provides command-line access to cloud resources directly from a browser
11
New cards
cloud console
web-based GUI for you to manage your Google Cloud projects and resources
12
New cards
*gcloud*
the command-line tool for Google Cloud. It comes pre-installed on Cloud Shell and supports tab-completion.
13
New cards
Client libraries, Command-line interface, Cloud console
Three basic ways to interact with Google Cloud services and resources are: 
14
New cards
gsutil
Which command line tool can be used to manage cloud storage?
15
New cards
gsutil
google storage utility
16
New cards
false
When using cloud shell, you must also install the cloud SDK locally to manage your projects and resources.
17
New cards
true
The Cloud Shell code editor is one of the developer tools built into the Cloud Console.
18
New cards
* Projects are the basis for enabling and using Google Cloud Services


* Each project is a separate account, and each resource belongs to exactly one
Every google cloud service you use is associated with a project. Which of the following statements regarding projects are correct?
19
New cards
* Configuration used to prevent over consumption due to malicious attacks 


* Configuration used to prevent billing surprise
What best describes the purpose of quotas?
20
New cards
Create a project that does not link to a billing account
You want a new co-worker to familiarize themselves with google cloud but not start any resources which could incur a cost. What action can you take?
21
New cards
JSON
What format will a majority of the APIs return data in?
22
New cards
JSON
javascript object notation consists of key : value pairs nested in {}
23
New cards
Use Google APIs explorer that is part of the Cloud Console
How would you test a Google API and learn how it works?