Q161. What is a Kubernetes namespace?
A namespace is a virtual cluster inside a physical cluster. It scopes names, RBAC, resource quotas, and network policies. - Objects such as Pods, Services, and ConfigMaps...
Technical Question Bank · Peer-Reviewed
Search and filter frequently asked interview questions across technical, programming, and behavioral domains. Tailor your interview preparation by difficulty for freshers or experienced developers (1,236 available).
A namespace is a virtual cluster inside a physical cluster. It scopes names, RBAC, resource quotas, and network policies. - Objects such as Pods, Services, and ConfigMaps...
Both provide block storage to EC2, but with different durability and lifecycle. - Instance store is physically attached NVMe or SSD storage on the host. It offers very hi...
SQL supports both single-line and multi-line commenting syntax across relational database engines: ### 1. Single-Line Standard Comment (`--`): The official ANSI SQL stand...
TypeScript adds static typing on top of JavaScript, categorizing data types into primitives, composite structures, and special utility types: ### 1. Primitives: - **`bool...
**Arrow functions** (also known as "lambda expressions") provide a concise syntax for writing function expressions in JavaScript. Introduced in ES6, arrow functions are o...
In React, both **state** and **props** are plain JavaScript objects, but they serve different purposes and have distinct behaviors: ### State - **Definition:** State is a...
**Next.js** is an open-source React framework developed and maintained by Vercel that enables developers to build high-performance, full-stack web applications. ### Core ...
**Vue.js** is an open-source, progressive Javascript framework for building user interfaces that aim to be incrementally adoptable. The core library of VueJS is focused o...
The div element is a block-level element that is used to group and organize other HTML elements while span element is an inline-element that is used to apply style or att...
In TypeScript, a tuple is a type that allows you to define an array with a fixed number of elements of different types. Tuples are similar to arrays, but the types of ele...
HireXTech uses essential storage to remember your study preferences and third-party advertising cookies via Google AdSense in compliance with GDPR. You can choose to enable essential cookies only or accept all cookies. Read our Privacy Policy.