Jenkins interview questions and answers and Answers - Part 01
Q1 Explain the master-slave architecture in Jenkins? Basic Ans: This architecture is commonly used to distribute the workload and to scale …
Q1 Explain the master-slave architecture in Jenkins? Basic Ans: This architecture is commonly used to distribute the workload and to scale …
Q1 What is `origin` in Git? Basic In Git, origin refers to the default name given to the remote repository from which the local repository …
🟢 Basic Q1 What is Docker and why is it used? Basic Ans: Docker is a containerization platform that allows us to package an application …
🟣 Terraform × ☁️ AWS — Scenario-Based Interview Guide 45+ scenario-based questions · Real-world answers · Production patterns · HCL code …
Q1 What is Terraform and how does it work? Basic Ans: Terraform is an open-source Infrastructure as Code (IaC) tool by HashiCorp that lets …
Q1 Prometheus shows a target as DOWN in the Targets UI. The service is running and accessible. How do you troubleshoot? Intermediate Ans: …
📊 Monitoring & Observability Interview Questions Scenario-based interview questions for AWS CloudWatch, Prometheus, and Grafana Q1 Your …
Q1 What is Docker and why is it used? Basic Ans: Docker is a platform for building, shipping, and running applications inside containers — …
Q1 What is DevOps and why is it important? Basic Ans: DevOps is a culture and set of practices that brings together software Development …
Q1 You cannot SSH into your EC2 instance. How do you systematically troubleshoot? Basic Ans: Work through each layer from outside in: Layer …
A comprehensive guide covering real-world scenarios for Linux, Ubuntu, and AWS EC2 interviews. Q1 You launched an EC2 instance but cannot …
Q1 Explain the booting process of Linux. Basic Ans: BIOS/UEFI - Hardware runs Power-On Self Test (POST). BIOS/UEFI finds the bootable …
Q1 Pod stuck in CrashLoopBackOff - how do you debug it? Intermediate Ans: # Step 1: Check pod status and events kubectl describe pod …
Q1 What is Helm and why is it used in Kubernetes? Intermediate Helm is the package manager for Kubernetes. It lets you define, install, and …
Q1 What are the types of Kubernetes Services and when do you use each? Basic Ans: Pods come and go all the time - they crash, get replaced, …
Kubernetes Workloads Q1 What is a Pod? Explain its purpose, lifecycle, networking, storage, and relationship with containers. Basic Ans: A …
kubernetes fundamentals Q1 What is Kubernetes? Explain its purpose, key features, and why it is used for container orchestration. Basic …