AKTU : 8 Computer System Security Quiz answer
AKTU : 8 Computer System Security Quiz answer
QUESTION:1- Password should be combination of ____. (according to the video lecture).
- Lower case letters only
- Memorable names and dates
- Upper case and lower-case letters, numbers and non letter characters
- Upper case and lower-case letters, numbers and symbols
QUESTION:2- The cookies we use, are sent with ______, which in general, _____ the performance.
- only when requested,improves
- every request, degrades
- extra information, is useless for
- None of the mentioned
QUESTION:3- Which of the following header is used to create cookie ?
- Create-Cookie
- Init-Cookie
- Set-Cookie
- Start-Cookie
QUESTION:4- _______ is an attack to inject code, in which malicious SQL code is passed to an instance of SQL Server from ______.
- SQL injection, user input field
- code injection, another server
- both 1 and 2
- None of the above.
QUESTION:5- How to prevent SQL injection ?
- Use parameterized / prepared SQL
- use string concatenated query
- Both A and B
- None of the above

Comments
Post a Comment