Multiple choice technology architecture

Which security level needs to be implemented for both session login and pin login?

  1. 0

  2. 1

  3. 2

  4. 3

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Security level 2 is the standard implementation that supports both session-based and PIN-based authentication mechanisms in the PS Framework. Level 0 typically means no security, level 1 provides basic authentication, and level 3 might be overly restrictive for PIN login scenarios.