[ DOT NET Core MCQS ]
झारखंड में आयोजित होने वाली JPSC, JSSC, JET, झारखंड पुलिस भर्ती परीक्षा आदि के लिए उपयोगी सामान्य अध्ययन।
[ DOT NET Core MCQS ]
Useful GK for JPSC, JSSC, JET, Jharkhand Police and other exams.
411. Azure Container Registry (ACR) क्या है?
[A] Private Docker Registry
[B] Database Service
[C] Web API
[D] Queue Service
411. What is Azure Container Registry (ACR)?
[A] Private Docker Registry
[B] Database Service
[C] Web API
[D] Queue Service
सही उत्तर: Private Docker Registry
व्याख्या: ACR Azure में Container Images Store करती है।
Correct Answer: Private Docker Registry
Explanation: Stores container images in Azure.
412. Kubernetes Node क्या है?
[A] Worker Machine
[B] Database
[C] API Gateway
[D] Namespace
412. What is a Kubernetes Node?
[A] Worker Machine
[B] Database
[C] API Gateway
[D] Namespace
सही उत्तर: Worker Machine
व्याख्या: Node पर Pods Run होते हैं।
Correct Answer: Worker Machine
Explanation: Pods run on nodes.
413. Master Node का मुख्य कार्य क्या है?
[A] Cluster Manage करना
[B] Database Store करना
[C] Logging
[D] Caching
413. What is the primary role of a Master Node?
[A] Manage Cluster
[B] Store Database
[C] Logging
[D] Caching
सही उत्तर: Cluster Manage करना
व्याख्या: Master Node Kubernetes Cluster Control करती है।
Correct Answer: Manage Cluster
Explanation: Controls the Kubernetes cluster.
414. ReplicaSet का उपयोग किसलिए किया जाता है?
[A] Desired Number of Pods Maintain करना
[B] Database Replication
[C] Authentication
[D] Routing
414. What is ReplicaSet used for?
[A] Maintain Desired Number of Pods
[B] Database Replication
[C] Authentication
[D] Routing
सही उत्तर: Desired Number of Pods Maintain करना
व्याख्या: ReplicaSet सुनिश्चित करती है कि आवश्यक Pods हमेशा चलें।
Correct Answer: Maintain Desired Number of Pods
Explanation: Ensures required number of pods are running.
415. Namespace का उपयोग किसलिए किया जाता है?
[A] Cluster Resources Organize करने के लिए
[B] Database Creation
[C] Authentication
[D] Caching
415. What is Namespace used for in Kubernetes?
[A] Organize Cluster Resources
[B] Database Creation
[C] Authentication
[D] Caching
सही उत्तर: Cluster Resources Organize करने के लिए
व्याख्या: Namespaces Resources को Logical Groups में विभाजित करती हैं।
Correct Answer: Organize Cluster Resources
Explanation: Namespaces logically separate resources.
416. Ingress Controller का उद्देश्य क्या है?
[A] External Traffic Route करना
[B] Database Backup
[C] Logging
[D] Compilation
416. What is the purpose of an Ingress Controller?
[A] Route External Traffic
[B] Database Backup
[C] Logging
[D] Compilation
सही उत्तर: External Traffic Route करना
व्याख्या: Ingress HTTP/HTTPS Traffic Manage करता है।
Correct Answer: Route External Traffic
Explanation: Manages incoming HTTP/HTTPS traffic.
417. Horizontal Pod Autoscaler (HPA) क्या करता है?
[A] Pods Automatically Scale करता है
[B] Database Scale करता है
[C] Authentication करता है
[D] Routing करता है
417. What does Horizontal Pod Autoscaler (HPA) do?
[A] Automatically Scales Pods
[B] Scales Database
[C] Handles Authentication
[D] Handles Routing
सही उत्तर: Pods Automatically Scale करता है
व्याख्या: Load के आधार पर Pods की संख्या बढ़ाता/घटाता है।
Correct Answer: Automatically Scales Pods
Explanation: Adjusts pod count based on load.
418. AKS का पूरा नाम क्या है?
[A] Azure Kubernetes Service
[B] Azure Key Service
[C] Advanced Kubernetes Server
[D] Azure Kernel Service
418. What does AKS stand for?
[A] Azure Kubernetes Service
[B] Azure Key Service
[C] Advanced Kubernetes Server
[D] Azure Kernel Service
सही उत्तर: Azure Kubernetes Service
व्याख्या: AKS Azure की Managed Kubernetes Service है।
Correct Answer: Azure Kubernetes Service
Explanation: AKS is Azure's managed Kubernetes service.
419. GitHub Actions क्या है?
[A] CI/CD Automation Platform
[B] Database Engine
[C] ORM Framework
[D] Web Server
419. What is GitHub Actions?
[A] CI/CD Automation Platform
[B] Database Engine
[C] ORM Framework
[D] Web Server
सही उत्तर: CI/CD Automation Platform
व्याख्या: GitHub Repository के भीतर Automation Workflows चलाती है।
Correct Answer: CI/CD Automation Platform
Explanation: Runs automation workflows within GitHub repositories.
420. Workflow File सामान्यतः किस Folder में रखी जाती है?
[A] .github/workflows
[B] /pipelines
[C] /config
[D] /docker
420. Where are GitHub Actions workflow files typically stored?
[A] .github/workflows
[B] /pipelines
[C] /config
[D] /docker
सही उत्तर: .github/workflows
व्याख्या: GitHub Actions Workflows इसी Directory में रखे जाते हैं।
Correct Answer: .github/workflows
Explanation: GitHub Actions workflows are stored in this directory.