Courseiva
User And RBAC ManagementeasyMultiple ChoiceObjective-mapped

EX280 User And RBAC Management Practice Question

You need to create a new project named 'secure-store' with a specified display name and description, and assign 'jane' as the project admin using the OpenShift CLI. Which command should you execute?

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 new-project secure-store --display-name='Secure Store' --description='Secure storage project'

The 'oc new-project' command creates a project and automatically assigns the creator as admin. To assign a specific user post-creation or manage project requests, specific commands are used, but 'oc adm new-project' does not exist; instead, 'oc adm create-project-request' or standard project requests are handled via 'oc new-project'. Alternatively, creating a Namespace and a RoleBinding is standard, but OpenShift provides the 'oc new-project' helper.

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 new-project secure-store --display-name='Secure Store' --description='Secure storage project'

    Why this is correct

    The 'oc new-project' command provisions a project with optional display name and description flags.

  • oc create projectsecure secure-store --user=jane

    Why it's wrong here

    This command syntax is invalid and does not exist in the OpenShift CLI.

  • oc create namespace secure-store --admin=jane

    Why it's wrong here

    The 'oc create namespace' command does not accept an '--admin' flag in OpenShift.

  • oc adm project secure-store --set-admin=jane

    Why it's wrong here

    The 'oc adm project' subcommand does not support setting an admin directly upon creation.

About these practice questions

Courseiva writes every EX280 question from scratch — 509 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.