Quiz on Impure Service Implementation

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

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

Get hands-on with 1200+ tech skills courses.