- 42 Actual Exam Questions
- Compatible with all Devices
- Printable Format
- No Download Limits
- 90 Days Free Updates
Get All Red Hat Certified Specialist in OpenShift Automation and Integration Exam Questions with Validated Answers
| Vendor: | RedHat |
|---|---|
| Exam Code: | EX380 |
| Exam Name: | Red Hat Certified Specialist in OpenShift Automation and Integration |
| Exam Questions: | 42 |
| Last Updated: | August 24, 2026 |
| Related Certifications: | Red Hat Openshift Certifications |
| Exam Tags: |
Looking for a hassle-free way to pass the RedHat Red Hat Certified Specialist in OpenShift Automation and Integration exam? DumpsProvider provides the most reliable Dumps Questions and Answers, designed by RedHat certified experts to help you succeed in record time. Available in both PDF and Online Practice Test formats, our study materials cover every major exam topic, making it possible for you to pass potentially within just one day!
DumpsProvider is a leading provider of high-quality exam dumps, trusted by professionals worldwide. Our RedHat EX380 exam questions give you the knowledge and confidence needed to succeed on the first attempt.
Train with our RedHat EX380 exam practice tests, which simulate the actual exam environment. This real-test experience helps you get familiar with the format and timing of the exam, ensuring you're 100% prepared for exam day.
Your success is our commitment! That's why DumpsProvider offers a 100% money-back guarantee. If you don’t pass the RedHat EX380 exam, we’ll refund your payment within 24 hours no questions asked.
Don’t waste time with unreliable exam prep resources. Get started with DumpsProvider’s RedHat EX380 exam dumps today and achieve your certification effortlessly!
SIMULATION
Task SIMULATION 5
Backup and Restore -- Fix SCC for Restored Application
Step 1: Identify the application namespace after restore.
The lab shows the namespace as my-app-namespace.
Step 2: Run the SCC assignment command:
oc adm policy add-scc-to-user anyuid -z default -n my-app-namespace
Step 3: Confirm the role binding is applied.
The lab output shows:
clusterrole.rbac.authorization.k8s.io/system:openshift:scc:anyuid added: 'default'
Detailed explanation:
After a restore, the application may fail if its pods require a security context not permitted by the default SCC allocation. This command grants the anyuid SCC to the default service account in the my-app-namespace project. The -z default syntax targets the default service account, which many restored workloads use if no custom service account is defined. The anyuid SCC allows containers to run with arbitrary user IDs, which some legacy or prebuilt images require. In OpenShift, SCC mismatches commonly cause pods to remain in pending or crash-related states. Assigning the proper SCC resolves those admission issues so workloads can start successfully. This step is therefore a post-restore operational fix to align security policy with application requirements.
============
SIMULATION
Task SIMULATION 16
Export and import container images (mirror to internal registry)
Task Information: Pull an image from an external registry, push it into the OpenShift internal registry, and update a deployment to use the mirrored image.
Log in to OpenShift internal registry
oc registry login
Allows podman to push to the internal registry.
Pull external image
podman pull docker.io/library/nginx:1.25
Gets the image locally.
Tag for internal registry destination
podman tag nginx:1.25 image-registry.openshift-image-registry.svc:5000/orders/nginx:1.25
Uses the cluster service DNS name (works inside cluster network).
Push to internal registry
podman push image-registry.openshift-image-registry.svc:5000/orders/nginx:1.25
Update deployment to use internal image
oc -n orders set image deploy/web web=image-registry.openshift-image-registry.svc:5000/orders/nginx:1.25
Verify rollout
oc -n orders rollout status deploy/web
oc -n orders get pods -o wide
==========
SIMULATION
Task SIMULATION 11
Configure BackupStorageLocation and VolumeSnapshotLocation
Task Information: Configure OADP/Velero storage locations and confirm they show as Available.
Create a secret for cloud credentials (S3-compatible example)
oc -n openshift-adp create secret generic cloud-credentials \
--from-file=cloud=/path/to/credentials
Velero uses this secret to authenticate to object storage.
Create/Update the DataProtectionApplication (DPA)
Apply a DPA CR that defines:
backupLocations (bucket, endpoint URL, region, etc.)
snapshotLocations (if using snapshots)
Verify BackupStorageLocation and SnapshotLocation
velero backup-location get
velero snapshot-location get
Status should be Available, meaning storage config is valid.
==========
SIMULATION
Task SIMULATION 26
Silence an alert in Alertmanager
Task Information: Create an Alertmanager silence for a noisy alert for 2 hours, then confirm it's silenced.
Find the alert name and labels
Web console: Observe Alerts click the alert to view label set.
Open Alertmanager silences
Observe Alerting Alertmanager Silences Create silence
Create the silence
Add matcher: alertname = <ALERT_NAME>
Duration: 2 hours
Save.
Verify the alert shows as silenced
The alert should indicate it is silenced in the UI.
==========
SIMULATION
Task SIMULATION 20
Configure project-wide default tolerations
Task Information: Configure the payments namespace so new pods automatically include a default toleration.
Annotate the namespace with default tolerations
oc annotate ns payments \
scheduler.alpha.kubernetes.io/defaultTolerations='[{'key':'dedicated','operator':'Equal','value':'payments','effect':'NoSchedule'}]' \
--overwrite
Some clusters honor this pattern; if not, the fallback is mutating admission or editing workloads.
Create a new pod/deployment in the namespace
Then verify its spec includes tolerations:
oc -n payments get pod
==========
Security & Privacy
Satisfied Customers
Committed Service
Money Back Guranteed