Course Name :- Hybrid Cloud Conference – Pipelines Lab
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
Question 6 : Using Tekton terminology, a pipeline is a series of…
· Steps
· Tasks
· PipelineRuns
· Blocks
Question 7 : In this lab, OpenShift Pipelines was used to create a pipeline, what was the name of the first task of the deployed pipeline?
· build-transaction
· deploy-ui
· code-analysis
· deploy-user
Question 8 : In this lab, SonarQube was also deployed to analyze our code base, what is something SonarQube does not analyze?
· Bugs
· Vulnerabilities
· Code Smells
· Deprecations
Question 9 : Is it good practice to deploy your pipelines and code in the same namespace?
· True
· False
Question 10 : Which is not a Tekton Custom Resource?
· PipelineRun
· PipelineResource
· Pipeline
· PipelineRequirement