{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

CDL-Slides Flashcards

(127 cards)

1
Q

Define Digital Transformation

A

The degree by which org leverage cloud technology to improve operations, workflows, and infrastructure to become more agile, efficient, and competitive in the digital age.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define Cloud Computing

A

The practice of using a network of remote servers (computers), to store, manage, and process data versus a local or personal server (computer)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When hosting your infrastructure on-premis, what are you responsible for managing? What level of risk does this approach present?

A

You manage:
- real estate
- actual servers + maintenance and upgrades
-IT personnel

High level of security but you bear all risk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When a cloud provider manages your infrastructure, what are they generally responsible for? What level of risk does this approach present?

A

They assume responsibility of real estate, IT staffing, and servers.

Still secure, risk depends on SRM and type of cloud service

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the evolution of computing to the cloud?

A

1) Dedicated Servers 2) Virtual Private servers 3) Shared hosting 4) Cloud Hosting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Cloud Hosting and its benefits.

A

Cloud hosting is a grouping/system of physical machines abstracted into cloud services.

Benefits: Cost effective, scalable, secure, flexible, and highly configurable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define a dedicated server. What are its limitations vs benefits?

A

One physical machine hosted on sight for a single business that runs a single web-app/site.

Pro: Highest security
Cons: Expensive, high maintenance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define a Virtual Private Server. What are its limitations vs benefits?

A

One physical machine dedicated to a single business, but is broken down into sub-machines via virtualization.

Pro: Runs multiple web-app/sites
Cons:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define Shared Hosting. What are its limitations vs benefits?

A

One machine shared by hundreds of businesses.

Pros: Very cheap
Cons: Very limited - banks on tenants under utilizing their resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a Cloud Service Provider?

A

A company that provides multiple cloud services, of which can be linked together to create cloud architectures.

Eg: Cloud CDN + VPC + CE + Cloud Storage + Cloud SQL, etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Google’s first GCP service?

A

App Engine in 2008

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the 7 benefits of cloud computing, regardless of provider? (Not on exam, but important)

A
  1. On-demand (PAYG) Pricing
  2. Global - launch workloads wherever in minutes.
  3. Security - Physical security manage by providers AND cloud services are secure by default AND ability to implement granular configuration/control
  4. Reliability - Back up, disaster recover, data replication, and fault tolerance.
  5. Scalability - Increase or decrease resources on-demand (e.g., machines, compute, or storage)
  6. Elastic - Automate scaling during spikes and drop on-demand (e.g., peek events)
  7. Current Hardware- Software always patched, upgraded, and replaced without interruption.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What 4 services contribute to reliability?

A
  1. Back up
  2. Data replication
  3. DIsaster Recovery
  4. Fault tolerance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are Google’s 4 major cloud computing services?

A
  1. Compute
  2. Networking
  3. Storage
  4. Databases.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 3 types of cloud computing services on the Cloud Pyramid and who are their end users?

A

1 (Top) - SaaS / Clients, End users
2 (Middle) - PaaS / Developers
3 (Bottom) - IaaS / Admins

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What benefit does PaaS offer developers?

A

They do not have to worry about
1. provisioning - obtaining necessary resources (servers, VM, cloud resources)
2. configuring - fine tuning and adopting those resources to work properly.
3. Understanding underlying hardware OR OS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What benefits do IaaS provide Admins?

A

They do not have to worry about:
1. Data center + Real estate
2. Staffing
3. Maintenance and hardware refresh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is a Shared Responsibility Model?

A

A visualization that describes what cloud providers versus end users are responsible for.

Each provider has a specific SRM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Within the SRM who has the least responsibility? The most? Who is in the middle?

A

Least - SaaS
Most - IaaS
Middle - PaaS

Review image.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is in the cloud versus of the cloud?

A

In the cloud - If you can configure or store it, then most likely you are responsible.

Of the cloud - If you cannot configure/store, then most likely you are not responsible (cloud provider is)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What are customers always responsible for in the SRM?

A
  1. Data
  2. Configuring access controls via permissions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Define FaaS

A

A serverless computing service that allows developers to build, run, and manage applications without worrying about underlying infrastructure.

Devs only pays for compute time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Within SRM, describe the different responsibilities of parties when using Bare Metal (Compute Engine) / IaaS

