From ed68cb4628492a4f4b5a3b2d117679334ba87f98 Mon Sep 17 00:00:00 2001 From: Yoginder Bagga Date: Thu, 6 Aug 2026 20:46:08 +0530 Subject: [PATCH 1/2] Add Hitachi DevOps Interview Questions --- Hitachi/DevOps_Engineer.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Hitachi/DevOps_Engineer.md diff --git a/Hitachi/DevOps_Engineer.md b/Hitachi/DevOps_Engineer.md new file mode 100644 index 0000000..799d89e --- /dev/null +++ b/Hitachi/DevOps_Engineer.md @@ -0,0 +1,2 @@ +# Hitachi + From f93c32808665c22f7c60b7b29434e4387c9f1e1c Mon Sep 17 00:00:00 2001 From: yoginderbagga Date: Thu, 6 Aug 2026 21:01:06 +0530 Subject: [PATCH 2/2] Add DevOps interview questions Hitachi Added interview questions related to DevOps practices and tools. --- Hitachi/DevOps_Engineer.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Hitachi/DevOps_Engineer.md b/Hitachi/DevOps_Engineer.md index 799d89e..2ff06e7 100644 --- a/Hitachi/DevOps_Engineer.md +++ b/Hitachi/DevOps_Engineer.md @@ -1,2 +1,11 @@ # Hitachi + +1. How would you verify if a process or service is allowed to communicate from the firewall. +2. What was your day-to-day responsibility in job? What kind of customers you faced ? +3. Do you know Python/Bash? Write a script to test if a URL is reachable in programming you know. +4. What is the use of ``-t`` in docker build command? +5. How would you dockerize an application? Write the complete steps. +6. Have you worked on Kubernetes platform? Define the Kubernetes architecture? +7. What is the use of ``$?`` in Bash scripting? +8. Name few tools that you used in previous job and their role in DevOps work.