100% Money Back Guarantee
Fast2test has an unprecedented 99.6% first time pass rate among our customers.
We're so confident of our products that we provide no hassle product exchange.
- Three formats are optional
- 10+ years of excellence
- 365 Days Free Updates
- Learn anywhere, anytime
- 100% Safe shopping experience
EX380 PDF Practice Q&A's
- Printable EX380 PDF Format
- Prepared by RedHat Experts
- Instant Access to Download EX380 PDF
- Study Anywhere, Anytime
- 365 Days Free Updates
- Free EX380 PDF Demo Available
- Download Q&A's Demo
- Total Questions: 44
- Updated on: Sep 15, 2026
- Price: $129.00 $69.98
EX380 Desktop Test Engine
- Installable Software Application
- Simulates Real EX380 Exam Environment
- Builds EX380 Exam Confidence
- Supports MS Operating System
- Two Modes For EX380 Practice
- Practice Offline Anytime
- Software Screenshots
- Total Questions: 44
- Updated on: Sep 15, 2026
- Price: $129.00 $69.98
EX380 Online Test Engine
- Online Tool, Convenient, easy to study.
- Instant Online Access EX380 Dumps
- Supports All Web Browsers
- EX380 Practice Online Anytime
- Test History and Performance Review
- Supports Windows / Mac / Android / iOS, etc.
- Try Online Engine Demo
- Total Questions: 44
- Updated on: Sep 15, 2026
- Price: $129.00 $69.98
Not sure whether the EX380 material is right for you? Download the free PDF demo from Fast2test and review a sample of the 44 practice questions for the RedHat Red Hat Certified Specialist in OpenShift Automation and Integration before you spend a cent.
RedHat EX380 Exam Overview:
| Certification Vendor: | Red Hat |
|---|---|
| Exam Name: | Red Hat Certified Specialist in OpenShift Automation and Integration |
| Exam Number: | EX380 |
| Related Certifications: | Red Hat Certified Engineer (RHCE) Red Hat Certified Architect (RHCA) |
| Real Exam Qty: | 15 |
| Available Languages: | English, Chinese (Simplified), Japanese |
| Exam Format: | Hands-on labs, Performance-based |
| Exam Duration: | 180 minutes |
| Passing Score: | 210 (on a scale of 100-300) |
| Certificate Validity Period: | 3 years |
| Exam Price: | $400 USD |
| Sample Questions: | RedHat EX380 Sample Questions |
| Exam Way: | On-site at Red Hat certified testing centers or online proctored exam |
| Pre Condition: | Red Hat recommends taking the DO180 (Red Hat OpenShift Administration I) course or having equivalent knowledge before attempting this exam. Familiarity with Linux administration is strongly recommended. |
| Official Syllabus URL: | https://www.redhat.com/en/services/training/ex380-red-hat-certified-specialist-openshift-automation-and-integration-exam |
RedHat EX380 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Configure authentication and authorization | 15% | - Configure RBAC (Role-Based Access Control) - Manage users and groups - Integrate with external identity providers - Create and manage service accounts |
| Topic 2: Implement CI/CD pipelines | 10% | - Integrate with external CI/CD tools - Configure OpenShift pipelines ( Tekton ) - Automate application deployments |
| Topic 3: Deploy and manage applications | 20% | - Use ConfigMaps and Secrets - Create and manage deployments - Configure application scaling and replication - Implement multi-container pods |
| Topic 4: Implement and manage networking | 15% | - Manage network policies - Troubleshoot network connectivity issues - Configure Ingress and Egress policies |
| Topic 5: Manage storage for applications | 10% | - Manage storage classes - Create and use persistent volume claims - Configure persistent storage |
| Topic 6: Manage OpenShift Container Platform through CLI and Web UI | 15% | - Use oc and kubectl commands for cluster management - Navigate and operate through the web console - Install and configure OpenShift cluster using CLI tools |
| Topic 7: Monitor and troubleshoot cluster | 15% | - Monitor cluster health and metrics - Analyze logs and events - Troubleshoot common issues |
Everything You Want to Know About the RedHat Red Hat Certified Specialist in OpenShift Automation and Integration (EX380) Exam
The EX380 exam, officially titled Red Hat Certified Specialist in OpenShift Automation and Integration, is the RedHat exam you pass to earn the Red Hat OpenShift certification, a credential at the Specialist level. Passing it confirms the skills defined in the official exam outline, and it is associated with related credentials such as Red Hat Certified Engineer (RHCE), Red Hat Certified Architect (RHCA).
The EX380 exam includes 15 questions and gives you 180 minutes to finish them. That is a tight pace per question, so get used to reading each stem once, flagging anything uncertain, and moving on rather than getting stuck. Running timed practice tests in the Fast2test desktop or online test engine is the most reliable way to build that rhythm before exam day.
The passing score for the EX380 exam is 210 (on a scale of 100-300), and the official registration fee is $400 USD. Keep in mind that a failed attempt means paying $400 USD again in full to retake it, so book your slot only when your scores on Fast2test practice tests sit consistently above the passing line.
RedHat lists the following prerequisites or eligibility notes for the EX380 exam: Red Hat recommends taking the DO180 (Red Hat OpenShift Administration I) course or having equivalent knowledge before attempting this exam. Familiarity with Linux administration is strongly recommended.. Requirements can change over time, so confirm the details on the official exam page at RedHat's official site before you register.
Yes. Fast2test offers a free PDF demo of the EX380 material, so you can check the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates, and if your product expires you can extend the update service at a 50% discount from your member zone.
Your purchase is protected by a 100% Money Back Guarantee with clear conditions: if you take the corresponding EX380 exam within 60 days of purchase and do not pass, you can apply for a full refund. The candidate name must match the payer name, and you need to submit a scanned exam enrollment slip together with the official Score Report PDF within 2 days of taking the exam; claims are processed within 7 days. Sitting the exam within 3 days of purchase, downloading without taking the exam, free materials, and expired orders are not covered. If you would rather not take a refund, you can exchange your order for two free exam products of equal value and keep the update service on your original purchase.
Delivery is instant: your download links are emailed within one minute of payment, and you can also download directly from the website. If nothing arrives within 2 hours, contact customer service and check your spam folder. There is no limit on how many computers you can install the material on.
The EX380 exam blueprint is divided into 7 domains, starting with Monitor and troubleshoot cluster (15%); Manage OpenShift Container Platform through CLI and Web UI (15%); Implement and manage networking (15%). For the complete domain-by-domain breakdown, see the Exam Topics section above — it lists every topic the current outline covers.
RedHat Red Hat Certified Specialist in OpenShift Automation and Integration Sample Questions:
Create a full application backup (resources + PV data)
Task Information : Create a Velero backup of namespace orders including PV snapshots.
Correct Answer:
See the solution below in Explanation:
Explanation:
* Confirm resources and PVCs exist
* oc -n orders get all
* oc -n orders get pvc
* Ensures there is something meaningful to back up.
* Create backup including volume snapshots
* velero backup create orders-full --include-namespaces orders --snapshot-volumes
* Captures Kubernetes objects and requests PV snapshots where supported.
* Check status/details
* velero backup describe orders-full --details
* velero backup logs orders-full
* Review warnings/errors and confirm snapshot actions.
Recover a NotReady worker node (basic remediation workflow)
Task Information : Diagnose a NotReady worker node and restore it to Ready state using standard OpenShift admin workflow.
Correct Answer:
See the solution below in Explanation:
Explanation:
* Identify failing node and status
* oc get nodes
* Confirms which node is NotReady.
* Inspect node conditions and events
* oc describe node < worker >
* Shows kubelet condition issues (network, disk pressure, runtime, etc.).
* Check MachineConfigPool state
* oc get mcp
* oc describe mcp worker
* If MCP is degraded, node may be stuck applying a config.
* Check node logs (kubelet)
* oc adm node-logs < worker > --path=kubelet.log
* Often reveals why node isn't reporting Ready.
* Remediate based on symptom
* Examples:
* If out of disk: free space, then verify kubelet recovers.
* If stuck MCO: investigate current/desired config and fix broken MachineConfig.
* If node cordoned/drained incorrectly: uncordon after remediation.
* oc adm uncordon < worker >
* Confirm node returns Ready
* oc get node < worker >
Deploy Event Router and capture Kubernetes events in logging
Task Information : Deploy an event router so Kubernetes events are recorded as logs, then trigger events and confirm they appear in logging queries.
Correct Answer:
See the solution below in Explanation:
* Deploy event router resources
* Apply a deployment/serviceaccount/rolebinding manifest for eventrouter:
* oc apply -f eventrouter.yaml -n openshift-logging
* Eventrouter watches event API and writes them to stdout (collected by logging).
* Verify eventrouter pod is running
* oc -n openshift-logging get pods | grep -i event
* Trigger some events
* oc -n default run evtest --image=busybox --restart=Never -- sleep 1
* oc -n default delete pod evtest
* Creation/deletion generates events.
* Query logs for events
* In the logging UI/backend, search for the namespace/pod name evtest or eventrouter messages.
* Explanation: Validates that events are being converted to searchable logs.
Configure and synchronize OpenShift groups from LDAP (group sync)
Task Information : Create an LDAP group-sync config, run a one-time sync, and confirm groups exist in OpenShift.
Correct Answer:
See the solution below in Explanation:
Explanation:
* Create a group sync config file (example groupsync.yaml)
* This file defines how OpenShift queries LDAP for groups and members.
* Run a one-time group sync
* oc adm groups sync --sync-config=groupsync.yaml --confirm
* --confirm actually applies changes (without it, it's a dry-run preview).
* Verify groups created/updated
* oc get groups
* oc describe group < groupname >
* Confirms group objects exist and membership is present.
Resolve group synchronization conflicts (prune stale data)
Task Information : Run group sync with pruning to remove stale OpenShift group memberships that no longer exist in LDAP.
Correct Answer:
See the solution below in Explanation:
Explanation:
* Run group sync with prune controls
* oc adm groups sync --sync-config=groupsync.yaml --confirm --prune-whitelist=/tmp/whitelist.txt
* Prune removes stale memberships/groups, but whitelist protects selected groups from pruning.
* Verify group membership reflects LDAP
* oc describe group < groupname >
* Confirms removed users are no longer listed.
986 Customer ReviewsCustomers Feedback (* Some similar or old comments have been hidden.)
Most questions of the EX380 exam are drom the EX380 practice materials. Thank you so much.
These EX380 exam dumps are worthy to purchase. You will pass with guarantee. It is 100% valid.
Fast2test is the best. I have passed EX380 exam on the first try. I did not take any other traning course or buy any other materials. Guys, you can pass for sure.
EX380 test was a hell for me! But with the help of these EX380 exam questions, i have made it! This dump is valid!
Pass my EX380 exam test. Only few new questions but simple, the Fast2test EX380 exam dumps are enough for you to pass.
I found the best preparation material which helped me in learning a lot.
I took the test last week and passed EX380 exam with a high score.
I passed EX380 yesterday with outstanding result.
I practiced the EX380 learning questions set for days and then passed the test! They are valid! Thank you, all the team!
I couldn’t have obtain so high score without the help of EX380 exam bootcamp, and thank you very much!
You are the best!
Have passed EX380 exam.
I was inspired by people who had different certifications and wondered how on earth they manage to clear the exam. I searched a lot and then found Fast2test EX380 study guide, my savior. It had Aced exam EX380!
Best seller in this field! No wonder so many people praise and recommend the website-Fast2test. I found the price is quite low but the EX380 exam dumps are valid and useful. I passed the EX380 exam as the other gays. Thanks a lot!
Thank you so much!
Just passed EX380 exam.
Very nice exam dump, about 91% of the questions have correct answers.
Related Exams
Instant Download EX380
After Payment, our system will send you the products you purchase in mailbox in a minute after payment. If not received within 2 hours, please contact us.
365 Days Free Updates
Free update is available within 365 days after your purchase. After 365 days, you will get 50% discounts for updating.
Money Back Guarantee
Full refund if you fail the corresponding exam in 60 days after purchasing. And Free get any another product.
Security & Privacy
We respect customer privacy. We use McAfee's security service to provide you with utmost security for your personal information & peace of mind.
Contact Us
If you have any question please leave me your email address, we will reply and send email to you in 12 hours.
Our Working Time: ( GMT 0:00-15:00 ) From Monday to Saturday
Support: Contact now