A

Client: OS Host Configuration + Hypervisor

Provider: Physical machine only

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Within SRM, describe the different responsibilities between parties when using Virtual Machine (Compute Engine) / IaaS

A

Client: Guest OS Configuration, Container Runtime,

CSP - hardware, storage, networking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Within SRM, describe the different responsibilities between parties when using GKE/Containers / IaaS
Client: Configuration, deployment, and storage of containers. Google: OS, Hypervisor (docker daemon?), Container Runtime
25
Within SRM, describe the different responsibilities between parties when using Managed Platforms, like App Engine / IaaS
Client: Code, deployment strategies, environment configuration, and associated services Google: Servers, OS, Networking, Storage
26
Within SRM, describe the different responsibilities between parties when using SaaS?
Client: Content, files, access controls Google: Servers, OS, Networking, Storage, Security
27
Within SRM, describe the different responsibilities between parties when using FaaS, such as Cloud Functions?
Client: Uploading code Google: Basically everything, deployment, container runtime, networking, storage, security, server
28
What 4 cloud services are needed to run SaaS?
Compute, storage, database, cloud networking (VPC, subnets, etc.)
28
Can VM be both sole and multi-tenant?
Yes Sole-tenant - When you are the only person using that specific server, machine Multi-Tenant - when multiple tenants are using host machine/server
29
What are the 3 different Cloud Computing Deployment models?
1. Public Cloud (cloud native) 2. Private Cloud (on-prem) 3. Hybrid Cloud (on-prem + native)
30
Define Public Cloud (aka cloud native).
Use to describe when everything is built on the cloud
31
Define Private Cloud
AKA, On-premise, when everything is built on company datacenters.
32
Define Hybrid Cloud. Whats a use case?
The use of on-prem and cloud providers (e.g., moving data to the cloud)
33
Define Cross-Cloud
AKA, multi-cloud, when you are using and running workloads across multiple cloud providers E.g: GCP Anthos
34
What types of clients tend to use Cloud?
Start ups
35
What types of clients tend to use Hybrid?
Banks, FinTech, Professional services, legacy on-prem users. Why? BC data protections and privacy due to nature of data
36
What type of clients tend to use on-premise?
PubSec, Gov, Hospitals, Large enterprises with heavy regulations (insurance)
37
What are the different costs associated with CAPEX (on-prem) versis OPEX (GCP)?
CAPEX: Physical costs & software licenses OPEX: Subscription costs and operational billing metrics (compute, storage, networking, etc.)
38
Define and explain difference costs between versus CAPEX and OPEX?
CAPEX (software license fees)- Upfront spending on physical infrastructure, such as servers, storage (hard drives), network (routers, cables, switches), backup/archive, disaster recovery, datacenter (rent, security, cooling), and IT staff OPEX (subscription fees) - Non-physical costs related to operations, such as Software leasing and customizations/features, cloud support, training staff on cloud services, and cloud metrics (e.g., compute and storage usage)
39
What are the benefits/limitations between CAPEX and OPEX?
CAPEX - Deduct expenses from tax bill. CON: You have to guess upfront what you plan to spend. OPEX: You can try a product/service without investing in equipment.
40
Define Availability. Provide an example.
The ability of your service to remain available (operational) by ensuring there is no single point of failure and/or ensuring a certain level or performance. Ex: Cloud load balancing - The distribution of traffic to multiple servers in one or more data center. Running your workloads across multiple zones ensure that if 1 or 2 zones fail, the load balancer will rout traffic to the datacenter still operational.
41
Define Scalability, and explain the difference between vertical and horizontal scaling.
Your ability to increase your capacity based on increased demand or traffic, memory or computing power. Vertical (scaling up) - Upgrade to bigger server. Horizontal (scaling out) - Adding more of the same server of the same size, and then distributing workloads across those machines.
42
Define Elasticity
The ability to increase/decrease capacity based on current demand of traffic, memory, and computing power (happens automatically versus scalability) NOTE: Vertical scaling is harder for traditional architectures, so you'll generally only see horizontal scaling described with elasticity.
43
Define fault tolerance. Provide an example.
The ability for your service to ensure this is no single point of failure, focused on preventing chance of failure. Eg: Having a secondary, redundant, database where all changes are synced automatically and remain on stand-by. Think B/G environment. GCP Service: Cloud DNS - A service that detects a failing primary system and fail-over to a standy-by, secondary system.
44
Define horizontal scaling, and describe the difference between scaling OUT vs IN
The ability to increase/decrease capacity based on current demand of traffic, memory, and computing power. Out - When you add more servers of the same size. In - When you remove more servers of the same size. NOTE:
45
How is elasticity achieved automatically with GCP?
Via Managed Instance Groups (MIGs) - a defined schedule that automatically increase/decrease capacity in response to a demand.
46
Define fail over. Which cloud concept is it associated with?
A operational plan to shift traffic to a redundant, secondary system in case the primary system fails. E.g., Cloud DNS
47
Define High Durability
Your ability to RECOVER and PREVENT the loss of data from a disaster.
47
Define Disaster Recovery
Solutions that recover data from a disaster. Do you have a back up? How fast can you restore that backup? Does your back up still work? How do you ensure current live data is not corrupt?
48
Explain the pros vs cons of Dedicated Computing
Pros: Guarantee of - security, -privacy, - full utility of underlying resources. *Note: Based on your capacity/ability to configure. Cons: - Guess capacity - Over pay for underutilized server - Cannot vertically scale (needs manual migration) - Replacing servers are difficult - Limited by host oS - Multiple apps compete on resource sharing
49
What is a Dedicated Machine (single node) use case?
A single server used by one client to run workloads. Server space is not shared with others. Use case: high traffic websites
50
Virtual Machines (running a machine within a machine) - What are the pros vs cons?
Pros: -Run multiple VMs on one machine. - Most common/popular compute options bc people are most comfortable with VMs - Cost effective - you pay a fraction of the server space - Easy to vertically or horizontally scale - Easy to export/import images. Cons: - Pay for underutilized VMs - Limited by guest OS - Resource conflicts since server is shared by multiple tenants
51
Define hypervisor.
It is the software layer that lets you run VMs (see image)
52
Explain the pros vs cons of Containers
Pros: - Cost effective bc you can maximize utilization - Containers share the same underlying OS, so they are more efficient than multiple VMs - No resource conflicts because multiple apps can run side by side without being limited to the same OS requirements. Cons: - More work to maintain
53
Define a Docker Deamon. What is its relation to Hypervisor?
DD is the name of the software layer that lets you run multiple containers. Similar to Hypervisor in that they both function as software layers, except hypervisors apply to VMs.
54
Explain pro vs con of Functions
Pros: - Cost effective - pay as you go - All you need to do is upload code/runtime and data - No responsibility for OS, VMs, etc. Cons: - Cold start - the idea that VMs have to start up and therefore takes time to run.
55
What is the 4 step evolution of cloud computing?
1) Dedicated --> 2) VMs --> 3) Containers --> 4) Functions (FaaS)
56
Define Global Infrastructure.
The global presence of datacenters, networking, and cloud resources available to clients. Google facts: 25 regions 76 zones 144 Network Edge Locations 200+ Countries
57
Define regions
Independent geographic area that consist of zones. Regions are comprised of at least 3 zones. GCP has 25 regions
58
Define Edge Network. What is its purpose?
The practice of having compute and data storage resources as close to the end user. The purpose is to deliver the lowest latency and save bandwidth.
59
What are the 3 types of edge networks?
1. Edge PoP 2. CDN Pop 3. Cloud media edge
59
Define PoP. What is its relation to Edge Networks?
PoPs are intermediate locations between a GCP region and the end user. User --> PoP --> GCP datacenter PoPs can be a 3rd party datacenter or a collection of hardware.
60
Define Edge PoP.
An edge network location where a user can quickly enter (in-gress) the GCP network for accelerated access to cloud resources.
61
Define CDN PoP. What resources are contained therein?
An edge network location that serves (e-gress) resources so that they load fast for end user, such as: Cached websites, files, assets
62
Define Cloud Media Edge
A edge network location that is specialized for the delivery of media, such as video content.
63
Define a zone and datacenter
Zone - a physical location that is made up of one or more datacenter. Zones comprise regions. OR a deployment area for workloads within a region. DC - A physical building that contains hundreds/thousands of computers/servers. Note: DC are usually isolated from each other but close enough to delivery low latency. Common practice to run workloads across 3 zones -- which guarantees Fault Tolerance & High Availability.
64
What are 5 resource scoping options for deployments?
1. Zonal resource 2. Regional resource 3. Multi-regional resource 4. Global Service 5. Internal services
65
Define zonal resource in the context of resource scoping.
A deployment option where resources reside in a SINGLE ZONE in a SINGLE REGION.
66
Define regional resources in the context of resource scoping
A deployment option where resources redised in MULTIPLE ZONES in a SINGLE REGION.
67
Define multi-regional resource in the context of resource scoping.
A deployment option in which resources resided across MULTIPLE SPECIFIC ZONES.
68
Define Global Service in the context of resource scoping.
Deployment option in which resources reside GLOBALLY and regions + zones are ABSTRACTED away.
69
Define Internal Services in the context of resource scoping
Are internal services used by other services, which you do not interact with and are managed by Google. Eg: Spanner, Colossus, Bord, Chubby
70
Define Data Residency and Compliance Boundaries.
1. The physical or geo location of where an organization's cloud resources reside. 2. Regulatory/compliance boundaries that strictly define the data residency of where cloud can be used in GCP.
71
What GCP service allows you to meet compliance boundaries and apply data residency policies? What is its use case?
Assured Workloads - Allows you to apply security controls to an environment. - Primary use case is DR - Personnel access controls based on attributes - Personnel support case ownership based on attributes (eg, US support only) - Encryption
71
What is the name of the Assured Workloads organization policy that allows you to specify data residency?
Resource location restriction Said differently, you are applying location restriction to reaources
72
Define Cloud Interconnect. What are its two offerings?
Provides DIRECT PHYSICAL CONNECTION betwen you on-prem network and GCP's network. 1. Dedicated 2. Partner
73
What is the difference between Cloud Interconnects two offerings, dedicated and partner?
Dedicated - The use of a C-LOCATION facility to provide a DIRECT CONNECTION between on-prem and GCP network locations. - 10 MBps to 200 Gbps Partner - The use of a trusted 3rd party to provide a DIRECT CONNECTION between on-prem network and GCP's network. -50 Mbps to 10 Gbps
74
Define Co-location facility. What is its purpose?
A rental DC where equipment, space, and bandwidth are available for rent. Used to provide Dedicated Cloud Interconnect services.
75
What are the regulatory compliant programs the GCP PubSec must meet?
1. HIPPA 2. FedRAMP 3. FIPS 140-2 4. CJIS
76
Define FedRAMP. What does it provide?
Federal Risk and Authorization Management Program. A standardized approach to security assessment, authorization, and continuous monitoring for cloud S/P.
77
What is GovCloud? Its limitation? And GCP alternative?
When a CSP offers a isolated region to run FedRAMP workloads. Cons: higher operational costs degraded service offerings lower service availability GCP alternative is to run workloads within GCP's usual regional DC -- mitigates GovClouds limitations.
78
Define Latency and Lag?
Latency - the TIME DELAY between to physical systems. Lag - the NOTICEABLE DELAY between the actions of input and reactions of the server sent back to client. Think video games.
79
Define and explain the difference between Inter-regional and Inter-zonal latency.
Inter-regional - TRIPLE DIGIT (eg: 500ms) latency btwn regions. Inter-zonal - DOUBLE DIGIT (eg: 10ms) latency between zones within a region.
80
Define Kondratiev Wave. What is Google arguing about the new wave?
The global phenomenon of technology life cycles. Google argues we are in the IT/ML/AI (cloud technology) wave -- expansion and boom.
81
Define Burning Platform.
Describes when a company abandons old technology for new technology without guarantee of success believing that its survival hinges on its Digital Transformation. Motivated by fear
82
Define Computing Power. What are GCPs associated products?
The THROUGHPUT/SPEED by which a computer completes a computational task. GCP P/S: Xeon (cloud) CPU - Think Compute Engine Tensor Computing - 50x faster - Think Cloud TPU Quantum Computing - 100 million x faster - Think Google Quantum AI
83
Define Digital Transformation and its purpose. Provide examples.
The adoption of digital technology to transform services or businesses. Eg: Going paperless Adopting cloud technology
84
What are Google's 7 Solution Pillars to Digital Transformation?
1. Infra Modernization 2. Business applications platform portfolio 3. App Modernization 4. DB and Storage solutions 5. Smart Analytics 6. AI 7. Security
85
Define Infra Modernization. What are its benefits? What are GCP's associated service? Solution Pillar 1.
The replacement of legacy (old) hardware and software systems with cloud (new) solutions. Pros: - Adoption of hybrid architectures - Infrastructure mobility - can mix and max best cloud service offering for unique use case. Anthos
86
Define Business Applications Platform Portolio. What are its benefits? What are GCP's associated service? Solution Pillar 2.
A CSP's well-documented, robust, standardized APIs offered across all cloud services. Pros: Permits orgs to focus on configuration & interconnections of various systems vs having to build their own systems. Cloud SDK Cloud API Cloud CLI Google Cloud Documentation
87
Define App Modernization. What are its benefits? What are GCP's associated service? Solution Pillar 3.
The building of web-applications ON-TOP of cloud services. Pros: Global delivery Rapid iteration Automated deployment pipelines, AI-powered code review Easy staging and testing of features. Testing in-product and feature rollback Apps = Durable + Available (even in case of regional failure) App Engine - To migrate web-app all you need to do is upload code, GCP takes care of the rest.
88
Define Database & Storage Solutions. What are its benefits? What are GCP's associated service? Solution Pillar 4.
CSP solutions that ensure data durability, migration, and data security. Pros: Guaranteed SLAs Cloud Storage - object storage, 99.5% SLA availability. **You can always lose and rewrite code, but you cannot recover lost data**
89
Define Smart Analytics. What are its benefits? What are its GCP's associated service? Solution Pillar 5.
The storage of data on cloud services. Pro: The ability to leverage BigData and BI -- assisted by AI -- to help analyze data. Looker - A data exploration and discovery BI platform.
90
Define AI (also, deep learning, and ML). What are its benefits? What are its GCP's associated service? Solution Pillar 6.
AI is the development of computer systems that can perform human tasks/functions. Pro: Can analyze major data sets to produce new data Lower cost of adoption Vertex AI - A unified platform for AI, ML, DL, and AutoML. TensorFlow - A deep learning framework.
91
Define Security. What are its benefits? What are its GCP's associated service? Solution Pillar 7.
Cloud offerings with mechanisms for Security, Governance, and Compliance. Pro: - CSP are continually developing and innovating security offerings at the project and org level (not merely service level) - Quickly audit and apply security controls to retain compliance IAM - Role based access controls and user management BeyondCorp - ZTM framework Security Command Center - Centralized visibility and control
92
Define Cloud SDK
A s oftware development kit is a collection of software development tools in one installable package. Same function as the GCP console, except you use command line. SDCs are offered in various programming languages.
93
What is Google Cloud Console?
A web-based, unified console to build, manage, and monitor all GCP services. An alternative to command-line tools.
94
Define Cloud Command Line Interface. Its purpose?
CLI = Command line interface. Allows you to process commands to a computer program as lines of text via a terminal or command-line interface shell.
95
What is Cloud Shell?
A free online environment within GCP console that allows you to: 1) Manage infra via command line access 2) Code dev via online code editor
96
What is a Project in GCP?
A project is a logical grouping of resources. All cloud resources MUST belong to a project. Resources can be compute, storage, networking, etc.
97
What are Projects in GCP comprised of?
Settings Permissions Medadata
98
Under what arrangement can a project access the resources contained in a different project?
1) Shared VPC 2) VPC Networking Peering
99
What are the identifiers contained within each Project? Why are they significant?
1) Project name - user created 2) Project ID - user or GCP provided (cannot be reused if project is deleted) 3) Project # - GCP provides They are important because they service as identifiers in certain command lines and API calls.
100
Can resources within a single project work together easily? How?
Yes - via communication thru internal network (subject to regional and zonal rules)
101
What is the relationship between GCP projects and billing accounts?
Each project is associated with ONE billing account. Multiple projects can have their resources usage linked to the same billing account.
102
What is a folder within GCP's resource hierarchy? Their common use case? Where does it sit within the hierarchy?
Folders are the logical grouping of several projects that share COMMON IAM permissions. Use case: To isolate departments or different environments. Folders sit above projects, but below the Org level.
103
Define Google Cloud Adoption Framework (GCAP). What value does it provide?
A whitepaper that determines an orgs readiness to adopt GCP. Value - 1) helps fill in knowledge gaps 2) Develop new org & personnel competencies
104
What is the GCAF four themes?
Learn, Lead, Scale, & Secure
104
What are GCAFs three maturity phases?
Tactical --> Strategic --> Transformational
104
What is the Cloud Maturity Scale?
A matrix of themes and phases
105
What are GCAF Epics?
Epics are WORKSTREAMS to scope and structure cloud adoption
106
Explain what the first theme, Learn, in the GCAF pertains to. What are common questions?
1) Pertains to the QUALITY and SCALE of learning and development programs to upskill your tech staff. 2) An orgs ability to AUGMENT IT staff with experienced partners. Who is engaged? How widespread is that engagement? How concerted are the orgs efforts? How effective are the results?
107
Explain what the second theme, Lead, in the GCAF pertains to. What are common questions?
1) The extent of executive support and mandates for IT teams to migrate to the cloud AND 2) The degree to which IT teams are cross-functional, collaborative, and self-motivated. Key questions: Team structure? How? Do they have exec sponsorship? How are cloud projects budgeted, governed, assessed?
108
Explain what the 3rd theme, Scale, in the GCAF pertains to. What are common questions?
Pertains to the extent by which a org uses CLOUD-NATIVE services to reduce operational overhead AND automate manual processes/policies. Questions: How are cloud-based services provisioned? How is capacity for workloads allocated? How are app updates managed?
109
Explain what the 4rd theme, Secure, in the GCAF pertains to. What are common questions?
Pertains to an org's capability to protect services from unathorized/inappropriate access using a 1) multi-layered and 2) identity-centric (IAM +ZT) security model. Note: Dependent on maturity of prior 3 themes -- Learn, Lead, and Scale. Questions: What controls are in place? What tech is used? What strategies govern the whole?
110
Describe the Tactical (short-term) GCAF migration strategy to the cloud? What is its implication?
A short-term migration strategy focused on quick wins -- reducing costs + minimal disruption - but without a coherent, long term plan. Implication - No long term strategy or solution to provision for scale.
111
Describe the Strategic (mid-term) GCAF migration strategy to the cloud? What is its implication?
Describes a maturity stage in which workloads are designed and developed with future needs and scale in mind. A broader cloud vision. Pros: - People and processes are embracing change and are now integral to adoption strategy. - IT teams are efficiently and effectively increasing cloud value to run business operations.
112
Describe the Transformational (Long-term) GCAF migration strategy to the cloud? What is its implication?
Describes a maturity stated in which an orgs cloud operations are functioning smoothly, with its primary goal on INTEGRATING data and insights working in the cloud.
113
What are the operational benefits of a organization operating at the Transformational (long-term) phase?
- IT is no longer a costs center, but a business partner - Existing data is transparently shared; new data is collected and analyzed. - Predictive and prescriptive analytics via ML is leveraged. - People + processes are transformed which further facilitates tech changes.
114
What function does the Cloud Maturity Scale provide?
Provides a matrix up themes and phases that helps your org pinpoint it location on the cloud adoption journey.
115
Define Epics and when to use them.
Epics are workstreams that scope and structure cloud adoption. They are used once you have determined your orgs location on the Cloud Maturity Scale. Note: - Epics do not over lap - Epics are aligned to manageable groups of stakeholders - Epics can be broken down into individual user stories.
116
What are Programs as they relate to Epics?
Programs are a logical grouping of Epics that correlate to themes that allow you to focus on specific adoption efforts. Eg: Learn - training programs Lead - change management programs Scale - Cloud Operational Model Secure - Secure Account Set up
117
What is Google TAM
A human resource assigned to provide support and advisory services as part of your premium subscription. `\
118
What is Cloud Maturity Assessment?
A multiple choice form that assesses your orgs location within the GCAF - Learn, Lead, Scale, Secure
119
120
What is runtime? Whats its relationship to OS?
Runtime is the time from start to finish of when a program is running. OS are the environments in which runtimes operate.