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 an Application Load Balancer (ALB)? Basic An Application Load Balancer (ALB) is an AWS managed load balancing service …
Conceptual Questions What’s the difference between a tuple and a list? Why does (1) not create a tuple, but (1,) does? Why are tuples …
Conceptual Questions What’s the difference between a list and a tuple? Why is list.append() O(1) amortized but list.insert(0, x) O(n)? …
Conceptual Questions Why are Python strings immutable, and what does that mean for methods like .replace()? What’s the difference …
Conceptual Questions What’s the difference between implicit and explicit type conversion? Why does int(3.9) return 3 instead of 4? …
Conceptual Questions What is the difference between == and is? What is short-circuit evaluation, and why does it matter? Explain operator …
Frequently Asked Questions What is the difference between a variable and an object in Python? Explain the difference between is and == with …
Frequently Asked Questions What is the difference between a list and a tuple? Why is bool considered a subclass of int? What’s the …
Frequently Asked Syntax Questions What is the difference between a keyword and an identifier? Why does Python use indentation instead of …
🟣 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 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 What is AWS WAF Advanced Ans: AWS WAF (Web Application Firewall) is a managed firewall service that helps protect web applications from …
Q1 What is cloud computing? Explain IaaS, PaaS, and SaaS. Basic Ans: Cloud computing delivers computing resources (servers, storage, …
Q1 What is boto3 and how do you authenticate with AWS using it? Basic Ans: boto3 is the official AWS SDK for Python. It lets you interact …
Q1 What is Amazon EC2 and what are its main use cases? Basic Ans: Amazon EC2 (Elastic Compute Cloud) is a cloud service provided by Amazon …
Q1 What is Python and what are its key features? Basic Ans: Python is a high-level, interpreted, dynamically typed, general-purpose …
Q1 What is Amazon EC2 and what are its main use cases? Basic Ans: Amazon EC2 (Elastic Compute Cloud) is a cloud service provided by Amazon …