Compute Flashcards
[Cloud Functions (Cloud Functions)]
Overview
Event-driven serverless functions
[Cloud Functions (Developer Experience)]
How easy is it for developers to get started?
Simplified and intuitive, focusing only on writing code snippets that respond to events.
[Cloud Functions (Cost)]
How is billing done?
Pay only for function’s execution time, metered to the nearest 100 milliseconds.
[Cloud Functions (Scalability)]
How does it handle changes in workload?
Auto-scales up and down in response to events, from zero to planet-scale.
[Cloud Functions (Lock-in)]
Is it tied to a specific platform?
No, uses open-source FaaS framework, compatible with multiple environments including on-premises.
[Cloud Functions (Integration)]
What can it integrate with?
Can connect and extend Google and third-party cloud services through events.
[Cloud Functions (Monitoring)]
How can you observe its behavior?
Offers full observability through Cloud Trace and supports local and disconnected development.
[Cloud Functions (Infrastructure)]
Do you need to manage servers?
No, all underlying infrastructure is managed by Google.
[Cloud Functions (Event Responsiveness)]
What kind of events can trigger the code?
Trigger code from Google Cloud, Firebase, Google Assistant, or via HTTP from any application.
[App Engine (Programming Languages)]
Which languages are supported?
Node.js, Java, Ruby, C#, Go, Python, or PHP.
[App Engine (Management)]
How much infrastructure do you have to manage?
Fully managed, letting you focus solely on code.
[App Engine (Diagnostics)]
What tools are available for monitoring?
Cloud Monitoring, Cloud Logging, and Error Reporting for health and performance monitoring.
[App Engine (Versioning)]
How does it handle different app versions?
Supports hosting different versions for development, test, staging, and production environments.
[App Engine (Security)]
What security features are available?
Firewall rules, managed SSL/TLS certificates at no additional cost.
[App Engine (Service Ecosystem)]
What other services can it integrate with?
Tap into a growing ecosystem of Google Cloud services and developer tools.