...

/

Quiz on Impure Service Implementation

Quiz on Impure Service Implementation

Test your knowledge and understanding by taking a quiz on impure service implementation.

We'll cover the following...
Technical Quiz
1.

Suppose we were to make another service involving student records. What is the best possible option for a model of a student’s name?

Remember, names are not necessarily unique.

A.
Type StudentName = String Refined NonEmpty
B.
Type StudentName = String Refined MatchesRegex[W."^[a-zA-Z ]*$".T]
C.
Type StudentName = String

1 / 3