Practice Library
All MCQs
Browse exam-wise, subject-wise, and country-wise MCQs with explanations.
Choose an option to check your answer.
Correct Answer: C. Insecure direct object reference
Explanation:
The correct answer is Insecure direct object reference. It means accessing objects by changing identifiers without proper authorization checks.
Choose an option to check your answer.
Correct Answer: D. Remote access payload
Explanation:
The correct answer is Remote access payload. It means payload that gives an attacker interactive control of a system.
Choose an option to check your answer.
Correct Answer: D. Decryption
Explanation:
The correct answer is Decryption. It means converting encrypted data back into readable form using a key.
Choose an option to check your answer.
Correct Answer: D. Security misconfiguration
Explanation:
The correct answer is Security misconfiguration. It means unsafe default settings, exposed services, or incomplete configuration.
Choose an option to check your answer.
Correct Answer: D. Persistence payload
Explanation:
The correct answer is Persistence payload. It means payload that helps malware survive restarts or user logouts.
Choose an option to check your answer.
Correct Answer: C. Symmetric encryption
Explanation:
The correct answer is Symmetric encryption. It means encryption where the same secret key is used for encryption and decryption.
Choose an option to check your answer.
Correct Answer: D. Sensitive data exposure
Explanation:
The correct answer is Sensitive data exposure. It means failure to properly protect confidential information.
Choose an option to check your answer.
Correct Answer: B. Denial-of-service payload
Explanation:
The correct answer is Denial-of-service payload. It means payload intended to make a service unavailable.
Choose an option to check your answer.
Correct Answer: D. Asymmetric encryption
Explanation:
The correct answer is Asymmetric encryption. It means encryption using a public key and a private key pair.
Choose an option to check your answer.
Correct Answer: C. Input validation
Explanation:
The correct answer is Input validation. It means checking input to ensure it is well-formed, expected, and safe.
Choose an option to check your answer.
Correct Answer: C. Data manipulation payload
Explanation:
The correct answer is Data manipulation payload. It means payload that changes information to mislead users or systems.
Choose an option to check your answer.
Correct Answer: A. Hash function
Explanation:
The correct answer is Hash function. It means a one-way function that produces a fixed-length digest from input data.