...

/

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...
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
Question 1 of 30 attempted
Access this course and 1400+ top-rated courses and projects.