Question 1: The OpenShift Serverless component leverages what open source project?
- OpenWhisk
- Tekton
- Kubernetes
- Knative
Question 2: What portion of the Example Bank application make use of serverless technologies?
- Loyalty Points
- Authentication
- Transaction
- Erasure
Question 3: OpenShift Serverless has 2 main components, Serving and Eventing.
- True
- False
Question 4: When not in use, an OpenShift Serverless based service will scale down to how many pods?
- 1
- 0
- 2
- It doesn’t scale down
Question 5: Which of the following is not an advantage of a Serverless architecture?
- Automatic scaling
- Applications only run when an event-trigger occurs
- Developers don’t need to worry about server provisioning or maintenance
- None of the above