Courseiva
Security And SCCmediumMultiple ChoiceObjective-mapped

EX280 Security And SCC Practice Question

An administrator needs to configure a new project so that pods deployed within it run with the restricted-v2 Security Context Constraint by default. Which action should the administrator perform?

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

Annotate the Namespace with security.openshift.io/scc: restricted-v2

Applying the security.openshift.io/scc: restricted-v2 annotation to the Namespace forces pods requesting no specific SCC to default to restricted-v2 via admission control.

Answer analysis

Option-by-option breakdown

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

  • Annotate the Namespace with security.openshift.io/scc: restricted-v2

    Why this is correct

    This annotation instructs the SCC admission plugin to assign restricted-v2 as the default for pods in the namespace.

  • Edit the default cluster-wide SCC object directly to set restricted-v2 as priority zero

    Why it's wrong here

    Cluster-wide default SCC assignments are managed via cluster roles and annotations, not by modifying the core restricted-v2 SCC object directly.

  • Create a RoleBinding linking the restricted-v2 ClusterRole to the system:authenticated group

    Why it's wrong here

    SCC permissions are granted using ClusterRoles for sccs, but standard RoleBindings alone do not change the default namespace assignment.

  • Patch the PodSecurity standards admission configuration in the APIServer resource

    Why it's wrong here

    Pod Security Standards control admission via labels, but SCCs are managed through OpenShift SCC admission controllers and annotations.

About these practice questions

This EX280 question is part of Courseiva's 509-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 and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Red Hat exam blueprint

This EX280 practice question is part of Courseiva's free Red Hat 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 EX280 exam.