Bittu Sharmabittublog.hashnode.dev·Dec 4, 2024Common DevOps Interview Questions and How to Answer ThemWhat is DevOps? DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle and provide continuous delivery with high software quality. Explain the core principles of Dev...Discuss·1 likeDevops
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Nov 28, 2024Networking Essentials for DevOps ProfessionalsIntroduction: Networking forms the backbone of modern IT infrastructure, and it is essential for DevOps professionals to grasp its fundamental concepts. Key topics include IP addressing, CIDR, network models, DNS, load balancing, network security, an...Discussnetworking
Munilakshmi G J100daysdevops.hashnode.dev·Nov 13, 2024Day 18 of 100 Days : Docker Interview Questions and Answers (Part 1) — Real-World ScenariosWelcome to Day 18 of my 100 Days of DevOps journey! Today, we dive into Docker interview questions that reflect real-world scenarios. These questions are designed to assess practical knowledge, rather than just command recall, so let's break down eac...Discuss100DaysChallenge
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Oct 20, 2024Top Linux Interview Questions for DevOps EngineersAs a DevOps engineer, Linux forms the backbone of most infrastructure. Here are the most commonly asked Linux interview questions you should be prepared for: What is Linux, and why is it important for DevOps? Be ready to explain why Linux is widely...DiscussLinux
Ketan Hirayketanhiray.hashnode.dev·Aug 30, 2024Day 29: Must-Know Jenkins Interview Questions🟩General Questions❓ 🔴What’s the difference between continuous integration, delivery, and deployment? Continuous Integration (CI): The practice of frequently merging code changes into a shared repository, where automated builds and tests are run to...Discuss#90daysofdevops
prabath kumarprabath.ponnala·Aug 7, 2024Most Asked Interview Questions and Answers on AWS VPCWhat is Amazon VPC, and why is it important? Amazon VPC allows you to provision a logically isolated section of the AWS cloud where you can launch AWS resources in a virtual network that you define. It's important because it gives you control over yo...DiscussAWS DevOps Interview Questions & Answers for FreshersAWS
Pratik Gotepratikgote.hashnode.dev·Jul 29, 2024Must-Know Scenario-Based CI/CD Pipeline Interview QuestionsCI/CD PipeLine Interview Questions NOTE:While I have prepared all the questions, to provide better answers in a detailed way. Q: Can you explain the CICD process in your current project or any CICD process that you have implemented? Answer: In the cu...Discuss·59 readsJenkins plugins
Aasifa Shaikmysoftwarediary.hashnode.dev·May 18, 2024Bash important question to know$# $@ $* $? $$ $! $_ $0 - argument count, arguments array (all/space-separated), exit status, script PID, background process PID, last argument, script name, shell options. Basic Questions: What is AWS CodePipeline? AWS CodePipeline is a continuous...DiscussDevOps Engineer
Anupam Srivastavacodingstalk.hashnode.dev·May 4, 2024DevOps Essentials: Key Concepts and Best Practices for SuccessIn today's fast-paced digital landscape, DevOps has emerged as a crucial approach for organizations looking to streamline their software development and delivery processes. By fostering collaboration between development and operations teams, DevOps p...DiscussFrontend interview questions
Devarshdevarshshah.hashnode.dev·May 2, 2024Dockerising React Application using MultiStage DockerfileNamaskaaram,I hope you all are doing well. Today I am writing this blog to show the step-by-step guide on how I dockerized the React website I created during my 3 months of React(Frontend) Internship.This series of Dockerizing the application is divi...Discuss·7 likes·101 readsmulti stage docker file