Which of the following is a common security risk associated with cloud storage? MCQ with Answer and Explanation

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.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1
What is the purpose of a VPN in terms of privacy?
A. To increase internet speed
B. To hide the user's IP address and encrypt internet traffic
C. To provide free internet
D. To block all ads

Correct Answer: Option B


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.

This question belongs to: Computer Cyber Security
Question #2
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?
A. SQL Injection (SQLi)
B. Denial of Service (DoS)
C. Buffer Overflow Attack
D. Cross-Site Scripting (XSS)

Correct Answer: Option A


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.

This question belongs to: Computer Cyber Security
Question #3
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?
A. File Compression
B. Password Hashing / Salting
C. Heuristic Mapping
D. Sandboxing Isolation

Correct Answer: Option B


Explanation:
Password hashing applies one-way cryptographic algorithms to obscure plain text passwords, ensuring cleartext credentials aren't exposed if the database is breached.

This question belongs to: Computer Cyber Security