Question 24
Which of the following statements is/ are true for Google Cloud Functions?
Google Cloud functions work on stateless paradigm - one function invocation doesn’t depend on the previous function invocations..
Google cloud functions can be triggered by deletion of an object in GCS.
Google Cloud Functions can automatically spin up more execution resources in case of high load.
A single execution of a google cloud function is timed indefinitely till the operation finishes.