Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Nov 29, 2024Mastering Kubernetes : Essential Interview Questions1. What is Kubernetes and why is it important? Kubernetes is an open-source container orchestration platform originally developed by Google and now maintained by the Cloud Native Computing Foundation (CNCF). It automates the deployment, scaling, and ...#90daysofdevops
Saloni Singhsalonisingh.hashnode.dev·Nov 1, 2024Latest Interview QnA faced recently as a DevOps EngineerI usually try attending interviews to bring latest questions for you, I recently attended an interview and here are some questions which I encountered: 𝗕𝗿𝗮𝗻𝗰𝗵𝗶𝗻𝗴 𝗦𝘁𝗿𝗮𝘁𝗲𝗴𝘆:Ques.: If we have some application being developed from scratc...1 likeAWS
Arpit Dwivediblog.arpitdwivedi.in·Sep 29, 2024Essential Interview QuestionsPreparing for a .NET developer interview? This guide compiles essential questions and detailed answers on C# Object-Oriented Programming (OOP), design patterns, SOLID principles, Dependency Injection, Entity Framework, and more. Whether you're brushi...Interview Seriesinterview
Mahesh Pawarmaheshsblog.hashnode.dev·Aug 18, 2024Top Questions from My First MERN Stack Interview1. introduce yourself. Explanation: I talked about my background, including my experience with web development, the technologies I’ve worked with, and my interest in the MERN stack. I made sure to highlight any relevant experience and skills that al...interview
Brainphantombrainfuck.hashnode.dev·Jul 27, 2024Creating an Artificial Intelligence with Brainfuck: Is It Possible?Introduction Hello everyone! Today, I’ll be discussing an unusual project: creating a chatbot in Brainfuck. Brainfuck is an esoteric programming language known for its simplicity and complexity. But before diving into the details, let’s briefly expl...1 likebrainfuck
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Jul 24, 2024Terraform Interview Questions and AnswersDefine IAC? IAC or Infrastructure as Code allows you to build, change, and manage your infrastructure through coding instead of manual processes. The configuration files are created according to your infrastructure specifications and these configurat...Terraform
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Jul 24, 2024Advanced Scenario-Based Terraform Interview Questions and AnswersThese advanced scenario-based questions cover a wide range of complex situations you might encounter while managing infrastructure with Terraform, ensuring you can demonstrate in-depth knowledge and practical problem-solving skills. Scenario 1 : You ...112 readsTerraform
Nilkanth Mistrynilkanth1010.hashnode.dev·Jul 16, 2024Day 71 - Let's Prepare for Some Terraform Interview Questions 🔥Today, we dive into some common interview questions about Terraform. Whether you're prepping for an interview or just brushing up on your Terraform knowledge, these questions will help you solidify your understanding of this powerful Infrastructure a...90 Days Of Devops ChallengesDevops
Richa リチャrichak.hashnode.dev·Jul 5, 2024Mastering JavaScript Interview EssentialsHi Coders👩💻👨💻, I'm here to share my interview experiences. I've participated in numerous interviews where I've encountered a wide range of JavaScript questions—from the basics, like explaining different data types in JavaScript, to more complex...20 likes·87 readsJavaScript
Shubham Vandarashubhamvandara.hashnode.dev·Jun 14, 2024Essential JavaScript Interview Questions for 2024What is JavaScript? JavaScript is a high-level, interpreted programming language primarily used for creating interactive web pages. What are the key features of JavaScript? Dynamic typing, prototype-based object orientation, first-class functions,...2 likes·38 readsJavaScript