Courseiva
mediumMultiple SelectObjective-mapped

CCSP Practice Question: Which THREE of the following are recommended…

Which THREE of the following are recommended practices for securing cloud application APIs? (Select three.)

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Validate and sanitize all user inputs

Rate limiting, input validation, and least privilege are key API security practices. Mass assignment is a vulnerability to avoid, not a practice, and exposing all endpoints is contrary to security.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Validate and sanitize all user inputs

    Why this is correct

    Input validation prevents injection attacks.

  • Expose all API endpoints automatically for transparency

    Why it's wrong here

    Exposing all endpoints increases attack surface; only needed endpoints should be exposed.

  • Allow mass assignment for ease of development

    Why it's wrong here

    Mass assignment can lead to data tampering; it should be explicitly defined.

  • Implement rate limiting to prevent abuse

    Why this is correct

    Rate limiting mitigates brute force and DoS attacks.

  • Apply least privilege to API keys and roles

    Why this is correct

    Least privilege limits the impact of compromised credentials.

About these practice questions

This CCSP question is part of Courseiva's 964-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This CCSP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CCSP exam.