0
0
GCPcloud~5 mins

Cloud Functions pricing in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What are the main factors that affect the cost of Google Cloud Functions?
The main factors are the number of function invocations, the compute time (how long your function runs), and the amount of memory allocated to the function.
Click to reveal answer
beginner
How does Google Cloud Functions charge for compute time?
Compute time is charged based on the time your function runs, measured in 100-millisecond increments, multiplied by the memory size allocated to the function.
Click to reveal answer
beginner
What is a free tier in Cloud Functions pricing?
The free tier offers a monthly allowance of free invocations, compute time, and networking, so you can run small workloads without cost.
Click to reveal answer
intermediate
Why is memory allocation important in Cloud Functions pricing?
Because cost depends on memory size and execution time, choosing the right memory size helps balance performance and cost.
Click to reveal answer
intermediate
How does network egress affect Cloud Functions pricing?
Network egress (data sent out from the function) is charged separately based on the volume of data leaving Google Cloud, which can add to the total cost.
Click to reveal answer
Which of the following does NOT directly affect Cloud Functions pricing?
ANumber of function invocations
BFunction execution time
CMemory allocated to the function
DNumber of users accessing the function's website
How is compute time measured for billing in Cloud Functions?
APer 100 milliseconds
BPer second
CPer minute
DPer hour
What does the free tier for Cloud Functions include?
AUnlimited invocations
BFree invocations, compute time, and networking up to a limit
CFree storage space
DFree database queries
Why should you choose the right memory size for your Cloud Function?
ATo improve security
BTo reduce latency only
CTo balance performance and cost
DMemory size does not affect cost
What is network egress in Cloud Functions pricing?
AData sent out from the function
BData sent into the function
CInternal data processing
DFunction invocation count
Explain how Google Cloud Functions pricing works including the main cost factors and the role of the free tier.
Think about what you pay for when your function runs and how Google offers some free usage.
You got /5 concepts.
    Describe why memory size and execution time are important when estimating Cloud Functions cost.
    Consider how longer running or bigger memory functions cost more.
    You got /4 concepts.