bhavya bojanapallibhavyabojanapalli.hashnode.dev·Sep 20, 2023Kubernetes Interview Questions on Pods - Day 1What is a Kubernetes Pod, and why is it important in Kubernetes? A Kubernetes Pod is the smallest deployable unit in Kubernetes. It represents a single instance of a running process in a cluster. Pods are important because they serve as the basic bui...Discuss·35 likes·1.4K readsKubernetes
Agnes jadhavagnes18.hashnode.dev·a day agoDay 49 - INTERVIEW QUESTIONS ON AWSINTERVIEW QUESTIONS: Name 5 aws services you have used and what are the use cases? Amazon S3 (Simple Storage Service): Use Case: Amazon S3 is a highly scalable and durable object storage service. It is commonly used for: Storing and managing data...Discuss·28 readsAWS
Anmol Kumarthemernnoob.hashnode.dev·Sep 23, 2023Top 100 DBMS Interview Question for freshersWassup Folks! So,Today you are here for Interview preparation? hmmm! Let me tell you that you are at the best or I should say at the 'most to the point' article on internet so far for DBMS preparation. Here you will get all the questions around Datab...Discuss·1 like·67 readsDBMS
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Sep 21, 2023Kubernetes Interview Questions on Deployments- Day 2What is a Kubernetes Deployment, and why is it used? A Kubernetes Deployment is like a blueprint for your application. It's used to make sure your application runs smoothly, and if something goes wrong, it fixes it automatically. Explain the key d...Discuss·28 likes·1.4K readsKubernetes
Shahzaib SanaProopsandcloud.hashnode.dev·Sep 21, 2023Day 21: Important Docker Interview QuestionsDocker is a good topic to ask in a DevOps interview, especially for freshers. Must try these questions to gain a better understanding of Docker. Questions: What is the Difference between an Image, Container and Engine? Docker Image: An image is a...Discuss90daysofDevOps Docker
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Sep 20, 2023Kubernetes Interview Questions on Pods - Day 1What is a Kubernetes Pod, and why is it important in Kubernetes? A Kubernetes Pod is the smallest deployable unit in Kubernetes. It represents a single instance of a running process in a cluster. Pods are important because they serve as the basic bui...Discuss·35 likes·1.4K readsKubernetes
Mainul Hasanmainulspace.hashnode.dev·Sep 20, 2023Essential JavaScript Interview Questions for 2023: Intermediate LevelYou’re in the right place if you want to push your skills to the next level after mastering the basics of JavaScript interview questions. This article dives deep into the questions you can expect in intermediate-level JavaScript interviews. However, ...DiscussJavaScript
Ahmed Zubairudevahmed365.hashnode.dev·Sep 17, 2023What happens when you type https://www.google.com in your browser and press EnterWhen you type https://www.google.com in your browser and press Enter, a series of events take place behind the scenes to deliver the Google homepage to your computer. This process involves a number of different technologies, including: Domain Name S...Discuss·62 readsGoogle
ADforReact Engineerreact-eng.hashnode.dev·Sep 15, 2023The most common React interview question everyone MUST know !If you are a front-end engineer appearing for an interview there is a very simple question you should know like the back of your hand. If you do not know the answer to this question it is very simple for the interviewer to realize that you are not a ...Discuss·1 likeReact
vishal kushwahlahsivdevops.hashnode.dev·Sep 14, 2023🚀📅 Day 40 DevOps Challenge - 🚀 AWS Interview Questions for Practice 🌟Question 1: Name 5 AWS services you have used and what are the use cases? 🚀 Answer: Amazon S3 (Simple Storage Service) 🗃️: Use Case: Storing and retrieving data, such as files, images, and backups, in a scalable and durable manner. Used for data ...Discussinterview questions
Willwillsheppard.hashnode.dev·Sep 11, 2023FizzBuzz: Writing and Testing the Classic Problem in JavaScriptIn this tutorial, we will walk through solving the classic FizzBuzz problem in JavaScript. The code and testing procedures are part of my "EssentialAlgos" project available on GitHub. If you'd like to connect with me professionally, find my LinkedIn ...DiscussJavaScript