Question 20
Which of the following statements is/ are true for Google Cloud Functions?
Google Cloud functions work on stateless paradigm - one function invocationdoesn’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 scale-up compute in case of highload.
A single execution of a google cloud function is timed indefinitely till theoperation finishes.