MCQ
Single Best Answer
Difficult
QIn a multi-staged login mechanism, which of the following regarding application security should be ensured by the developer?
ID: #23264
Secure Programming Practices
1,350 views
Question Info
#23264Q ID
DifficultDifficulty
Secure Programming PracticesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
The correct answer is:
The application should validate the credentials supplied at each stage and the previous stages.
Explanation: In a multi-staged login mechanism, it is essential to ensure that credentials are validated at each step, and the application must verify that the credentials provided at each stage are legitimate and correspond to the previous stages. This helps prevent unauthorized access and ensures that the user has passed all stages of the authentication process securely. It also avoids relying solely on hidden variables or cookies, which could be manipulated or stolen.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic