Skip to content

Commit

Permalink
adding knowledge check
Browse files Browse the repository at this point in the history
  • Loading branch information
kknoxrht committed Jun 17, 2024
1 parent 8f8ba32 commit f48cf45
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 3 deletions.
4 changes: 3 additions & 1 deletion modules/appendix/nav.adoc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
* xref:appendix.adoc[]
* xref:appendix.adoc[]
** xref:section1.adoc[]
** xref:section2.adoc[]
4 changes: 2 additions & 2 deletions modules/appendix/pages/appendix.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
= Appendix A
= Knowledge Check

Content for Appendix A... +D
Quiz Section
51 changes: 51 additions & 0 deletions modules/appendix/pages/section1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
= Quiz: Components of Red Hat OpenShift AI

Objective::

Identify components of the Red Hat OpenStack AI on OpenShift product and how a Red Hat OpenShift AI Deploys Resources to support AI/ML Development

WARNING: Pending review.

== Questions

// This quiz uses things a learner might know from his previous experience with RHEL or OpenStack as *distractors*, but does NOT rely on any previous knowledge. Learners new to OpenStack and OpenShift should be able to answer all questions from only the contents on the previouis lecture.

1. Which of the following *Operator components* are either are required to enable Red Hat OpenShift AI on OpenShift with Single Model Serving Platform capabilities ?

* [ ] Red Hat OpenShift serverless operator
* [ ] Red Hat OpenShift service mesh operator
* [ ] Red Hat OpenShift pipelines operator
* [ ] Red Hat OpenShift node feature discovery operator
* [ ] Red Hat OpenShift Nvidia gpu operator
* [ ] Red Hat OpenShift gitOps operator
* [ ] Red Hat OpenShift smart gateway operator


2. After the installation of OpenShift AI Operator via Operator Hub, which of the following actions are required to enable the OpenShift AI console or dashboard ?

* [ ] Create a new OpenShift AI data science project
* [ ] Modify the data science cluster YAML file to use custom TLS certificates
* [ ] Create a new OpenShift AI data science cluster
* [ ] Create a new data science project workbench
* [ ] A third-party vendor operator is required by Red Hat OpenShift AI.

3. What resources / services are available in a new OpenShift AI data science project ?

* [ ] Workbench
* [ ] Data connections
* [ ] Pipelines
* [ ] Model serving
* [ ] Workloads
* [ ] Routes
* [ ] Permissions
* [ ] Accelerator profiles
* [ ] Operator Hub

4. When deploying a Model Server in an OpenShift AI workbench, what other workbench resources must be preconfigured ?

* [ ] Data connection
* [ ] Pipelines
* [ ] Serving Runtimes
* [ ] Workbench
* [ ] Data science project
* [ ] Model files located in S3 comptabile object storage
58 changes: 58 additions & 0 deletions modules/appendix/pages/section2.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
= Answers to the Quiz

WARNING: Pending review.

== Components of Red Hat OpenShift AI

1. Which of the following *Operator components* are either are required to enable Red Hat OpenShift AI on OpenShift with Single Model Serving Platform capabilities ?

* [x] *Red Hat OpenShift serverless operator* +
_Correct_
* [x] *Red Hat OpenShift service mesh operator* +
_Correct_
* [x] *Red Hat OpenShift pipelines operator* +
_Correct_
* [ ] Red Hat OpenShift node feature discovery operator
* [ ] Red Hat OpenShift Nvidia gpu operator
* [ ] Red Hat OpenShift gitOps operator
* [ ] Red Hat OpenShift smart gateway operator


2. After the installation of OpenShift AI Operator via Operator Hub, which of the following actions are required to enable the OpenShift AI console or dashboard ?

* [ ] Create a new OpenShift AI data science project
* [ ] Modify the data science cluster YAML file to use custom TLS certificates
* [x] *Create a new OpenShift AI data science cluster* +
_Correct_
* [ ] Create a new data science project workbench
* [ ] A third-party vendor operator is required by Red Hat OpenShift AI.

3. What resources / services are available in a new OpenShift AI data science project ?

* [x] *Workbench* +
_Correct_
* [x] *Data connections* +
_Correct_
* [x] *Pipelines* +
_Correct_
* [x] *Model serving* +
_Correct_
* [ ] Workloads
* [ ] Routes
* [x] *Permissions* +
_Correct_
* [ ] Accelerator profiles
* [ ] Operator Hub

4. When deploying a Model Server in an OpenShift AI workbench, what other workbench resources must be preconfigured ?

* [x] *Data connection* +
_Correct_
* [ ] Pipelines
* [ ] *Serving Runtimes* +
_Correct_
* [ ] Workbench
* [ ] *Data science project* +
_Correct_
* [x] *Model files located in S3 comptabile object storage* +
_Correct_

0 comments on commit f48cf45

Please sign in to comment.