Which of the following is a common security risk associated with cloud storage?
A. Data breaches
B. Loss of control over data
C. All of the above
D. Insecure APIs
Answer: Option C
Solution (By JKSSB Mock Tests)
Cloud storage introduces security risks such as data breaches, loss of control over data, and insecure APIs, requiring careful management and security measures.
Explanation:
A VPN masks the user's IP address and encrypts internet traffic, enhancing online privacy and security by preventing third parties from monitoring online activities.
What type of attack targets a web application by injecting malicious SQL statements into input forms, allowing the attacker to manipulate the underlying backend database directly?
Explanation:
SQL injection occurs when unvalidated user input is passed directly to a database query engine, enabling threat actors to view, alter, or delete database tables illegally.
Which process uses a cryptographic hash function to convert a user's plain text password into a short, fixed-length string of characters before saving it in a secure database?
Explanation:
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.
No comments yet. Be the first to start the discussion!