Multiple choice technology testing

Select the options which ensure application’s Security (select more than one)

  1. Authentication

  2. Authorization

  3. Integrity

  4. Availability

  5. Confidentiality

Reveal answer Fill a bubble to check yourself
A,B,C,D,E Correct answer
Explanation

These five elements form the core security framework for applications. Authentication and Authorization (the first two As of AAA) control who can access and what they can do. Confidentiality, Integrity, and Availability (the CIA triad) are the fundamental goals of information security. Together, these ensure only authorized users can access data, data remains accurate and unaltered, and systems are accessible when needed. All five are essential for comprehensive application security.