EX280 User And RBAC Management Practice Question
Which THREE of the following commands are valid OpenShift CLI commands for managing user policies and role assignments? (Choose 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
✓
oc adm policy add-role-to-user
Policy management commands in OpenShift include 'oc adm policy add-role-to-user', 'oc adm policy remove-role-from-user', and 'oc adm policy add-cluster-role-to-group'.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
oc user modify-role
Why it's wrong here
This command does not exist in the OpenShift CLI.
- ✗
oc set policy-binding
Why it's wrong here
This is not a valid OpenShift policy subcommand.
- ✓
oc adm policy add-role-to-user
Why this is correct
This command binds a role to a user within a project namespace.
- ✓
oc adm policy remove-role-from-user
Why this is correct
This command removes a role binding from a user within a namespace.
- ✓
oc adm policy add-cluster-role-to-group
Why this is correct
This command binds a cluster role to a group across the entire cluster.
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 →
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.