Quiz: Terminology quiz.
IBM Cloud Functions
What is a function?
A. An action.
B. A string of code that calls an external API.
C. A set of actions, rules, and triggers that perform a series of tasks.
D. None of the above.
What is a sequence?
A. A group of actions in a shared package that can be invoked in any order.
B. A chain of actions, invoked in order, where the output of one action is passed to the next.
C. A series of events used to trigger an action.
D. None of the above.
What is a namespace?
A. A group of Cloud Functions entities, such as actions and triggers that belong to a resource group.
B. The source of a trigger for an action. Examples: A change to a database.
C. An integration with another IBM Cloud service.
D. None of the above.
What is an example of an event?
A. A GitHub commit.
B. An invocation of an action.
C. A piece of code that performs a specific task.
D. None of the above.
What is a trigger?
A. Associates a rule with an action.
B. The result of an action.
C. An associated reaction to an event.
D. None of the above.